Home
last modified time | relevance | path

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

/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dmesh.c59 static struct k_work hello_work; variable
548 k_work_submit(&hello_work); in mesh_send_hello()
656 k_work_init(&hello_work, send_hello); in mesh_init()