|
14 | 14 | ******************************************************************************
|
15 | 15 | * @attention
|
16 | 16 | *
|
17 |
| - * <h2><center>© Copyright(c) 2018 STMicroelectronics. |
| 17 | + * <h2><center>© Copyright(c) 2016 STMicroelectronics. |
18 | 18 | * All rights reserved.</center></h2>
|
19 | 19 | *
|
20 | 20 | * This software component is licensed by ST under BSD 3-Clause license,
|
@@ -2972,7 +2972,10 @@ typedef struct
|
2972 | 2972 | /* Reset and Clock Control */
|
2973 | 2973 | /* */
|
2974 | 2974 | /******************************************************************************/
|
2975 |
| - |
| 2975 | +/* |
| 2976 | +* @brief Specific device feature definitions (not present on all devices in the STM32L0 family) |
| 2977 | +*/ |
| 2978 | +/* Note: No specific macro feature on this device */ |
2976 | 2979 |
|
2977 | 2980 | /******************** Bit definition for RCC_CR register ********************/
|
2978 | 2981 | #define RCC_CR_HSION_Pos (0U)
|
@@ -4644,13 +4647,7 @@ typedef struct
|
4644 | 4647 | /*
|
4645 | 4648 | * @brief Specific device feature definitions (not present on all devices in the STM32L0 family)
|
4646 | 4649 | */
|
4647 |
| -#if defined (STM32L071xx) || defined (STM32L072xx) || defined (STM32L073xx) \ |
4648 |
| - || defined (STM32L081xx) || defined (STM32L082xx) || defined (STM32L083xx) |
4649 |
| -#define TIM_TIM2_REMAP_HSI_SUPPORT /*!<Support remap HSI on TIM2 */ |
4650 |
| -#define TIM_TIM2_REMAP_HSI48_SUPPORT /*!<Support remap HSI48 on TIM2 */ |
4651 |
| -#else |
4652 | 4650 | #define TIM_TIM2_REMAP_HSI48_SUPPORT /*!<Support remap HSI48 on TIM2 */
|
4653 |
| -#endif |
4654 | 4651 |
|
4655 | 4652 | /******************* Bit definition for TIM_CR1 register ********************/
|
4656 | 4653 | #define TIM_CR1_CEN_Pos (0U)
|
@@ -5703,9 +5700,6 @@ typedef struct
|
5703 | 5700 | #define IS_TIM_REMAP_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \
|
5704 | 5701 | ((INSTANCE) == TIM21))
|
5705 | 5702 |
|
5706 |
| -/****************** TIM Instances : supporting synchronization ****************/ |
5707 |
| -#define IS_TIM_SYNCHRO_INSTANCE(INSTANCE) IS_TIM_MASTER_INSTANCE(INSTANCE) |
5708 |
| - |
5709 | 5703 | /******************* TIM Instances : output(s) OCXEC register *****************/
|
5710 | 5704 | #define IS_TIM_OCXREF_CLEAR_INSTANCE(INSTANCE) ((INSTANCE) == TIM2)
|
5711 | 5705 |
|
|
0 commit comments