Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_RTC.c129 uint32_t PRESC; member
265 ticks = delta_sub_us / ((uint64_t)LF_CLOCK_PERIOD_subus * (nhw_rtc_st[rtc].PRESC + 1)); in time_sub_us_to_counter()
275 Elapsed = counter * (uint64_t)LF_CLOCK_PERIOD_subus * (nhw_rtc_st[rtc].PRESC + 1); in counter_to_time_sub_us()
500 this->PRESC = NRF_RTC_regs[rtc].PRESCALER; in nhw_rtc_TASKS_START()
536 nhw_rtc_st[rtc].PRESC = NRF_RTC_regs[rtc].PRESCALER; in nhw_rtc_TASKS_CLEAR()
549 nhw_rtc_st[rtc].PRESC = NRF_RTC_regs[rtc].PRESCALER; in nhw_rtc_TASKS_TRIGOVRFLW()