Searched refs:RTC_COUNT_CALLBACK_OVERFLOW (Results 1 – 3 of 3) sorted by relevance
76 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()
76 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()
548 RTC_COUNT_CALLBACK_OVERFLOW, enumerator590 RTC_COUNT_CALLBACK_OVERFLOW, enumerator
Completed in 13 milliseconds