Searched refs:ESP_ERR_FLASH_OP_FAIL (Results 1 – 5 of 5) sorted by relevance
29 #define ESP_ERR_FLASH_OP_FAIL (ESP_ERR_FLASH_BASE + 1) macro
546 # ifdef ESP_ERR_FLASH_OP_FAIL547 ERR_TBL_IT(ESP_ERR_FLASH_OP_FAIL), /* 24577 0x6001 */
329 if (err == ESP_ERR_FLASH_OP_FAIL) { in writeItem()385 if (err == ESP_ERR_FLASH_OP_FAIL) { in writeItem()
265 return ESP_ERR_FLASH_OP_FAIL; in spi_to_esp_err()
852 return ESP_ERR_FLASH_OP_FAIL; in spi_flash_translate_rc()