ESP-IDF
soc_periph_mcpwm_timer_clk_src_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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
soc_periph_mcpwm_timer_clk_src_t
soc_periph_mcpwm_timer_clk_src_t enum
Syntax
Show:
Summary
Declaration
from
clk_tree_defs.h:242
enum
{
MCPWM_TIMER_CLK_SRC_PLL160M
=
SOC_MOD_CLK_PLL_F160M
,
MCPWM_TIMER_CLK_SRC_DEFAULT
=
SOC_MOD_CLK_PLL_F160M
,
}
;
Values
Value
Declared as
Description
soc_periph_mcpwm_timer_clk_src_t::MCPWM_TIMER_CLK_SRC_PLL160M
=
SOC_MOD_CLK_PLL_F160M
Select PLL_F160M as the source clock.
soc_periph_mcpwm_timer_clk_src_t::MCPWM_TIMER_CLK_SRC_DEFAULT
=
SOC_MOD_CLK_PLL_F160M
Select PLL_F160M as the default clock choice.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
clk_tree_defs.h:242
}
soc_periph_mcpwm_timer_clk_src_t
;
clk_tree_defs.h:245
typedef
soc_periph_mcpwm_timer_clk_src_t
mcpwm_timer_clock_source_t
;
mcpwm_types.h:20
}
soc_periph_mcpwm_timer_clk_src_t
;
clk_tree_defs.h:245
soc_periph_mcpwm_timer_clk_src_t
static
inline
void
mcpwm_ll_group_set_clock_source
(
int
group_id
,
mcpwm_timer_clock_source_t
clk_src
)
mcpwm_ll.h:134
mcpwm_ll_group_set_clock_source()
mcpwm_ll_group_set_clock_source()::clk_src
mcpwm_timer_clock_source_t
clk_src
=
config
->
clk_src
?
config
->
clk_src
:
MCPWM_TIMER_CLK_SRC_DEFAULT
;
mcpwm_timer.c:123
mcpwm_new_timer()
mcpwm_timer_clock_source_t
clk_src
;
/*!< MCPWM timer clock source */
mcpwm_timer.h:33
mcpwm_timer_config_t
mcpwm_timer_config_t::clk_src
typedef
soc_periph_mcpwm_timer_clk_src_t
mcpwm_timer_clock_source_t
;
mcpwm_types.h:20
mcpwm_timer_clock_source_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
mcpwm_ll_group_set_clock_source()::clk_src
mcpwm_ll_group_set_clock_source()
mcpwm_ll.h:134
mcpwm_timer_config_t::clk_src
mcpwm_timer_config_t
mcpwm_timer.h:33
Lifecycle
from
examples
All items filtered out
All items filtered out