Searched refs:ESP_ERR_FLASH_NOT_INITIALISED (Results 1 – 5 of 5) sorted by relevance
41 #define ESP_ERR_FLASH_NOT_INITIALISED (ESP_ERR_FLASH_BASE+3) ///< esp_flash_chip_t structure not … macro
160 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()
374 return ESP_ERR_FLASH_NOT_INITIALISED; in spi_flash_chip_xmic_opi_config_host_io_mode()
497 return ESP_ERR_FLASH_NOT_INITIALISED; in spi_flash_chip_generic_config_host_io_mode()
565 # ifdef ESP_ERR_FLASH_NOT_INITIALISED566 ERR_TBL_IT(ESP_ERR_FLASH_NOT_INITIALISED), /* 24579 0x6003 */