Home
last modified time | relevance | path

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

/Zephyr-latest/samples/boards/nordic/clock_skew/src/
Dmain.c124 uint64_t ref_span_us; in sync_work_handler() local
135 ref_span_us = ref_to_us(latest->ref - base->ref); in sync_work_handler()
136 printf(" %s", us_to_text(ref_span_us)); in sync_work_handler()
149 if (ref_span_us >= local_span_us) { in sync_work_handler()
150 err_us = ref_span_us - local_span_us; in sync_work_handler()
153 err_us = local_span_us - ref_span_us; in sync_work_handler()