Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/scripts/native_simulator/native/src/include/
Dhw_counter.h26 void hw_counter_stop(void);
/Zephyr-Core-3.5.0/boards/posix/native_posix/
Dhw_counter.h22 void hw_counter_stop(void);
Dhw_counter.c78 void hw_counter_stop(void) in hw_counter_stop() function
/Zephyr-Core-3.5.0/scripts/native_simulator/native/src/
Dhw_counter.c82 void hw_counter_stop(void) in hw_counter_stop() function
/Zephyr-Core-3.5.0/drivers/counter/
Dcounter_native_posix.c65 hw_counter_stop(); in ctr_stop()