Home
last modified time | relevance | path

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

/nrf_hw_models-3.4.0/src/HW_models/
DNRF_RTC.c150 uint64_t counter_match_sub_us = counter_to_time_sub_us(counter_match, rtc); in get_counter_match_time() local
155 + counter_match_sub_us; in get_counter_match_time()
157 else if (counter_match_sub_us > RTC_counter_startT_negative_sub_us[rtc]) in get_counter_match_time()
159 *next_match_sub_us = counter_match_sub_us - RTC_counter_startT_negative_sub_us[rtc]; in get_counter_match_time()
163 …*next_match_sub_us = time_of_1_counter_wrap_sub_us(rtc) + counter_match_sub_us - RTC_counter_start… in get_counter_match_time()