ESP-IDF
soc_cpu_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
soc_cpu_clk_src_t
soc_cpu_clk_src_t enum
Syntax
Show:
Summary
Declaration
from
clk_tree_defs.h:64
enum
{
SOC_CPU_CLK_SRC_XTAL
=
0
,
SOC_CPU_CLK_SRC_PLL
=
1
,
SOC_CPU_CLK_SRC_RC_FAST
=
2
,
SOC_CPU_CLK_SRC_APLL
=
3
,
SOC_CPU_CLK_SRC_INVALID
,
}
;
Values
Value
Declared as
Description
soc_cpu_clk_src_t::SOC_CPU_CLK_SRC_PLL
=
1
Select PLL_CLK as CPU_CLK source (PLL_CLK is the output of 40MHz crystal oscillator frequency multiplier, can be 480MHz or 320MHz).
soc_cpu_clk_src_t::SOC_CPU_CLK_SRC_RC_FAST
=
2
Select RC_FAST_CLK as CPU_CLK source.
soc_cpu_clk_src_t::SOC_CPU_CLK_SRC_APLL
=
3
Select APLL_CLK as CPU_CLK source.
soc_cpu_clk_src_t::SOC_CPU_CLK_SRC_INVALID
Invalid CPU_CLK source.
soc_cpu_clk_src_t::SOC_CPU_CLK_SRC_XTAL
=
0
Select XTAL_CLK as CPU_CLK source.
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