ESP-IDF
spi_flash_host_driver_s::read
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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
spi_flash_host_driver_s::read field
Read data from the flash. Check ``max_read_bytes`` for the maximum allowed reading length.
Syntax
Show:
Summary
Declaration
from
spi_flash_types.h:194
esp_err_t
(
*
read
)
(
spi_flash_host_inst_t
*
host
,
void
*
buffer
,
uint32_t
address
,
uint32_t
read_len
)
;
Examples
References
from
examples
Code
Location
Referrer
esp_err_t
(
*
read
)
(
spi_flash_host_inst_t
*
host
,
void
*
buffer
,
uint32_t
address
,
uint32_t
read_len
)
;
spi_flash_types.h:194
DRAM_ATTR
static
const
spi_flash_host_driver_t
esp_flash_default_host
=
ESP_FLASH_DEFAULT_HOST_DRIVER
(
)
;
memspi_host_driver.c:20
err
=
chip
->
host
->
driver
->
read
(
chip
->
host
,
temp_buffer
,
align_address
,
read_len
)
;
spi_flash_chip_generic.c:247
spi_flash_chip_generic_read()
err
=
chip
->
host
->
driver
->
read
(
chip
->
host
,
temp_buffer
,
align_address
,
read_len
)
;
spi_flash_chip_winbond.c:61
spi_flash_chip_winbond_read()
Call Tree
from
examples
spi_flash_host_driver_s::read
is called by 2 functions:
spi_flash_chip_generic_read()
spi_flash_chip_winbond_read()
All items filtered out
spi_flash_host_driver_s::read
All items filtered out
Data Use
from
examples
All items filtered out
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