Home
last modified time | relevance | path

Searched refs:ESP_ERR_IMAGE_BASE (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bootloader_support/include/
Desp_image_format.h18 #define ESP_ERR_IMAGE_BASE 0x2000 macro
19 #define ESP_ERR_IMAGE_FLASH_FAIL (ESP_ERR_IMAGE_BASE + 1)
20 #define ESP_ERR_IMAGE_INVALID (ESP_ERR_IMAGE_BASE + 2)
/hal_espressif-latest/components/esp_common/src/
Desp_err_to_name.c328 # ifdef ESP_ERR_IMAGE_BASE
329 ERR_TBL_IT(ESP_ERR_IMAGE_BASE), /* 8192 0x2000 */