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

◆ nrf_802154_trx_standalone_cca_finished()

void nrf_802154_trx_standalone_cca_finished ( bool  channel_was_idle)

Handler called when standalone cca operaion has been just finished.

This handler is called from an ISR when:

When this handler is called following holds:

  • the RADIO peripheral started ramping down (or it ramped down already)
  • trx module is in FINISHED state

Implementation is responsible for leaving FINISHED state by a call to:

Parameters
channel_was_idleInforms implementation of the handler if channel was idle. true means the channel was idle, false means the channel was busy.