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

◆ nrf_802154_trx_enable()

void nrf_802154_trx_enable ( void  )

Enables trx module.

Effects of call to this function:

  • The RADIO peripheral is fully reset and configured into 802.15.4 mode.
  • FEM module state is set to powered off.
  • PPIs used by trx module are disabled.
  • TIMER used by trx module is shutdown.
  • Trx module is in IDLE state
Warning
This function may be called when:
  • Trx module was in DISABLED state (after nrf_802154_trx_init or after nrf_802154_trx_disable).
  • HFCLK clock is activated.
  • Access to the RADIO peripheral is granted (applicable when the RADIO is shared with other drivers).
Note
When trx was in DISABLED state, the RADIO might have been controlled by other drivers. Thus full reset of the RADIO peripheral is performed.