Home
last modified time | relevance | path

Searched refs:RTC_MODE2_SYNCBUSY_CLOCKSYNC_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.h1083 #define RTC_MODE2_SYNCBUSY_CLOCKSYNC_Pos 15 /**< \brief (RTC_MODE2_SYNCBUSY) Clock Read S… macro
1084 #define RTC_MODE2_SYNCBUSY_CLOCKSYNC (_U(0x1) << RTC_MODE2_SYNCBUSY_CLOCKSYNC_Pos)
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hri/
Dhri_rtc_l21.h2995 …(Rtc *)hw)->MODE2.SYNCBUSY.reg & RTC_MODE2_SYNCBUSY_CLOCKSYNC) >> RTC_MODE2_SYNCBUSY_CLOCKSYNC_Pos; in hri_rtcmode2_get_SYNCBUSY_CLOCKSYNC_bit()