nrfxlib API 2.8.99
|
void nrf_802154_notify_transmitted | ( | uint8_t * | p_frame, |
nrf_802154_transmit_done_metadata_t * | p_metadata ) |
#include <nrf_802154/driver/src/nrf_802154_notification.h>
Notifies the next higher layer that a frame was transmitted.
p_metadata
structure passed to the public callout.[in] | p_frame | Pointer to a buffer that contains PHR and PSDU of the transmitted frame. |
[in] | p_metadata | Pointer to a metadata structure describing frame passed in p_frame . |