ESP-IDF
SLOW_CLK_32K_XTAL
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
SLOW_CLK_32K_XTAL
SLOW_CLK_32K_XTAL value
Syntax
Show:
Summary
Declaration
from
clk.c:50
SLOW_CLK_32K_XTAL
=
SOC_RTC_SLOW_CLK_SRC_XTAL32K
;
Examples
References
from
examples
Code
Location
Referrer
SLOW_CLK_32K_XTAL
=
SOC_RTC_SLOW_CLK_SRC_XTAL32K
,
//!< External 32 kHz XTAL
clk.c:50
if
(
slow_clk
==
SLOW_CLK_32K_XTAL
)
{
clk.c:74
select_rtc_slow_clk()
select_rtc_slow_clk
(
SLOW_CLK_32K_XTAL
)
;
clk.c:152
esp_clk_init()
select_rtc_slow_clk
(
SLOW_CLK_32K_XTAL
)
;
clk.c:309
rtc_clk_select_rtc_slow_clk()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
SLOW_CLK_32K_XTAL
is read by 3 functions:
All items filtered out
SLOW_CLK_32K_XTAL
select_rtc_slow_clk()
esp_clk_init()
rtc_clk_select_rtc_slow_clk()
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