Searched refs:nrf_802154_tx_error_t (Results 1 – 19 of 19) sorted by relevance
| /hal_nordic-latest/drivers/nrf_802154/driver/src/ |
| D | nrf_802154_core_hooks.c | 65 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()
|
| D | nrf_802154_encrypt.h | 108 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);
|
| D | nrf_802154_core_hooks.h | 118 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);
|
| D | nrf_802154_encrypt.c | 397 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()
|
| D | nrf_802154_notification.h | 119 nrf_802154_tx_error_t error,
|
| D | nrf_802154_co.h | 93 nrf_802154_tx_error_t error,
|
| D | nrf_802154_notification_swi.c | 167 …nrf_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()
|
| D | nrf_802154_notification_direct.c | 102 nrf_802154_tx_error_t error, in nrf_802154_notify_transmit_failed()
|
| D | nrf_802154_co.c | 109 nrf_802154_tx_error_t error, in nrf_802154_co_transmit_failed()
|
| D | nrf_802154.c | 1029 nrf_802154_tx_error_t error, in nrf_802154_transmit_failed()
|
| D | nrf_802154_core.c | 402 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/ |
| D | nrf_802154_types.h | 82 typedef uint8_t nrf_802154_tx_error_t; typedef 497 nrf_802154_tx_error_t error,
|
| D | nrf_802154_callouts.h | 208 nrf_802154_tx_error_t error,
|
| /hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/ |
| D | nrf_802154_csma_ca.h | 100 bool nrf_802154_csma_ca_tx_failed_hook(uint8_t * p_frame, nrf_802154_tx_error_t error);
|
| D | nrf_802154_ack_timeout.h | 98 bool nrf_802154_ack_timeout_tx_failed_hook(uint8_t * p_frame, nrf_802154_tx_error_t error);
|
| D | nrf_802154_csma_ca.c | 141 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()
|
| D | nrf_802154_precise_ack_timeout.c | 218 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/ |
| D | nrf_802154_spinel_dec_app.c | 376 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()
|
| D | nrf_802154_spinel_net.c | 340 nrf_802154_tx_error_t tx_error, in nrf_802154_transmit_failed()
|