Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_RTC.c249 uint64_t now_sub_us = get_time_in_sub_us(); in get_last_lf_tick_time_sub_us() local
251 uint64_t n_lf_ticks = (now_sub_us - first_lf_tick_time_sub_us) / LF_CLOCK_PERIOD_subus; //floor() in get_last_lf_tick_time_sub_us()
298 uint64_t now_sub_us = get_time_in_sub_us(); in get_counter_match_time() local
316 while(*next_match_sub_us <= now_sub_us) in get_counter_match_time()