Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Drstc.h93 #define RSTC_BKUPEXIT_RTC_Pos 1 /**< \brief (RSTC_BKUPEXIT) Real Timer Counter Int… macro
94 #define RSTC_BKUPEXIT_RTC (_U(0x1) << RSTC_BKUPEXIT_RTC_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_rstc_l21.h481 return (((Rstc *)hw)->BKUPEXIT.reg & RSTC_BKUPEXIT_RTC) >> RSTC_BKUPEXIT_RTC_Pos; in hri_rstc_get_BKUPEXIT_RTC_bit()