Searched refs:ESP_ERR_FLASH_NO_RESPONSE (Results 1 – 6 of 6) sorted by relevance
37 …ESP_ERR_FLASH_NO_RESPONSE = ESP_ERR_INVALID_RESPONSE, ///< Chip did not respond to the command, or… enumerator
104 return ESP_ERR_FLASH_NO_RESPONSE; in memspi_host_read_id_hs()
255 if (err == ESP_ERR_FLASH_NO_RESPONSE && !esp_flash_is_quad_mode(chip)) { in esp_flash_init()333 if (err == ESP_ERR_FLASH_NO_RESPONSE && !esp_flash_is_quad_mode(chip)) { in esp_flash_init_main()1162 case ESP_ERR_FLASH_NO_RESPONSE: in spi_flash_translate_rc()
117 return ESP_ERR_FLASH_NO_RESPONSE; in spi_flash_chip_mxic_opi_read_id()
755 ret = ESP_ERR_FLASH_NO_RESPONSE; in spi_flash_common_set_io_mode()
772 if (allow_failure && !qe && ret == ESP_ERR_FLASH_NO_RESPONSE) { in test_toggle_qe()