35#ifndef NRF_802154_CSMA_CA_H__
36#define NRF_802154_CSMA_CA_H__
bool nrf_802154_csma_ca_tx_failed_hook(uint8_t *p_frame, nrf_802154_tx_error_t error)
Handles a TX failed event.
bool nrf_802154_csma_ca_abort(nrf_802154_term_t term_lvl, req_originator_t req_orig)
Aborts the ongoing CSMA-CA procedure.
bool nrf_802154_csma_ca_tx_started_hook(uint8_t *p_frame)
Handles a TX started event.
bool nrf_802154_csma_ca_start(uint8_t *p_data, const nrf_802154_transmit_csma_ca_metadata_t *p_metadata)
Starts the CSMA-CA procedure for the transmission of a given frame.
uint8_t nrf_802154_term_t
Termination level selected for a particular request.
Definition nrf_802154_types.h:154
uint8_t nrf_802154_tx_error_t
Errors reported during the frame transmission.
Definition nrf_802154_types.h:82
req_originator_t
Definition nrf_802154_const.h:232