Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/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
/hal_espressif-3.4.0/components/esp_common/src/
Desp_err_to_name.c568 # ifdef ESP_ERR_FLASH_UNSUPPORTED_HOST
569 ERR_TBL_IT(ESP_ERR_FLASH_UNSUPPORTED_HOST), /* 24580 0x6004 */
/hal_espressif-3.4.0/components/spi_flash/
Desp_flash_api.c1158 case ESP_ERR_FLASH_UNSUPPORTED_HOST: in spi_flash_translate_rc()