Searched refs:RSTC_RCAUSE_NVM_Pos (Results 1 – 6 of 6) sorted by relevance
67 #define RSTC_RCAUSE_NVM_Pos 3 /**< \brief (RSTC_RCAUSE) NVM Reset */ macro68 #define RSTC_RCAUSE_NVM (_U_(0x1) << RSTC_RCAUSE_NVM_Pos)
73 return (((Rstc *)hw)->RCAUSE.reg & RSTC_RCAUSE_NVM) >> RSTC_RCAUSE_NVM_Pos; in hri_rstc_get_RCAUSE_NVM_bit()
Completed in 10 milliseconds