ESP-IDF
+
0
/8 examples
SourceVu will show references to
soc_periph_rmt_clk_src_t
from the following samples and libraries:
blink sample
ot_br sample
ot_cli sample
ot_trel sample
Bluedroid_GATT_Server sample
NimBLE_Connection sample
NimBLE_GATT_Server sample
NimBLE_Security sample
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_rmt_clk_src_t
soc_periph_rmt_clk_src_t enum
Syntax
Show:
Summary
Declaration
from
clk_tree_defs.h:201
enum
{
RMT_CLK_SRC_APB
=
SOC_MOD_CLK_APB
,
RMT_CLK_SRC_REF_TICK
=
SOC_MOD_CLK_REF_TICK
,
RMT_CLK_SRC_DEFAULT
=
SOC_MOD_CLK_APB
,
}
;
Values
Value
Declared as
Description
soc_periph_rmt_clk_src_t::RMT_CLK_SRC_APB
=
SOC_MOD_CLK_APB
Select APB as the source clock.
soc_periph_rmt_clk_src_t::RMT_CLK_SRC_REF_TICK
=
SOC_MOD_CLK_REF_TICK
Select REF_TICK as the source clock.
soc_periph_rmt_clk_src_t::RMT_CLK_SRC_DEFAULT
=
SOC_MOD_CLK_APB
Select APB as the default choice.
Examples
soc_periph_rmt_clk_src_t
is referenced by 8 libraries and example projects:
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out