Searched refs:phr_timestamp (Results 1 – 2 of 2) sorted by relevance
70 uint64_t nrf_802154_timestamp_phr_to_shr_convert(uint64_t phr_timestamp) in nrf_802154_timestamp_phr_to_shr_convert() argument72 return phr_timestamp - (PHY_SHR_SYMBOLS * PHY_US_PER_SYMBOL); in nrf_802154_timestamp_phr_to_shr_convert()75 uint64_t nrf_802154_timestamp_phr_to_mhr_convert(uint64_t phr_timestamp) in nrf_802154_timestamp_phr_to_mhr_convert() argument77 return phr_timestamp + (PHR_SIZE * PHY_SYMBOLS_PER_OCTET * PHY_US_PER_SYMBOL); in nrf_802154_timestamp_phr_to_mhr_convert()
121 uint64_t nrf_802154_timestamp_phr_to_shr_convert(uint64_t phr_timestamp);133 uint64_t nrf_802154_timestamp_phr_to_mhr_convert(uint64_t phr_timestamp);