Searched refs:RSTCTL (Results 1 – 7 of 7) sorted by relevance
37 RSTCTL->RESET_REQ |= (RESET_KEY | RESET_SOFT_RESET); in ResetCtl_initiateSoftReset()42 RSTCTL->SOFTRESET_SET |= (source); in ResetCtl_initiateSoftResetWithSource()47 return RSTCTL->SOFTRESET_STAT; in ResetCtl_getSoftResetSource()52 RSTCTL->SOFTRESET_CLR |= mask; in ResetCtl_clearSoftResetSource()57 RSTCTL->RESET_REQ |= (RESET_KEY | RESET_HARD_RESET); in ResetCtl_initiateHardReset()62 RSTCTL->HARDRESET_SET |= (source); in ResetCtl_initiateHardResetWithSource()67 return RSTCTL->HARDRESET_STAT; in ResetCtl_getHardResetSource()72 RSTCTL->HARDRESET_CLR |= mask; in ResetCtl_clearHardResetSource()77 return RSTCTL->PSSRESET_STAT; in ResetCtl_getPSSSource()82 RSTCTL->PSSRESET_CLR |= RSTCTL_PSSRESET_CLR_CLR; in ResetCtl_clearPSSFlags()[all …]
1375 #define RSTCTL ((RSTCTL_Type *) RSTCTL_BASE) macro
1429 #define RSTCTL ((RSTCTL_Type *) RSTCTL_BASE) macro
1280 #define RSTCTL ((RSTCTL_Type *) RSTCTL_BASE) macro