Searched refs:RTC_CALENDAR_CALLBACK_ALARM_0 (Results 1 – 3 of 3) sorted by relevance
216 if (callback_mask & (1 << RTC_CALENDAR_CALLBACK_ALARM_0)) { in _rtc_interrupt_handler()217 module->callbacks[RTC_CALENDAR_CALLBACK_ALARM_0](); in _rtc_interrupt_handler()
261 if (callback_mask & (1 << RTC_CALENDAR_CALLBACK_ALARM_0)) { in _rtc_interrupt_handler()262 module->callbacks[RTC_CALENDAR_CALLBACK_ALARM_0](); in _rtc_interrupt_handler()
509 RTC_CALENDAR_CALLBACK_ALARM_0, enumerator541 RTC_CALENDAR_CALLBACK_ALARM_0 = 0, enumerator
Completed in 10 milliseconds