Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/sl/sl_opensource/src/
Dnrf_802154_sl_timer.c44 static void timeout_handler(struct k_timer * timer_id);
46 K_TIMER_DEFINE(timer, timeout_handler, NULL);
133 static void timeout_handler(struct k_timer * timer_id) in timeout_handler() function