ESP-IDF
spi_dev_s::
::val
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_dev_s::
::val
spi_dev_s::
::val field
Syntax
Show:
Summary
Declaration
from
spi_struct.h:58
uint32_t
val
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
val
;
spi_struct.h:58
SPIMEM_LL_APB
.
ctrl
.
val
=
0
;
bootloader_flash.c:585
bootloader_flash_execute_command_common()
dev
->
ctrl
.
val
=
0
;
spi_flash_ll.h:68
spi_flash_ll_reset()
dev
->
ctrl
.
val
=
0
;
spi_flash_ll.h:100
spi_flash_ll_erase_sector()
ctrl
.
val
=
dev
->
ctrl
.
val
;
spi_flash_ll.h:251
spi_flash_ll_set_read_mode()
ctrl
.
val
=
ctrl
.
val
&
~
(
SPI_FREAD_QIO_M
|
SPI_FREAD_QUAD_M
|
SPI_FREAD_DIO_M
|
SPI_FREAD_DUAL_M
)
;
spi_flash_ll.h:252
spi_flash_ll_set_read_mode()
ctrl
.
val
=
ctrl
.
val
|
SPI_FASTRD_MODE_M
;
spi_flash_ll.h:253
spi_flash_ll_set_read_mode()
dev
->
ctrl
.
val
=
ctrl
.
val
;
spi_flash_ll.h:276
spi_flash_ll_set_read_mode()
return
dev
->
ctrl
.
val
;
spi_flash_ll.h:477
spi_flash_ll_get_ctrl_val()
*
ctrl_reg
=
dev
->
ctrl
.
val
;
spi_flash_ll.h:503
spi_flash_ll_get_common_command_register_info()
dev
->
ctrl
.
val
=
ctrl_reg
;
spi_flash_ll.h:519
spi_flash_ll_set_common_command_register_info()
hw
->
ctrl
.
val
=
0
;
spi_ll.h:181
spi_ll_slave_init()
hw
->
ctrl
.
val
&=
~
SPI_LL_ONE_LINE_CTRL_MASK
;
spi_ll.h:547
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::
::val
is written by 7 functions and is read by 4 functions:
spi_flash_ll_reset()
spi_flash_ll_erase_sector()
spi_flash_ll_set_read_mode()
spi_flash_ll_set_common_command_register_info()
bootloader_flash_execute_command_common()
spi_ll_slave_init()
spi_ll_master_set_line_mode()
All items filtered out
spi_dev_s::
::val
spi_flash_ll_set_read_mode()
spi_flash_ll_get_ctrl_val()
spi_flash_ll_get_common_command_register_info()
spi_ll_master_set_line_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