Home
last modified time | relevance | path

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

/Zephyr-latest/tests/boards/native_sim/rtc/src/
Dmain.c51 extern uint64_t get_host_us_time(void); in ZTEST()
75 start_time = get_host_us_time(); in ZTEST()
91 end_time = get_host_us_time(); in ZTEST()
/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()