ESP-IDF
rtc_config_s
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/5)...
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
rtc_config_s struct
RTC power and clock control initialization settings
Syntax
Show:
Summary
Declaration
from
rtc.h:641
typedef
struct
rtc_config_s
{
uint32_t
ck8m_wait
:
8
;
uint32_t
xtal_wait
:
8
;
uint32_t
pll_wait
:
8
;
uint32_t
clkctl_init
:
1
;
uint32_t
pwrctl_init
:
1
;
uint32_t
rtc_dboost_fpd
:
1
;
}
rtc_config_t
;
Fields
Field
Declared as
rtc_config_s::ck8m_wait
uint32_t
:
8
rtc_config_s::xtal_wait
uint32_t
:
8
rtc_config_s::pll_wait
uint32_t
:
8
rtc_config_s::clkctl_init
uint32_t
:
1
rtc_config_s::pwrctl_init
uint32_t
:
1
rtc_config_s::rtc_dboost_fpd
uint32_t
:
1
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
rtc_config_s
{
rtc.h:641
}
rtc_config_t
;
rtc.h:648
rtc_config_t
cfg
=
RTC_CONFIG_DEFAULT
(
)
;
clk.c:111
esp_rtc_init()
}
rtc_config_t
;
rtc.h:648
rtc_config_t
void
rtc_init
(
rtc_config_t
cfg
)
;
rtc.h:669
rtc_init()
rtc_init()::cfg
void
rtc_init
(
rtc_config_t
cfg
)
rtc_init.c:20
rtc_init()
rtc_init()::cfg
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
rtc_init()::cfg
rtc_init()
rtc.h:669
rtc_init()::cfg
rtc_init()
rtc_init.c:20
Lifecycle
from
examples
All items filtered out
All items filtered out