ESP-IDF
LEDC_SLOW_CLK_RC_FAST
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_RC_FAST
LEDC_SLOW_CLK_RC_FAST value
LEDC low speed timer clock source is RC_FAST clock
Syntax
Show:
Summary
Declaration
from
ledc_types.h:42
LEDC_SLOW_CLK_RC_FAST
=
LEDC_USE_RC_FAST_CLK
;
Examples
References
from
examples
Code
Location
Referrer
LEDC_SLOW_CLK_RC_FAST
=
LEDC_USE_RC_FAST_CLK
,
/*!< LEDC low speed timer clock source is RC_FAST clock*/
ledc_types.h:42
static
const
ledc_slow_clk_sel_t
s_glb_clks
[
]
=
LEDC_LL_GLOBAL_CLOCKS
;
ledc.c:128
if
(
p_ledc_obj
[
speed_mode
]
->
glb_clk
==
LEDC_SLOW_CLK_RC_FAST
)
{
ledc.c:292
ledc_glb_clk_set_sleep_mode()
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()
glb_clk
=
LEDC_SLOW_CLK_RC_FAST
;
ledc.c:616
ledc_set_timer_div()
*
slow_clk_sel
=
LEDC_SLOW_CLK_RC_FAST
;
ledc_ll.h:125
ledc_ll_get_slow_clk_sel()
LEDC_SLOW_CLK_RTC8M
__attribute__
(
(
deprecated
)
)
=
LEDC_SLOW_CLK_RC_FAST
,
/*!< Alias of 'LEDC_SLOW_CLK_RC_FAST'*/
ledc_types.h:53
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
LEDC_SLOW_CLK_RC_FAST
is read by 4 functions:
All items filtered out
LEDC_SLOW_CLK_RC_FAST
ledc_glb_clk_set_sleep_mode()
ledc_auto_global_clk_divisor()
ledc_set_timer_div()
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