Home
last modified time | relevance | path

Searched refs:RTC_CAL_RC_FAST (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/port/esp32c6/
Drtc_time.c70 if (cal_clk == RTC_CAL_RC_FAST) { in rtc_clk_cal_internal()
91 if (cal_clk == RTC_CAL_RC_FAST) { in rtc_clk_cal_internal()
158 if (cal_clk == RTC_CAL_RC_FAST) { in rtc_clk_cal_internal()
176 if (cal_clk == RTC_CAL_RC_FAST) { in rtc_clk_cal_internal()
218 if (cal_clk == RTC_CAL_RC_FAST) { in rtc_clk_cal()
/hal_espressif-latest/components/esp_hw_support/port/esp32h2/
Drtc_time.c70 if (cal_clk == RTC_CAL_RC_FAST) { in rtc_clk_cal_internal()
91 if (cal_clk == RTC_CAL_RC_FAST) { in rtc_clk_cal_internal()
158 if (cal_clk == RTC_CAL_RC_FAST) { in rtc_clk_cal_internal()
176 if (cal_clk == RTC_CAL_RC_FAST) { in rtc_clk_cal_internal()
218 if (cal_clk == RTC_CAL_RC_FAST) { in rtc_clk_cal()
/hal_espressif-latest/components/esp_hw_support/port/
Desp_clk_tree_common.c161 …s_calibrated_freq.rc_fast = rtc_clk_freq_cal(rtc_clk_cal(RTC_CAL_RC_FAST, DEFAULT_RC_FAST_CAL_CYCL… in esp_clk_tree_rc_fast_get_freq_hz()
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Drtc.h165 RTC_CAL_RC_FAST //!< Internal 20MHz RC oscillator enumerator
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Drtc.h169 RTC_CAL_RC_FAST //!< Internal 8MHz RC oscillator enumerator
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c699 s_config.fast_clk_cal_period = rtc_clk_cal(RTC_CAL_RC_FAST, FAST_CLK_SRC_CAL_CYCLES); in sleep_low_power_clock_calibration()