Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_d_r_h/
A Drtc_count_interrupt.c76 if (callback_type == RTC_COUNT_CALLBACK_OVERFLOW) { in rtc_count_register_callback()
129 if (callback_type == RTC_COUNT_CALLBACK_OVERFLOW) { in rtc_count_unregister_callback()
178 if (callback_type == RTC_COUNT_CALLBACK_OVERFLOW) { in rtc_count_enable_callback()
206 if (callback_type == RTC_COUNT_CALLBACK_OVERFLOW) { in rtc_count_disable_callback()
237 if (callback_mask & (1 << RTC_COUNT_CALLBACK_OVERFLOW)) { in _rtc_interrupt_handler()
238 module->callbacks[RTC_COUNT_CALLBACK_OVERFLOW](); in _rtc_interrupt_handler()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_l_c/
A Drtc_count_interrupt.c76 if (callback_type == RTC_COUNT_CALLBACK_OVERFLOW in rtc_count_register_callback()
134 if (callback_type == RTC_COUNT_CALLBACK_OVERFLOW in rtc_count_unregister_callback()
188 if (callback_type == RTC_COUNT_CALLBACK_OVERFLOW) { in rtc_count_enable_callback()
223 if (callback_type == RTC_COUNT_CALLBACK_OVERFLOW) { in rtc_count_disable_callback()
261 if (callback_mask & (1 << RTC_COUNT_CALLBACK_OVERFLOW)) { in _rtc_interrupt_handler()
262 module->callbacks[RTC_COUNT_CALLBACK_OVERFLOW](); in _rtc_interrupt_handler()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/
A Drtc_count.h548 RTC_COUNT_CALLBACK_OVERFLOW, enumerator
590 RTC_COUNT_CALLBACK_OVERFLOW, enumerator

Completed in 13 milliseconds