Home
last modified time | relevance | path

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

/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/saml21b/include/component/
Drtc.h1167 #define RTC_MODE2_CLOCK_MINUTE(value) (RTC_MODE2_CLOCK_MINUTE_Msk & ((value) << RTC_MODE2_CLOCK_MIN… macro
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hri/
Dhri_rtc_l21.h2609 ((Rtc *)hw)->MODE2.CLOCK.reg |= RTC_MODE2_CLOCK_MINUTE(mask); in hri_rtcmode2_set_CLOCK_MINUTE_bf()
2619 tmp = (tmp & RTC_MODE2_CLOCK_MINUTE(mask)) >> RTC_MODE2_CLOCK_MINUTE_Pos; in hri_rtcmode2_get_CLOCK_MINUTE_bf()
2630 tmp |= RTC_MODE2_CLOCK_MINUTE(data); in hri_rtcmode2_write_CLOCK_MINUTE_bf()
2639 ((Rtc *)hw)->MODE2.CLOCK.reg &= ~RTC_MODE2_CLOCK_MINUTE(mask); in hri_rtcmode2_clear_CLOCK_MINUTE_bf()
2647 ((Rtc *)hw)->MODE2.CLOCK.reg ^= RTC_MODE2_CLOCK_MINUTE(mask); in hri_rtcmode2_toggle_CLOCK_MINUTE_bf()