nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ nrf_802154_request_transmit_raw_at()

nrf_802154_tx_error_t nrf_802154_request_transmit_raw_at ( const nrf_802154_frame_t * p_frame,
uint64_t tx_time,
const nrf_802154_transmit_at_metadata_t * p_metadata )

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

Requests a call to nrf_802154_delayed_trx_transmit.

Parameters
[in]p_framePointer to a frame data structure.
[in]tx_timeAbsolute time used by the SL timer, in microseconds (us).
[in]p_metadataPointer to metadata structure. Contains detailed properties of data to transmit. If NULL following metadata are used:
Field Value
frame_props NRF_802154_TRANSMITTED_FRAME_PROPS_DEFAULT_INIT
cca true
channel As returned by nrf_802154_channel_get
Return values
trueThe transmission procedure was scheduled.
falseThe driver could not schedule the transmission procedure.