Searched refs:PHY_SYMBOLS_PER_OCTET (Results 1 – 3 of 3) sorted by relevance
53 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()
59 #define PHY_SYMBOLS_FROM_OCTETS(octets) ((octets) * PHY_SYMBOLS_PER_OCTET)
180 #define PHY_SYMBOLS_PER_OCTET 2 ///< Number of… macro