Searched refs:ESP_ERR_FLASH_BASE (Results 1 – 4 of 4) sorted by relevance
41 #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…
29 #define ESP_ERR_FLASH_OP_FAIL (ESP_ERR_FLASH_BASE + 1)30 #define ESP_ERR_FLASH_OP_TIMEOUT (ESP_ERR_FLASH_BASE + 2)
40 #define ESP_ERR_FLASH_BASE 0x6000 /*!< Starting number of flash error codes */ macro
554 # ifdef ESP_ERR_FLASH_BASE555 …ERR_TBL_IT(ESP_ERR_FLASH_BASE), /* 24576 0x6000 Starting number of fla…