Home
last modified time | relevance | path

Searched defs:psdu_length (Results 1 – 6 of 6) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/common/src/
Dnrf_802154_common_utils.c49 uint64_t nrf_802154_first_symbol_timestamp_get(uint64_t end_timestamp, uint8_t psdu_length) in nrf_802154_first_symbol_timestamp_get()
58 uint64_t nrf_802154_mhr_timestamp_get(uint64_t end_timestamp, uint8_t psdu_length) in nrf_802154_mhr_timestamp_get()
63 uint64_t nrf_802154_timestamp_end_to_phr_convert(uint64_t end_timestamp, uint8_t psdu_length) in nrf_802154_timestamp_end_to_phr_convert()
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_procedures_duration.h87 __STATIC_INLINE uint16_t nrf_802154_frame_duration_get(uint8_t psdu_length, in nrf_802154_frame_duration_get()
106 __STATIC_INLINE uint16_t nrf_802154_tx_duration_get(uint8_t psdu_length, in nrf_802154_tx_duration_get()
150 __STATIC_INLINE uint16_t nrf_802154_rx_duration_get(uint8_t psdu_length, bool ack_requested) in nrf_802154_rx_duration_get()
Dnrf_802154_core.c1828 uint8_t psdu_length = nrf_802154_frame_parser_frame_length_get(&m_current_rx_frame_data); in nrf_802154_trx_receive_frame_bcmatched() local
/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_delayed_trx.c106 uint8_t psdu_length; ///< Length in bytes of the frame to be received in RX window. member
443 uint8_t psdu_length = p_dly_op_data->rx.extension_frame.psdu_length; in notify_rx_timeout() local
Dnrf_802154_filter.c440 uint8_t psdu_length = nrf_802154_frame_parser_frame_length_get( in nrf_802154_filter_frame_part() local
Dnrf_802154_frame_parser.c352 uint8_t psdu_length = nrf_802154_frame_parser_frame_length_get(p_parser_data); in full_parse() local