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 803... | Line 803... | ||
| 803 | 803 | ||
| 804 | /** @addtogroup Exported_constants |
804 | /** @addtogroup Exported_constants |
| 805 | * @{ |
805 | * @{ |
| 806 | */ |
806 | */ |
| 807 | 807 | ||
| - | 808 | /** @addtogroup Hardware_Constant_Definition |
|
| - | 809 | * @{ |
|
| - | 810 | */ |
|
| - | 811 | #define LSI_STARTUP_TIME 200U /*!< LSI Maximum startup time in us */ |
|
| - | 812 | ||
| - | 813 | /** |
|
| - | 814 | * @} |
|
| - | 815 | */ |
|
| - | 816 | ||
| 808 | /** @addtogroup Peripheral_Registers_Bits_Definition |
817 | /** @addtogroup Peripheral_Registers_Bits_Definition |
| 809 | * @{ |
818 | * @{ |
| 810 | */ |
819 | */ |
| 811 | 820 | ||
| 812 | /******************************************************************************/ |
821 | /******************************************************************************/ |
| Line 3000... | Line 3009... | ||
| 3000 | /* */ |
3009 | /* */ |
| 3001 | /* FLASH, DATA EEPROM and Option Bytes Registers */ |
3010 | /* FLASH, DATA EEPROM and Option Bytes Registers */ |
| 3002 | /* (FLASH, DATA_EEPROM, OB) */ |
3011 | /* (FLASH, DATA_EEPROM, OB) */ |
| 3003 | /* */ |
3012 | /* */ |
| 3004 | /******************************************************************************/ |
3013 | /******************************************************************************/ |
| - | 3014 | /* |
|
| - | 3015 | * @brief Specific device feature definitions (not present on all devices in the STM32L1 serie) |
|
| - | 3016 | */ |
|
| - | 3017 | #define FLASH_CUT3 |
|
| 3005 | 3018 | ||
| 3006 | /******************* Bit definition for FLASH_ACR register ******************/ |
3019 | /******************* Bit definition for FLASH_ACR register ******************/ |
| 3007 | #define FLASH_ACR_LATENCY_Pos (0U) |
3020 | #define FLASH_ACR_LATENCY_Pos (0U) |
| 3008 | #define FLASH_ACR_LATENCY_Msk (0x1UL << FLASH_ACR_LATENCY_Pos) /*!< 0x00000001 */ |
3021 | #define FLASH_ACR_LATENCY_Msk (0x1UL << FLASH_ACR_LATENCY_Pos) /*!< 0x00000001 */ |
| 3009 | #define FLASH_ACR_LATENCY FLASH_ACR_LATENCY_Msk /*!< Latency */ |
3022 | #define FLASH_ACR_LATENCY FLASH_ACR_LATENCY_Msk /*!< Latency */ |
| Line 5839... | Line 5852... | ||
| 5839 | #define SYSCFG_EXTICR1_EXTI3_PA (0x00000000U) /*!< PA[3] pin */ |
5852 | #define SYSCFG_EXTICR1_EXTI3_PA (0x00000000U) /*!< PA[3] pin */ |
| 5840 | #define SYSCFG_EXTICR1_EXTI3_PB (0x00001000U) /*!< PB[3] pin */ |
5853 | #define SYSCFG_EXTICR1_EXTI3_PB (0x00001000U) /*!< PB[3] pin */ |
| 5841 | #define SYSCFG_EXTICR1_EXTI3_PC (0x00002000U) /*!< PC[3] pin */ |
5854 | #define SYSCFG_EXTICR1_EXTI3_PC (0x00002000U) /*!< PC[3] pin */ |
| 5842 | #define SYSCFG_EXTICR1_EXTI3_PD (0x00003000U) /*!< PD[3] pin */ |
5855 | #define SYSCFG_EXTICR1_EXTI3_PD (0x00003000U) /*!< PD[3] pin */ |
| 5843 | #define SYSCFG_EXTICR1_EXTI3_PE (0x00004000U) /*!< PE[3] pin */ |
5856 | #define SYSCFG_EXTICR1_EXTI3_PE (0x00004000U) /*!< PE[3] pin */ |
| 5844 | #define SYSCFG_EXTICR1_EXTI3_PF (0x00003000U) /*!< PF[3] pin */ |
5857 | #define SYSCFG_EXTICR1_EXTI3_PF (0x00006000U) /*!< PF[3] pin */ |
| 5845 | #define SYSCFG_EXTICR1_EXTI3_PG (0x00004000U) /*!< PG[3] pin */ |
5858 | #define SYSCFG_EXTICR1_EXTI3_PG (0x00007000U) /*!< PG[3] pin */ |
| 5846 | 5859 | ||
| 5847 | /***************** Bit definition for SYSCFG_EXTICR2 register *****************/ |
5860 | /***************** Bit definition for SYSCFG_EXTICR2 register *****************/ |
| 5848 | #define SYSCFG_EXTICR2_EXTI4_Pos (0U) |
5861 | #define SYSCFG_EXTICR2_EXTI4_Pos (0U) |
| 5849 | #define SYSCFG_EXTICR2_EXTI4_Msk (0xFUL << SYSCFG_EXTICR2_EXTI4_Pos) /*!< 0x0000000F */ |
5862 | #define SYSCFG_EXTICR2_EXTI4_Msk (0xFUL << SYSCFG_EXTICR2_EXTI4_Pos) /*!< 0x0000000F */ |
| 5850 | #define SYSCFG_EXTICR2_EXTI4 SYSCFG_EXTICR2_EXTI4_Msk /*!< EXTI 4 configuration */ |
5863 | #define SYSCFG_EXTICR2_EXTI4 SYSCFG_EXTICR2_EXTI4_Msk /*!< EXTI 4 configuration */ |
| Line 6015... | Line 6028... | ||
| 6015 | #define SYSCFG_EXTICR4_EXTI15_PC (0x00002000U) /*!< PC[15] pin */ |
6028 | #define SYSCFG_EXTICR4_EXTI15_PC (0x00002000U) /*!< PC[15] pin */ |
| 6016 | #define SYSCFG_EXTICR4_EXTI15_PD (0x00003000U) /*!< PD[15] pin */ |
6029 | #define SYSCFG_EXTICR4_EXTI15_PD (0x00003000U) /*!< PD[15] pin */ |
| 6017 | #define SYSCFG_EXTICR4_EXTI15_PE (0x00004000U) /*!< PE[15] pin */ |
6030 | #define SYSCFG_EXTICR4_EXTI15_PE (0x00004000U) /*!< PE[15] pin */ |
| 6018 | #define SYSCFG_EXTICR4_EXTI15_PF (0x00006000U) /*!< PF[15] pin */ |
6031 | #define SYSCFG_EXTICR4_EXTI15_PF (0x00006000U) /*!< PF[15] pin */ |
| 6019 | #define SYSCFG_EXTICR4_EXTI15_PG (0x00007000U) /*!< PG[15] pin */ |
6032 | #define SYSCFG_EXTICR4_EXTI15_PG (0x00007000U) /*!< PG[15] pin */ |
| 6020 | 6033 | ||
| 6021 | /******************************************************************************/ |
6034 | /******************************************************************************/ |
| 6022 | /* */ |
6035 | /* */ |
| 6023 | /* Routing Interface (RI) */ |
6036 | /* Routing Interface (RI) */ |
| 6024 | /* */ |
6037 | /* */ |
| 6025 | /******************************************************************************/ |
6038 | /******************************************************************************/ |