ESP-IDF
SOC_MOD_CLK_XTAL
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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_MOD_CLK_XTAL
SOC_MOD_CLK_XTAL value
XTAL_CLK comes from the external crystal (2~40MHz)
Syntax
Show:
Summary
Declaration
from
clk_tree_defs.h:128
SOC_MOD_CLK_XTAL
;
Examples
References
from
examples
Code
Location
Referrer
SOC_MOD_CLK_XTAL
,
/*!< XTAL_CLK comes from the external crystal (2~40MHz) */
clk_tree_defs.h:128
SYSTIMER_CLK_SRC_XTAL
=
SOC_MOD_CLK_XTAL
,
/*!< SYSTIMER source clock is XTAL */
clk_tree_defs.h:140
SYSTIMER_CLK_SRC_DEFAULT
=
SOC_MOD_CLK_XTAL
,
/*!< SYSTIMER source clock default choice is XTAL */
clk_tree_defs.h:141
case
SOC_MOD_CLK_XTAL
:
esp_clk_tree.c:33
esp_clk_tree_src_get_freq_hz()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
SOC_MOD_CLK_XTAL
is read by 1 function:
All items filtered out
SOC_MOD_CLK_XTAL
esp_clk_tree_src_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