Home
last modified time | relevance | path

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

/Zephyr-latest/samples/boards/nordic/clock_skew/src/
Dmain.c25 uint64_t local_to_us(uint64_t local) in local_to_us() function
138 printf("\nLF %s", us_to_text(local_to_us(inst.local))); in sync_work_handler()
144 printf(" %s", us_to_text(local_to_us(base->local))); in sync_work_handler()
146 local_span_us = local_to_us(latest->local - base->local); in sync_work_handler()