Searched refs:RTC_SR_SEC (Results 1 – 4 of 4) sorted by relevance
52 #define RTC_SR_SEC (BIT3) macro
406 #define RTC_SR_SEC RTC_SR_SEC_Msk /**< \de… macro
248 return (((Rtc *)hw)->RTC_SR & RTC_SR_SEC) > 0; in hri_rtc_get_SR_SEC_bit()
Completed in 25 milliseconds