stm32f4: rcc: support PLL_SAI and PLL_I2S

Adds the missing enums for the extra clocks on stm32f4x9 parts.

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
This commit is contained in:
Chuck McManis
2016-08-15 17:19:55 +00:00
committed by Karl Palsson
parent 2614577e5a
commit b802bd07b2
2 changed files with 45 additions and 13 deletions

View File

@@ -665,6 +665,8 @@ extern const struct rcc_clock_scale rcc_hse_25mhz_3v3[RCC_CLOCK_3V3_END];
enum rcc_osc {
RCC_PLL,
RCC_PLLSAI,
RCC_PLLI2S,
RCC_HSE,
RCC_HSI,
RCC_LSE,