#include <nrf_802154/driver/src/nrf_802154_request.h>
Requests entering the RADIO_STATE_RX 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] | notify_function | Function called to notify the status of this procedure. May be NULL. |
[in] | notify_abort | If the abort notification is to be triggered automatically. |
[in] | id | Identifier of a reception window. |
- Return values
-
true | The driver will enter the receive state. |
false | The driver cannot enter the receive state due to ongoing operation. |