nrfxlib API 2.8.99
Loading...
Searching...
No Matches

◆ nrf_802154_request_receive()

bool nrf_802154_request_receive ( nrf_802154_term_t term_lvl,
req_originator_t req_orig,
nrf_802154_notification_func_t notify_function,
bool notify_abort,
uint32_t id )

#include <nrf_802154/driver/src/nrf_802154_request.h>

Requests entering the RADIO_STATE_RX state for the driver.

Parameters
[in]term_lvlTermination level of this request. Selects procedures to abort.
[in]req_origModule that originates this request.
[in]notify_functionFunction called to notify the status of this procedure. May be NULL.
[in]notify_abortIf the abort notification is to be triggered automatically.
[in]idIdentifier of a reception window.
Return values
trueThe driver will enter the receive state.
falseThe driver cannot enter the receive state due to ongoing operation.