ESP-IDF
spi_dev_s::
::val
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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::
::val
spi_dev_s::
::val field
Syntax
Show:
Summary
Declaration
from
spi_struct.h:98
uint32_t
val
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
val
;
spi_struct.h:98
typedef
typeof
(
SPI1
.
clock
.
val
)
spi_flash_ll_clock_reg_t
;
spi_flash_ll.h:55
dev
->
clock
.
val
=
*
clock_val
;
spi_flash_ll.h:287
spi_flash_ll_set_clock()
hw
->
clock
.
val
=
0
;
spi_ll.h:179
spi_ll_slave_init()
hw
->
clock
.
val
=
*
(
uint32_t
*
)
val
;
spi_ll.h:641
spi_ll_master_set_clock_by_reg()
typeof
(
SPI1
.
clock
)
reg
=
{
.
val
=
0
}
;
spi_ll.h:670
spi_ll_master_cal_clock()
*
(
uint32_t
*
)
out_reg
=
reg
.
val
;
spi_ll.h:727
spi_ll_master_cal_clock()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spi_dev_s::
::val
is written by 3 functions and is read by 1 function:
spi_flash_ll_set_clock()
spi_ll_slave_init()
spi_ll_master_set_clock_by_reg()
All items filtered out
spi_dev_s::
::val
spi_ll_master_cal_clock()
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