nrfxlib API 2.8.99
|
Go to the source code of this file.
Data Structures | |
struct | rx_buffer_t |
Module that contains buffer for frames received by the nRF 802.15.4 radio driver. More... | |
Functions | |
void | nrf_802154_rx_buffer_init (void) |
Initializes the buffer for received frames. | |
rx_buffer_t * | nrf_802154_rx_buffer_free_find (void) |
Gets a free buffer to receive a frame. | |
Variables | |
rx_buffer_t | nrf_802154_rx_buffers [] |
Array that contains all buffers used to receive frame. | |