Home
last modified time | relevance | path

Searched refs:ESP_ERR_FLASH_BASE (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/hal/include/hal/
Desp_flash_err.h41 #define ESP_ERR_FLASH_NOT_INITIALISED (ESP_ERR_FLASH_BASE+3) ///< esp_flash_chip_t structure not …
42 #define ESP_ERR_FLASH_UNSUPPORTED_HOST (ESP_ERR_FLASH_BASE+4) ///< Requested operation isn't suppo…
43 #define ESP_ERR_FLASH_UNSUPPORTED_CHIP (ESP_ERR_FLASH_BASE+5) ///< Requested operation isn't suppo…
44 #define ESP_ERR_FLASH_PROTECTED (ESP_ERR_FLASH_BASE+6) ///< Write operation failed due to c…
/hal_espressif-3.6.0/components/spi_flash/include/
Desp_spi_flash.h29 #define ESP_ERR_FLASH_OP_FAIL (ESP_ERR_FLASH_BASE + 1)
30 #define ESP_ERR_FLASH_OP_TIMEOUT (ESP_ERR_FLASH_BASE + 2)
/hal_espressif-3.6.0/components/esp_common/include/
Desp_err.h40 #define ESP_ERR_FLASH_BASE 0x6000 /*!< Starting number of flash error codes */ macro
/hal_espressif-3.6.0/components/esp_common/src/
Desp_err_to_name.c554 # ifdef ESP_ERR_FLASH_BASE
555 …ERR_TBL_IT(ESP_ERR_FLASH_BASE), /* 24576 0x6000 Starting number of fla…