Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/native_simulator/native/src/include/
Dhw_counter.h23 void hw_counter_set_period(uint64_t period);
/Zephyr-latest/boards/native/native_posix/
Dhw_counter.h19 void hw_counter_set_period(uint64_t period);
Dhw_counter.c54 void hw_counter_set_period(uint64_t period) in hw_counter_set_period() function
/Zephyr-latest/scripts/native_simulator/native/src/
Dhw_counter.c58 void hw_counter_set_period(uint64_t period) in hw_counter_set_period() function
/Zephyr-latest/drivers/counter/
Dcounter_native_posix.c89 hw_counter_set_period(COUNTER_PERIOD); in ctr_init()