Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_RTC.c385 static void nhw_rtc_set_counter(uint rtc, uint64_t counter_val) in nhw_rtc_set_counter() argument
389 counter_val &= RTC_COUNTER_MASK; in nhw_rtc_set_counter()
390 uint64_t counter_val_sub_us = counter_to_time_sub_us(rtc, counter_val); in nhw_rtc_set_counter()
407 NRF_RTC_regs[rtc].COUNTER = counter_val; in nhw_rtc_set_counter()