Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/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-3.4.0/components/spi_flash/
Dmemspi_host_driver.c104 return ESP_ERR_FLASH_NO_RESPONSE; in memspi_host_read_id_hs()
Desp_flash_api.c255 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()
Dspi_flash_chip_mxic_opi.c117 return ESP_ERR_FLASH_NO_RESPONSE; in spi_flash_chip_mxic_opi_read_id()
Dspi_flash_chip_generic.c755 ret = ESP_ERR_FLASH_NO_RESPONSE; in spi_flash_common_set_io_mode()
/hal_espressif-3.4.0/components/spi_flash/test/
Dtest_esp_flash.c772 if (allow_failure && !qe && ret == ESP_ERR_FLASH_NO_RESPONSE) { in test_toggle_qe()