ESP-IDF
spi_flash_host_driver_s::read_id
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
spi_flash_host_driver_s::read_id
spi_flash_host_driver_s::read_id field
Read flash ID.
Syntax
Show:
Summary
Declaration
from
spi_flash_types.h:148
esp_err_t
(
*
read_id
)
(
spi_flash_host_inst_t
*
host
,
uint32_t
*
id
)
;
Examples
References
from
examples
Code
Location
Referrer
esp_err_t
(
*
read_id
)
(
spi_flash_host_inst_t
*
host
,
uint32_t
*
id
)
;
spi_flash_types.h:148
read_id_func
=
(
void
*
)
chip
->
host
->
driver
->
read_id
;
esp_flash_api.c:419
read_id_core()
DRAM_ATTR
static
const
spi_flash_host_driver_t
esp_flash_default_host
=
ESP_FLASH_DEFAULT_HOST_DRIVER
(
)
;
memspi_host_driver.c:20
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spi_flash_host_driver_s::read_id
is read by 1 function:
All items filtered out
spi_flash_host_driver_s::read_id
read_id_core()
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