ESP-IDF
LEDC_SLOW_CLK_APB
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_SLOW_CLK_APB
LEDC_SLOW_CLK_APB value
LEDC low speed timer clock source is 80MHz APB clock
Syntax
Show:
Summary
Declaration
from
ledc_types.h:44
LEDC_SLOW_CLK_APB
=
LEDC_USE_APB_CLK
;
Examples
References
from
examples
Code
Location
Referrer
LEDC_SLOW_CLK_APB
=
LEDC_USE_APB_CLK
,
/*!< LEDC low speed timer clock source is 80MHz APB clock*/
ledc_types.h:44
static
const
ledc_slow_clk_sel_t
s_glb_clks
[
]
=
LEDC_LL_GLOBAL_CLOCKS
;
ledc.c:128
glb_clk
=
LEDC_SLOW_CLK_APB
;
ledc.c:669
ledc_set_timer_div()
hw
->
conf
.
slow_clk_sel
=
(
slow_clk_sel
==
LEDC_SLOW_CLK_APB
)
;
ledc_ll.h:109
ledc_ll_set_slow_clk_sel()
*
slow_clk_sel
=
LEDC_SLOW_CLK_APB
;
ledc_ll.h:123
ledc_ll_get_slow_clk_sel()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
LEDC_SLOW_CLK_APB
is read by 3 functions:
All items filtered out
LEDC_SLOW_CLK_APB
ledc_set_timer_div()
ledc_ll_set_slow_clk_sel()
ledc_ll_get_slow_clk_sel()
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