Module that contains core of the nRF IEEE 802.15.4 radio driver.
States of the nRF 802.15.4 driver.
| Enumerator |
|---|
| RADIO_STATE_SLEEP | Low power mode (disabled) - the only state in which all radio preconditions are not requested.
|
| RADIO_STATE_FALLING_ASLEEP | Before entering the sleep state, all radio preconditions are requested.
|
| RADIO_STATE_RX | The receiver is enabled and it is receiving frames.
|
| RADIO_STATE_TX_ACK | The frame is received and the ACK is being transmitted.
|
| RADIO_STATE_CCA_TX | Performing CCA followed by the frame transmission.
|
| RADIO_STATE_TX | Transmitting data frame (or beacon).
|
| RADIO_STATE_RX_ACK | Receiving ACK after the transmitted frame.
|
| RADIO_STATE_ED | Performing the energy detection procedure.
|
| RADIO_STATE_CCA | Performing the CCA procedure.
|
| RADIO_STATE_CONTINUOUS_CARRIER | Emitting the continuous carrier wave.
|
| RADIO_STATE_MODULATED_CARRIER | Emitting the modulated carrier signal.
|