ESP-IDF
ESP_ERR_FLASH_NO_RESPONSE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ESP_ERR_FLASH_NO_RESPONSE
ESP_ERR_FLASH_NO_RESPONSE value
Syntax
Show:
Summary
Declaration
from
esp_flash_err.h:29
ESP_ERR_FLASH_NO_RESPONSE
=
ESP_ERR_INVALID_RESPONSE
;
Examples
References
from
examples
Code
Location
Referrer
ESP_ERR_FLASH_NO_RESPONSE
=
ESP_ERR_INVALID_RESPONSE
,
///< Chip did not respond to the command, or timed out.
esp_flash_err.h:29
if
(
err
==
ESP_ERR_FLASH_NO_RESPONSE
&&
!
esp_flash_is_quad_mode
(
chip
)
)
{
esp_flash_api.c:315
esp_flash_init()
if
(
err
==
ESP_ERR_FLASH_NO_RESPONSE
&&
!
esp_flash_is_quad_mode
(
chip
)
)
{
esp_flash_api.c:395
esp_flash_init_main()
return
ESP_ERR_FLASH_NO_RESPONSE
;
memspi_host_driver.c:105
memspi_host_read_id_hs()
ret
=
ESP_ERR_FLASH_NO_RESPONSE
;
spi_flash_chip_generic.c:822
spi_flash_common_set_io_mode()
return
ESP_ERR_FLASH_NO_RESPONSE
;
spi_flash_chip_mxic_opi.c:124
spi_flash_chip_mxic_opi_read_id()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ESP_ERR_FLASH_NO_RESPONSE
is read by 5 functions:
All items filtered out
ESP_ERR_FLASH_NO_RESPONSE
spi_flash_common_set_io_mode()
spi_flash_chip_mxic_opi_read_id()
memspi_host_read_id_hs()
esp_flash_init()
esp_flash_init_main()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out