mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-04 11:55:21 +02:00
clk_tree: Add basic clock support for esp32c6
- Support SOC ROOT clock source switch
- Support CPU frequency change
- Support RTC SLOW clock source switch
- Support RTC SLOW clock + RC FAST calibration
Remove FPGA build for esp32c6
This commit is contained in:
@@ -154,7 +154,10 @@ typedef struct rtc_cpu_freq_config_s {
|
||||
typedef enum {
|
||||
RTC_CAL_RTC_MUX = 0, //!< Currently selected RTC SLOW_CLK
|
||||
RTC_CAL_8MD256 = 1, //!< Internal 8 MHz RC oscillator, divided by 256
|
||||
RTC_CAL_EXT_32K = 2 //!< External 32.768 KHz CLK
|
||||
RTC_CAL_32K_OSC_SLOW = 2, //!< External 32.768 KHz CLK
|
||||
|
||||
// deprecated name
|
||||
RTC_CAL_EXT_32K __attribute__((deprecated)) = RTC_CAL_32K_OSC_SLOW,
|
||||
} rtc_cal_sel_t;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user