diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-06-19 10:45:38 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-06-19 10:45:38 +0000 |
commit | ec3ca5b4e615639dd3b4650eaa8d5739b78a1cbc (patch) | |
tree | 2f0d0c629a962faa0213a1e88e5427993153ee0d /os/hal/platforms/STM32L1xx/hal_lld.h | |
parent | e612b8c794623e0fc82b11cf47da4e1b410984f9 (diff) | |
download | ChibiOS-ec3ca5b4e615639dd3b4650eaa8d5739b78a1cbc.tar.gz ChibiOS-ec3ca5b4e615639dd3b4650eaa8d5739b78a1cbc.tar.bz2 ChibiOS-ec3ca5b4e615639dd3b4650eaa8d5739b78a1cbc.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3061 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32L1xx/hal_lld.h')
-rw-r--r-- | os/hal/platforms/STM32L1xx/hal_lld.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32L1xx/hal_lld.h b/os/hal/platforms/STM32L1xx/hal_lld.h index e2e2fb925..5e451409d 100644 --- a/os/hal/platforms/STM32L1xx/hal_lld.h +++ b/os/hal/platforms/STM32L1xx/hal_lld.h @@ -63,6 +63,7 @@ #define STM32_VOS_1P5 (2 << 11) /**< Core voltage 1.5 Volts. */
#define STM32_VOS_1P8 (3 << 11) /**< Core voltage 1.8 Volts. */
+/* RCC_CR register bits definitions.*/
#define STM32_RTCPRE_MASK (3 << 29) /**< RTCPRE mask. */
#define STM32_RTCPRE_DIV2 (0 << 29) /**< HSE divided by 2. */
#define STM32_RTCPRE_DIV4 (1 << 29) /**< HSE divided by 4. */
|