Searched refs:RSTC_RCAUSE_BOD12_Pos (Results 1 – 2 of 2) sorted by relevance
62 #define RSTC_RCAUSE_BOD12_Pos 1 /**< \brief (RSTC_RCAUSE) Brown Out 12 Detector Re… macro63 #define RSTC_RCAUSE_BOD12 (_U(0x1) << RSTC_RCAUSE_BOD12_Pos)
433 return (((Rstc *)hw)->RCAUSE.reg & RSTC_RCAUSE_BOD12) >> RSTC_RCAUSE_BOD12_Pos; in hri_rstc_get_RCAUSE_BOD12_bit()