Home
last modified time | relevance | path

Searched refs:RTC_COUNT_CALLBACK_TAMPER (Results 1 – 2 of 2) sorted by relevance

/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/rtc_sam_l_c/
A Drtc_count_interrupt.c78 || callback_type == RTC_COUNT_CALLBACK_TAMPER in rtc_count_register_callback()
136 || callback_type == RTC_COUNT_CALLBACK_TAMPER in rtc_count_unregister_callback()
191 } else if (callback_type == RTC_COUNT_CALLBACK_TAMPER) { in rtc_count_enable_callback()
226 } else if (callback_type == RTC_COUNT_CALLBACK_TAMPER) { in rtc_count_disable_callback()
270 if (callback_mask & (1 << RTC_COUNT_CALLBACK_TAMPER)) { in _rtc_interrupt_handler()
271 module->callbacks[RTC_COUNT_CALLBACK_TAMPER](); in _rtc_interrupt_handler()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/rtc/
A Drtc_count.h544 RTC_COUNT_CALLBACK_TAMPER, enumerator
586 RTC_COUNT_CALLBACK_TAMPER, enumerator

Completed in 7 milliseconds