Home
last modified time | relevance | path

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

/hal_nordic-latest/drivers/nrf_802154/common/src/
Dnrf_802154_common_utils.c55 return end_timestamp - (frame_symbols * PHY_US_PER_SYMBOL); 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()
67 return end_timestamp - (frame_symbols * PHY_US_PER_SYMBOL); in nrf_802154_timestamp_end_to_phr_convert()
72 return phr_timestamp - (PHY_SHR_SYMBOLS * PHY_US_PER_SYMBOL); in nrf_802154_timestamp_phr_to_shr_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/mac_features/
Dnrf_802154_ie_writer.c59 #define CSL_US_PER_UNIT (IE_CSL_SYMBOLS_PER_UNIT * PHY_US_PER_SYMBOL)
122 uint32_t csl_period_us = csl_period * IE_CSL_SYMBOLS_PER_UNIT * PHY_US_PER_SYMBOL; in csl_phase_calc()
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_procedures_duration.h60 #define PHY_US_TIME_FROM_SYMBOLS(symbols) ((symbols) * PHY_US_PER_SYMBOL)
/hal_nordic-latest/drivers/nrf_802154/common/include/
Dnrf_802154_const.h179 #define PHY_US_PER_SYMBOL 16 ///< Duration … macro