Home
last modified time | relevance | path

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

/nrf_hw_models-3.5.0/src/HW_models/
DNHW_RTC.c109 #define SUB_US_BITS 9 // Bits representing sub-microsecond units macro
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()
233 return us_time << SUB_US_BITS; in us_time_to_sub_us_time()