nrfxlib API 2.8.99
|
bool nrf_802154_csma_ca_tx_failed_hook | ( | uint8_t * | p_frame, |
nrf_802154_tx_error_t | error ) |
#include <nrf_802154/driver/src/mac_features/nrf_802154_csma_ca.h>
Handles a TX failed event.
[in] | p_frame | Pointer to a buffer that contains PHR and PSDU of the frame that was not transmitted. |
[in] | error | Cause of failed transmission. |
true | TX failed event is to be propagated to the MAC layer. |
false | TX failed event is not to be propagated to the MAC layer. It is handled internally in the CSMA-CA module. |