Home
last modified time | relevance | path

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

/Zephyr-latest/samples/boards/nordic/clock_skew/src/
Dmain.c140 uint64_t err_us; in sync_work_handler() local
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()
155 printf(" %c%s", err_sign, us_to_text(err_us)); in sync_work_handler()
174 uint64_t err_us; in sync_work_handler() local
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()
185 printf("%c%s\n", err_sign, us_to_text(err_us)); in sync_work_handler()