ESP-IDF
ledc_clk_src_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ledc_clk_src_t
ledc_clk_src_t enum
Syntax
Show:
Summary
Declaration
from
ledc_types.h:73
enum
{
#if
SOC_LEDC_SUPPORT_REF_TICK
LEDC_REF_TICK
=
LEDC_USE_REF_TICK
,
#endif
#if
SOC_LEDC_SUPPORT_APB_CLOCK
LEDC_APB_CLK
=
LEDC_USE_APB_CLK
,
LEDC_SCLK
=
LEDC_USE_APB_CLK
,
#elif
SOC_LEDC_SUPPORT_PLL_DIV_CLOCK
LEDC_SCLK
=
LEDC_USE_PLL_DIV_CLK
,
#endif
}
;
Values
Value
Declared as
Description
ledc_clk_src_t::LEDC_REF_TICK
=
LEDC_USE_REF_TICK
LEDC timer clock divided from reference tick (1Mhz).
ledc_clk_src_t::LEDC_APB_CLK
=
LEDC_USE_APB_CLK
LEDC timer clock divided from APB clock (80Mhz).
ledc_clk_src_t::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.
Examples
References
from
examples
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