Searched refs:RTC_MODE1_SYNCBUSY_SWRST_Pos (Results 1 – 2 of 2) sorted by relevance
1014 #define RTC_MODE1_SYNCBUSY_SWRST_Pos 0 /**< \brief (RTC_MODE1_SYNCBUSY) Software Reset B… macro1015 #define RTC_MODE1_SYNCBUSY_SWRST (_U(0x1) << RTC_MODE1_SYNCBUSY_SWRST_Pos)
6559 …eturn (((Rtc *)hw)->MODE1.SYNCBUSY.reg & RTC_MODE1_SYNCBUSY_SWRST) >> RTC_MODE1_SYNCBUSY_SWRST_Pos; in hri_rtcmode1_get_SYNCBUSY_SWRST_bit()