ESP-IDF
soc_periph_rmt_clk_src_legacy_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
soc_periph_rmt_clk_src_legacy_t
soc_periph_rmt_clk_src_legacy_t enum
Syntax
Show:
Summary
Declaration
from
clk_tree_defs.h:210
enum
{
RMT_BASECLK_APB
=
SOC_MOD_CLK_APB
,
RMT_BASECLK_REF
=
SOC_MOD_CLK_REF_TICK
,
RMT_BASECLK_DEFAULT
=
SOC_MOD_CLK_APB
,
}
;
Values
Value
Declared as
Description
soc_periph_rmt_clk_src_legacy_t::RMT_BASECLK_APB
=
SOC_MOD_CLK_APB
RMT source clock is APB CLK.
soc_periph_rmt_clk_src_legacy_t::RMT_BASECLK_REF
=
SOC_MOD_CLK_REF_TICK
RMT source clock is REF_TICK.
soc_periph_rmt_clk_src_legacy_t::RMT_BASECLK_DEFAULT
=
SOC_MOD_CLK_APB
RMT source clock default choice is APB.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
clk_tree_defs.h:210
}
soc_periph_rmt_clk_src_legacy_t
;
clk_tree_defs.h:214
typedef
soc_periph_rmt_clk_src_legacy_t
rmt_source_clk_t
;
rmt_types_legacy.h:82
}
soc_periph_rmt_clk_src_legacy_t
;
clk_tree_defs.h:214
soc_periph_rmt_clk_src_legacy_t
esp_err_t
rmt_set_source_clk
(
rmt_channel_t
channel
,
rmt_source_clk_t
base_clk
)
rmt_legacy.c:439
rmt_set_source_clk()
rmt_set_source_clk()::base_clk
esp_err_t
rmt_get_source_clk
(
rmt_channel_t
channel
,
rmt_source_clk_t
*
src_clk
)
rmt_legacy.c:452
rmt_get_source_clk()
rmt_get_source_clk()::src_clk
*
src_clk
=
(
rmt_source_clk_t
)
rmt_ll_get_group_clock_src
(
rmt_contex
.
hal
.
regs
,
channel
)
;
rmt_legacy.c:457
rmt_get_source_clk()
typedef
soc_periph_rmt_clk_src_legacy_t
rmt_source_clk_t
;
rmt_types_legacy.h:82
rmt_source_clk_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
rmt_set_source_clk()::base_clk
rmt_set_source_clk()
rmt_legacy.c:439
rmt_get_source_clk()::src_clk
rmt_get_source_clk()
rmt_legacy.c:452
Lifecycle
from
examples
All items filtered out
All items filtered out