40#ifndef NRF_802154_RX_BUFFER_H_
41#define NRF_802154_RX_BUFFER_H_
#define MAX_PACKET_SIZE
Maximum size of the radio packet.
Definition nrf_802154_const.h:161
rx_buffer_t * nrf_802154_rx_buffer_free_find(void)
Gets a free buffer to receive a frame.
void nrf_802154_rx_buffer_init(void)
Initializes the buffer for received frames.
rx_buffer_t nrf_802154_rx_buffers[]
Array that contains all buffers used to receive frame.
bool free
Definition nrf_802154_rx_buffer.h:58
Module that contains buffer for frames received by the nRF 802.15.4 radio driver.
Definition nrf_802154_rx_buffer.h:56