nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ nrf_802154_trx_ppi_for_ramp_up_was_triggered()

bool nrf_802154_trx_ppi_for_ramp_up_was_triggered ( void )

Detect if PPIs configured to start radio operation were triggered.

In TRX_RAMP_UP_SW_TRIGGER mode, radio ramp up starts by design from RADIO DISABLED event. This function verifies occurrence of this event and PPIs status.

The function is intended to be used only when all of the following conditions apply:

  • the connections are already made with nrf_802154_trx_ppi_for_ramp_up_set
  • TRX_RAMP_UP_SW_TRIGGER mode was used to create connections
  • connections have not yet been cleared
Return values
truePPIs were triggered.
falsePPIs were not triggered. To trigger them, the caller must trigger RADIO DISABLE task.