Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_TIMER.c146 static uint32_t time_to_counter(bs_time_t delta, int t){ in time_to_counter() function
284 …this->Counter = time_to_counter(nsi_hws_get_time() - this->start_t, t); //we save the value when t… in nhw_timer_TASK_STOP()
329 NRF_TIMER_regs[t].CC[cc_n] = time_to_counter(Elapsed,t) & mask_from_bitmode(t); in nhw_timer_TASK_CAPTURE()