48#ifndef NRF_802154_TX_WORK_BUFFER_H_
49#define NRF_802154_TX_WORK_BUFFER_H_
107 uint8_t * p_original_frame,
void nrf_802154_tx_work_buffer_plain_text_offset_set(uint8_t offset)
Sets offset of encryption plain text for the work buffer.
const uint8_t * nrf_802154_tx_work_buffer_get(const uint8_t *p_original_frame)
Gets buffer to be transmitted.
void nrf_802154_tx_work_buffer_is_secured_set(void)
Marks a work buffer as secured.
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.
void nrf_802154_tx_work_buffer_reset(const nrf_802154_transmitted_frame_props_t *p_frame_props)
Module that provides work buffer for transmissions.
void nrf_802154_tx_work_buffer_is_dynamic_data_updated_set(void)
Marks a work buffer as containing updated dynamic data.
uint8_t * nrf_802154_tx_work_buffer_enable_for(uint8_t *p_original_frame)
Enables work buffer for provided frame.
Structure with frame properties associated with the transmission operation.
Definition nrf_802154_types.h:388