ESP-IDF
spi_flash_host_driver_s::configure_host_io_mode
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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::configure_host_io_mode
spi_flash_host_driver_s::configure_host_io_mode field
Configure the host to work at different read mode. Responsible to compensate the timing and set IO mode.
Syntax
Show:
Summary
Declaration
from
spi_flash_types.h:219
esp_err_t
(
*
configure_host_io_mode
)
(
spi_flash_host_inst_t
*
host
,
uint32_t
command
,
uint32_t
addr_bitlen
,
int
dummy_bitlen_base
,
esp_flash_io_mode_t
io_mode
)
;
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
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