Searched refs:RSTC_RCAUSE_WDT_Pos (Results 1 – 2 of 2) sorted by relevance
68 #define RSTC_RCAUSE_WDT_Pos 5 /**< \brief (RSTC_RCAUSE) Watchdog Reset */ macro69 #define RSTC_RCAUSE_WDT (_U(0x1) << RSTC_RCAUSE_WDT_Pos)
448 return (((Rstc *)hw)->RCAUSE.reg & RSTC_RCAUSE_WDT) >> RSTC_RCAUSE_WDT_Pos; in hri_rstc_get_RCAUSE_WDT_bit()