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 b9a3117 commit 658edfbCopy full SHA for 658edfb
Drivers/CMSIS/Device/ST/STM32MP1xx/Source/Templates/system_stm32mp1xx.c
@@ -47,6 +47,18 @@
47
48
#include "stm32mp1xx.h"
49
50
+#if !defined (HSE_VALUE)
51
+ #define HSE_VALUE 24000000U /*!< Value of the External oscillator in Hz */
52
+#endif /* HSE_VALUE */
53
+
54
+#if !defined (HSI_VALUE)
55
+ #define HSI_VALUE 64000000U /*!< Value of the Internal oscillator in Hz*/
56
+#endif /* HSI_VALUE */
57
58
+#if !defined (CSI_VALUE)
59
+ #define CSI_VALUE 4000000U /*!< Value of the Internal oscillator in Hz*/
60
+#endif /* CSI_VALUE */
61
62
/**
63
* @}
64
*/
0 commit comments