summaryrefslogtreecommitdiff
path: root/drivers/clock_control/stm32_ll_clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/clock_control/stm32_ll_clock.h')
-rw-r--r--drivers/clock_control/stm32_ll_clock.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/clock_control/stm32_ll_clock.h b/drivers/clock_control/stm32_ll_clock.h
new file mode 100644
index 000000000..73d090b24
--- /dev/null
+++ b/drivers/clock_control/stm32_ll_clock.h
@@ -0,0 +1,16 @@
+/*
+ *
+ * Copyright (c) 2017 Linaro Limited.
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ */
+
+#ifndef _STM32_LL_CLOCK_H_
+#define _STM32_LL_CLOCK_H_
+
+void config_pll_init(LL_UTILS_PLLInitTypeDef *pllinit);
+
+/* Section for functions not available in every Cube packages */
+void LL_RCC_MSI_Disable(void);
+
+#endif /* _STM32_LL_CLOCK_H_ */