ESP-IDF
spi_dev_s::clock
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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::clock
spi_dev_s::clock field
Syntax
Show:
Summary
Declaration
from
spi_struct.h:90
union
{
struct
{
uint32_t
clkcnt_l
:
6
;
uint32_t
clkcnt_h
:
6
;
uint32_t
clkcnt_n
:
6
;
uint32_t
clkdiv_pre
:
13
;
uint32_t
clk_equ_sysclk
:
1
;
}
;
uint32_t
val
;
}
clock
;
Examples
References
from
examples
Code
Location
Referrer
}
clock
;
spi_struct.h:99
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()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spi_dev_s::clock
is read by 4 functions:
All items filtered out
spi_dev_s::clock
spi_flash_ll_set_clock()
spi_ll_slave_init()
spi_ll_master_set_clock_by_reg()
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