![]() |
nrfxlib API 3.3.99
|
| 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:
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.
| [in] | p_frame_props | Pointer to a structure containing the initial properties that will be set for the work buffer. |