Searched refs:RSTC_RCAUSE_BODVDD (Results 1 – 11 of 11) sorted by relevance
71 SYSTEM_RESET_CAUSE_BODVDD = RSTC_RCAUSE_BODVDD,
66 #define RSTC_RCAUSE_BODVDD (_U_(0x1) << RSTC_RCAUSE_BODVDD_Pos) macro
72 #define RSTC_RCAUSE_BODVDD RSTC_RCAUSE_BODVDD_Msk /**< \de… macro
67 return (((Rstc *)hw)->RCAUSE.reg & RSTC_RCAUSE_BODVDD) >> RSTC_RCAUSE_BODVDD_Pos; in hri_rstc_get_RCAUSE_BODVDD_bit()
82 SYSTEM_RESET_CAUSE_BOD33 = RSTC_RCAUSE_BODVDD,
68 return (((Rstc *)hw)->RCAUSE.reg & RSTC_RCAUSE_BODVDD) >> RSTC_RCAUSE_BODVDD_Pos; in hri_rstc_get_RCAUSE_BODVDD_bit()
Completed in 24 milliseconds