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