ESP-IDF
s_glb_clks
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
s_glb_clks
s_glb_clks variable
Syntax
Show:
Summary
Declaration
from
ledc.c:128
static
const
ledc_slow_clk_sel_t
s_glb_clks
[
]
=
LEDC_LL_GLOBAL_CLOCKS
;
Examples
References
from
examples
Code
Location
Referrer
static
const
ledc_slow_clk_sel_t
s_glb_clks
[
]
=
LEDC_LL_GLOBAL_CLOCKS
;
ledc.c:128
for
(
int
i
=
0
;
i
<
DIM
(
s_glb_clks
)
;
i
++
)
{
ledc.c:489
ledc_auto_global_clk_divisor()
if
(
s_glb_clks
[
i
]
==
LEDC_SLOW_CLK_RC_FAST
&&
s_ledc_slow_clk_rc_fast_freq
==
0
&&
!
ledc_slow_clk_calibrate
(
)
)
{
ledc.c:492
ledc_auto_global_clk_divisor()
esp_clk_tree_src_get_freq_hz
(
(
soc_module_clk_t
)
s_glb_clks
[
i
]
,
LEDC_CLK_SRC_FREQ_PRECISION
,
&
clk_freq
)
;
ledc.c:497
ledc_auto_global_clk_divisor()
*
clk_target
=
s_glb_clks
[
i
]
;
ledc.c:502
ledc_auto_global_clk_divisor()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_glb_clks
is read by 1 function:
All items filtered out
s_glb_clks
ledc_auto_global_clk_divisor()
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