Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/native_simulator/native/src/
Dhw_counter.c14 static uint64_t hw_counter_timer; variable
27 hw_counter_timer = NSI_NEVER; in hw_counter_init()
40 hw_counter_timer = NSI_NEVER; in hw_counter_triggered()
44 hw_counter_timer = nsi_hws_get_time() + counter_period; in hw_counter_triggered()
52 NSI_HW_EVENT(hw_counter_timer, hw_counter_triggered, 20);
85 hw_counter_timer = nsi_hws_get_time() + counter_period; in hw_counter_start()
97 hw_counter_timer = NSI_NEVER; in hw_counter_stop()