Searched refs:RTC_INT_SEC (Results 1 – 5 of 5) sorted by relevance
62 RTC_INT_SEC = 0x0001 /*!< Second interrupt */ enumerator
349 if ( ( 0u == (interrupts & RTC_INT_ALARM) ) && ( 1u == (interrupts & RTC_INT_SEC) ) ) in RTC_TimeHandler()368 …RTC_ClearInterruptStatus(RTC_INT_SEC | RTC_INT_OVERFLOW); /* Clear seconds interrupt status flag … in RTC_TimeHandler()
34 #define RTC_INT_SEC RTC_CRL_SECF_MASK /*!< Interrupt enable when seconds inte… macro
Completed in 41 milliseconds