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

◆ nrf_802154_ie_writer_tx_ack_started_hook()

void nrf_802154_ie_writer_tx_ack_started_hook ( uint8_t *  p_ack)

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

ACK 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_ack argument is performed and the argument itself is ignored due to timing requirements that this hook must not exceed.

Parameters
[in]p_ackPointer to the buffer that contains the PHR and PSDU of the ACK frame.