esp_ieee802154_transmit_done() function
The Frame Transmission succeeded.
Arguments
frame
The pointer to the transmitted frame.
ack
The received ACK frame, it could be NULL if the transmitted frame's AR bit is not set.
ack_frame_info
More information of the ACK frame, refer to esp_ieee802154_frame_info_t.
Notes
If the ack frame is not null, user must call the function `esp_ieee802154_receive_handle_done()` to notify 802.15.4 driver after the ack frame is handled.
esp_ieee802154_transmit_done() calls 4 functions:
![]()
esp_ieee802154_transmit_done()
esp_ieee802154_transmit_done() reads 1 variable:
![]()
esp_ieee802154_transmit_done()