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

◆ nrf_802154_tx_work_buffer_original_frame_update()

void nrf_802154_tx_work_buffer_original_frame_update ( uint8_t * p_original_frame,
nrf_802154_transmitted_frame_props_t * p_frame_props )

Updates the original buffer with its bound work buffer contents.

Processing performed on the work buffer might require copying its contents back to the original buffer. This function performs all necessary updates of the original buffer in place.

Parameters
[in,out]p_original_framePointer to the original frame to be transmitted.
[out]p_frame_propsPointer to a structure to which properties of the frame to be transmitted are stored.