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:
committed by
Karl Palsson
parent
2614577e5a
commit
b802bd07b2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user