Searched refs:RSTC_RCAUSE_BACKUP (Results 1 – 7 of 7) sorted by relevance
76 #define RSTC_RCAUSE_BACKUP (_U_(0x1) << RSTC_RCAUSE_BACKUP_Pos) macro
68 SYSTEM_RESET_CAUSE_BACKUP = RSTC_RCAUSE_BACKUP,
93 return (((Rstc *)hw)->RCAUSE.reg & RSTC_RCAUSE_BACKUP) >> RSTC_RCAUSE_BACKUP_Pos; in hri_rstc_get_RCAUSE_BACKUP_bit()
Completed in 23 milliseconds