Home
last modified time | relevance | path

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

/scripts/native_simulator/native/src/
A Dtimer_model.c103 static int64_t rtc_offset; variable
160 rtc_offset += realhosttime; in hwtimer_init()
289 rtc_offset = offset; in hwtimer_set_rtc_offset()
306 rtc_offset += offset_delta; in hwtimer_adjust_rtc_offset()
349 return nsi_hws_get_time() + rtc_offset; in hwtimer_get_simu_rtc_time()
398 (long double)(last_radj_stime + rtc_offset) * 1000.0L; in hwtimer_get_pseudohost_rtc_time()
406 double rtc_offset; member
439 hwtimer_set_rtc_offset(args.rtc_offset*1e6); in cmd_rtcoffset_found()
520 .dest = (void *)&args.rtc_offset, in nsi_add_time_options()

Completed in 4 milliseconds