ESP-IDF
rtc_clk_32k_enabled()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/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_32k_enabled()
rtc_clk_32k_enabled() function
Get the state of 32k XTAL oscillator
Syntax
Show:
Summary
Declaration
Definition
from
rtc.h:179
bool
rtc_clk_32k_enabled
(
void
)
;
Implemented in
rtc_clk.c:154
Return value
true if 32k XTAL oscillator has been enabled
Examples
References
from
examples
Code
Location
Referrer
bool
rtc_clk_32k_enabled
(
void
)
rtc_clk.c:154
bool
rtc_clk_32k_enabled
(
void
)
;
rtc.h:179
if
(
!
rtc_clk_32k_enabled
(
)
)
{
bootloader_clock_init.c:88
bootloader_clock_configure()
Call Tree
from
examples
rtc_clk_32k_enabled()
is called by 1 function and calls 1 function:
bootloader_clock_configure()
All items filtered out
rtc_clk_32k_enabled()
clk_ll_xtal32k_is_enabled()
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