Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_RTC.c148 static bs_time_t sub_us_time_to_us_time(uint64_t sub_us_time);
216 static bs_time_t sub_us_time_to_us_time(uint64_t sub_us_time) in sub_us_time_to_us_time() argument
218 bs_time_t us_time = sub_us_time >> SUB_US_BITS; in sub_us_time_to_us_time()
220 if(sub_us_time % (1U << SUB_US_BITS) != 0) //rounding up in sub_us_time_to_us_time()