git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4298 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2012-06-18 17:21:04 +00:00
parent a0fa191aa3
commit cdb43a7cd2
1 changed files with 0 additions and 4 deletions

View File

@ -144,10 +144,6 @@
* @name PWR_CR register bits definitions
* @{
*/
#define STM32_VOS_MASK (1 << 14) /**< Core voltage mask. */
#define STM32_VOS_LOW (0 << 14) /**< Core voltage set to low. */
#define STM32_VOS_HIGH (1 << 14) /**< Core voltage set to high. */
#define STM32_PLS_MASK (7 << 5) /**< PLS bits mask. */
#define STM32_PLS_LEV0 (0 << 5) /**< PVD level 0. */
#define STM32_PLS_LEV1 (1 << 5) /**< PVD level 1. */