Home
last modified time | relevance | path

Searched refs:nrf_802154_tx_error_t (Results 1 – 19 of 19) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_core_hooks.c65 typedef bool (* tx_failed_hook)(uint8_t * p_frame, nrf_802154_tx_error_t error);
66 typedef void (* tx_ack_failed_hook)(uint8_t * p_ack, nrf_802154_tx_error_t error);
300 bool nrf_802154_core_hooks_tx_failed(uint8_t * p_frame, nrf_802154_tx_error_t error) in nrf_802154_core_hooks_tx_failed()
322 void nrf_802154_core_hooks_tx_ack_failed(uint8_t * p_ack, nrf_802154_tx_error_t error) in nrf_802154_core_hooks_tx_ack_failed()
Dnrf_802154_encrypt.h108 bool nrf_802154_encrypt_tx_failed_hook(uint8_t * p_frame, nrf_802154_tx_error_t error);
118 void nrf_802154_encrypt_tx_ack_failed_hook(uint8_t * p_ack, nrf_802154_tx_error_t error);
Dnrf_802154_core_hooks.h118 bool nrf_802154_core_hooks_tx_failed(uint8_t * p_frame, nrf_802154_tx_error_t error);
127 void nrf_802154_core_hooks_tx_ack_failed(uint8_t * p_ack, nrf_802154_tx_error_t error);
Dnrf_802154_encrypt.c397 bool nrf_802154_encrypt_tx_failed_hook(uint8_t * p_frame, nrf_802154_tx_error_t error) in nrf_802154_encrypt_tx_failed_hook()
406 void nrf_802154_encrypt_tx_ack_failed_hook(uint8_t * p_ack, nrf_802154_tx_error_t error) in nrf_802154_encrypt_tx_ack_failed_hook()
Dnrf_802154_notification.h119 nrf_802154_tx_error_t error,
Dnrf_802154_co.h93 nrf_802154_tx_error_t error,
Dnrf_802154_notification_swi.c167nrf_802154_tx_error_t error; ///< An error code that indicates reason of the fail…
433 nrf_802154_tx_error_t error, in swi_notify_transmit_failed()
629 nrf_802154_tx_error_t error, in nrf_802154_notify_transmit_failed()
Dnrf_802154_notification_direct.c102 nrf_802154_tx_error_t error, in nrf_802154_notify_transmit_failed()
Dnrf_802154_co.c109 nrf_802154_tx_error_t error, in nrf_802154_co_transmit_failed()
Dnrf_802154.c1029 nrf_802154_tx_error_t error, in nrf_802154_transmit_failed()
Dnrf_802154_core.c402 nrf_802154_tx_error_t error, in transmit_failed_notify()
413 nrf_802154_tx_error_t error, in transmit_failed_notify_and_nesting_allow()
/hal_nordic-latest/drivers/nrf_802154/common/include/
Dnrf_802154_types.h82 typedef uint8_t nrf_802154_tx_error_t; typedef
497 nrf_802154_tx_error_t error,
Dnrf_802154_callouts.h208 nrf_802154_tx_error_t error,
/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_csma_ca.h100 bool nrf_802154_csma_ca_tx_failed_hook(uint8_t * p_frame, nrf_802154_tx_error_t error);
Dnrf_802154_ack_timeout.h98 bool nrf_802154_ack_timeout_tx_failed_hook(uint8_t * p_frame, nrf_802154_tx_error_t error);
Dnrf_802154_csma_ca.c141 static void notify_failed(nrf_802154_tx_error_t error) in notify_failed()
419 bool nrf_802154_csma_ca_tx_failed_hook(uint8_t * p_frame, nrf_802154_tx_error_t error) in nrf_802154_csma_ca_tx_failed_hook()
Dnrf_802154_precise_ack_timeout.c218 bool nrf_802154_ack_timeout_tx_failed_hook(uint8_t * p_frame, nrf_802154_tx_error_t error) in nrf_802154_ack_timeout_tx_failed_hook()
/hal_nordic-latest/drivers/nrf_802154/serialization/src/
Dnrf_802154_spinel_dec_app.c376 nrf_802154_tx_error_t tx_error; in spinel_decode_prop_nrf_802154_transmit_failed()
757 nrf_802154_tx_error_t error, in nrf_802154_transmit_failed()
Dnrf_802154_spinel_net.c340 nrf_802154_tx_error_t tx_error, in nrf_802154_transmit_failed()