Home
last modified time | relevance | path

Searched refs:nrf_802154_ed_error_t (Results 1 – 10 of 10) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_notification.h134 void nrf_802154_notify_energy_detection_failed(nrf_802154_ed_error_t error);
Dnrf_802154_co.h62 void nrf_802154_co_energy_detection_failed(nrf_802154_ed_error_t error);
Dnrf_802154_notification_swi.c178 nrf_802154_ed_error_t error; ///< An error code that indicates reason of the failure.
494 bool swi_notify_energy_detection_failed(nrf_802154_ed_error_t error) in swi_notify_energy_detection_failed()
656 void nrf_802154_notify_energy_detection_failed(nrf_802154_ed_error_t error) in nrf_802154_notify_energy_detection_failed()
Dnrf_802154_notification_direct.c122 void nrf_802154_notify_energy_detection_failed(nrf_802154_ed_error_t error) in nrf_802154_notify_energy_detection_failed()
Dnrf_802154_co.c68 void nrf_802154_co_energy_detection_failed(nrf_802154_ed_error_t error) in nrf_802154_co_energy_detection_failed()
Dnrf_802154.c1042 __WEAK void nrf_802154_energy_detection_failed(nrf_802154_ed_error_t error) in nrf_802154_energy_detection_failed()
/hal_nordic-latest/drivers/nrf_802154/common/include/
Dnrf_802154_callouts.h83 extern void nrf_802154_energy_detection_failed(nrf_802154_ed_error_t error);
Dnrf_802154_types.h116 typedef uint8_t nrf_802154_ed_error_t; typedef
/hal_nordic-latest/drivers/nrf_802154/serialization/src/
Dnrf_802154_spinel_dec_app.c146 nrf_802154_ed_error_t err = NRF_802154_CCA_ERROR_ABORTED; in spinel_decode_prop_nrf_802154_energy_detection_failed()
790 __WEAK void nrf_802154_energy_detection_failed(nrf_802154_ed_error_t error) in nrf_802154_energy_detection_failed()
Dnrf_802154_spinel_net.c150 void nrf_802154_energy_detection_failed(nrf_802154_ed_error_t err) in nrf_802154_energy_detection_failed()