Searched refs:time_now_us (Results 1 – 7 of 7) sorted by relevance
10 uint32_t isoal_get_wrapped_time_us(uint32_t time_now_us, int32_t time_diff_us) in isoal_get_wrapped_time_us() argument12 return time_now_us; in isoal_get_wrapped_time_us()
391 uint32_t ull_get_wrapped_time_us(uint32_t time_now_us, int32_t time_diff_us) in ull_get_wrapped_time_us() argument
287 uint32_t ull_get_wrapped_time_us(uint32_t time_now_us, int32_t time_diff_us) in ull_get_wrapped_time_us() argument289 uint32_t result = ((uint64_t)time_now_us + ULL_TIME_SPAN_FULL_US + time_diff_us) % in ull_get_wrapped_time_us()
180 uint32_t ull_get_wrapped_time_us(uint32_t time_now_us, int32_t time_diff_us);
419 uint32_t isoal_get_wrapped_time_us(uint32_t time_now_us, int32_t time_diff_us);
3169 uint32_t ull_get_wrapped_time_us(uint32_t time_now_us, int32_t time_diff_us) in ull_get_wrapped_time_us() argument3171 LL_ASSERT(time_now_us <= ULL_TIME_WRAPPING_POINT_US); in ull_get_wrapped_time_us()3173 uint32_t result = ((uint64_t)time_now_us + ULL_TIME_SPAN_FULL_US + time_diff_us) % in ull_get_wrapped_time_us()
136 uint32_t isoal_get_wrapped_time_us(uint32_t time_now_us, int32_t time_diff_us) in isoal_get_wrapped_time_us() argument138 return ull_get_wrapped_time_us(time_now_us, time_diff_us); in isoal_get_wrapped_time_us()