Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/boards/native/native_posix/
Dhw_counter.c19 static uint64_t counter_period; variable
31 counter_period = NEVER; in hw_counter_init()
42 hw_counter_timer = hwm_get_time() + counter_period; in hw_counter_triggered()
56 counter_period = period; in hw_counter_set_period()
81 hw_counter_timer = hwm_get_time() + counter_period; in hw_counter_start()
/Zephyr-Core-3.7.0/scripts/native_simulator/native/src/
Dhw_counter.c19 static uint64_t counter_period; variable
31 counter_period = NSI_NEVER; in hw_counter_init()
44 hw_counter_timer = nsi_hws_get_time() + counter_period; in hw_counter_triggered()
60 counter_period = period; in hw_counter_set_period()
85 hw_counter_timer = nsi_hws_get_time() + counter_period; in hw_counter_start()