ESP-IDF
soc_periph_ledc_clk_src_legacy_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
soc_periph_ledc_clk_src_legacy_t
soc_periph_ledc_clk_src_legacy_t enum
Syntax
Show:
Summary
Declaration
from
clk_tree_defs.h:437
enum
{
LEDC_AUTO_CLK
=
0
,
LEDC_USE_APB_CLK
=
SOC_MOD_CLK_APB
,
LEDC_USE_RC_FAST_CLK
=
SOC_MOD_CLK_RC_FAST
,
LEDC_USE_REF_TICK
=
SOC_MOD_CLK_REF_TICK
,
LEDC_USE_RTC8M_CLK
__attribute__
(
(
deprecated
(
"please use 'LEDC_USE_RC_FAST_CLK' instead"
)
)
)
=
LEDC_USE_RC_FAST_CLK
,
}
;
Values
Value
Declared as
Description
soc_periph_ledc_clk_src_legacy_t::LEDC_AUTO_CLK
=
0
LEDC source clock will be automatically selected based on the giving resolution and duty parameter when init the timer.
soc_periph_ledc_clk_src_legacy_t::LEDC_USE_APB_CLK
=
SOC_MOD_CLK_APB
Select APB as the source clock.
soc_periph_ledc_clk_src_legacy_t::LEDC_USE_RC_FAST_CLK
=
SOC_MOD_CLK_RC_FAST
Select RC_FAST as the source clock.
soc_periph_ledc_clk_src_legacy_t::LEDC_USE_REF_TICK
=
SOC_MOD_CLK_REF_TICK
Select REF_TICK as the source clock.
soc_periph_ledc_clk_src_legacy_t::LEDC_USE_RTC8M_CLK
__attribute__
(
(
deprecated
(
"please use 'LEDC_USE_RC_FAST_CLK' instead"
)
)
)
=
LEDC_USE_RC_FAST_CLK
Alias of 'LEDC_USE_RC_FAST_CLK'.
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