ESP-IDF
LEDC_APB_CLK
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
LEDC_APB_CLK
LEDC_APB_CLK value
LEDC timer clock divided from APB clock (80Mhz)
Syntax
Show:
Summary
Declaration
from
ledc_types.h:78
LEDC_APB_CLK
=
LEDC_USE_APB_CLK
;
Examples
References
from
examples
Code
Location
Referrer
LEDC_APB_CLK
=
LEDC_USE_APB_CLK
,
/*!< LEDC timer clock divided from APB clock (80Mhz) */
ledc_types.h:78
esp_clk_tree_src_get_freq_hz
(
(
soc_module_clk_t
)
LEDC_APB_CLK
,
LEDC_CLK_SRC_FREQ_PRECISION
,
&
clk_freq
)
;
ledc.c:536
ledc_auto_timer_specific_clk_divisor()
*
clk_source
=
LEDC_APB_CLK
;
ledc.c:540
ledc_auto_timer_specific_clk_divisor()
hw
->
timer_group
[
speed_mode
]
.
timer
[
timer_sel
]
.
conf
.
tick_sel
=
(
clk_src
==
LEDC_APB_CLK
)
;
ledc_ll.h:231
ledc_ll_set_clock_source()
*
clk_src
=
LEDC_APB_CLK
;
ledc_ll.h:247
ledc_ll_get_clock_source()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
LEDC_APB_CLK
is read by 3 functions:
All items filtered out
LEDC_APB_CLK
ledc_auto_timer_specific_clk_divisor()
ledc_ll_set_clock_source()
ledc_ll_get_clock_source()
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