We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63dd369 commit a63e880Copy full SHA for a63e880
include/zephyr/dt-bindings/clock/stm32f4_clock.h
@@ -28,8 +28,10 @@
28
/* defined in stm32_common_clocks.h */
29
/** Fixed clocks */
30
/* Low speed clocks defined in stm32_common_clocks.h */
31
+#define STM32_SRC_HSI (STM32_SRC_LSI + 1)
32
+#define STM32_SRC_HSE (STM32_SRC_HSI + 1)
33
/** PLL clock outputs */
-#define STM32_SRC_PLL_P (STM32_SRC_LSI + 1)
34
+#define STM32_SRC_PLL_P (STM32_SRC_HSE + 1)
35
#define STM32_SRC_PLL_Q (STM32_SRC_PLL_P + 1)
36
#define STM32_SRC_PLL_R (STM32_SRC_PLL_Q + 1)
37
/** I2S sources */
0 commit comments