esp32s2/esp32s3/esp32c3: Decrease boot up time by delete useless slow clock calibration

This commit is contained in:
chaijie
2021-03-15 11:52:26 +08:00
committed by bot
parent 5a5327e77e
commit e8282fb5c5
9 changed files with 0 additions and 88 deletions

View File

@@ -376,11 +376,6 @@ bool rtc_clk_8md256_enabled(void);
*/
void rtc_clk_apll_enable(bool enable, uint32_t sdm0, uint32_t sdm1, uint32_t sdm2, uint32_t o_div);
/**
* @brief Set XTAL wait cycles by RTC slow clock's period
*/
void rtc_clk_set_xtal_wait(void);
/**
* @brief Select source for RTC_SLOW_CLK
* @param slow_freq clock source (one of rtc_slow_freq_t values)