ESP-IDF
spi_hal_timing_param_t::duty_cycle
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_hal_timing_param_t::duty_cycle
spi_hal_timing_param_t::duty_cycle field
Syntax
Show:
Summary
Declaration
from
spi_hal.h:59
uint32_t
duty_cycle
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
duty_cycle
;
///< Expected duty cycle of SPI clock
spi_hal.h:59
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()
.
duty_cycle
=
duty_cycle
,
spi_master.c:479
spi_bus_add_device()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
spi_hal_timing_param_t::duty_cycle
is read by 1 function:
All items filtered out
spi_hal_timing_param_t::duty_cycle
spi_hal_cal_clock_conf()
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