File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed
targets/TARGET_STM/TARGET_STM32L4
TARGET_STM32L432xC/device
TARGET_STM32L433xC/device
TARGET_STM32L476xG/device
TARGET_STM32L486xG/device
TARGET_STM32L496xG/device Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 7
7
* This file contains:
8
8
* - Data structures and the address mapping for all peripherals
9
9
* - Peripheral's registers declarations and bits definition
10
- * - Macros to access peripheral’ s registers hardware
10
+ * - Macros to access peripheral� s registers hardware
11
11
*
12
12
******************************************************************************
13
13
* @attention
@@ -1063,7 +1063,7 @@ typedef struct
1063
1063
#define I2C1 ((I2C_TypeDef *) I2C1_BASE)
1064
1064
#define I2C3 ((I2C_TypeDef *) I2C3_BASE)
1065
1065
#define CRS ((CRS_TypeDef *) CRS_BASE)
1066
- //#define CAN ((CAN_TypeDef *) CAN1_BASE)
1066
+ //#define CAN ((CAN_TypeDef *) CAN1_BASE) // MBED FIX : already defined in mbed API
1067
1067
#define CAN1 ((CAN_TypeDef *) CAN1_BASE)
1068
1068
#define USB ((USB_TypeDef *) USB_BASE)
1069
1069
#define PWR ((PWR_TypeDef *) PWR_BASE)
Original file line number Diff line number Diff line change @@ -1133,7 +1133,7 @@ typedef struct
1133
1133
#define I2C2 ((I2C_TypeDef *) I2C2_BASE)
1134
1134
#define I2C3 ((I2C_TypeDef *) I2C3_BASE)
1135
1135
#define CRS ((CRS_TypeDef *) CRS_BASE)
1136
- // #define CAN ((CAN_TypeDef *) CAN1_BASE)
1136
+ // #define CAN ((CAN_TypeDef *) CAN1_BASE) // MBED FIX : already defined in mbed API
1137
1137
#define CAN1 ((CAN_TypeDef *) CAN1_BASE)
1138
1138
#define USB ((USB_TypeDef *) USB_BASE)
1139
1139
#define PWR ((PWR_TypeDef *) PWR_BASE)
Original file line number Diff line number Diff line change @@ -1345,7 +1345,7 @@ typedef struct
1345
1345
#define I2C1 ((I2C_TypeDef *) I2C1_BASE)
1346
1346
#define I2C2 ((I2C_TypeDef *) I2C2_BASE)
1347
1347
#define I2C3 ((I2C_TypeDef *) I2C3_BASE)
1348
- //#define CAN ((CAN_TypeDef *) CAN1_BASE)
1348
+ //#define CAN ((CAN_TypeDef *) CAN1_BASE) // MBED FIX : already defined in mbed API
1349
1349
#define CAN1 ((CAN_TypeDef *) CAN1_BASE)
1350
1350
#define PWR ((PWR_TypeDef *) PWR_BASE)
1351
1351
#define DAC ((DAC_TypeDef *) DAC1_BASE)
Original file line number Diff line number Diff line change @@ -1379,7 +1379,7 @@ typedef struct
1379
1379
#define I2C1 ((I2C_TypeDef *) I2C1_BASE)
1380
1380
#define I2C2 ((I2C_TypeDef *) I2C2_BASE)
1381
1381
#define I2C3 ((I2C_TypeDef *) I2C3_BASE)
1382
- //#define CAN ((CAN_TypeDef *) CAN1_BASE)
1382
+ //#define CAN ((CAN_TypeDef *) CAN1_BASE) // MBED FIX : already defined in mbed API
1383
1383
#define CAN1 ((CAN_TypeDef *) CAN1_BASE)
1384
1384
#define PWR ((PWR_TypeDef *) PWR_BASE)
1385
1385
#define DAC ((DAC_TypeDef *) DAC1_BASE)
Original file line number Diff line number Diff line change 7
7
* This file contains:
8
8
* - Data structures and the address mapping for all peripherals
9
9
* - Peripheral's registers declarations and bits definition
10
- * - Macros to access peripheral�s registers hardware
10
+ * - Macros to access peripheral�s registers hardware
11
11
*
12
12
******************************************************************************
13
13
* @attention
@@ -1425,6 +1425,7 @@ typedef struct
1425
1425
#define I2C2 ((I2C_TypeDef *) I2C2_BASE)
1426
1426
#define I2C3 ((I2C_TypeDef *) I2C3_BASE)
1427
1427
#define CRS ((CRS_TypeDef *) CRS_BASE)
1428
+ //#define CAN ((CAN_TypeDef *) CAN1_BASE) // MBED FIX : already defined in mbed API
1428
1429
#define CAN1 ((CAN_TypeDef *) CAN1_BASE)
1429
1430
#define CAN2 ((CAN_TypeDef *) CAN2_BASE)
1430
1431
#define I2C4 ((I2C_TypeDef *) I2C4_BASE)
@@ -16051,6 +16052,7 @@ typedef struct
16051
16052
#define TIM16_OR1_TI1_RMP TIM16_OR1_TI1_RMP_Msk /*!<TI1_RMP[2:0] bits (TIM16 Input Capture 1 remap) */
16052
16053
#define TIM16_OR1_TI1_RMP_0 (0x1U << TIM16_OR1_TI1_RMP_Pos) /*!< 0x00000001 */
16053
16054
#define TIM16_OR1_TI1_RMP_1 (0x2U << TIM16_OR1_TI1_RMP_Pos) /*!< 0x00000002 */
16055
+ #define TIM16_OR1_TI1_RMP_2 (0x4U << TIM16_OR1_TI1_RMP_Pos) /*!< 0x00000004 */
16054
16056
16055
16057
/******************* Bit definition for TIM16_OR2 register ******************/
16056
16058
#define TIM16_OR2_BKINE_Pos (0U)
You can’t perform that action at this time.
0 commit comments