nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ nrf_802154_buffer_free_raw()

void nrf_802154_buffer_free_raw ( uint8_t * p_data)

#include <nrf_802154/common/include/nrf_802154.h>

Notifies the driver that the buffer containing the received frame is not used anymore.

Note
The buffer pointed to by p_data may be modified by this function.
This function can be safely called from the main context or callouts running on the same core as the driver. Do not call this function directly in the serialized callouts.
Parameters
[in]p_dataPointer to the buffer containing the received data that is no longer needed by the higher layer.