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

◆ nrf_802154_cca()

bool nrf_802154_cca ( void  )

#include <nrf_802154/common/include/nrf_802154.h>

Changes the radio state to RADIO_STATE_CCA.

Note
nrf_802154_cca_done can be called before this function returns a result.

In the CCA state, the radio verifies if the channel is clear. The result of the verification is reported to the higher layer by nrf_802154_cca_done.

Return values
trueThe CCA procedure was scheduled.
falseThe driver could not schedule the CCA procedure.