Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c215 uint32_t rtc_clk_cal_period; member
682 … s_config.rtc_clk_cal_period = (time_per_us << RTC_CLK_CAL_FRACT) / rtc_clk_slow_freq_get_hz(); in sleep_low_power_clock_calibration()
686 s_config.rtc_clk_cal_period = rtc_clk_cal(RTC_CAL_RTC_MUX, RTC_CLK_SRC_CAL_CYCLES); in sleep_low_power_clock_calibration()
687 esp_clk_slowclk_cal_set(s_config.rtc_clk_cal_period); in sleep_low_power_clock_calibration()
690 s_config.rtc_clk_cal_period = rtc_clk_cal_cycling(RTC_CAL_RTC_MUX, RTC_CLK_SRC_CAL_CYCLES); in sleep_low_power_clock_calibration()
691 esp_clk_slowclk_cal_set(s_config.rtc_clk_cal_period); in sleep_low_power_clock_calibration()
693 s_config.rtc_clk_cal_period = rtc_clk_cal(RTC_CAL_RTC_MUX, RTC_CLK_SRC_CAL_CYCLES); in sleep_low_power_clock_calibration()
694 esp_clk_slowclk_cal_set(s_config.rtc_clk_cal_period); in sleep_low_power_clock_calibration()
856 s_config.rtc_clk_cal_period, s_config.fast_clk_cal_period,
865 rtc_sleep_low_init(s_config.rtc_clk_cal_period);
[all …]