Home
last modified time | relevance | path

Searched refs:timeout_handler (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/samples/boards/nordic/nrf53_sync_rtc/src/
Dmain.c26 static void timeout_handler(struct k_timer *timer) in timeout_handler() function
42 K_TIMER_DEFINE(timer, timeout_handler, NULL);
/Zephyr-latest/tests/kernel/threads/no-multithreading/src/
Dmain.c33 static void timeout_handler(struct k_timer *timer) in timeout_handler() function
40 K_TIMER_DEFINE(timer, timeout_handler, NULL);
/Zephyr-latest/drivers/clock_control/
Dnrf_clock_calibration.c67 static void timeout_handler(struct k_timer *timer);
68 static K_TIMER_DEFINE(backoff_timer, timeout_handler, NULL);
156 static void timeout_handler(struct k_timer *timer) in timeout_handler() function
/Zephyr-latest/tests/drivers/timer/nrf_rtc_timer/src/
Dmain.c71 static void timeout_handler(int32_t id, uint64_t expire_time, void *user_data) in timeout_handler() function
99 z_nrf_rtc_timer_set(chan, (uint64_t)ticks, timeout_handler, &test_data); in test_timeout()
163 z_nrf_rtc_timer_set(chan, data.target_time, timeout_handler, &data); in ZTEST()
331 z_nrf_rtc_timer_set(chan, now + 2, timeout_handler, &test_data); in ZTEST()
339 z_nrf_rtc_timer_set(chan, now + 5, timeout_handler, &test_data); in ZTEST()