Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hpl/rtc/
Dhpl_rtc.c70 | (CONF_RTC_PEREO2 << RTC_MODE0_EVCTRL_PEREO2_Pos) in _timer_init()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Drtc.h272 #define RTC_MODE0_EVCTRL_PEREO2_Pos 2 /**< \brief (RTC_MODE0_EVCTRL) Periodic Interval 2… macro
273 #define RTC_MODE0_EVCTRL_PEREO2 (1 << RTC_MODE0_EVCTRL_PEREO2_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_rtc_l21.h3890 tmp = (tmp & RTC_MODE0_EVCTRL_PEREO2) >> RTC_MODE0_EVCTRL_PEREO2_Pos; in hri_rtcmode0_get_EVCTRL_PEREO2_bit()
3900 tmp |= value << RTC_MODE0_EVCTRL_PEREO2_Pos; in hri_rtcmode0_write_EVCTRL_PEREO2_bit()