ESP-IDF
soc_periph_uart_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_uart_clk_src_legacy_t
soc_periph_uart_clk_src_legacy_t enum
Syntax
Show:
Summary
Declaration
from
clk_tree_defs.h:226
enum
{
UART_SCLK_APB
=
SOC_MOD_CLK_APB
,
UART_SCLK_REF_TICK
=
SOC_MOD_CLK_REF_TICK
,
UART_SCLK_DEFAULT
=
SOC_MOD_CLK_APB
,
}
;
Values
Value
Declared as
Description
soc_periph_uart_clk_src_legacy_t::UART_SCLK_APB
=
SOC_MOD_CLK_APB
UART source clock is APB CLK.
soc_periph_uart_clk_src_legacy_t::UART_SCLK_REF_TICK
=
SOC_MOD_CLK_REF_TICK
UART source clock is REF_TICK.
soc_periph_uart_clk_src_legacy_t::UART_SCLK_DEFAULT
=
SOC_MOD_CLK_APB
UART source clock default choice is APB.
Examples
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