Home
last modified time | relevance | path

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

/Zephyr-latest/boards/native/native_posix/
Dhw_models_top.c27 static uint64_t simu_time; /* The actual time as known by the HW models */ variable
93 if (next_timer_time >= simu_time) { /* LCOV_EXCL_BR_LINE */ in hwm_sleep_until_next_timer()
94 simu_time = next_timer_time; in hwm_sleep_until_next_timer()
100 (uint64_t)simu_time, in hwm_sleep_until_next_timer()
105 if (signaled_end || (simu_time > end_of_time)) { in hwm_sleep_until_next_timer()
107 ((long double)simu_time)/1.0e6L); in hwm_sleep_until_next_timer()
171 return simu_time; in hwm_get_time()