nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ nrf_802154_receive()

bool nrf_802154_receive ( void  )

#include <nrf_802154/common/include/nrf_802154.h>

Changes the radio state to RADIO_STATE_RX.

In the receive state, the radio receives frames and may automatically send ACK frames when appropriate. The received frame is reported to the higher layer by a call to nrf_802154_received.

Return values
trueThe radio enters the receive state.
falseThe driver could not enter the receive state.