Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_utils.h130 uint64_t t1, u1; in NRF_802154_US_TO_RTC_TICKS() local
194 u1 = (t1 * 0x431bde82d7b); // (time * (2^56 / 15625)) in NRF_802154_US_TO_RTC_TICKS()
195 u1 += 0x7fffffffffff; // round up in NRF_802154_US_TO_RTC_TICKS()
196 u1 >>= 47; // ceil(u1 >> (56 - 9)) in NRF_802154_US_TO_RTC_TICKS()
198 result += u1; in NRF_802154_US_TO_RTC_TICKS()