stm32f42/f43: rcc: add 180 MHz clock options

This commit is contained in:
Alfred Klomp
2018-11-12 17:06:59 +01:00
committed by Karl Palsson
parent f0e5c73d98
commit 1adc418f9a
2 changed files with 65 additions and 0 deletions

View File

@@ -770,6 +770,7 @@ enum rcc_clock_3v3 {
RCC_CLOCK_3V3_84MHZ,
RCC_CLOCK_3V3_120MHZ,
RCC_CLOCK_3V3_168MHZ,
RCC_CLOCK_3V3_180MHZ,
RCC_CLOCK_3V3_END
};