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

◆ nrf_802154_sleep()

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.

Note
If another module requests it, the high-frequency clock may be enabled even in the radio sleep state.
Return values
trueThe radio changes its state to the low power mode.
falseThe driver could not schedule changing state.