ESP-IDF
rtc_cal_sel_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
rtc_cal_sel_t
rtc_cal_sel_t enum
Syntax
Show:
Summary
Declaration
from
rtc.h:95
enum
{
RTC_CAL_RTC_MUX
=
0
,
RTC_CAL_8MD256
=
1
,
RTC_CAL_32K_XTAL
=
2
}
;
Values
Value
Declared as
rtc_cal_sel_t::RTC_CAL_RTC_MUX
=
0
rtc_cal_sel_t::RTC_CAL_8MD256
=
1
rtc_cal_sel_t::RTC_CAL_32K_XTAL
=
2
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
rtc.h:95
}
rtc_cal_sel_t
;
rtc.h:99
rtc_cal_sel_t
uint32_t
rtc_clk_cal
(
rtc_cal_sel_t
cal_clk
,
uint32_t
slow_clk_cycles
)
;
rtc.h:400
rtc_clk_cal()
rtc_clk_cal()::cal_clk
uint32_t
rtc_clk_cal_ratio
(
rtc_cal_sel_t
cal_clk
,
uint32_t
slow_clk_cycles
)
;
rtc.h:409
rtc_clk_cal_ratio()
rtc_clk_cal_ratio()::cal_clk
static
uint32_t
rtc_clk_cal_internal
(
rtc_cal_sel_t
cal_clk
,
uint32_t
slowclk_cycles
)
rtc_time.c:37
rtc_clk_cal_internal()
rtc_clk_cal_internal()::cal_clk
uint32_t
rtc_clk_cal_ratio
(
rtc_cal_sel_t
cal_clk
,
uint32_t
slowclk_cycles
)
rtc_time.c:113
rtc_clk_cal_ratio()
rtc_clk_cal_ratio()::cal_clk
uint32_t
rtc_clk_cal
(
rtc_cal_sel_t
cal_clk
,
uint32_t
slowclk_cycles
)
rtc_time.c:129
rtc_clk_cal()
rtc_clk_cal()::cal_clk
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_clk_cal()::cal_clk
rtc_clk_cal()
rtc.h:400
rtc_clk_cal_ratio()::cal_clk
rtc_clk_cal_ratio()
rtc.h:409
rtc_clk_cal_internal()::cal_clk
rtc_clk_cal_internal()
rtc_time.c:37
rtc_clk_cal_ratio()::cal_clk
rtc_clk_cal_ratio()
rtc_time.c:113
rtc_clk_cal()::cal_clk
rtc_clk_cal()
rtc_time.c:129
Lifecycle
from
examples
All items filtered out
All items filtered out