Home
last modified time | relevance | path

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

/Zephyr-latest/samples/boards/nordic/clock_skew/src/
Dmain.c141 uint64_t local_span_us; in sync_work_handler() local
146 local_span_us = local_to_us(latest->local - base->local); in sync_work_handler()
147 printf(" %s", us_to_text(local_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()