Home
last modified time | relevance | path

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

/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dreel_board.c171 uint16_t hello_count; member
194 stat->hello_count = 1U; in add_hello()
203 if (stat->hello_count < 0xffff) { in add_hello()
204 stat->hello_count++; in add_hello()
294 if (!stat->hello_count) { in show_statistics()
304 if (stat->hello_count <= stats[top[j]].hello_count) { in show_statistics()
332 stat->hello_count, stat->addr, in show_statistics()