Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/native_simulator/native/src/include/
Dhw_counter.h27 void hw_counter_stop(void);
/Zephyr-latest/boards/native/native_posix/
Dhw_counter.h23 void hw_counter_stop(void);
Dhw_counter.c90 void hw_counter_stop(void) in hw_counter_stop() function
/Zephyr-latest/scripts/native_simulator/native/src/
Dhw_counter.c94 void hw_counter_stop(void) in hw_counter_stop() function
/Zephyr-latest/drivers/counter/
Dcounter_native_posix.c109 hw_counter_stop(); in ctr_stop()