Home
last modified time | relevance | path

Searched refs:stats_timer (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/samples/net/stats/src/
Dmain.c17 static struct k_work_delayable stats_timer; variable
193 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()