Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/scripts/native_simulator/native/src/
Dhw_counter.c14 static uint64_t hw_counter_timer; variable
26 hw_counter_timer = NSI_NEVER; in hw_counter_init()
38 hw_counter_timer = NSI_NEVER; in hw_counter_triggered()
42 hw_counter_timer = nsi_hws_get_time() + counter_period; in hw_counter_triggered()
50 NSI_HW_EVENT(hw_counter_timer, hw_counter_triggered, 20);
73 hw_counter_timer = nsi_hws_get_time() + counter_period; in hw_counter_start()
85 hw_counter_timer = NSI_NEVER; in hw_counter_stop()
/Zephyr-Core-3.5.0/boards/posix/native_posix/
Dhw_counter.c14 uint64_t hw_counter_timer; variable
26 hw_counter_timer = NEVER; in hw_counter_init()
36 hw_counter_timer = NEVER; in hw_counter_triggered()
40 hw_counter_timer = hwm_get_time() + counter_period; in hw_counter_triggered()
69 hw_counter_timer = hwm_get_time() + counter_period; in hw_counter_start()
81 hw_counter_timer = NEVER; in hw_counter_stop()
Dhw_models_top.c33 extern uint64_t hw_counter_timer;
46 &hw_counter_timer,