Home
last modified time | relevance | path

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

/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/saml21b/include/component/
Drtc.h695 #define RTC_MODE1_INTENSET_OVF_Pos 15 /**< \brief (RTC_MODE1_INTENSET) Overflow Interrup… macro
696 #define RTC_MODE1_INTENSET_OVF (_U(0x1) << RTC_MODE1_INTENSET_OVF_Pos)
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hri/
Dhri_rtc_l21.h4986 return (((Rtc *)hw)->MODE1.INTENSET.reg & RTC_MODE1_INTENSET_OVF) >> RTC_MODE1_INTENSET_OVF_Pos; in hri_rtcmode1_get_INTEN_OVF_bit()