nrfxlib API 2.8.99
|
bool nrf_802154_sleep | ( | void | ) |
#include <nrf_802154/common/include/nrf_802154.h>
Changes the radio state to the RADIO_STATE_SLEEP state.
The sleep state is the lowest power state. In this state, the radio cannot transmit or receive frames. It is the only state in which the driver releases the high-frequency clock and does not request timeslots from a radio arbiter.
true | The radio changes its state to the low power mode. |
false | The driver could not schedule changing state. |