Home
last modified time | relevance | path

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

/Zephyr-latest/boards/native/native_posix/
Dtimer_model.c88 static uint64_t boot_time; variable
156 boot_time = get_host_us_time(); in hwtimer_init()
157 last_radj_rtime = boot_time; in hwtimer_init()
201 us_time_to_str(es, expected_rt - boot_time); in hwtimer_tick_timer_reached()
202 us_time_to_str(rs, real_time - boot_time); in hwtimer_tick_timer_reached()
/Zephyr-latest/scripts/native_simulator/native/src/
Dtimer_model.c78 static uint64_t boot_time; variable
149 boot_time = get_host_us_time(); in hwtimer_init()
150 last_radj_rtime = boot_time; in hwtimer_init()
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()