nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ nrf_802154_core_receive()

bool nrf_802154_core_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 )

Request the transition to the RADIO_STATE_RX state.

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 abort notification is to be triggered.
[in]idIdentifier of reception window.
Return values
trueEntering the receive state succeeded.
falseEntering the receive state failed (the driver is performing other procedure).