![]() |
nrfxlib API 3.3.99
|
| nrf_802154_tx_error_t nrf_802154_delayed_trx_transmit | ( | 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/mac_features/nrf_802154_delayed_trx.h>
Requests transmission of a frame at a given time.
If the requested transmission is successful and the frame is transmitted, the nrf_802154_transmitted_raw function is called. If the requested frame cannot be transmitted at the given time, the nrf_802154_transmit_failed function is called.
| [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 and additional parameters for the procedure. |