@@ -227,7 +227,7 @@ typedef enum
227
227
#define __VTOR_PRESENT 1U /* VTOR present */
228
228
#define __NVIC_PRIO_BITS 4U /* Number of Bits used for Priority Levels */
229
229
#define __Vendor_SysTickConfig 0U /* Set to 1 if different SysTick Config is used */
230
- #define __FPU_PRESENT 1 /* FPU present */
230
+ #define __FPU_PRESENT 1U /* FPU present */
231
231
#define __DSP_PRESENT 1U /* DSP extension present */
232
232
233
233
/** @} */ /* End of group Configuration_of_CMSIS */
@@ -1854,7 +1854,7 @@ typedef struct
1854
1854
#define ADC12_COMMON_BASE_NS (AHB2PERIPH_BASE_NS + 0x08308UL)
1855
1855
#define DCMI_BASE_NS (AHB2PERIPH_BASE_NS + 0x0C000UL)
1856
1856
#define PSSI_BASE_NS (AHB2PERIPH_BASE_NS + 0x0C400UL)
1857
- #define OTG_FS_BASE_NS (AHB2PERIPH_BASE_NS + 0x20000UL)
1857
+ #define USB_OTG_FS_BASE_NS (AHB2PERIPH_BASE_NS + 0x20000UL)
1858
1858
#define AES_BASE_NS (AHB2PERIPH_BASE_NS + 0xA0000UL)
1859
1859
#define HASH_BASE_NS (AHB2PERIPH_BASE_NS + 0xA0400UL)
1860
1860
#define HASH_DIGEST_BASE_NS (AHB2PERIPH_BASE_NS + 0xA0710UL)
@@ -2040,7 +2040,7 @@ typedef struct
2040
2040
#define ADC12_COMMON_BASE_S (AHB2PERIPH_BASE_S + 0x08308UL)
2041
2041
#define DCMI_BASE_S (AHB2PERIPH_BASE_S + 0x0C000UL)
2042
2042
#define PSSI_BASE_S (AHB2PERIPH_BASE_S + 0x0C400UL)
2043
- #define OTG_FS_BASE_S (AHB2PERIPH_BASE_S + 0x20000UL)
2043
+ #define USB_OTG_FS_BASE_S (AHB2PERIPH_BASE_S + 0x20000UL)
2044
2044
#define AES_BASE_S (AHB2PERIPH_BASE_S + 0xA0000UL)
2045
2045
#define HASH_BASE_S (AHB2PERIPH_BASE_S + 0xA0400UL)
2046
2046
#define HASH_DIGEST_BASE_S (AHB2PERIPH_BASE_S + 0xA0710UL)
@@ -2302,7 +2302,7 @@ typedef struct
2302
2302
#define ADC12_COMMON_NS ((ADC_Common_TypeDef *) ADC12_COMMON_BASE_NS)
2303
2303
#define DCMI_NS ((DCMI_TypeDef *) DCMI_BASE_NS)
2304
2304
#define PSSI_NS ((PSSI_TypeDef *) PSSI_BASE_NS)
2305
- #define USB_OTG_FS_NS ((USB_OTG_GlobalTypeDef *) OTG_FS_BASE_NS )
2305
+ #define USB_OTG_FS_NS ((USB_OTG_GlobalTypeDef *) USB_OTG_FS_BASE_NS )
2306
2306
#define AES_NS ((AES_TypeDef *) AES_BASE_NS)
2307
2307
#define HASH_NS ((HASH_TypeDef *) HASH_BASE_NS)
2308
2308
#define HASH_DIGEST_NS ((HASH_DIGEST_TypeDef *) HASH_DIGEST_BASE_NS)
@@ -2466,7 +2466,7 @@ typedef struct
2466
2466
#define ADC12_COMMON_S ((ADC_Common_TypeDef *) ADC12_COMMON_BASE_S)
2467
2467
#define DCMI_S ((DCMI_TypeDef *) DCMI_BASE_S)
2468
2468
#define PSSI_S ((PSSI_TypeDef *) PSSI_BASE_S)
2469
- #define USB_OTG_FS_S ((USB_OTG_GlobalTypeDef *) OTG_FS_BASE_S )
2469
+ #define USB_OTG_FS_S ((USB_OTG_GlobalTypeDef *) USB_OTG_FS_BASE_S )
2470
2470
#define AES_S ((AES_TypeDef *) AES_BASE_S)
2471
2471
#define HASH_S ((HASH_TypeDef *) HASH_BASE_S)
2472
2472
#define HASH_DIGEST_S ((HASH_DIGEST_TypeDef *) HASH_DIGEST_BASE_S)
0 commit comments