#include <nrf_802154/driver/src/nrf_802154_request.h>
Request entering the RADIO_STATE_TX state for the driver.
- Parameters
-
[in] | term_lvl | Termination level of this request. Selects procedures to abort. |
[in] | req_orig | Module that originates this request. |
[in] | p_data | Pointer to the frame to transmit. |
[in] | p_params | Pointer to transmission parameters. |
[in] | notify_function | Function called to notify the status of this procedure. May be NULL. |
- Return values
-
true | The driver will enter the transmit state. |
false | The driver cannot enter the transmit state due to an ongoing operation. |