Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_TIMER.c147 uint64_t ticks; in time_to_counter() local
148 ticks = (delta * nhw_timer_st[t].base_freq) >> NRF_TIMER_regs[t].PRESCALER; in time_to_counter()
149 return ticks; in time_to_counter()
DNHW_RTC.c263 uint64_t ticks; in time_sub_us_to_counter() local
265 ticks = delta_sub_us / ((uint64_t)LF_CLOCK_PERIOD_subus * (nhw_rtc_st[rtc].PRESC + 1)); in time_sub_us_to_counter()
266 return ticks; in time_sub_us_to_counter()