change(mpll): clean up mpll clock acquire with ldo driver

This commit is contained in:
morris
2024-03-17 21:40:57 +08:00
parent 4c2569e2fc
commit cf59c00564
11 changed files with 47 additions and 189 deletions

View File

@@ -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
*/