ESP-IDF
LEDC_SCLK
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
LEDC_SCLK
LEDC_SCLK value
Selecting this value for LEDC_TICK_SEL_TIMER let the hardware take its source clock from LEDC_APB_CLK_SEL
Syntax
Show:
Summary
Declaration
from
ledc_types.h:79
LEDC_SCLK
=
LEDC_USE_APB_CLK
;
Examples
References
from
examples
Code
Location
Referrer
LEDC_SCLK
=
LEDC_USE_APB_CLK
,
/*!< Selecting this value for LEDC_TICK_SEL_TIMER let the hardware take its source clock from LEDC_APB_CLK_SEL */
ledc_types.h:79
*
clk_source
=
LEDC_SCLK
;
ledc.c:576
ledc_auto_clk_divisor()
timer_clk_src
=
LEDC_SCLK
;
ledc.c:615
ledc_set_timer_div()
timer_clk_src
=
LEDC_SCLK
;
ledc.c:634
ledc_set_timer_div()
if
(
timer_clk_src
!=
LEDC_SCLK
)
{
ledc.c:668
ledc_set_timer_div()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
LEDC_SCLK
is read by 2 functions:
All items filtered out
LEDC_SCLK
ledc_auto_clk_divisor()
ledc_set_timer_div()
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