Searched refs:RTC_MODE0_SYNCBUSY_SWRST_Pos (Results 1 – 2 of 2) sorted by relevance
970 #define RTC_MODE0_SYNCBUSY_SWRST_Pos 0 /**< \brief (RTC_MODE0_SYNCBUSY) Software Reset B… macro971 #define RTC_MODE0_SYNCBUSY_SWRST (_U(0x1) << RTC_MODE0_SYNCBUSY_SWRST_Pos)
4697 …eturn (((Rtc *)hw)->MODE0.SYNCBUSY.reg & RTC_MODE0_SYNCBUSY_SWRST) >> RTC_MODE0_SYNCBUSY_SWRST_Pos; in hri_rtcmode0_get_SYNCBUSY_SWRST_bit()