ESP-IDF
spi_dev_s::
::
::fastrd_mode
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
spi_dev_s::
::
::fastrd_mode
spi_dev_s::
::
::fastrd_mode field
Syntax
Show:
Summary
Declaration
from
spi_struct.h:45
uint32_t
fastrd_mode
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
fastrd_mode
:
1
;
/*This bit enable the bits: spi_fread_qio spi_fread_dio spi_fread_qout and spi_fread_dout. 1: enable 0: disable.*/
spi_struct.h:45
ctrl
.
fastrd_mode
=
0
;
spi_flash_ll.h:271
spi_flash_ll_set_read_mode()
hw
->
ctrl
.
fastrd_mode
=
1
;
spi_ll.h:565
spi_ll_master_set_line_mode()
hw
->
ctrl
.
fastrd_mode
=
1
;
spi_ll.h:579
spi_ll_master_set_line_mode()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spi_dev_s::
::
::fastrd_mode
is written by 2 functions:
spi_flash_ll_set_read_mode()
spi_ll_master_set_line_mode()
All items filtered out
spi_dev_s::
::
::fastrd_mode
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