ESP-IDF
rtc_cntl_dev_s::clk_conf
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_cntl_dev_s::clk_conf
rtc_cntl_dev_s::clk_conf field
Syntax
Show:
Summary
Declaration
from
rtc_cntl_struct.h:277
union
{
struct
{
uint32_t
reserved0
:
4
;
uint32_t
ck8m_div
:
2
;
uint32_t
enb_ck8m
:
1
;
uint32_t
enb_ck8m_div
:
1
;
uint32_t
dig_xtal32k_en
:
1
;
uint32_t
dig_clk8m_d256_en
:
1
;
uint32_t
dig_clk8m_en
:
1
;
uint32_t
ck8m_dfreq_force
:
1
;
uint32_t
ck8m_div_sel
:
3
;
uint32_t
xtal_force_nogating
:
1
;
uint32_t
ck8m_force_nogating
:
1
;
uint32_t
ck8m_dfreq
:
8
;
uint32_t
ck8m_force_pd
:
1
;
uint32_t
ck8m_force_pu
:
1
;
uint32_t
soc_clk_sel
:
2
;
uint32_t
fast_clk_rtc_sel
:
1
;
uint32_t
ana_clk_rtc_sel
:
2
;
}
;
uint32_t
val
;
}
clk_conf
;
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