Home
last modified time | relevance | path

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

/Zephyr-latest/samples/boards/nordic/clock_skew/src/
Dmain.c32 uint64_t ref_to_us(uint64_t ref) in ref_to_us() function
132 printf("HF %s", us_to_text(ref_to_us(inst.ref))); in sync_work_handler()
134 printf(" %s", us_to_text(ref_to_us(base->ref))); in sync_work_handler()
135 ref_span_us = ref_to_us(latest->ref - base->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()