Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c180 #define CHECK_SOURCE(source, value, mask) ((s_config.wakeup_triggers & mask) && \
234 static sleep_config_t s_config = { variable
601 if ((s_config.wakeup_triggers & RTC_TIMER_TRIG_EN) && in light_sleep_uart_prepare()
682s_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()
[all …]