Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/scripts/native_simulator/native/src/include/
Dhw_counter.h23 void hw_counter_set_period(uint64_t period);
/Zephyr-Core-3.5.0/boards/posix/native_posix/
Dhw_counter.h19 void hw_counter_set_period(uint64_t period);
Dhw_counter.c52 void hw_counter_set_period(uint64_t period) in hw_counter_set_period() function
/Zephyr-Core-3.5.0/scripts/native_simulator/native/src/
Dhw_counter.c56 void hw_counter_set_period(uint64_t period) in hw_counter_set_period() function
/Zephyr-Core-3.5.0/drivers/counter/
Dcounter_native_posix.c47 hw_counter_set_period(COUNTER_PERIOD); in ctr_init()