ESP-IDF
clk_ll_cpu_get_divider()
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_cpu_get_divider()
clk_ll_cpu_get_divider() function
Get CPU_CLK's XTAL/FAST_RC clock source path divider
Syntax
Show:
Summary
Declaration
from
clk_tree_ll.h:646
static
inline
__attribute__
(
(
always_inline
)
)
uint32_t
clk_ll_cpu_get_divider
(
void
)
;
Return value
Divider. Divider = (PRE_DIV_CNT + 1).
Examples
References
from
examples
Code
Location
Referrer
static
inline
__attribute__
(
(
always_inline
)
)
uint32_t
clk_ll_cpu_get_divider
(
void
)
clk_tree_ll.h:646
return
clk_hal_soc_root_get_freq_mhz
(
source
)
*
MHZ
/
clk_ll_cpu_get_divider
(
)
;
clk_tree_hal.c:50
clk_hal_cpu_get_freq_hz()
div
=
clk_ll_cpu_get_divider
(
)
;
rtc_clk.c:503
rtc_clk_cpu_freq_get_config()
Call Tree
from
examples
clk_ll_cpu_get_divider()
is called by 2 functions and calls 1 function:
rtc_clk_cpu_freq_get_config()
clk_hal_cpu_get_freq_hz()
All items filtered out
clk_ll_cpu_get_divider()
__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