![]() |
nrfxlib API 3.3.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_raw or nrf_802154_received_timestamp_raw .
| true | The radio enters the receive state. |
| false | The driver could not enter the receive state. |