ESP-IDF
soc_xtal_freq_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_xtal_freq_t
soc_xtal_freq_t enum
Syntax
Show:
Summary
Declaration
from
clk_tree_defs.h:100
enum
{
SOC_XTAL_FREQ_AUTO
=
0
,
SOC_XTAL_FREQ_24M
=
24
,
SOC_XTAL_FREQ_26M
=
26
,
SOC_XTAL_FREQ_40M
=
40
,
}
;
Values
Value
Declared as
Description
soc_xtal_freq_t::SOC_XTAL_FREQ_AUTO
=
0
Automatic XTAL frequency detention.
soc_xtal_freq_t::SOC_XTAL_FREQ_24M
=
24
24MHz XTAL.
soc_xtal_freq_t::SOC_XTAL_FREQ_26M
=
26
26MHz XTAL.
soc_xtal_freq_t::SOC_XTAL_FREQ_40M
=
40
40MHz XTAL.
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