mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-25 17:58:46 +00:00
refactor(clk): add soc_clk_calibration_clk_src_t for all targets
Cleaned up RTC calibration clock selection code
This commit is contained in:
@@ -306,7 +306,7 @@ typedef enum {
|
||||
CLK_CAL_GPSPI3_MST, /*!< Select to calibrate GPSPI3_MST_CLK */
|
||||
CLK_CAL_GPSPI2_MST, /*!< Select to calibrate GPSPI2_MST_CLK */
|
||||
CLK_CAL_EXT_IO, /*!< Select to calibrate an external clock from an IO */
|
||||
} soc_clk_calibration_clk_src_t;
|
||||
} soc_timg0_calibration_clk_src_t;
|
||||
/////////////////////////////////////////////////I2C////////////////////////////////////////////////////////////////////
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user