stm32f4: add HSI clock configurations

This commit is contained in:
Miguel Sánchez de León Peque
2019-04-09 00:46:15 +02:00
committed by Karl Palsson
parent ca6dcfbea1
commit 1d68c299e8
2 changed files with 89 additions and 0 deletions

View File

@@ -795,6 +795,7 @@ struct rcc_clock_scale {
uint32_t apb2_frequency;
};
extern const struct rcc_clock_scale rcc_hsi_configs[RCC_CLOCK_3V3_END];
extern const struct rcc_clock_scale rcc_hse_8mhz_3v3[RCC_CLOCK_3V3_END];
extern const struct rcc_clock_scale rcc_hse_12mhz_3v3[RCC_CLOCK_3V3_END];
extern const struct rcc_clock_scale rcc_hse_16mhz_3v3[RCC_CLOCK_3V3_END];