Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_TIMER.c157 bs_time_t Elapsed; in counter_to_time() local
158 Elapsed = (counter << NRF_TIMER_regs[t].PRESCALER) / nhw_timer_st[t].base_freq; in counter_to_time()
159 return Elapsed; in counter_to_time()
328 bs_time_t Elapsed = nsi_hws_get_time() - this->start_t; in nhw_timer_TASK_CAPTURE() local
329 NRF_TIMER_regs[t].CC[cc_n] = time_to_counter(Elapsed,t) & mask_from_bitmode(t); in nhw_timer_TASK_CAPTURE()
DNHW_RTC.c273 uint64_t Elapsed; in counter_to_time_sub_us() local
275 Elapsed = counter * (uint64_t)LF_CLOCK_PERIOD_subus * (nhw_rtc_st[rtc].PRESC + 1); in counter_to_time_sub_us()
277 return Elapsed; in counter_to_time_sub_us()