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

◆ nrf_802154_trx_receive_frame_crcerror()

void nrf_802154_trx_receive_frame_crcerror ( void  )

Handler called when a frame is received with incorrect crc.

This handler is called from an ISR when:

When this handler is called following holds:

  • the RADIO peripheral started ramping down (or it ramped down already)
  • trx module is in FINISHED state.

Implementation of nrf_802154_trx_receive_frame_crcerror is responsible for leaving FINISHED state. It may do this by call to:

Implementation of nrf_802154_trx_receive_frame_crcerror should not call nrf_802154_trx_receive_frame as receive is restarted automatically by the hardware. If the implementation wishes to change state it should call nrf_802154_trx_abort first.