Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/timer/
Dnrf_rtc_timer.h33 typedef void (*z_nrf_rtc_timer_compare_handler_t)(int32_t id, typedef
134 z_nrf_rtc_timer_compare_handler_t handler,
163 z_nrf_rtc_timer_compare_handler_t handler,
/Zephyr-latest/drivers/timer/
Dnrf_rtc_timer.c58 z_nrf_rtc_timer_compare_handler_t callback;
340 z_nrf_rtc_timer_compare_handler_t handler, in compare_set_nolocks()
376 z_nrf_rtc_timer_compare_handler_t handler, in compare_set()
391 z_nrf_rtc_timer_compare_handler_t handler, in z_nrf_rtc_timer_set()
400 z_nrf_rtc_timer_compare_handler_t handler, in z_nrf_rtc_timer_exact_set()
515 z_nrf_rtc_timer_compare_handler_t handler = NULL; in process_channel()