Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Drtc_time.c218 uint32_t rtc_clk_cal_cycling(rtc_cal_sel_t cal_clk, uint32_t slowclk_cycles) in rtc_clk_cal_cycling() function
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Drtc.h845 uint32_t rtc_clk_cal_cycling(rtc_cal_sel_t cal_clk, uint32_t slowclk_cycles);
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c690 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()