Lines Matching refs:RSTCTL
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()
87 return RSTCTL->PCMRESET_STAT; in ResetCtl_getPCMSource()
92 RSTCTL->PCMRESET_CLR |= RSTCTL_PCMRESET_CLR_CLR; in ResetCtl_clearPCMFlags()