ESP-IDF
SOC_CPU_CLK_SRC_APLL
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
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_APLL
SOC_CPU_CLK_SRC_APLL value
Select APLL_CLK as CPU_CLK source
Syntax
Show:
Summary
Declaration
from
clk_tree_defs.h:68
SOC_CPU_CLK_SRC_APLL
=
3
;
Examples
References
from
examples
Code
Location
Referrer
SOC_CPU_CLK_SRC_APLL
=
3
,
/*!< Select APLL_CLK as CPU_CLK source */
clk_tree_defs.h:68
case
SOC_CPU_CLK_SRC_APLL
:
clk_tree_hal.c:25
clk_hal_soc_root_get_freq_mhz()
case
SOC_CPU_CLK_SRC_APLL
:
{
clk_tree_hal.c:40
clk_hal_cpu_get_freq_hz()
case
SOC_CPU_CLK_SRC_APLL
:
clk_tree_hal.c:61
clk_hal_ahb_get_freq_hz()
case
SOC_CPU_CLK_SRC_APLL
:
clk_tree_ll.h:555
clk_ll_cpu_set_src()
return
SOC_CPU_CLK_SRC_APLL
;
clk_tree_ll.h:580
clk_ll_cpu_get_src()
case
SOC_CPU_CLK_SRC_APLL
:
clk_tree_ll.h:695
clk_ll_ref_tick_set_divider()
case
SOC_CPU_CLK_SRC_APLL
:
rtc_clk.c:530
rtc_clk_cpu_freq_get_config()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
SOC_CPU_CLK_SRC_APLL
is read by 7 functions:
All items filtered out
SOC_CPU_CLK_SRC_APLL
clk_ll_cpu_set_src()
clk_ll_cpu_get_src()
clk_ll_ref_tick_set_divider()
rtc_clk_cpu_freq_get_config()
clk_hal_soc_root_get_freq_mhz()
clk_hal_cpu_get_freq_hz()
clk_hal_ahb_get_freq_hz()
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