35#ifndef NRF_802154_CSMA_CA_H__
36#define NRF_802154_CSMA_CA_H__
72#if NRF_802154_CSMA_CA_CANCEL_ENABLED || defined(__DOXYGEN__)
void nrf_802154_csma_ca_cancel(void)
Cancel the CSMA-CA procedure.
nrf_802154_tx_error_t nrf_802154_csma_ca_start(const nrf_802154_frame_t *p_frame, const nrf_802154_transmit_csma_ca_metadata_t *p_metadata)
Start the CSMA-CA procedure for the transmission of a given frame.
uint8_t nrf_802154_tx_error_t
Errors reported during the frame transmission.
Definition nrf_802154_types.h:88
Definition nrf_802154_frame.h:139