Searched refs:timer_func (Results 1 – 1 of 1) sorted by relevance
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