mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-26 20:53:11 +00:00
change(mpll): clean up mpll clock acquire with ldo driver
This commit is contained in:
@@ -73,11 +73,6 @@ esp_err_t periph_rtc_apll_freq_set(uint32_t expt_freq, uint32_t *real_freq);
|
||||
#endif // SOC_CLK_APLL_SUPPORTED
|
||||
|
||||
#if SOC_CLK_MPLL_SUPPORTED
|
||||
/**
|
||||
* @brief Enable MPLL power if it has not enabled (early version)
|
||||
*/
|
||||
void periph_rtc_mpll_early_acquire(void);
|
||||
|
||||
/**
|
||||
* @brief Enable MPLL power if it has not enabled
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user