Searched refs:allow_drop (Results 1 – 3 of 3) sorted by relevance
| /hal_nordic-latest/drivers/nrf_802154/driver/src/ |
| 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() argument 76 (void)allow_drop; in nrf_802154_notify_receive_failed()
|
| D | nrf_802154_notification_swi.c | 347 bool swi_notify_receive_failed(nrf_802154_rx_error_t error, uint32_t id, bool allow_drop) in swi_notify_receive_failed() argument 353 if (!allow_drop) in swi_notify_receive_failed() 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() argument 603 bool notified = swi_notify_receive_failed(error, id, allow_drop); in nrf_802154_notify_receive_failed()
|
| D | nrf_802154_notification.h | 93 bool nrf_802154_notify_receive_failed(nrf_802154_rx_error_t error, uint32_t id, bool allow_drop);
|