esp32s2/esp32s3/esp32c3: Decrease bootloader cost time

This commit is contained in:
chaijie
2021-03-12 15:49:21 +08:00
committed by bot
parent 1cf25edf19
commit f9de69586b
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)