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 a415dfa commit 3384ceaCopy full SHA for 3384cea
targets/TARGET_STM/TARGET_STM32H7/device/stm32h7xx_hal_conf.h
@@ -121,6 +121,15 @@
121
#define HSI_VALUE ((uint32_t)64000000) /*!< Value of the Internal oscillator in Hz*/
122
#endif /* HSI_VALUE */
123
124
+/**
125
+ * @brief Internal Low Speed oscillator (LSI) value.
126
+ */
127
+#if !defined (LSI_VALUE)
128
+ #define LSI_VALUE 32000U /*!< LSI Typical Value in Hz*/
129
+#endif /* LSI_VALUE */ /*!< Value of the Internal Low Speed oscillator in Hz
130
+ The real value may vary depending on the variations
131
+ in voltage and temperature. */
132
+
133
/**
134
* @brief External Low Speed oscillator (LSE) value.
135
* This value is used by the UART, RTC HAL module to compute the system frequency
0 commit comments