Home
last modified time | relevance | path

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

/Zephyr-latest/modules/nrf_wifi/os/
Dtimer.c21 static void timer_expiry_function(struct k_work *work) in timer_expiry_function() function
32 k_work_init_delayable(&timer->work, timer_expiry_function); in init_timer()