Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/native_simulator/native/src/
Dtimer_model.c40 static char *us_time_to_str(char *dest, uint64_t time) in us_time_to_str() function
191 us_time_to_str(es, expected_rt - boot_time); in hwtimer_tick_timer_reached()
192 us_time_to_str(rs, real_time - boot_time); in hwtimer_tick_timer_reached()
326 us_time_to_str(ct, current_stime); in hwtimer_adjust_rt_ratio()
/Zephyr-latest/tests/boards/native_sim/rtc/src/
Dmain.c21 static char *us_time_to_str(char *dest, uint64_t time) in us_time_to_str() function
63 us_time_to_str(time_s, time); in ZTEST()