Home
last modified time | relevance | path

Searched refs:RTC_CALENDAR_CALLBACK_ALARM_1 (Results 1 – 3 of 3) sorted by relevance

/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_d_r_h/
A Drtc_calendar_interrupt.c225 if (callback_mask & (1 << RTC_CALENDAR_CALLBACK_ALARM_1)) { in _rtc_interrupt_handler()
226 module->callbacks[RTC_CALENDAR_CALLBACK_ALARM_1](); in _rtc_interrupt_handler()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_l_c/
A Drtc_calendar_interrupt.c270 if (callback_mask & (1 << RTC_CALENDAR_CALLBACK_ALARM_1)) { in _rtc_interrupt_handler()
271 module->callbacks[RTC_CALENDAR_CALLBACK_ALARM_1](); in _rtc_interrupt_handler()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/
A Drtc_calendar.h512 RTC_CALENDAR_CALLBACK_ALARM_1, enumerator
544 RTC_CALENDAR_CALLBACK_ALARM_1, enumerator

Completed in 12 milliseconds