Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Drtc.h409 #define RTC_MODE2_EVCTRL_OVFEO_Pos 15 /**< \brief (RTC_MODE2_EVCTRL) Overflow Event Outp… macro
410 #define RTC_MODE2_EVCTRL_OVFEO (_U(0x1) << RTC_MODE2_EVCTRL_OVFEO_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_rtc_l21.h2258 tmp = (tmp & RTC_MODE2_EVCTRL_OVFEO) >> RTC_MODE2_EVCTRL_OVFEO_Pos; in hri_rtcmode2_get_EVCTRL_OVFEO_bit()
2268 tmp |= value << RTC_MODE2_EVCTRL_OVFEO_Pos; in hri_rtcmode2_write_EVCTRL_OVFEO_bit()