nrfxlib API 0.1.0
|
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:
FINISHED
stateImplementation is responsible for leaving FINISHED
state by a call to:
channel_was_idle | Informs implementation of the handler if channel was idle. true means the channel was idle, false means the channel was busy. |