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

◆ nrf_802154_tx_work_buffer_reset()

void nrf_802154_tx_work_buffer_reset ( const nrf_802154_transmitted_frame_props_t * p_frame_props)

Module that provides work buffer for transmissions.

This module performs the following functions:

  • stores properties of the frame to be transmitted
  • optionally provides an additional work buffer to modify frame data without affecting the original frame's contents

By default, the using of work buffer is turned off. If desired, it can be turned on with nrf_802154_tx_work_buffer_enable_for.

Resets work buffer.

Internal state of the work buffer is completely reset after this call. If p_frame_props is not NULL, the work buffer properties are set according to the contents of the given structure.

Parameters
[in]p_frame_propsPointer to a structure containing the initial properties that will be set for the work buffer.