nrfxlib API 2.8.99
|
bool nrf_802154_core_hooks_tx_started | ( | uint8_t * | p_frame | ) |
#include <nrf_802154/driver/src/nrf_802154_core_hooks.h>
Processes hooks for the TX started event.
[in] | p_frame | Pointer to a buffer that contains PHR and PSDU of the frame that is being transmitted. |
true | TX started event is to be propagated to the MAC layer. |
false | TX started event is not to be propagated to the MAC layer. It is handled internally. |