Home
last modified time | relevance | path

Searched refs:ESP_ERR_FLASH_NOT_INITIALISED (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.4.0/components/hal/include/hal/
Desp_flash_err.h41 #define ESP_ERR_FLASH_NOT_INITIALISED (ESP_ERR_FLASH_BASE+3) ///< esp_flash_chip_t structure not … macro
/hal_espressif-3.4.0/components/spi_flash/
Desp_flash_api.c160 return ESP_ERR_FLASH_NOT_INITIALISED; in check_chip_pointer_default()
213 } while (err == ESP_ERR_FLASH_NOT_INITIALISED && retries-- > 0); in esp_flash_init()
290 } while (err == ESP_ERR_FLASH_NOT_INITIALISED && retries-- > 0); in esp_flash_init_main()
369 err = ESP_ERR_FLASH_NOT_INITIALISED; in read_id_core()
388 if (err != ESP_OK && !(err == ESP_ERR_FLASH_NOT_INITIALISED && chip != NULL)) return err; in esp_flash_read_id()
547 return ESP_ERR_FLASH_NOT_INITIALISED; in esp_flash_erase_region()
1153 case ESP_ERR_FLASH_NOT_INITIALISED: in spi_flash_translate_rc()
Dspi_flash_chip_mxic_opi.c374 return ESP_ERR_FLASH_NOT_INITIALISED; in spi_flash_chip_xmic_opi_config_host_io_mode()
Dspi_flash_chip_generic.c497 return ESP_ERR_FLASH_NOT_INITIALISED; in spi_flash_chip_generic_config_host_io_mode()
/hal_espressif-3.4.0/components/esp_common/src/
Desp_err_to_name.c565 # ifdef ESP_ERR_FLASH_NOT_INITIALISED
566 ERR_TBL_IT(ESP_ERR_FLASH_NOT_INITIALISED), /* 24579 0x6003 */