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

◆ nrf_802154_trx_receive_frame_prestarted()

void nrf_802154_trx_receive_frame_prestarted ( void  )

Handler called at the beginning of frame reception (earliest possible moment).

This handler is called from an ISR when:

  • receive operation has been started with a call to nrf_802154_trx_receive_frame
  • the RADIO peripheral detected energy on channel or started synchronizing to it.

When this handler is called following holds:

  • trx module is in RXFRAME state.

Implementation of nrf_802154_trx_receive_frame_started may call:

Note
This handler may be triggered several times during receive of a preamble of a frame. It can be followed by call to nrf_802154_trx_receive_frame_started (if enabled) and then by nrf_802154_trx_receive_frame_received or nrf_802154_trx_receive_frame_crcerror, but there is possibility that it will not be followed by these calls (In case when the RADIO didn't found full preamble.). If implementation of this handler starts some activity that must be terminated by a further call, it must implement its own timeout feature.