Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hpl/rtc/
Dhpl_rtc.c69 | (CONF_RTC_PEREO1 << RTC_MODE0_EVCTRL_PEREO1_Pos) in _timer_init()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Drtc.h270 #define RTC_MODE0_EVCTRL_PEREO1_Pos 1 /**< \brief (RTC_MODE0_EVCTRL) Periodic Interval 1… macro
271 #define RTC_MODE0_EVCTRL_PEREO1 (1 << RTC_MODE0_EVCTRL_PEREO1_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_rtc_l21.h3850 tmp = (tmp & RTC_MODE0_EVCTRL_PEREO1) >> RTC_MODE0_EVCTRL_PEREO1_Pos; in hri_rtcmode0_get_EVCTRL_PEREO1_bit()
3860 tmp |= value << RTC_MODE0_EVCTRL_PEREO1_Pos; in hri_rtcmode0_write_EVCTRL_PEREO1_bit()