nrfxlib API 2.8.99
Loading...
Searching...
No Matches

◆ nrf_802154_request_transmit_raw_at()

bool nrf_802154_request_transmit_raw_at ( uint8_t * p_data,
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_dataPointer to the array with data to transmit. The first byte must contain the frame length (including FCS). The following bytes contain data. The CRC is computed automatically by the radio hardware. Therefore, the FCS field can contain any bytes.
[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.