Home
last modified time | relevance | path

Searched refs:ESP_ERR_INVALID_VERSION (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-3.6.0/components/esp_common/include/
Desp_err.h33 #define ESP_ERR_INVALID_VERSION 0x10A /*!< Version was invalid */ macro
/hal_espressif-3.6.0/examples/peripherals/adc/single_read/single_read/main/
Dsingle_read.c64 } else if (ret == ESP_ERR_INVALID_VERSION) { in adc_calibration_init()
/hal_espressif-3.6.0/components/esp_common/src/
Desp_err_to_name.c112 # ifdef ESP_ERR_INVALID_VERSION
113 … ERR_TBL_IT(ESP_ERR_INVALID_VERSION), /* 266 0x10a Version was invalid */
/hal_espressif-3.6.0/zephyr/esp32c3/src/esp_adc_cal/
Desp_adc_cal.c118 return ESP_ERR_INVALID_VERSION; in esp_adc_cal_check_efuse()
/hal_espressif-3.6.0/examples/system/base_mac_address/
DREADME.md81 E (298) BASE_MAC: Failed to get base MAC address from EFUSE BLK3. (ESP_ERR_INVALID_VERSION)
90 E (298) BASE_MAC: Failed to get base MAC address from EFUSE BLK3. (ESP_ERR_INVALID_VERSION)
/hal_espressif-3.6.0/components/esp_adc_cal/esp32c3/
Desp_adc_cal.c115 return ESP_ERR_INVALID_VERSION; in esp_adc_cal_check_efuse()
/hal_espressif-3.6.0/components/esp_adc_cal/esp32s3/
Desp_adc_cal.c111 return ESP_ERR_INVALID_VERSION; in esp_adc_cal_check_efuse()
/hal_espressif-3.6.0/zephyr/esp32s3/src/esp_adc_cal/
Desp_adc_cal.c114 return ESP_ERR_INVALID_VERSION; in esp_adc_cal_check_efuse()
/hal_espressif-3.6.0/components/esp_adc_cal/esp32s2/
Desp_adc_cal.c157 return ESP_ERR_INVALID_VERSION; in esp_adc_cal_check_efuse()
/hal_espressif-3.6.0/components/esp_hw_support/
Dmac_addr.c90 return ESP_ERR_INVALID_VERSION; in esp_efuse_mac_get_custom()
/hal_espressif-3.6.0/zephyr/esp32s2/src/esp_adc_cal/
Desp_adc_cal.c156 return ESP_ERR_INVALID_VERSION; in esp_adc_cal_check_efuse()
/hal_espressif-3.6.0/components/vfs/
Dvfs_semihost.c175 ret = ESP_ERR_INVALID_VERSION; in vfs_semihost_drvinfo()
/hal_espressif-3.6.0/components/esp_eth/src/
Desp_eth_mac_dm9051.c269 …ESP_GOTO_ON_FALSE(0x0A == id[1] && 0x46 == id[0], ESP_ERR_INVALID_VERSION, err, TAG, "wrong Vendor… in dm9051_verify_id()
272 …ESP_GOTO_ON_FALSE(0x90 == id[1] && 0x51 == id[0], ESP_ERR_INVALID_VERSION, err, TAG, "wrong Produc… in dm9051_verify_id()
/hal_espressif-3.6.0/components/esp_http_server/src/
Dhttpd_ws.c123 return ESP_ERR_INVALID_VERSION; in httpd_ws_respond_server_handshake()
/hal_espressif-3.6.0/components/esp_https_ota/src/
Desp_https_ota.c347 return ESP_ERR_INVALID_VERSION; in esp_ota_verify_chip_id()
/hal_espressif-3.6.0/examples/ethernet/enc28j60/components/eth_enc28j60/
Desp_eth_mac_enc28j60.c545 …C28J60_REV_B1 && emac->revision <= ENC28J60_REV_B7, "wrong chip ID", out, ESP_ERR_INVALID_VERSION); in enc28j60_verify_id()