nrfxlib API 0.1.0
|
void nrf_802154_receive_failed | ( | nrf_802154_rx_error_t | error, |
uint32_t | id | ||
) |
#include <nrf_802154/common/include/nrf_802154_callouts.h>
Notifies that the reception of a frame failed.
[in] | error | Error code that indicates the reason of the failure. |
[in] | id | Identifier of reception window the error occurred in. If the error is related to a delayed reception window requested through nrf_802154_receive_at, the value of id equals the identifier of the scheduled reception window. Otherwise, the value of id equals NRF_802154_RESERVED_IMM_RX_WINDOW_ID. |