![]() |
nrfxlib API 3.3.99
|
| 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.
| [in] | p_frame | Pointer to a frame data structure. | ||||||||
| [in] | tx_time | Absolute time used by the SL timer, in microseconds (us). | ||||||||
| [in] | p_metadata | Pointer to metadata structure. Contains detailed properties of data to transmit. If NULL following metadata are used:
|
| true | The transmission procedure was scheduled. |
| false | The driver could not schedule the transmission procedure. |