/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | stub_flasher.c | 228 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/ |
D | rsa.c | 88 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/ |
D | future.c | 31 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()
|
D | fixed_pkt_queue.c | 25 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()
|
D | config.c | 58 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 …]
|
D | fixed_queue.c | 42 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/ |
D | oi_cpu_dep.h | 81 #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/ |
D | esp_adc_cal_common_legacy.c | 62 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/ |
D | esp_efuse_utility.c | 65 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/ |
D | redirector.py | 57 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__.py | 83 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/ |
D | check-error-cmd.rst | 1 .. _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/ |
D | adc_cali_curve_fitting.c | 143 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/ |
D | crypto_internal-modexp.c | 104 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/ |
D | esp_efuse_utility.c | 79 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/ |
D | esp_efuse_utility.c | 79 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/ |
D | esp_efuse_utility.c | 79 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/ |
D | tracemem_config.h | 16 #error Invalid TRAX block 0 num! 19 #error Invalid TRAX block 1 num!
|
/hal_espressif-latest/components/efuse/esp32c3/ |
D | esp_efuse_utility.c | 94 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/ |
D | esp_efuse_utility.c | 79 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/ |
D | hci_driver_uart.c | 182 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/ |
D | sleep_system_peripheral.c | 227 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/ |
D | Kconfig | 4 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/ |
D | esp_adc_cal.c | 174 int32_t error = 0; in esp_adc_cal_raw_to_voltage() local 182 error = esp_adc_cal_get_reading_error(¶m, 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/ |
D | usb_dwc_hal.c | 479 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()
|