@@ -750,7 +750,6 @@ typedef struct
750
750
__IO uint32_t BKP31R; /*!< RTC backup register 31, Address offset: 0xCC */
751
751
} RTC_TypeDef;
752
752
753
-
754
753
/**
755
754
* @brief Serial Audio Interface
756
755
*/
@@ -5722,7 +5721,7 @@ typedef struct
5722
5721
5723
5722
/******************* Bit definition for CRC_IDR register ********************/
5724
5723
#define CRC_IDR_IDR_Pos (0U)
5725
- #define CRC_IDR_IDR_Msk (0xFFUL << CRC_IDR_IDR_Pos) /*!< 0x000000FF */
5724
+ #define CRC_IDR_IDR_Msk (0xFFU << CRC_IDR_IDR_Pos) /*!< 0x000000FF */
5726
5725
#define CRC_IDR_IDR CRC_IDR_IDR_Msk /*!< General-purpose 8-bit data register bits */
5727
5726
5728
5727
/******************** Bit definition for CRC_CR register ********************/
@@ -7292,15 +7291,15 @@ typedef struct
7292
7291
#define FLASH_WRP1AR_WRP1A_STRT_Msk (0xFFUL << FLASH_WRP1AR_WRP1A_STRT_Pos) /*!< 0x000000FF */
7293
7292
#define FLASH_WRP1AR_WRP1A_STRT FLASH_WRP1AR_WRP1A_STRT_Msk
7294
7293
#define FLASH_WRP1AR_WRP1A_END_Pos (16U)
7295
- #define FLASH_WRP1AR_WRP1A_END_Msk (0xFFUL << FLASH_WRP1AR_WRP1A_END_Pos) /*!< 0x00FF0000 */
7294
+ #define FLASH_WRP1AR_WRP1A_END_Msk (0xFFUL << FLASH_WRP1AR_WRP1A_END_Pos) /*!< 0x00FF0000 */
7296
7295
#define FLASH_WRP1AR_WRP1A_END FLASH_WRP1AR_WRP1A_END_Msk
7297
7296
7298
7297
/****************** Bits definition for FLASH_WRPB1R register ***************/
7299
7298
#define FLASH_WRP1BR_WRP1B_STRT_Pos (0U)
7300
7299
#define FLASH_WRP1BR_WRP1B_STRT_Msk (0xFFUL << FLASH_WRP1BR_WRP1B_STRT_Pos) /*!< 0x000000FF */
7301
7300
#define FLASH_WRP1BR_WRP1B_STRT FLASH_WRP1BR_WRP1B_STRT_Msk
7302
7301
#define FLASH_WRP1BR_WRP1B_END_Pos (16U)
7303
- #define FLASH_WRP1BR_WRP1B_END_Msk (0xFFUL << FLASH_WRP1BR_WRP1B_END_Pos) /*!< 0x00FF0000 */
7302
+ #define FLASH_WRP1BR_WRP1B_END_Msk (0xFFUL << FLASH_WRP1BR_WRP1B_END_Pos) /*!< 0x00FF0000 */
7304
7303
#define FLASH_WRP1BR_WRP1B_END FLASH_WRP1BR_WRP1B_END_Msk
7305
7304
7306
7305
@@ -9413,6 +9412,8 @@ typedef struct
9413
9412
/*
9414
9413
* @brief Specific device feature definitions (not present on all devices in the STM32L4 serie)
9415
9414
*/
9415
+ #define RCC_PLLSAI1_SUPPORT
9416
+ #define RCC_PLLP_SUPPORT
9416
9417
#define RCC_HSI48_SUPPORT
9417
9418
#define RCC_PLLP_DIV_2_31_SUPPORT
9418
9419
#define RCC_PLLSAI1P_DIV_2_31_SUPPORT
@@ -15296,6 +15297,7 @@ typedef struct
15296
15297
/******************************************************************************/
15297
15298
15298
15299
/* Aliases for __IRQn */
15300
+ #define TIM6_IRQn TIM6_DAC_IRQn
15299
15301
#define ADC1_2_IRQn ADC1_IRQn
15300
15302
#define TIM1_TRG_COM_TIM17_IRQn TIM1_TRG_COM_IRQn
15301
15303
#define HASH_RNG_IRQn RNG_IRQn
@@ -15304,6 +15306,7 @@ typedef struct
15304
15306
#define DFSDM1_IRQn DFSDM1_FLT1_IRQn
15305
15307
15306
15308
/* Aliases for __IRQHandler */
15309
+ #define TIM6_IRQHandler TIM6_DAC_IRQHandler
15307
15310
#define ADC1_2_IRQHandler ADC1_IRQHandler
15308
15311
#define TIM1_TRG_COM_TIM17_IRQHandler TIM1_TRG_COM_IRQHandler
15309
15312
#define HASH_RNG_IRQHandler RNG_IRQHandler
0 commit comments