Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_common/include/
Desp_err.h34 #define ESP_ERR_INVALID_VERSION 0x10A /*!< Version was invalid */ macro
/hal_espressif-latest/zephyr/esp32c3/src/esp_adc_cal/
Desp_adc_cal.c118 return ESP_ERR_INVALID_VERSION; in esp_adc_cal_check_efuse()
/hal_espressif-latest/components/esp_adc/deprecated/esp32c3/
Desp_adc_cal_legacy.c119 return ESP_ERR_INVALID_VERSION; in esp_adc_cal_check_efuse()
/hal_espressif-latest/components/esp_adc/deprecated/esp32s3/
Desp_adc_cal_legacy.c112 return ESP_ERR_INVALID_VERSION; in esp_adc_cal_check_efuse()
/hal_espressif-latest/zephyr/esp32s2/src/esp_adc_cal/
Desp_adc_cal.c156 return ESP_ERR_INVALID_VERSION; in esp_adc_cal_check_efuse()
/hal_espressif-latest/components/esp_adc/deprecated/esp32s2/
Desp_adc_cal_legacy.c158 return ESP_ERR_INVALID_VERSION; in esp_adc_cal_check_efuse()
/hal_espressif-latest/components/esp_common/src/
Desp_err_to_name.c125 # ifdef ESP_ERR_INVALID_VERSION
126 … ERR_TBL_IT(ESP_ERR_INVALID_VERSION), /* 266 0x10a Version was invalid */
/hal_espressif-latest/components/esp_hw_support/
Dmac_addr.c235 return ESP_ERR_INVALID_VERSION; in get_efuse_mac_custom()