aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/stm32.h
diff options
context:
space:
mode:
authorPerry Hung <iperry@gmail.com>2011-02-18 05:22:39 -0500
committerPerry Hung <iperry@gmail.com>2011-02-26 22:30:22 -0500
commitf4cdcfa51096f73a49642c400681d91847137dfb (patch)
treeb49bcffdd58fc4dbedceafe55c92045e4b3e145c /libmaple/stm32.h
parentb505ab981859761a9eae9e820c5a06e2210c5dfc (diff)
downloadlibrambutan-f4cdcfa51096f73a49642c400681d91847137dfb.tar.gz
librambutan-f4cdcfa51096f73a49642c400681d91847137dfb.zip
checkpoint
Diffstat (limited to 'libmaple/stm32.h')
-rw-r--r--libmaple/stm32.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/libmaple/stm32.h b/libmaple/stm32.h
new file mode 100644
index 0000000..e65b28c
--- /dev/null
+++ b/libmaple/stm32.h
@@ -0,0 +1,12 @@
+/**
+ * @brief General STM32 specific definitions
+ */
+
+#ifndef _STM32_H_
+#define _STM32_H_
+
+#define PCLK1 36000000U
+#define PCLK2 72000000U
+
+#endif
+