ESP-IDF
RTC_CAL_8MD256
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_CAL_8MD256
RTC_CAL_8MD256 value
Syntax
Show:
Summary
Declaration
from
rtc.h:97
RTC_CAL_8MD256
=
1
;
Examples
References
from
examples
Code
Location
Referrer
RTC_CAL_8MD256
=
1
,
//!< Internal 8 MHz RC oscillator, divided by 256
rtc.h:97
s_calibrated_freq
.
rc_fast_d256
=
rtc_clk_freq_cal
(
rtc_clk_cal
(
RTC_CAL_8MD256
,
DEFAULT_32K_CLK_CAL_CYCLES
)
)
;
esp_clk_tree_common.c:85
esp_clk_tree_rc_fast_d256_get_freq_hz()
s_calibrated_freq
.
rc_fast_d256
=
rtc_clk_freq_cal
(
rtc_clk_cal
(
RTC_CAL_8MD256
,
DEFAULT_32K_CLK_CAL_CYCLES
)
)
;
esp_clk_tree_common.c:89
esp_clk_tree_rc_fast_d256_get_freq_hz()
uint64_t
cal_val
=
rtc_clk_cal_ratio
(
RTC_CAL_8MD256
,
XTAL_FREQ_EST_CYCLES
)
;
rtc_clk_init.c:153
rtc_clk_xtal_freq_estimate()
if
(
cal_clk
==
RTC_CAL_8MD256
)
{
rtc_time.c:48
rtc_clk_cal_internal()
}
else
if
(
cal_clk
==
RTC_CAL_8MD256
||
rtc_time.c:62
rtc_clk_cal_internal()
if
(
cal_clk
==
RTC_CAL_8MD256
)
{
rtc_time.c:101
rtc_clk_cal_internal()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
RTC_CAL_8MD256
is read by 3 functions:
All items filtered out
RTC_CAL_8MD256
esp_clk_tree_rc_fast_d256_get_freq_hz()
rtc_clk_xtal_freq_estimate()
rtc_clk_cal_internal()
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