Searched refs:nrf_802154_notify_receive_failed (Results 1 – 5 of 5) sorted by relevance
| /hal_nordic-latest/drivers/nrf_802154/driver/src/ |
| D | nrf_802154_notification.h | 93 bool nrf_802154_notify_receive_failed(nrf_802154_rx_error_t error, uint32_t id, bool allow_drop);
|
| D | nrf_802154_notification_direct.c | 74 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
|
| D | nrf_802154_core.c | 327 (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()
|
| D | nrf_802154_notification_swi.c | 599 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/ |
| D | nrf_802154_delayed_trx.c | 461 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()
|