Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hpl/rtc/
Dhpl_rtc.c74 | (CONF_RTC_PEREO6 << RTC_MODE0_EVCTRL_PEREO6_Pos) in _timer_init()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Drtc.h280 #define RTC_MODE0_EVCTRL_PEREO6_Pos 6 /**< \brief (RTC_MODE0_EVCTRL) Periodic Interval 6… macro
281 #define RTC_MODE0_EVCTRL_PEREO6 (1 << RTC_MODE0_EVCTRL_PEREO6_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_rtc_l21.h4050 tmp = (tmp & RTC_MODE0_EVCTRL_PEREO6) >> RTC_MODE0_EVCTRL_PEREO6_Pos; in hri_rtcmode0_get_EVCTRL_PEREO6_bit()
4060 tmp |= value << RTC_MODE0_EVCTRL_PEREO6_Pos; in hri_rtcmode0_write_EVCTRL_PEREO6_bit()