Home
last modified time | relevance | path

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

/Zephyr-latest/tests/boards/native_sim/rtc/src/
Dmain.c50 extern uint64_t get_host_us_time(void); in ZTEST()
74 start_time = get_host_us_time(); in ZTEST()
90 end_time = get_host_us_time(); in ZTEST()
/Zephyr-latest/boards/native/native_posix/
Dtimer_model.c141 uint64_t get_host_us_time(void) in get_host_us_time() function
156 boot_time = get_host_us_time(); in hwtimer_init()
193 uint64_t real_time = get_host_us_time(); in hwtimer_tick_timer_reached()
/Zephyr-latest/scripts/native_simulator/native/src/
Dtimer_model.c134 uint64_t get_host_us_time(void) in get_host_us_time() function
149 boot_time = get_host_us_time(); in hwtimer_init()
183 uint64_t real_time = get_host_us_time(); in hwtimer_tick_timer_reached()