Searched refs:timer_func (Results 1 – 2 of 2) sorted by relevance
25 static void timer_func(struct k_timer *tmr);31 static K_TIMER_DEFINE(timer, timer_func, NULL);56 static void timer_func(struct k_timer *tmr) in timer_func() function
17 static void timer_func(struct k_timer *timer);21 static K_TIMER_DEFINE(my_timer, timer_func, NULL);43 static void timer_func(struct k_timer *timer) in timer_func() function