Home
last modified time | relevance | path

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

/Zephyr-latest/samples/boards/bbc/microbit/pong/src/
Dmain.c107 static int64_t b_timestamp; variable
198 b_timestamp = 0; in game_init()
240 if (!a_timestamp || !b_timestamp) { in check_start()
244 if (a_timestamp > b_timestamp) { in check_start()
245 delta = a_timestamp - b_timestamp; in check_start()
247 delta = b_timestamp - a_timestamp; in check_start()
261 if (a_timestamp > b_timestamp) { in check_start()
415 if (k_uptime_delta(&b_timestamp) < 100) { in button_pressed()