nrfxlib API 0.1.0
|
void nrf_802154_transmitted | ( | uint8_t * | p_frame, |
const nrf_802154_transmit_done_metadata_t * | p_metadata | ||
) |
#include <nrf_802154/common/include/nrf_802154_callouts.h>
Notifies that a frame was transmitted.
nrf_802154_transmit_done_metadata_t::data.transmitted.p_ack
is not modified by the radio driver (and cannot be used to receive a frame) until nrf_802154_buffer_free is called. nrf_802154_transmit_done_metadata_t::data.transmitted.p_ack
may be modified by the function handler (and other modules) until nrf_802154_buffer_free is called. nrf_802154_transmit_done_metadata_t::data.transmitted.time
granularity depends on the granularity of the timer driver in the platform/timer directory. [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 . |