Home
last modified time | relevance | path

Searched refs:RTC_MODE0_EVCTRL_PEREO3_Pos (Results 1 – 3 of 3) sorted by relevance

/loramac-node-latest/src/boards/mcu/saml21/hpl/rtc/
Dhpl_rtc.c71 | (CONF_RTC_PEREO3 << RTC_MODE0_EVCTRL_PEREO3_Pos) in _timer_init()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Drtc.h274 #define RTC_MODE0_EVCTRL_PEREO3_Pos 3 /**< \brief (RTC_MODE0_EVCTRL) Periodic Interval 3… macro
275 #define RTC_MODE0_EVCTRL_PEREO3 (1 << RTC_MODE0_EVCTRL_PEREO3_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_rtc_l21.h3930 tmp = (tmp & RTC_MODE0_EVCTRL_PEREO3) >> RTC_MODE0_EVCTRL_PEREO3_Pos; in hri_rtcmode0_get_EVCTRL_PEREO3_bit()
3940 tmp |= value << RTC_MODE0_EVCTRL_PEREO3_Pos; in hri_rtcmode0_write_EVCTRL_PEREO3_bit()