Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/hal/include/hal/
Desp_flash_err.h42 #define ESP_ERR_FLASH_UNSUPPORTED_HOST (ESP_ERR_FLASH_BASE+4) ///< Requested operation isn't suppo… macro
/device/soc/esp/esp32/components/esp_common/src/
Desp_err_to_name.c556 # ifdef ESP_ERR_FLASH_UNSUPPORTED_HOST
557 ERR_TBL_IT(ESP_ERR_FLASH_UNSUPPORTED_HOST), /* 24580 0x6004 */
/device/soc/esp/esp32/components/spi_flash/
Dspi_flash_chip_generic.c268 return ESP_ERR_FLASH_UNSUPPORTED_HOST; // TODO in spi_flash_chip_generic_write_encrypted()
Desp_flash_api.c875 case ESP_ERR_FLASH_UNSUPPORTED_HOST: in spi_flash_translate_rc()