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

◆ nrf_802154_trx_disable()

void nrf_802154_trx_disable ( void  )

Disables trx module.

This function has no effects when the trx module is in DISABLED state. Otherwise following effects apply:

  • The RADIO peripheral is fully reset.
  • FEM module state is set to powered off.
  • all PPSs used by trx module are disabled and cleared.
  • TIMER used by trx module is shutdown.
  • Trx module is in DISABLED state
Note
On call to this function any activity of trx module is stopped. If any operation was executing, it will be stopped and no handler will be called. After call HFCLK may be deactivated and the RADIO peripheral may be passed to other driver.