Home
last modified time | relevance | path

Searched refs:notified (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_notification_swi.c590 bool notified = swi_notify_received(p_data, power, lqi); in nrf_802154_notify_received() local
593 NRF_802154_ASSERT(notified); in nrf_802154_notify_received()
594 (void)notified; in nrf_802154_notify_received()
603 bool notified = swi_notify_receive_failed(error, id, allow_drop); in nrf_802154_notify_receive_failed() local
607 return notified; in nrf_802154_notify_receive_failed()
619 bool notified = swi_notify_transmitted(p_frame, p_metadata); in nrf_802154_notify_transmitted() local
622 NRF_802154_ASSERT(notified); in nrf_802154_notify_transmitted()
623 (void)notified; in nrf_802154_notify_transmitted()
634 bool notified = swi_notify_transmit_failed(p_frame, error, p_metadata); in nrf_802154_notify_transmit_failed() local
637 NRF_802154_ASSERT(notified); in nrf_802154_notify_transmit_failed()
[all …]
/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() local
467 NRF_802154_ASSERT(notified); in notify_rx_timeout()
468 (void)notified; in notify_rx_timeout()
535 bool notified = nrf_802154_notify_receive_failed(NRF_802154_RX_ERROR_DELAYED_ABORTED, in dly_rx_all_ongoing_abort() local
540 NRF_802154_ASSERT(notified); in dly_rx_all_ongoing_abort()
541 (void)notified; in dly_rx_all_ongoing_abort()
596 bool notified = nrf_802154_notify_receive_failed( in dly_rx_result_notify() local
602 NRF_802154_ASSERT(notified); in dly_rx_result_notify()
603 (void)notified; in dly_rx_result_notify()