Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 137) sorted by relevance

123456

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_flasher.c228 esp_command_error error = ESP_CMD_NOT_IMPLEMENTED; in cmd_loop() local
237 error = verify_data_len(command, 36); in cmd_loop()
239 if (error == ESP_OK) { in cmd_loop()
243 SLIP_send_frame_data(error); in cmd_loop()
256 error = verify_data_len(command, 0) || handle_get_security_info(); in cmd_loop()
260 error = verify_data_len(command, 0) || SPIEraseChip(); in cmd_loop()
264 error = verify_data_len(command, 8) || handle_flash_erase(data_words[0], data_words[1]); in cmd_loop()
268 error = verify_data_len(command, 8); in cmd_loop()
272 error = verify_data_len(command, 16); in cmd_loop()
279 error = verify_data_len(command, 16) || handle_flash_get_md5sum(data_words[0], data_words[1]); in cmd_loop()
[all …]
/hal_espressif-latest/components/wpa_supplicant/src/tls/
Drsa.c88 goto error; in crypto_rsa_import_public_key()
97 goto error; in crypto_rsa_import_public_key()
103 goto error; in crypto_rsa_import_public_key()
108 error: in crypto_rsa_import_public_key()
191 goto error; in crypto_rsa_import_private_key()
198 goto error; in crypto_rsa_import_private_key()
204 goto error; in crypto_rsa_import_private_key()
218 goto error; in crypto_rsa_import_private_key()
224 goto error; in crypto_rsa_import_private_key()
229 error: in crypto_rsa_import_private_key()
[all …]
/hal_espressif-latest/components/bt/common/osi/
Dfuture.c31 goto error; in future_new()
36 goto error; in future_new()
41 error:; in future_new()
51 goto error; in future_new_immediate()
57 error:; in future_new_immediate()
Dfixed_pkt_queue.c25 goto error; in fixed_pkt_queue_new()
31 goto error; in fixed_pkt_queue_new()
36 goto error; in fixed_pkt_queue_new()
41 goto error; in fixed_pkt_queue_new()
46 error: in fixed_pkt_queue_new()
Dconfig.c58 goto error; in config_new_empty()
64 goto error; in config_new_empty()
69 error:; in config_new_empty()
419 goto error; in config_save()
429 goto error; in config_save()
439 goto error; in config_save()
444 goto error; in config_save()
457 goto error; in config_save()
462 goto error; in config_save()
484 goto error; in config_save()
[all …]
Dfixed_queue.c42 goto error; in fixed_queue_new()
50 goto error; in fixed_queue_new()
56 goto error; in fixed_queue_new()
61 goto error; in fixed_queue_new()
66 error:; in fixed_queue_new()
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_cpu_dep.h81 #error "OI_CPU_TYPE type not defined"
137 #error OI_CPU_ARM is deprecated
145 #error OI_CPU_ARC is deprecated
158 #error SH compiler endianness undefined
203 #error basic types not defined
230 #error basic types not defined
494 #error "Byte order (endian-ness) not defined"
/hal_espressif-latest/components/esp_adc/deprecated/
Desp_adc_cal_common_legacy.c62 int32_t error = 0; in esp_adc_cal_get_reading_error() local
84 error = (int32_t)term[0] * (*param->sign)[atten][0]; in esp_adc_cal_get_reading_error()
93 error += (int32_t)term[i] * (*param->sign)[atten][i]; in esp_adc_cal_get_reading_error()
94 ESP_LOGV(TAG, "term%d is %llu, error is %"PRId32, i, term[i], error); in esp_adc_cal_get_reading_error()
97 return error; in esp_adc_cal_get_reading_error()
/hal_espressif-latest/components/efuse/esp32c2/
Desp_efuse_utility.c65 esp_err_t error = ESP_OK; in esp_efuse_utility_burn_chip() local
94 if (error) { in esp_efuse_utility_burn_chip()
149 error = ESP_FAIL; in esp_efuse_utility_burn_chip()
154 error = ESP_FAIL; in esp_efuse_utility_burn_chip()
160 return error; in esp_efuse_utility_burn_chip()
/hal_espressif-latest/tools/esptool_py/esp_rfc2217_server/
Dredirector.py57 except socket.error as msg:
58 self.log.error("{}".format(msg))
77 except socket.error as msg:
78 self.log.error("{}".format(msg))
D__init__.py83 logging.error(" Could not open serial port {}: {}".format(ser.name, e))
117 except socket.error as msg:
118 logging.error(str(msg))
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dcheck-error-cmd.rst1 .. _check-error-cmd:
12 The summary log below shows an error in BLOCK0.
25 WARNING: Coding scheme has encoding bit error warnings
30 Checks the status registers of eFuse blocks and throws an error if there is an error.
53 A fatal error occurred: Error(s) were detected in eFuses
101 A fatal error occurred: Error(s) were detected in eFuses
/hal_espressif-latest/components/esp_adc/
Dadc_cali_curve_fitting.c143 int32_t error = get_reading_error(v_cali_1, &(ctx->chars_second_step), ctx->atten); in cali_raw_to_voltage() local
145 *voltage = (int32_t)v_cali_1 - error; in cali_raw_to_voltage()
188 int32_t error = 0; in get_reading_error() local
202 error = (int32_t)(term[0] * (*param->sign)[atten][0]); in get_reading_error()
210 error += (int32_t)(term[i] * (*param->sign)[atten][i]); in get_reading_error()
212 ESP_LOGV(TAG, "term%d is %llu, error is %"PRId32, i, term[i], error); in get_reading_error()
218 return error; in get_reading_error()
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto_internal-modexp.c104 goto error; in crypto_mod_exp()
109 goto error; in crypto_mod_exp()
112 goto error; in crypto_mod_exp()
116 error: in crypto_mod_exp()
/hal_espressif-latest/components/efuse/esp32s3/
Desp_efuse_utility.c79 esp_err_t error = ESP_OK; in esp_efuse_utility_burn_chip() local
108 if (error) { in esp_efuse_utility_burn_chip()
163 error = ESP_FAIL; in esp_efuse_utility_burn_chip()
168 error = ESP_FAIL; in esp_efuse_utility_burn_chip()
174 return error; in esp_efuse_utility_burn_chip()
/hal_espressif-latest/components/efuse/esp32c6/
Desp_efuse_utility.c79 esp_err_t error = ESP_OK; in esp_efuse_utility_burn_chip() local
108 if (error) { in esp_efuse_utility_burn_chip()
163 error = ESP_FAIL; in esp_efuse_utility_burn_chip()
168 error = ESP_FAIL; in esp_efuse_utility_burn_chip()
174 return error; in esp_efuse_utility_burn_chip()
/hal_espressif-latest/components/efuse/esp32s2/
Desp_efuse_utility.c79 esp_err_t error = ESP_OK; in esp_efuse_utility_burn_chip() local
108 if (error) { in esp_efuse_utility_burn_chip()
163 error = ESP_FAIL; in esp_efuse_utility_burn_chip()
168 error = ESP_FAIL; in esp_efuse_utility_burn_chip()
174 return error; in esp_efuse_utility_burn_chip()
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dtracemem_config.h16 #error Invalid TRAX block 0 num!
19 #error Invalid TRAX block 1 num!
/hal_espressif-latest/components/efuse/esp32c3/
Desp_efuse_utility.c94 esp_err_t error = ESP_OK; in esp_efuse_utility_burn_chip() local
123 if (error) { in esp_efuse_utility_burn_chip()
178 error = ESP_FAIL; in esp_efuse_utility_burn_chip()
183 error = ESP_FAIL; in esp_efuse_utility_burn_chip()
189 return error; in esp_efuse_utility_burn_chip()
/hal_espressif-latest/components/efuse/esp32h2/
Desp_efuse_utility.c79 esp_err_t error = ESP_OK; in esp_efuse_utility_burn_chip() local
108 if (error) { in esp_efuse_utility_burn_chip()
177 error = ESP_FAIL; in esp_efuse_utility_burn_chip()
182 error = ESP_FAIL; in esp_efuse_utility_burn_chip()
188 return error; in esp_efuse_utility_burn_chip()
/hal_espressif-latest/components/bt/porting/transport/driver/uart/
Dhci_driver_uart.c182 goto error; in hci_driver_uart_init()
187 goto error; in hci_driver_uart_init()
203 goto error; in hci_driver_uart_init()
208 error: in hci_driver_uart_init()
/hal_espressif-latest/components/esp_hw_support/
Dsleep_system_peripheral.c227 if(err) goto error; in sleep_sys_periph_retention_init()
229 if(err) goto error; in sleep_sys_periph_retention_init()
231 if(err) goto error; in sleep_sys_periph_retention_init()
233 if(err) goto error; in sleep_sys_periph_retention_init()
235 if(err) goto error; in sleep_sys_periph_retention_init()
237 if(err) goto error; in sleep_sys_periph_retention_init()
239 if(err) goto error; in sleep_sys_periph_retention_init()
242 error: in sleep_sys_periph_retention_init()
/hal_espressif-latest/components/esp_common/
DKconfig4 bool "Enable lookup of error code strings"
7 …tions esp_err_to_name() and esp_err_to_name_r() return string representations of error codes from a
/hal_espressif-latest/zephyr/esp32c3/src/esp_adc_cal/
Desp_adc_cal.c174 int32_t error = 0; in esp_adc_cal_raw_to_voltage() local
182 error = esp_adc_cal_get_reading_error(&param, chars->atten); in esp_adc_cal_raw_to_voltage()
184 return (int32_t)v_cali_1 - error; in esp_adc_cal_raw_to_voltage()
/hal_espressif-latest/components/hal/
Dusb_dwc_hal.c479 usb_dwc_hal_chan_error_t error; in usb_dwc_hal_chan_decode_intr() local
481 error = USB_DWC_HAL_CHAN_ERROR_STALL; in usb_dwc_hal_chan_decode_intr()
483 error = USB_DWC_HAL_CHAN_ERROR_PKT_BBL; in usb_dwc_hal_chan_decode_intr()
485 error = USB_DWC_HAL_CHAN_ERROR_BNA; in usb_dwc_hal_chan_decode_intr()
487 error = USB_DWC_HAL_CHAN_ERROR_XCS_XACT; in usb_dwc_hal_chan_decode_intr()
490 chan_obj->error = error; in usb_dwc_hal_chan_decode_intr()

123456