Searched refs:us_to_text (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/samples/boards/nordic/clock_skew/src/ |
D | main.c | 67 static const char *us_to_text(uint64_t rem) in us_to_text() 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() 136 printf(" %s", us_to_text(ref_span_us)); in sync_work_handler() 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() 147 printf(" %s", us_to_text(local_span_us)); in sync_work_handler() 155 printf(" %c%s", err_sign, us_to_text(err_us)); in sync_work_handler() 184 us_to_text(ref_to_us(rec_ref))); in sync_work_handler() 185 printf("%c%s\n", err_sign, us_to_text(err_us)); in sync_work_handler()
|