Home
last modified time | relevance | path

Searched refs:nrf_802154_notify_receive_failed (Results 1 – 5 of 5) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_notification.h93 bool nrf_802154_notify_receive_failed(nrf_802154_rx_error_t error, uint32_t id, bool allow_drop);
Dnrf_802154_notification_direct.c74 bool nrf_802154_notify_receive_failed(nrf_802154_rx_error_t error, uint32_t id, bool allow_drop) in nrf_802154_notify_receive_failed() function
Dnrf_802154_core.c327 (void)nrf_802154_notify_receive_failed(error, m_rx_window_id, true); in receive_failed_notify()
741 (void)nrf_802154_notify_receive_failed(NRF_802154_RX_ERROR_ABORTED, in operation_terminated_notify()
1899 (void)nrf_802154_notify_receive_failed(NRF_802154_RX_ERROR_TIMESLOT_ENDED, in nrf_802154_trx_receive_frame_bcmatched()
Dnrf_802154_notification_swi.c599 bool nrf_802154_notify_receive_failed(nrf_802154_rx_error_t error, uint32_t id, bool allow_drop) in nrf_802154_notify_receive_failed() function
/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_delayed_trx.c461 bool notified = nrf_802154_notify_receive_failed( in notify_rx_timeout()
535 bool notified = nrf_802154_notify_receive_failed(NRF_802154_RX_ERROR_DELAYED_ABORTED, in dly_rx_all_ongoing_abort()
596 bool notified = nrf_802154_notify_receive_failed( in dly_rx_result_notify()