Home
last modified time | relevance | path

Searched refs:ESP_ERR_FLASH_UNSUPPORTED_CHIP (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Desp_flash_err.h43 #define ESP_ERR_FLASH_UNSUPPORTED_CHIP (ESP_ERR_FLASH_BASE+5) ///< Requested operation isn't suppo… macro
/hal_espressif-latest/components/spi_flash/
Dspi_flash_chip_mxic.c38 return ESP_ERR_FLASH_UNSUPPORTED_CHIP; in spi_flash_chip_mxic_detect_size()
Dspi_flash_chip_gd.c50 return ESP_ERR_FLASH_UNSUPPORTED_CHIP; in spi_flash_chip_gd_detect_size()
Dspi_flash_chip_mxic_opi.c49 return ESP_ERR_FLASH_UNSUPPORTED_CHIP; in spi_flash_chip_mxic_opi_detect_size()
Dspi_flash_chip_generic.c97 return ESP_ERR_FLASH_UNSUPPORTED_CHIP; in spi_flash_chip_generic_detect_size()
Desp_flash_api.c69 return ESP_ERR_FLASH_UNSUPPORTED_CHIP; \
/hal_espressif-latest/components/esp_common/src/
Desp_err_to_name.c615 # ifdef ESP_ERR_FLASH_UNSUPPORTED_CHIP
616 ERR_TBL_IT(ESP_ERR_FLASH_UNSUPPORTED_CHIP), /* 24581 0x6005 */