ESP-IDF
rtc_config_s::xtal_wait
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
rtc_config_s::xtal_wait
rtc_config_s::xtal_wait field
Syntax
Show:
Summary
Declaration
from
rtc.h:643
uint32_t
xtal_wait
:
8
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
xtal_wait
:
8
;
//!< Number of rtc_fast_clk cycles to wait for XTAL clock to be ready
rtc.h:643
rtc_config_t
cfg
=
RTC_CONFIG_DEFAULT
(
)
;
clk.c:111
esp_rtc_init()
REG_SET_FIELD
(
RTC_CNTL_TIMER1_REG
,
RTC_CNTL_XTL_BUF_WAIT
,
cfg
.
xtal_wait
)
;
rtc_init.c:37
rtc_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
rtc_config_s::xtal_wait
is read by 1 function:
All items filtered out
rtc_config_s::xtal_wait
rtc_init()
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