nrfxlib API 2.8.99
|
|
extern |
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:
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.