Searched refs:stats_timer (Results 1 – 1 of 1) sorted by relevance
17 static struct k_work_delayable stats_timer; variable193 k_work_reschedule(&stats_timer, K_SECONDS(CONFIG_SAMPLE_PERIOD)); in stats()198 k_work_init_delayable(&stats_timer, stats); in init_app()199 k_work_reschedule(&stats_timer, K_SECONDS(CONFIG_SAMPLE_PERIOD)); in init_app()