Home
last modified time | relevance | path

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

/scripts/native_simulator/native/src/
A Dtimer_model.c108 static uint64_t last_radj_stime; variable
151 last_radj_stime = 0U; in hwtimer_init()
180 uint64_t expected_rt = (hw_timer_tick_timer - last_radj_stime) in hwtimer_tick_timer_reached()
315 int64_t s_diff = current_stime - last_radj_stime; in hwtimer_adjust_rt_ratio()
319 last_radj_stime = current_stime; in hwtimer_adjust_rt_ratio()
398 (long double)(last_radj_stime + rtc_offset) * 1000.0L; in hwtimer_get_pseudohost_rtc_time()

Completed in 5 milliseconds