Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/native_simulator/native/src/include/
Dhw_counter.h25 void hw_counter_set_wrap_value(uint64_t wrap_value);
/Zephyr-latest/scripts/native_simulator/native/src/
Dhw_counter.c68 void hw_counter_set_wrap_value(uint64_t wrap_value) in hw_counter_set_wrap_value() function
/Zephyr-latest/drivers/counter/
Dcounter_native_sim.c96 hw_counter_set_wrap_value((uint64_t)top.ticks + 1); in ctr_init()
167 hw_counter_set_wrap_value((uint64_t)top.ticks + 1); in ctr_set_top_value()