Searched refs:timer_work_handler (Results 1 – 1 of 1) sorted by relevance
11 static void timer_work_handler(struct k_work *work);12 K_WORK_DEFINE(timer_work, timer_work_handler);18 static void timer_work_handler(struct k_work *work) in timer_work_handler() function