Home
last modified time | relevance | path

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

/nrf_hw_models-3.6.0/src/HW_models/
DNHW_RTC.c272 static uint64_t counter_to_time_sub_us(uint rtc, uint64_t counter) { in counter_to_time_sub_us() function
284 return counter_to_time_sub_us(rtc, (uint64_t)RTC_COUNTER_MASK + 1); in time_of_1_counter_wrap_sub_us()
299 uint64_t counter_match_sub_us = counter_to_time_sub_us(rtc, counter_match); in get_counter_match_time()
390 uint64_t counter_val_sub_us = counter_to_time_sub_us(rtc, counter_val); in nhw_rtc_set_counter()