Home
last modified time | relevance | path

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

/Zephyr-latest/samples/boards/nordic/clock_skew/src/
Dmain.c166 uint64_t rec_ref; in sync_work_handler() local
171 &rec_ref); in sync_work_handler()
176 if (rec_ref < latest->ref) { in sync_work_handler()
178 err_us = ref_to_us(latest->ref - rec_ref); in sync_work_handler()
180 err_us = ref_to_us(rec_ref - latest->ref); in sync_work_handler()
184 us_to_text(ref_to_us(rec_ref))); in sync_work_handler()