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
221 return ESP_ERR_FLASH_NOT_INITIALISED; in check_chip_pointer_default()274 } while (err == ESP_ERR_FLASH_NOT_INITIALISED && retries-- > 0); in esp_flash_init()353 } while (err == ESP_ERR_FLASH_NOT_INITIALISED && retries-- > 0); in esp_flash_init_main()432 err = ESP_ERR_FLASH_NOT_INITIALISED; in read_id_core()451 if (err != ESP_OK && !(err == ESP_ERR_FLASH_NOT_INITIALISED && chip != NULL)) return err; in esp_flash_read_id()605 return ESP_ERR_FLASH_NOT_INITIALISED; in esp_flash_erase_region()
381 return ESP_ERR_FLASH_NOT_INITIALISED; in spi_flash_chip_xmic_opi_config_host_io_mode()
463 return ESP_ERR_FLASH_NOT_INITIALISED; in spi_flash_chip_generic_config_host_io_mode()
609 # ifdef ESP_ERR_FLASH_NOT_INITIALISED610 ERR_TBL_IT(ESP_ERR_FLASH_NOT_INITIALISED), /* 24579 0x6003 */