Home
last modified time | relevance | path

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

/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/src/
Dmain.c451 static void button_cnt_timer(struct k_timer *work) in button_cnt_timer() function
589 k_timer_init(&sw.button_timer, button_cnt_timer, NULL); in main()