ESP-IDF
ledc_slow_clk_sel_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ledc_slow_clk_sel_t
ledc_slow_clk_sel_t enum
Syntax
Show:
Summary
Declaration
from
ledc_types.h:41
enum
{
LEDC_SLOW_CLK_RC_FAST
=
LEDC_USE_RC_FAST_CLK
,
#if
SOC_LEDC_SUPPORT_APB_CLOCK
LEDC_SLOW_CLK_APB
=
LEDC_USE_APB_CLK
,
#endif
#if
SOC_LEDC_SUPPORT_PLL_DIV_CLOCK
LEDC_SLOW_CLK_PLL_DIV
=
LEDC_USE_PLL_DIV_CLK
,
#endif
#if
SOC_LEDC_SUPPORT_XTAL_CLOCK
LEDC_SLOW_CLK_XTAL
=
LEDC_USE_XTAL_CLK
,
#endif
LEDC_SLOW_CLK_RTC8M
__attribute__
(
(
deprecated
)
)
=
LEDC_SLOW_CLK_RC_FAST
,
}
;
Values
Value
Declared as
Description
ledc_slow_clk_sel_t::LEDC_SLOW_CLK_RC_FAST
=
LEDC_USE_RC_FAST_CLK
LEDC low speed timer clock source is RC_FAST clock.
ledc_slow_clk_sel_t::LEDC_SLOW_CLK_APB
=
LEDC_USE_APB_CLK
LEDC low speed timer clock source is 80MHz APB clock.
ledc_slow_clk_sel_t::LEDC_SLOW_CLK_RTC8M
__attribute__
(
(
deprecated
)
)
=
LEDC_SLOW_CLK_RC_FAST
Alias of 'LEDC_SLOW_CLK_RC_FAST'.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
ledc_types.h:41
}
ledc_slow_clk_sel_t
;
ledc_types.h:54
ledc_slow_clk_sel_t
glb_clk
;
/*!< LEDC global clock selection */
ledc.c:92
ledc_obj_t
ledc_obj_t::glb_clk
static
const
ledc_slow_clk_sel_t
s_glb_clks
[
]
=
LEDC_LL_GLOBAL_CLOCKS
;
ledc.c:128
static
inline
uint32_t
ledc_auto_global_clk_divisor
(
int
freq_hz
,
uint32_t
precision
,
ledc_slow_clk_sel_t
*
clk_target
)
ledc.c:482
ledc_auto_global_clk_divisor()
ledc_auto_global_clk_divisor()::clk_target
ledc_clk_src_t
*
clk_source
,
ledc_slow_clk_sel_t
*
clk_target
)
ledc.c:555
ledc_auto_clk_divisor()
ledc_auto_clk_divisor()::clk_target
ledc_slow_clk_sel_t
glb_clk
=
LEDC_SLOW_CLK_UNINIT
;
ledc.c:598
ledc_set_timer_div()
glb_clk
=
(
ledc_slow_clk_sel_t
)
clk_cfg
;
ledc.c:638
ledc_set_timer_div()
ledc_slow_clk_sel_t
slow_clk
;
ledc_hal.c:46
ledc_hal_get_clk_cfg()
static
inline
void
ledc_ll_set_slow_clk_sel
(
ledc_dev_t
*
hw
,
ledc_slow_clk_sel_t
slow_clk_sel
)
ledc_ll.h:107
ledc_ll_set_slow_clk_sel()
ledc_ll_set_slow_clk_sel()::slow_clk_sel
static
inline
void
ledc_ll_get_slow_clk_sel
(
ledc_dev_t
*
hw
,
ledc_slow_clk_sel_t
*
slow_clk_sel
)
ledc_ll.h:120
ledc_ll_get_slow_clk_sel()
ledc_ll_get_slow_clk_sel()::slow_clk_sel
}
ledc_slow_clk_sel_t
;
ledc_types.h:54
ledc_slow_clk_sel_t
Call Tree
from
examples
All items filtered out
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
Instance
Scope
Location
Project
ledc_obj_t::glb_clk
ledc_obj_t
ledc.c:92
s_glb_clks
ledc.c:128
ledc_auto_global_clk_divisor()::clk_target
ledc_auto_global_clk_divisor()
ledc.c:482
ledc_auto_clk_divisor()::clk_target
ledc_auto_clk_divisor()
ledc.c:555
ledc_ll_set_slow_clk_sel()::slow_clk_sel
ledc_ll_set_slow_clk_sel()
ledc_ll.h:107
ledc_ll_get_slow_clk_sel()::slow_clk_sel
ledc_ll_get_slow_clk_sel()
ledc_ll.h:120
Lifecycle
from
examples
All items filtered out
All items filtered out