Searched refs:ESP_ERR_INVALID_VERSION (Results 1 – 16 of 16) sorted by relevance
/hal_espressif-3.6.0/components/esp_common/include/ |
D | esp_err.h | 33 #define ESP_ERR_INVALID_VERSION 0x10A /*!< Version was invalid */ macro
|
/hal_espressif-3.6.0/examples/peripherals/adc/single_read/single_read/main/ |
D | single_read.c | 64 } else if (ret == ESP_ERR_INVALID_VERSION) { in adc_calibration_init()
|
/hal_espressif-3.6.0/components/esp_common/src/ |
D | esp_err_to_name.c | 112 # 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/ |
D | esp_adc_cal.c | 118 return ESP_ERR_INVALID_VERSION; in esp_adc_cal_check_efuse()
|
/hal_espressif-3.6.0/examples/system/base_mac_address/ |
D | README.md | 81 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/ |
D | esp_adc_cal.c | 115 return ESP_ERR_INVALID_VERSION; in esp_adc_cal_check_efuse()
|
/hal_espressif-3.6.0/components/esp_adc_cal/esp32s3/ |
D | esp_adc_cal.c | 111 return ESP_ERR_INVALID_VERSION; in esp_adc_cal_check_efuse()
|
/hal_espressif-3.6.0/zephyr/esp32s3/src/esp_adc_cal/ |
D | esp_adc_cal.c | 114 return ESP_ERR_INVALID_VERSION; in esp_adc_cal_check_efuse()
|
/hal_espressif-3.6.0/components/esp_adc_cal/esp32s2/ |
D | esp_adc_cal.c | 157 return ESP_ERR_INVALID_VERSION; in esp_adc_cal_check_efuse()
|
/hal_espressif-3.6.0/components/esp_hw_support/ |
D | mac_addr.c | 90 return ESP_ERR_INVALID_VERSION; in esp_efuse_mac_get_custom()
|
/hal_espressif-3.6.0/zephyr/esp32s2/src/esp_adc_cal/ |
D | esp_adc_cal.c | 156 return ESP_ERR_INVALID_VERSION; in esp_adc_cal_check_efuse()
|
/hal_espressif-3.6.0/components/vfs/ |
D | vfs_semihost.c | 175 ret = ESP_ERR_INVALID_VERSION; in vfs_semihost_drvinfo()
|
/hal_espressif-3.6.0/components/esp_eth/src/ |
D | esp_eth_mac_dm9051.c | 269 …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/ |
D | httpd_ws.c | 123 return ESP_ERR_INVALID_VERSION; in httpd_ws_respond_server_handshake()
|
/hal_espressif-3.6.0/components/esp_https_ota/src/ |
D | esp_https_ota.c | 347 return ESP_ERR_INVALID_VERSION; in esp_ota_verify_chip_id()
|
/hal_espressif-3.6.0/examples/ethernet/enc28j60/components/eth_enc28j60/ |
D | esp_eth_mac_enc28j60.c | 545 …C28J60_REV_B1 && emac->revision <= ENC28J60_REV_B7, "wrong chip ID", out, ESP_ERR_INVALID_VERSION); in enc28j60_verify_id()
|