nrfxlib API 2.8.99
|
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.
true | The radio enters the receive state. |
false | The driver could not enter the receive state. |