ESP-IDF
rtc_clk_fast_src_get()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
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
rtc_clk_fast_src_get()
rtc_clk_fast_src_get() function
Get the RTC_FAST_CLK source
Syntax
Show:
Summary
Declaration
Definition
from
rtc.h:298
soc_rtc_fast_clk_src_t
rtc_clk_fast_src_get
(
void
)
;
Implemented in
rtc_clk.c:318
Return value
currently selected clock source (one of soc_rtc_fast_clk_src_t values)
Examples
References
from
examples
Code
Location
Referrer
soc_rtc_fast_clk_src_t
rtc_clk_fast_src_get
(
void
)
rtc_clk.c:318
soc_rtc_fast_clk_src_t
rtc_clk_fast_src_get
(
void
)
;
rtc.h:298
clk_cfg
.
fast_clk_src
=
rtc_clk_fast_src_get
(
)
;
bootloader_clock_init.c:65
bootloader_clock_configure()
Call Tree
from
examples
rtc_clk_fast_src_get()
is called by 1 function and calls 1 function:
bootloader_clock_configure()
All items filtered out
rtc_clk_fast_src_get()
clk_ll_rtc_fast_get_src()
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