|
SmartSnippets DA1459x SDK
|
Clock and Power Manager. More...
Files | |
| file | hw_cpm_da1459x.h |
| Clock and Power Manager header file. | |
Functions | |
| __RETAINED_CODE void | hw_cpm_reset_system (void) |
| Issue a HW reset (due to a fault condition). More... | |
| __RETAINED_CODE void | hw_cpm_reboot_system (void) |
| Issue a HW reset (intentionally, i.e. after a SW upgrade). More... | |
Clock and Power Manager.
| __RETAINED_CODE void hw_cpm_reboot_system | ( | void | ) |
Issue a HW reset (intentionally, i.e. after a SW upgrade).
A HW reset (WDOG) will be generated. The NMI Handler is bypassed. Thus, no "status" is stored in the Retention RAM.
| __RETAINED_CODE void hw_cpm_reset_system | ( | void | ) |
Issue a HW reset (due to a fault condition).
A HW reset (WDOG) will be generated. The NMI Handler will be called and "status" will be stored in the Retention RAM.
1.8.16