Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/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-3.4.0/components/esp_common/src/
Desp_err_to_name.c571 # ifdef ESP_ERR_FLASH_UNSUPPORTED_CHIP
572 ERR_TBL_IT(ESP_ERR_FLASH_UNSUPPORTED_CHIP), /* 24581 0x6005 */
/hal_espressif-3.4.0/components/spi_flash/
Desp_flash_api.c475 return ESP_ERR_FLASH_UNSUPPORTED_CHIP; \
1159 case ESP_ERR_FLASH_UNSUPPORTED_CHIP: in spi_flash_translate_rc()
Dspi_flash_chip_generic.c115 return ESP_ERR_FLASH_UNSUPPORTED_CHIP; in spi_flash_chip_generic_detect_size()