Searched refs:ESP_ERR_FLASH_NO_RESPONSE (Results 1 – 5 of 5) sorted by relevance
37 …ESP_ERR_FLASH_NO_RESPONSE = ESP_ERR_INVALID_RESPONSE, ///< Chip did not respond to the command, or… enumerator
101 return ESP_ERR_FLASH_NO_RESPONSE; in memspi_host_read_id_hs()
124 return ESP_ERR_FLASH_NO_RESPONSE; in spi_flash_chip_mxic_opi_read_id()
316 if (err == ESP_ERR_FLASH_NO_RESPONSE && !esp_flash_is_quad_mode(chip)) { in esp_flash_init()396 if (err == ESP_ERR_FLASH_NO_RESPONSE && !esp_flash_is_quad_mode(chip)) { in esp_flash_init_main()
817 ret = ESP_ERR_FLASH_NO_RESPONSE; in spi_flash_common_set_io_mode()