Searched refs:RSTC_RCAUSE_EXT_Pos (Results 1 – 2 of 2) sorted by relevance
66 #define RSTC_RCAUSE_EXT_Pos 4 /**< \brief (RSTC_RCAUSE) External Reset */ macro67 #define RSTC_RCAUSE_EXT (_U(0x1) << RSTC_RCAUSE_EXT_Pos)
443 return (((Rstc *)hw)->RCAUSE.reg & RSTC_RCAUSE_EXT) >> RSTC_RCAUSE_EXT_Pos; in hri_rstc_get_RCAUSE_EXT_bit()