Searched refs:timer_expiry_function (Results 1 – 1 of 1) sorted by relevance
21 static void timer_expiry_function(struct k_work *work) in timer_expiry_function() function32 k_work_init_delayable(&timer->work, timer_expiry_function); in init_timer()