nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ nrf_802154_ie_writer_tx_started_hook()

bool nrf_802154_ie_writer_tx_started_hook ( uint8_t *  p_frame)

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

TX started hook for the IE writer module.

This hook executes during the EVENT_ADDRESS radio event. If the IE writer is armed, the IEs recognized by the writer module shall be modified. If IE writer is not armed no action shall be performed.

The function writes to memory addresses that were found suitable by the call to nrf_802154_ie_writer_prepare function. No parsing of the frame pointed by the p_frame argument is performed and the argument itself is ignored due to timing requirements that this hook must not exceed.

Parameters
[in]p_framePointer to the buffer that contains the PHR and PSDU of the transmitted frame.
Return values
trueAlways succeeds.