Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/common/src/
Dnrf_802154_common_utils.c70 uint64_t nrf_802154_timestamp_phr_to_shr_convert(uint64_t phr_timestamp) in nrf_802154_timestamp_phr_to_shr_convert() argument
72 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() argument
77 return phr_timestamp + (PHR_SIZE * PHY_SYMBOLS_PER_OCTET * PHY_US_PER_SYMBOL); in nrf_802154_timestamp_phr_to_mhr_convert()
/hal_nordic-latest/drivers/nrf_802154/common/include/
Dnrf_802154_common_utils.h121 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);