![]() |
nrfxlib API 3.3.99
|
| 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.
| [in,out] | p_original_frame | Pointer to the original frame to be transmitted. |
| [out] | p_frame_props | Pointer to a structure to which properties of the frame to be transmitted are stored. |