![]() |
nrfxlib API 3.3.99
|
| bool nrf_802154_reinit | ( | void | ) |
#include <nrf_802154/common/include/nrf_802154.h>
Reinitializes the 802.15.4 driver.
This function reinitializes the driver by moving the RADIO peripheral to RADIO_STATE_SLEEP and restoring driver-managed state to defaults. All ongoing and delayed operations are cancelled. The configuration, counters, and security keys revert to their default values.
| true | Reinitialization was successful. |
| false | Reinitialization failed because the radio was busy and could not be put to sleep. Call this function again when the radio can be placed in sleep. |