Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_TIMER.c218 bs_time_t next_match = this->start_t in update_cc_timer() local
220 while (next_match <= nsi_hws_get_time()) { in update_cc_timer()
221 next_match += time_of_1_counter_wrap(t); in update_cc_timer()
223 this->CC_timers[cc] = next_match; in update_cc_timer()