Home
last modified time | relevance | path

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

/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/saml21b/include/component/
Drtc.h1175 #define RTC_MODE2_CLOCK_DAY_Pos 17 /**< \brief (RTC_MODE2_CLOCK) Day */ macro
1176 #define RTC_MODE2_CLOCK_DAY_Msk (_U(0x1F) << RTC_MODE2_CLOCK_DAY_Pos)
1177 #define RTC_MODE2_CLOCK_DAY(value) (RTC_MODE2_CLOCK_DAY_Msk & ((value) << RTC_MODE2_CLOCK_DAY_Pos))
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hri/
Dhri_rtc_l21.h2729 tmp = (tmp & RTC_MODE2_CLOCK_DAY(mask)) >> RTC_MODE2_CLOCK_DAY_Pos; in hri_rtcmode2_get_CLOCK_DAY_bf()
2766 tmp = (tmp & RTC_MODE2_CLOCK_DAY_Msk) >> RTC_MODE2_CLOCK_DAY_Pos; in hri_rtcmode2_read_CLOCK_DAY_bf()