ESP-IDF
clk_ll_xtal32k_is_enabled()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
clk_ll_xtal32k_is_enabled()
clk_ll_xtal32k_is_enabled() function
Get the state of the 32kHz crystal clock
Syntax
Show:
Summary
Declaration
from
clk_tree_ll.h:270
static
inline
__attribute__
(
(
always_inline
)
)
bool
clk_ll_xtal32k_is_enabled
(
void
)
;
Return value
True if the 32kHz XTAL is enabled
Examples
References
from
examples
Code
Location
Referrer
static
inline
__attribute__
(
(
always_inline
)
)
bool
clk_ll_xtal32k_is_enabled
(
void
)
clk_tree_ll.h:270
return
clk_ll_xtal32k_is_enabled
(
)
;
rtc_clk.c:156
rtc_clk_32k_enabled()
Call Tree
from
examples
clk_ll_xtal32k_is_enabled()
is called by 1 function and calls 1 function:
rtc_clk_32k_enabled()
All items filtered out
clk_ll_xtal32k_is_enabled()
__assert_func()
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