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

◆ nrf_802154_receive_failed()

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.

Parameters
[in]errorError code that indicates the reason of the failure.
[in]idIdentifier 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.