Home
last modified time | relevance | path

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

/Zephyr-latest/boards/native/native_sim/
Dcpu_wait.c46 hwtimer_wake_in_time(time_end); in arch_busy_wait()
72 hwtimer_wake_in_time(time_start + to_wait); in posix_cpu_hold()
/Zephyr-latest/scripts/native_simulator/native/src/include/
Dnsi_timer_model.h20 void hwtimer_wake_in_time(uint64_t time);
/Zephyr-latest/scripts/native_simulator/native/src/
Dtimer_model.c250 void hwtimer_wake_in_time(uint64_t time) in hwtimer_wake_in_time() function