File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
docs/reference/api/platform Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,16 @@ These Mbed OS drivers can lock the deep sleep:
44
44
45
45
[ ![ View code] ( https://www.mbed.com/embed/?url=https://os.mbed.com/teams/mbed_example/code/SleepManager_Example_1/ )] ( https://os.mbed.com/teams/mbed_example/code/SleepManager_Example_1/file/e85412b4147e/main.cpp )
46
46
47
+ ### System reset
48
+
49
+ Mbed OS provides a standardized call to power cycle the system:
50
+
51
+ ``` c++
52
+ void system_reset ();
53
+ ```
54
+
55
+ After the call the processor and most components will reset, but it will not affect the debug subsystem.
56
+
47
57
### Function reference
48
58
49
59
[ ![ View code] ( https://www.mbed.com/embed/?type=library )] ( https://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/group__platform__power__mgmt.html )
You can’t perform that action at this time.
0 commit comments