Home
last modified time | relevance | path

Searched defs:error (Results 1 – 23 of 23) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_notification_swi.c154 nrf_802154_rx_error_t error; ///< An error code that indicates reason of the failure. member
167 …nrf_802154_tx_error_t error; ///< An error code that indicates reason of the fail… member
178 nrf_802154_ed_error_t error; ///< An error code that indicates reason of the failure. member
188 nrf_802154_cca_error_t error; ///< An error code that indicates reason of the failure. member
347 bool swi_notify_receive_failed(nrf_802154_rx_error_t error, uint32_t id, bool allow_drop) in swi_notify_receive_failed()
433 nrf_802154_tx_error_t error, in swi_notify_transmit_failed()
494 bool swi_notify_energy_detection_failed(nrf_802154_ed_error_t error) in swi_notify_energy_detection_failed()
554 bool swi_notify_cca_failed(nrf_802154_cca_error_t error) in swi_notify_cca_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()
629 nrf_802154_tx_error_t error, in nrf_802154_notify_transmit_failed()
[all …]
Dnrf_802154_co.c54 void nrf_802154_co_cca_failed(nrf_802154_cca_error_t error) in nrf_802154_co_cca_failed()
68 void nrf_802154_co_energy_detection_failed(nrf_802154_ed_error_t error) in nrf_802154_co_energy_detection_failed()
93 void nrf_802154_co_receive_failed(nrf_802154_rx_error_t error, uint32_t id) in nrf_802154_co_receive_failed()
109 nrf_802154_tx_error_t error, in nrf_802154_co_transmit_failed()
Dnrf_802154_notification_direct.c74 bool nrf_802154_notify_receive_failed(nrf_802154_rx_error_t error, uint32_t id, bool allow_drop) in nrf_802154_notify_receive_failed()
102 nrf_802154_tx_error_t error, in nrf_802154_notify_transmit_failed()
122 void nrf_802154_notify_energy_detection_failed(nrf_802154_ed_error_t error) in nrf_802154_notify_energy_detection_failed()
140 void nrf_802154_notify_cca_failed(nrf_802154_cca_error_t error) in nrf_802154_notify_cca_failed()
Dnrf_802154.c1004 __WEAK void nrf_802154_receive_failed(nrf_802154_rx_error_t error, uint32_t id) in nrf_802154_receive_failed()
1029 nrf_802154_tx_error_t error, in nrf_802154_transmit_failed()
1042 __WEAK void nrf_802154_energy_detection_failed(nrf_802154_ed_error_t error) in nrf_802154_energy_detection_failed()
1052 __WEAK void nrf_802154_cca_failed(nrf_802154_cca_error_t error) in nrf_802154_cca_failed()
Dnrf_802154_core_hooks.c300 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.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_core.c321 static void receive_failed_notify(nrf_802154_rx_error_t error) in receive_failed_notify()
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/serialization/src/
Dnrf_802154_spinel_dec_app.c225 uint8_t error; in spinel_decode_prop_nrf_802154_receive_failed() local
741 __WEAK void nrf_802154_receive_failed(nrf_802154_rx_error_t error, uint32_t id) in nrf_802154_receive_failed()
757 nrf_802154_tx_error_t error, in nrf_802154_transmit_failed()
778 __WEAK void nrf_802154_cca_failed(nrf_802154_cca_error_t error) in nrf_802154_cca_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.c256 void nrf_802154_receive_failed(nrf_802154_rx_error_t error, uint32_t id) in nrf_802154_receive_failed()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_twis.c79 volatile uint32_t error; member
230 uint32_t error) in nrfx_twis_process_error()
704 uint32_t error = *perror; in nrfx_twis_error_get_and_clear_internal() local
Dnrfx_twim.c100 bool error; member
Dnrfx_pdm.c74 uint8_t error; ///< Driver error flag. member
Dnrfx_uart.c483 bool error; in nrfx_uart_rx() local
Dnrfx_twi.c107 bool error; member
/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
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/nrfx/haly/
Dnrfy_mvdma.h569 nrf_mvdma_source_error_t error = nrf_mvdma_source_error_get(p_reg); in nrfy_mvdma_source_error_get() local
578 nrf_mvdma_sink_error_t error = nrf_mvdma_sink_error_get(p_reg); in nrfy_mvdma_sink_error_get() local
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_twis.h118 uint32_t error; ///< Data for @ref NRFX_TWIS_EVT_GENERAL_ERROR. member
Dnrfx_pdm.h93 nrfx_pdm_error_t error; ///< Error type. member
Dnrfx_uart.h174 nrfx_uart_error_evt_t error; ///< Data provided for error event. member
Dnrfx_nfct.h163 …nrfx_nfct_evt_error_t error; ///< Error data. Filled when nrfx_nfct_evt_t.evt_id i… member
Dnrfx_uarte.h344 nrfx_uarte_error_evt_t error; ///< Data for @ref NRFX_UARTE_EVT_ERROR. member
/hal_nordic-latest/nrfx/hal/
Dnrf_hsfll.h109 bool error; ///< Trim error status. True if outside limit, false if within. member