Searched refs:RSTC_RCAUSE_POR_Pos (Results 1 – 2 of 2) sorted by relevance
60 #define RSTC_RCAUSE_POR_Pos 0 /**< \brief (RSTC_RCAUSE) Power On Reset */ macro61 #define RSTC_RCAUSE_POR (_U(0x1) << RSTC_RCAUSE_POR_Pos)
428 return (((Rstc *)hw)->RCAUSE.reg & RSTC_RCAUSE_POR) >> RSTC_RCAUSE_POR_Pos; in hri_rstc_get_RCAUSE_POR_bit()