Rev 50 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 50 | Rev 61 | ||
---|---|---|---|
Line 826... | Line 826... | ||
826 | 826 | ||
827 | /** @addtogroup Exported_constants |
827 | /** @addtogroup Exported_constants |
828 | * @{ |
828 | * @{ |
829 | */ |
829 | */ |
830 | 830 | ||
- | 831 | /** @addtogroup Hardware_Constant_Definition |
|
- | 832 | * @{ |
|
- | 833 | */ |
|
- | 834 | #define LSI_STARTUP_TIME 200U /*!< LSI Maximum startup time in us */ |
|
- | 835 | ||
- | 836 | /** |
|
- | 837 | * @} |
|
- | 838 | */ |
|
- | 839 | ||
831 | /** @addtogroup Peripheral_Registers_Bits_Definition |
840 | /** @addtogroup Peripheral_Registers_Bits_Definition |
832 | * @{ |
841 | * @{ |
833 | */ |
842 | */ |
834 | 843 | ||
835 | /******************************************************************************/ |
844 | /******************************************************************************/ |
Line 3130... | Line 3139... | ||
3130 | /* */ |
3139 | /* */ |
3131 | /* FLASH, DATA EEPROM and Option Bytes Registers */ |
3140 | /* FLASH, DATA EEPROM and Option Bytes Registers */ |
3132 | /* (FLASH, DATA_EEPROM, OB) */ |
3141 | /* (FLASH, DATA_EEPROM, OB) */ |
3133 | /* */ |
3142 | /* */ |
3134 | /******************************************************************************/ |
3143 | /******************************************************************************/ |
- | 3144 | /* |
|
- | 3145 | * @brief Specific device feature definitions (not present on all devices in the STM32L1 serie) |
|
- | 3146 | */ |
|
- | 3147 | #define FLASH_CUT3 |
|
3135 | 3148 | ||
3136 | /******************* Bit definition for FLASH_ACR register ******************/ |
3149 | /******************* Bit definition for FLASH_ACR register ******************/ |
3137 | #define FLASH_ACR_LATENCY_Pos (0U) |
3150 | #define FLASH_ACR_LATENCY_Pos (0U) |
3138 | #define FLASH_ACR_LATENCY_Msk (0x1UL << FLASH_ACR_LATENCY_Pos) /*!< 0x00000001 */ |
3151 | #define FLASH_ACR_LATENCY_Msk (0x1UL << FLASH_ACR_LATENCY_Pos) /*!< 0x00000001 */ |
3139 | #define FLASH_ACR_LATENCY FLASH_ACR_LATENCY_Msk /*!< Latency */ |
3152 | #define FLASH_ACR_LATENCY FLASH_ACR_LATENCY_Msk /*!< Latency */ |
Line 5978... | Line 5991... | ||
5978 | #define SYSCFG_EXTICR1_EXTI3_PA (0x00000000U) /*!< PA[3] pin */ |
5991 | #define SYSCFG_EXTICR1_EXTI3_PA (0x00000000U) /*!< PA[3] pin */ |
5979 | #define SYSCFG_EXTICR1_EXTI3_PB (0x00001000U) /*!< PB[3] pin */ |
5992 | #define SYSCFG_EXTICR1_EXTI3_PB (0x00001000U) /*!< PB[3] pin */ |
5980 | #define SYSCFG_EXTICR1_EXTI3_PC (0x00002000U) /*!< PC[3] pin */ |
5993 | #define SYSCFG_EXTICR1_EXTI3_PC (0x00002000U) /*!< PC[3] pin */ |
5981 | #define SYSCFG_EXTICR1_EXTI3_PD (0x00003000U) /*!< PD[3] pin */ |
5994 | #define SYSCFG_EXTICR1_EXTI3_PD (0x00003000U) /*!< PD[3] pin */ |
5982 | #define SYSCFG_EXTICR1_EXTI3_PE (0x00004000U) /*!< PE[3] pin */ |
5995 | #define SYSCFG_EXTICR1_EXTI3_PE (0x00004000U) /*!< PE[3] pin */ |
5983 | #define SYSCFG_EXTICR1_EXTI3_PF (0x00003000U) /*!< PF[3] pin */ |
5996 | #define SYSCFG_EXTICR1_EXTI3_PF (0x00006000U) /*!< PF[3] pin */ |
5984 | #define SYSCFG_EXTICR1_EXTI3_PG (0x00004000U) /*!< PG[3] pin */ |
5997 | #define SYSCFG_EXTICR1_EXTI3_PG (0x00007000U) /*!< PG[3] pin */ |
5985 | 5998 | ||
5986 | /***************** Bit definition for SYSCFG_EXTICR2 register *****************/ |
5999 | /***************** Bit definition for SYSCFG_EXTICR2 register *****************/ |
5987 | #define SYSCFG_EXTICR2_EXTI4_Pos (0U) |
6000 | #define SYSCFG_EXTICR2_EXTI4_Pos (0U) |
5988 | #define SYSCFG_EXTICR2_EXTI4_Msk (0xFUL << SYSCFG_EXTICR2_EXTI4_Pos) /*!< 0x0000000F */ |
6001 | #define SYSCFG_EXTICR2_EXTI4_Msk (0xFUL << SYSCFG_EXTICR2_EXTI4_Pos) /*!< 0x0000000F */ |
5989 | #define SYSCFG_EXTICR2_EXTI4 SYSCFG_EXTICR2_EXTI4_Msk /*!< EXTI 4 configuration */ |
6002 | #define SYSCFG_EXTICR2_EXTI4 SYSCFG_EXTICR2_EXTI4_Msk /*!< EXTI 4 configuration */ |
Line 6154... | Line 6167... | ||
6154 | #define SYSCFG_EXTICR4_EXTI15_PC (0x00002000U) /*!< PC[15] pin */ |
6167 | #define SYSCFG_EXTICR4_EXTI15_PC (0x00002000U) /*!< PC[15] pin */ |
6155 | #define SYSCFG_EXTICR4_EXTI15_PD (0x00003000U) /*!< PD[15] pin */ |
6168 | #define SYSCFG_EXTICR4_EXTI15_PD (0x00003000U) /*!< PD[15] pin */ |
6156 | #define SYSCFG_EXTICR4_EXTI15_PE (0x00004000U) /*!< PE[15] pin */ |
6169 | #define SYSCFG_EXTICR4_EXTI15_PE (0x00004000U) /*!< PE[15] pin */ |
6157 | #define SYSCFG_EXTICR4_EXTI15_PF (0x00006000U) /*!< PF[15] pin */ |
6170 | #define SYSCFG_EXTICR4_EXTI15_PF (0x00006000U) /*!< PF[15] pin */ |
6158 | #define SYSCFG_EXTICR4_EXTI15_PG (0x00007000U) /*!< PG[15] pin */ |
6171 | #define SYSCFG_EXTICR4_EXTI15_PG (0x00007000U) /*!< PG[15] pin */ |
6159 | 6172 | ||
6160 | /******************************************************************************/ |
6173 | /******************************************************************************/ |
6161 | /* */ |
6174 | /* */ |
6162 | /* Routing Interface (RI) */ |
6175 | /* Routing Interface (RI) */ |
6163 | /* */ |
6176 | /* */ |
6164 | /******************************************************************************/ |
6177 | /******************************************************************************/ |