Home
last modified time | relevance | path

Searched refs:counter_running (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/boards/posix/native_posix/
Dhw_counter.c16 static bool counter_running; variable
29 counter_running = false; in hw_counter_init()
35 if (!counter_running) { in hw_counter_triggered()
63 if (counter_running) { in hw_counter_start()
67 counter_running = true; in hw_counter_start()
80 counter_running = false; in hw_counter_stop()
/Zephyr-Core-3.5.0/scripts/native_simulator/native/src/
Dhw_counter.c16 static bool counter_running; variable
29 counter_running = false; in hw_counter_init()
37 if (!counter_running) { in hw_counter_triggered()
67 if (counter_running) { in hw_counter_start()
71 counter_running = true; in hw_counter_start()
84 counter_running = false; in hw_counter_stop()