Home
last modified time | relevance | path

Searched refs:hw_counter_timer (Results 1 – 3 of 3) 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()
/Zephyr-latest/boards/native/native_posix/
Dhw_counter.c14 uint64_t hw_counter_timer; variable
27 hw_counter_timer = NEVER; in hw_counter_init()
38 hw_counter_timer = NEVER; in hw_counter_triggered()
42 hw_counter_timer = hwm_get_time() + counter_period; in hw_counter_triggered()
81 hw_counter_timer = hwm_get_time() + counter_period; in hw_counter_start()
93 hw_counter_timer = NEVER; in hw_counter_stop()
Dhw_models_top.c33 extern uint64_t hw_counter_timer;
46 &hw_counter_timer,