Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/common/src/
Dnrf_802154_common_utils.c53 frame_symbols += (PHR_SIZE + psdu_length) * PHY_SYMBOLS_PER_OCTET; in nrf_802154_first_symbol_timestamp_get()
60 return end_timestamp - (psdu_length * PHY_SYMBOLS_PER_OCTET * PHY_US_PER_SYMBOL); in nrf_802154_mhr_timestamp_get()
65 uint32_t frame_symbols = (PHR_SIZE + psdu_length) * PHY_SYMBOLS_PER_OCTET; in nrf_802154_timestamp_end_to_phr_convert()
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/driver/src/
Dnrf_802154_procedures_duration.h59 #define PHY_SYMBOLS_FROM_OCTETS(octets) ((octets) * PHY_SYMBOLS_PER_OCTET)
/hal_nordic-latest/drivers/nrf_802154/common/include/
Dnrf_802154_const.h180 #define PHY_SYMBOLS_PER_OCTET 2 ///< Number of… macro