ESP-IDF
ledc_slow_clk_sel_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_slow_clk_sel_t
ledc_slow_clk_sel_t enum
Syntax
Show:
Summary
Declaration
from
ledc_types.h:41
enum
{
LEDC_SLOW_CLK_RC_FAST
=
LEDC_USE_RC_FAST_CLK
,
#if
SOC_LEDC_SUPPORT_APB_CLOCK
LEDC_SLOW_CLK_APB
=
LEDC_USE_APB_CLK
,
#endif
#if
SOC_LEDC_SUPPORT_PLL_DIV_CLOCK
LEDC_SLOW_CLK_PLL_DIV
=
LEDC_USE_PLL_DIV_CLK
,
#endif
#if
SOC_LEDC_SUPPORT_XTAL_CLOCK
LEDC_SLOW_CLK_XTAL
=
LEDC_USE_XTAL_CLK
,
#endif
LEDC_SLOW_CLK_RTC8M
__attribute__
(
(
deprecated
)
)
=
LEDC_SLOW_CLK_RC_FAST
,
}
;
Values
Value
Declared as
Description
ledc_slow_clk_sel_t::LEDC_SLOW_CLK_RC_FAST
=
LEDC_USE_RC_FAST_CLK
LEDC low speed timer clock source is RC_FAST clock.
ledc_slow_clk_sel_t::LEDC_SLOW_CLK_APB
=
LEDC_USE_APB_CLK
LEDC low speed timer clock source is 80MHz APB clock.
ledc_slow_clk_sel_t::LEDC_SLOW_CLK_RTC8M
__attribute__
(
(
deprecated
)
)
=
LEDC_SLOW_CLK_RC_FAST
Alias of 'LEDC_SLOW_CLK_RC_FAST'.
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