![]() |
nrfxlib API 3.3.99
|
| nrf_802154_tx_error_t nrf_802154_request_csma_ca_start | ( | const nrf_802154_frame_t * | p_frame, |
| const nrf_802154_transmit_csma_ca_metadata_t * | p_metadata ) |
#include <nrf_802154/driver/src/nrf_802154_request.h>
Requests CSMA-CA procedure for the transmission of a given frame.
| [in] | p_frame | Pointer to a frame data structure. |
| [in] | p_metadata | Pointer to metadata structure. Contains detailed properties of data to transmit. |
| NRF_802154_TX_ERROR_NONE | The procedure started successfully. |
| NRF_802154_TX_ERROR_TIMESLOT_DENIED | The transmission did not start due to a denied timeslot request. |