nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ nrf_802154_request_transmit()

bool nrf_802154_request_transmit ( nrf_802154_term_t  term_lvl,
req_originator_t  req_orig,
uint8_t *  p_data,
nrf_802154_transmit_params_t p_params,
nrf_802154_notification_func_t  notify_function 
)

#include <nrf_802154/driver/src/nrf_802154_request.h>

Request entering the RADIO_STATE_TX state for the driver.

Parameters
[in]term_lvlTermination level of this request. Selects procedures to abort.
[in]req_origModule that originates this request.
[in]p_dataPointer to the frame to transmit.
[in]p_paramsPointer to transmission parameters.
[in]notify_functionFunction called to notify the status of this procedure. May be NULL.
Return values
trueThe driver will enter the transmit state.
falseThe driver cannot enter the transmit state due to an ongoing operation.