Home
last modified time | relevance | path

Searched refs:MAX_PACKET_SIZE (Results 1 – 12 of 12) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_rx_buffer.h57 uint8_t data[MAX_PACKET_SIZE + 1];
Dnrf_802154_tx_work_buffer.c42 static uint8_t m_work_buffer[MAX_PACKET_SIZE + PHR_SIZE]; ///< Work buffer.
Dnrf_802154_procedures_duration.h73 PHY_SHR_SYMBOLS + PHY_SYMBOLS_FROM_OCTETS(PHR_SIZE + MAX_PACKET_SIZE))
Dnrf_802154.c89 static uint8_t m_tx_buffer[RAW_PAYLOAD_OFFSET + MAX_PACKET_SIZE];
104 NRF_802154_ASSERT(length <= MAX_PACKET_SIZE); in tx_buffer_fill_for_modulated_carrier()
Dnrf_802154_aes_ccm_acc_ccm.c335 NRF_802154_ASSERT((offset >= 0) && (offset <= MAX_PACKET_SIZE + PHR_SIZE)); in nrf_802154_aes_ccm_transform_prepare()
Dnrf_802154_aes_ccm_acc_ecb.c570 NRF_802154_ASSERT((offset >= 0) && (offset <= MAX_PACKET_SIZE + PHR_SIZE)); in nrf_802154_aes_ccm_transform_prepare()
Dnrf_802154_core.c1830 if (psdu_length > 0 && psdu_length <= MAX_PACKET_SIZE) in nrf_802154_trx_receive_frame_bcmatched()
Dnrf_802154_trx.c925 packet_conf.maxlen = MAX_PACKET_SIZE; in nrf_802154_trx_enable()
/hal_nordic-latest/drivers/nrf_802154/common/include/
Dnrf_802154_const.h161 #define MAX_PACKET_SIZE 127 ///< Maximum s… macro
/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_filter.c448 if ((psdu_length < IMM_ACK_LENGTH) || (psdu_length > MAX_PACKET_SIZE)) in nrf_802154_filter_frame_part()
Dnrf_802154_frame_parser.c358 (psdu_length > MAX_PACKET_SIZE)) in full_parse()
/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/ack_generator/
Dnrf_802154_enh_ack_generator.c55 #define ENH_ACK_MAX_SIZE MAX_PACKET_SIZE