Home
last modified time | relevance | path

Searched refs:RSTC_RCAUSE_BACKUP_Pos (Results 1 – 2 of 2) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Drstc.h72 #define RSTC_RCAUSE_BACKUP_Pos 7 /**< \brief (RSTC_RCAUSE) Backup Reset */ macro
73 #define RSTC_RCAUSE_BACKUP (_U(0x1) << RSTC_RCAUSE_BACKUP_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_rstc_l21.h458 return (((Rstc *)hw)->RCAUSE.reg & RSTC_RCAUSE_BACKUP) >> RSTC_RCAUSE_BACKUP_Pos; in hri_rstc_get_RCAUSE_BACKUP_bit()