Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/boards/posix/native_posix/
Dhw_counter.c19 static uint64_t counter_period; variable
30 counter_period = NEVER; in hw_counter_init()
40 hw_counter_timer = hwm_get_time() + counter_period; in hw_counter_triggered()
54 counter_period = period; in hw_counter_set_period()
69 hw_counter_timer = hwm_get_time() + counter_period; in hw_counter_start()
/Zephyr-Core-3.5.0/scripts/native_simulator/native/src/
Dhw_counter.c19 static uint64_t counter_period; variable
30 counter_period = NSI_NEVER; in hw_counter_init()
42 hw_counter_timer = nsi_hws_get_time() + counter_period; in hw_counter_triggered()
58 counter_period = period; in hw_counter_set_period()
73 hw_counter_timer = nsi_hws_get_time() + counter_period; in hw_counter_start()