aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32L4xx/stm32_registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/ports/STM32/STM32L4xx/stm32_registry.h')
-rw-r--r--os/hal/ports/STM32/STM32L4xx/stm32_registry.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/STM32L4xx/stm32_registry.h b/os/hal/ports/STM32/STM32L4xx/stm32_registry.h
index bd195d1db..da936c976 100644
--- a/os/hal/ports/STM32/STM32L4xx/stm32_registry.h
+++ b/os/hal/ports/STM32/STM32L4xx/stm32_registry.h
@@ -52,6 +52,9 @@
#if defined(STM32L432xx) || defined(__DOXYGEN__)
+/* Clock attributes.*/
+#define STM32_CLOCK_HAS_HSI48 TRUE
+
/* ADC attributes.*/
#define STM32_HAS_ADC1 TRUE
#define STM32_ADC1_HANDLER Vector88
@@ -371,6 +374,9 @@
#if defined(STM32L476xx)
+/* Clock attributes.*/
+#define STM32_CLOCK_HAS_HSI48 FALSE
+
/* ADC attributes.*/
#define STM32_HAS_ADC1 TRUE
#define STM32_ADC1_HANDLER Vector88
@@ -774,6 +780,9 @@
#if defined(STM32L496xx)
+/* Clock attributes.*/
+#define STM32_CLOCK_HAS_HSI48 FALSE
+
/* ADC attributes.*/
#define STM32_HAS_ADC1 TRUE
#define STM32_ADC1_HANDLER Vector88