ESP-IDF
soc_periph_tg_clk_src_legacy_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_tg_clk_src_legacy_t
soc_periph_tg_clk_src_legacy_t enum
Syntax
Show:
Summary
Declaration
from
clk_tree_defs.h:171
enum
{
TIMER_SRC_CLK_APB
=
SOC_MOD_CLK_APB
,
TIMER_SRC_CLK_DEFAULT
=
SOC_MOD_CLK_APB
,
}
;
Values
Value
Declared as
Description
soc_periph_tg_clk_src_legacy_t::TIMER_SRC_CLK_APB
=
SOC_MOD_CLK_APB
Timer group source clock is APB.
soc_periph_tg_clk_src_legacy_t::TIMER_SRC_CLK_DEFAULT
=
SOC_MOD_CLK_APB
Timer group source clock default choice is APB.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
clk_tree_defs.h:171
}
soc_periph_tg_clk_src_legacy_t
;
clk_tree_defs.h:174
typedef
soc_periph_tg_clk_src_legacy_t
timer_src_clk_t
;
timer_types_legacy.h:102
}
soc_periph_tg_clk_src_legacy_t
;
clk_tree_defs.h:174
soc_periph_tg_clk_src_legacy_t
timer_src_clk_t
clk_src
;
timer_legacy.c:55
timer_obj_t
timer_obj_t::clk_src
timer_src_clk_t
clk_src
=
TIMER_SRC_CLK_DEFAULT
;
timer_legacy.c:327
timer_init()
typedef
soc_periph_tg_clk_src_legacy_t
timer_src_clk_t
;
timer_types_legacy.h:102
timer_src_clk_t
timer_src_clk_t
clk_src
;
/*!< Selects source clock. */
timer_types_legacy.h:138
timer_config_t
timer_config_t::clk_src
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
timer_config_t::clk_src
timer_config_t
timer_types_legacy.h:138
timer_obj_t::clk_src
timer_obj_t
timer_legacy.c:55
Lifecycle
from
examples
All items filtered out
All items filtered out