nrfxlib API 2.8.99
|
bool nrf_802154_trx_go_idle | ( | void | ) |
Puts trx module into IDLE mode.
true | If 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). |
false | If 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. |