ESP-IDF
+
0
/1 examples
SourceVu will show references to
SPI_FLASH_QOUT
from the following samples and libraries:
custom_flash_driver sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_QOUT
SPI_FLASH_QOUT value
Syntax
Show:
Summary
Declaration
from
spi_flash_types.h:64
SPI_FLASH_QOUT
;
Examples
SPI_FLASH_QOUT
is referenced by 1 libraries and example projects:
custom_flash_driver sample
References
from
0/1
examples
Code
Location
Referrer
SPI_FLASH_QOUT
,
///< Data read using quad I/O
spi_flash_types.h:64
return
(
chip
->
read_mode
==
SPI_FLASH_QIO
)
||
(
chip
->
read_mode
==
SPI_FLASH_QOUT
)
;
esp_flash.h:382
esp_flash_is_quad_mode()
*
qe
=
(
io_mode
==
SPI_FLASH_QOUT
)
;
esp_flash_api.c:1178
esp_flash_get_io_mode()
chip
->
read_mode
=
(
qe
?
SPI_FLASH_QOUT
:
SPI_FLASH_SLOWRD
)
;
esp_flash_api.c:1188
esp_flash_set_io_mode()
*
out_io_mode
=
(
(
sr
&
BIT_QE
)
?
SPI_FLASH_QOUT
:
0
)
;
spi_flash_chip_gd.c:122
spi_flash_chip_gd_get_io_mode()
case
SPI_FLASH_QOUT
:
spi_flash_chip_generic.c:435
spi_flash_chip_generic_config_host_io_mode()
*
out_io_mode
=
(
(
sr
&
BIT_QE
)
?
SPI_FLASH_QOUT
:
0
)
;
spi_flash_chip_generic.c:486
spi_flash_chip_generic_get_io_mode()
*
out_io_mode
=
(
(
sr
&
BIT_QE
)
?
SPI_FLASH_QOUT
:
0
)
;
spi_flash_chip_issi.c:56
spi_flash_chip_issi_get_io_mode()
case
SPI_FLASH_QOUT
:
spi_flash_ll.h:261
spi_flash_ll_set_read_mode()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
SPI_FLASH_QOUT
is read by 8 functions:
All items filtered out
SPI_FLASH_QOUT
esp_flash_is_quad_mode()
spi_flash_ll_set_read_mode()
spi_flash_chip_generic_config_host_io_mode()
spi_flash_chip_generic_get_io_mode()
spi_flash_chip_issi_get_io_mode()
spi_flash_chip_gd_get_io_mode()
esp_flash_get_io_mode()
esp_flash_set_io_mode()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out