nrfxlib API 2.7.99
Loading...
Searching...
No Matches
Driver memory management

Functions

void nrf_802154_buffer_free_raw (uint8_t *p_data)
 Notifies the driver that the buffer containing the received frame is not used anymore.
 
bool nrf_802154_buffer_free_immediately_raw (uint8_t *p_data)
 Notifies the driver that the buffer containing the received frame is not used anymore.
 
void nrf_802154_buffer_free (uint8_t *p_data)
 Notifies the driver that the buffer containing the received frame is not used anymore.
 
bool nrf_802154_buffer_free_immediately (uint8_t *p_data)
 Notifies the driver that the buffer containing the received frame is not used anymore.
 

Detailed Description