Searched refs:RTC_INT_ALARM (Results 1 – 5 of 5) sorted by relevance
327 RTC_EnableInterrupts(RTC_INT_ALARM, true); /* Enable alarm interrupt. */ in RTC_SetAlarmBlocking()349 if ( ( 0u == (interrupts & RTC_INT_ALARM) ) && ( 1u == (interrupts & RTC_INT_SEC) ) ) in RTC_TimeHandler()359 …if (0u != (interrupts & RTC_INT_ALARM) ) /* When the alarm count value is the same as the current … in RTC_TimeHandler()362 RTC_ClearInterruptStatus(RTC_INT_ALARM); /* Clear alarm interrupt status flag. */ in RTC_TimeHandler()
35 #define RTC_INT_ALARM RTC_CRL_ALRF_MASK /*!< Interrupt enable when the alarm in… macro
97 #define RTC_INT_ALARM RTC_INTEN_ALRMIE /*!< alarm interrupt enable */ macro
314 RTC_IntCmd(RTC_INT_ALARM, ENABLE); in hc32_rtc_alarm_enable()322 RTC_IntCmd(RTC_INT_ALARM, DISABLE); in hc32_rtc_alarm_disable()
65 #define RTC_INT_ALARM RTC_INTSTS_INTSTS10 macro
Completed in 10 milliseconds