SmartSnippets DA1459x SDK
hw_cpm_da1459x.h
Go to the documentation of this file.
1 
42 #ifndef HW_CPM_DA1459x_H_
43 #define HW_CPM_DA1459x_H_
44 
45 
46 #if dg_configUSE_HW_CPM
47 
48 #include "sdk_defs.h"
49 
57 __RETAINED_CODE void hw_cpm_reset_system(void);
58 
66 __RETAINED_CODE void hw_cpm_reboot_system(void);
67 
68 #endif /* dg_configUSE_HW_CPM */
69 
70 
71 #endif /* HW_CPM_DA1459x_H_ */
72 
sdk_defs.h
Central include header file with platform definitions.
hw_cpm_reboot_system
__RETAINED_CODE void hw_cpm_reboot_system(void)
Issue a HW reset (intentionally, i.e. after a SW upgrade).
hw_cpm_reset_system
__RETAINED_CODE void hw_cpm_reset_system(void)
Issue a HW reset (due to a fault condition).