31 #define RESET_KEY 0x6900
32 #define RESET_HARD_RESET RSTCTL_RESETREQ_HRD_REQ
33 #define RESET_SOFT_RESET RSTCTL_RESETREQ_SFT_REQ
35 #define RESET_SRC_0 RSTCTL_HRDRESETSTAT_SRC0
36 #define RESET_SRC_1 RSTCTL_HRDRESETSTAT_SRC1
37 #define RESET_SRC_2 RSTCTL_HRDRESETSTAT_SRC2
38 #define RESET_SRC_3 RSTCTL_HRDRESETSTAT_SRC3
39 #define RESET_SRC_4 RSTCTL_HRDRESETSTAT_SRC4
40 #define RESET_SRC_5 RSTCTL_HRDRESETSTAT_SRC5
41 #define RESET_SRC_6 RSTCTL_HRDRESETSTAT_SRC6
42 #define RESET_SRC_7 RSTCTL_HRDRESETSTAT_SRC7
43 #define RESET_SRC_8 RSTCTL_HRDRESETSTAT_SRC8
44 #define RESET_SRC_9 RSTCTL_HRDRESETSTAT_SRC9
45 #define RESET_SRC_10 RSTCTL_HRDRESETSTAT_SRC10
46 #define RESET_SRC_11 RSTCTL_HRDRESETSTAT_SRC11
47 #define RESET_SRC_12 RSTCTL_HRDRESETSTAT_SRC12
48 #define RESET_SRC_13 RSTCTL_HRDRESETSTAT_SRC13
49 #define RESET_SRC_14 RSTCTL_HRDRESETSTAT_SRC14
50 #define RESET_SRC_15 RSTCTL_HRDRESETSTAT_SRC15
52 #define RESET_VCCDET RSTCTL_PSSRSTSTAT_BGREF
53 #define RESET_SVSH_TRIP RSTCTL_PSSRSTSTAT_SVSH
54 #define RESET_SVSL_TRIP RSTCTL_PSSRSTSTAT_SVSL
55 #define RESET_BGREF_BAD RSTCTL_PSSRSTSTAT_BGREF
57 #define RESET_SD0 RSTCTL_PCMRSTSTAT_LPM35
58 #define RESET_SD1 RSTCTL_PCMRSTSTAT_LPM45
310 #endif // __RESET_H__
void ResetCtl_clearSoftResetSource(uint32_t mask)
Definition: reset.c:19
void ResetCtl_clearHardResetSource(uint32_t mask)
Definition: reset.c:39
uint32_t ResetCtl_getHardResetSource(void)
Definition: reset.c:34
void ResetCtl_initiateSoftResetWithSource(uint32_t source)
Definition: reset.c:9
void ResetCtl_initiateHardReset(void)
Definition: reset.c:24
uint32_t ResetCtl_getPCMSource(void)
Definition: reset.c:54
uint32_t ResetCtl_getSoftResetSource(void)
Definition: reset.c:14
void ResetCtl_initiateHardResetWithSource(uint32_t source)
Definition: reset.c:29
void ResetCtl_clearPSSFlags(void)
Definition: reset.c:49
void ResetCtl_initiateSoftReset(void)
Definition: reset.c:4
uint32_t ResetCtl_getPSSSource(void)
Definition: reset.c:44
void ResetCtl_clearPCMFlags(void)
Definition: reset.c:59