ESP-IDF
spi_hal_timing_conf_t::clock_source
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_hal_timing_conf_t::clock_source
spi_hal_timing_conf_t::clock_source field
Syntax
Show:
Summary
Declaration
from
spi_hal.h:74
spi_clock_source_t
clock_source
;
Examples
References
from
examples
Code
Location
Referrer
spi_clock_source_t
clock_source
;
///< Clock source of each device used by LL layer
spi_hal.h:74
temp_timing_conf
.
clock_source
=
clk_src
;
spi_master.c:488
spi_bus_add_device()
spi_ll_set_clk_source
(
hal
->
hw
,
hal_dev
->
timing_conf
.
clock_source
)
;
spi_master.c:645
spi_setup_device()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spi_hal_timing_conf_t::clock_source
is written by 1 function and is read by 1 function:
spi_bus_add_device()
All items filtered out
spi_hal_timing_conf_t::clock_source
spi_setup_device()
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