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

◆ nrf_802154_trx_go_idle()

bool nrf_802154_trx_go_idle ( void  )

Puts trx module into IDLE mode.

Return values
trueIf entering into IDLE mode started, nrf_802154_trx_go_idle_finished will be called (if not aborted by call to nrf_802154_trx_abort or nrf_802154_trx_disable).
falseIf already in IDLE mode or just requested nrf_802154_trx_go_idle. There will be no nrf_802154_trx_go_idle_finished handler being result of this function.