mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-03 15:04:39 +00:00
refactor(clk): deprecate rtc_cal_sel_t enum
This commit is contained in:
@@ -802,7 +802,8 @@ typedef enum {
|
||||
* @brief Clock frequency calibration source selection
|
||||
*/
|
||||
typedef enum {
|
||||
CLK_CAL_MPLL = 0, /*!< Select to calibrate MPLL_CLK */
|
||||
CLK_CAL_RTC_SLOW = -1, /*!< Select to calibrate RTC_SLOW_CLK */
|
||||
CLK_CAL_MPLL, /*!< Select to calibrate MPLL_CLK */
|
||||
CLK_CAL_SPLL, /*!< Select to calibrate SPLL_CLK */
|
||||
CLK_CAL_CPLL, /*!< Select to calibrate CPLL_CLK */
|
||||
CLK_CAL_APLL, /*!< Select to calibrate APLL_CLK */
|
||||
|
Reference in New Issue
Block a user