Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/include/hal/
Desp_flash_err.h37ESP_ERR_FLASH_NO_RESPONSE = ESP_ERR_INVALID_RESPONSE, ///< Chip did not respond to the command, or… enumerator
/hal_espressif-latest/components/spi_flash/
Dmemspi_host_driver.c101 return ESP_ERR_FLASH_NO_RESPONSE; in memspi_host_read_id_hs()
Dspi_flash_chip_mxic_opi.c124 return ESP_ERR_FLASH_NO_RESPONSE; in spi_flash_chip_mxic_opi_read_id()
Desp_flash_api.c316 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()
Dspi_flash_chip_generic.c817 ret = ESP_ERR_FLASH_NO_RESPONSE; in spi_flash_common_set_io_mode()