Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Drtc.h1165 #define RTC_MODE2_CLOCK_MINUTE_Pos 6 /**< \brief (RTC_MODE2_CLOCK) Minute */ macro
1166 #define RTC_MODE2_CLOCK_MINUTE_Msk (_U(0x3F) << RTC_MODE2_CLOCK_MINUTE_Pos)
1167 …TC_MODE2_CLOCK_MINUTE(value) (RTC_MODE2_CLOCK_MINUTE_Msk & ((value) << RTC_MODE2_CLOCK_MINUTE_Pos))
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_rtc_l21.h2619 tmp = (tmp & RTC_MODE2_CLOCK_MINUTE(mask)) >> RTC_MODE2_CLOCK_MINUTE_Pos; in hri_rtcmode2_get_CLOCK_MINUTE_bf()
2656 tmp = (tmp & RTC_MODE2_CLOCK_MINUTE_Msk) >> RTC_MODE2_CLOCK_MINUTE_Pos; in hri_rtcmode2_read_CLOCK_MINUTE_bf()