ESP-IDF
spi_hal_timing_conf_t::clock_reg
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_hal_timing_conf_t::clock_reg
spi_hal_timing_conf_t::clock_reg field
Syntax
Show:
Summary
Declaration
from
spi_hal.h:73
spi_ll_clock_val_t
clock_reg
;
Examples
References
from
examples
Code
Location
Referrer
spi_ll_clock_val_t
clock_reg
;
///< Register value used by the LL layer
spi_hal.h:73
int
eff_clk_n
=
spi_ll_master_cal_clock
(
timing_param
->
clk_src_hz
,
timing_param
->
expected_freq
,
timing_param
->
duty_cycle
,
&
temp_conf
.
clock_reg
)
;
spi_hal.c:84
spi_hal_cal_clock_conf()
spi_ll_master_set_clock_by_reg
(
hw
,
&
dev
->
timing_conf
.
clock_reg
)
;
spi_hal_iram.c:23
spi_hal_setup_device()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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