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

◆ nrf_802154_ie_writer_tx_setup()

nrf_802154_tx_error_t nrf_802154_ie_writer_tx_setup ( nrf_802154_transmit_params_t * p_params)

#include <nrf_802154/driver/src/mac_features/nrf_802154_ie_writer.h>

Transmission setup hook for the IE writer module.

This hook parses the frame in search of header Information Elements and arms the IE writer module. The IE writer module shall write data to recognized Information Elements during the execution of nrf_802154_ie_writer_tx_ack_started_hook and nrf_802154_ie_writer_tx_started_hook hooks.

If this function detects a malformed frame, the module state shall be reset to the unarmed state. There is no guarantee that all malformed frames will be detected.

Parameters
[in]p_paramsPointer to the transmission parameters.
Return values
NRF_802154_TX_ERROR_NONEAlways succeeds.