@@ -8403,6 +8403,9 @@ typedef struct
8403
8403
#define DMA_SxCR_PBURST DMA_SxCR_PBURST_Msk /*!< Peripheral burst transfer configuration */
8404
8404
#define DMA_SxCR_PBURST_0 (0x1UL << DMA_SxCR_PBURST_Pos) /*!< 0x00200000 */
8405
8405
#define DMA_SxCR_PBURST_1 (0x2UL << DMA_SxCR_PBURST_Pos) /*!< 0x00400000 */
8406
+ #define DMA_SxCR_TRBUFF_Pos (20U)
8407
+ #define DMA_SxCR_TRBUFF_Msk (0x1UL << DMA_SxCR_TRBUFF_Pos) /*!< 0x00100000 */
8408
+ #define DMA_SxCR_TRBUFF DMA_SxCR_TRBUFF_Msk /*!< bufferable transfers enabled/disable */
8406
8409
#define DMA_SxCR_CT_Pos (19U)
8407
8410
#define DMA_SxCR_CT_Msk (0x1UL << DMA_SxCR_CT_Pos) /*!< 0x00080000 */
8408
8411
#define DMA_SxCR_CT DMA_SxCR_CT_Msk /*!< Current target (only in double buffer mode) */
@@ -14529,12 +14532,6 @@ typedef struct
14529
14532
#define RCC_AHB2ENR_DCMIEN_Pos (0U)
14530
14533
#define RCC_AHB2ENR_DCMIEN_Msk (0x1UL << RCC_AHB2ENR_DCMIEN_Pos) /*!< 0x00000001 */
14531
14534
#define RCC_AHB2ENR_DCMIEN RCC_AHB2ENR_DCMIEN_Msk
14532
- #define RCC_AHB2ENR_CRYPEN_Pos (4U)
14533
- #define RCC_AHB2ENR_CRYPEN_Msk (0x1UL << RCC_AHB2ENR_CRYPEN_Pos) /*!< 0x00000010 */
14534
- #define RCC_AHB2ENR_CRYPEN RCC_AHB2ENR_CRYPEN_Msk
14535
- #define RCC_AHB2ENR_HASHEN_Pos (5U)
14536
- #define RCC_AHB2ENR_HASHEN_Msk (0x1UL << RCC_AHB2ENR_HASHEN_Pos) /*!< 0x00000020 */
14537
- #define RCC_AHB2ENR_HASHEN RCC_AHB2ENR_HASHEN_Msk
14538
14535
#define RCC_AHB2ENR_RNGEN_Pos (6U)
14539
14536
#define RCC_AHB2ENR_RNGEN_Msk (0x1UL << RCC_AHB2ENR_RNGEN_Pos) /*!< 0x00000040 */
14540
14537
#define RCC_AHB2ENR_RNGEN RCC_AHB2ENR_RNGEN_Msk
@@ -14848,12 +14845,6 @@ typedef struct
14848
14845
#define RCC_AHB2RSTR_DCMIRST_Pos (0U)
14849
14846
#define RCC_AHB2RSTR_DCMIRST_Msk (0x1UL << RCC_AHB2RSTR_DCMIRST_Pos) /*!< 0x00000001 */
14850
14847
#define RCC_AHB2RSTR_DCMIRST RCC_AHB2RSTR_DCMIRST_Msk
14851
- #define RCC_AHB2RSTR_CRYPRST_Pos (4U)
14852
- #define RCC_AHB2RSTR_CRYPRST_Msk (0x1UL << RCC_AHB2RSTR_CRYPRST_Pos) /*!< 0x00000010 */
14853
- #define RCC_AHB2RSTR_CRYPRST RCC_AHB2RSTR_CRYPRST_Msk
14854
- #define RCC_AHB2RSTR_HASHRST_Pos (5U)
14855
- #define RCC_AHB2RSTR_HASHRST_Msk (0x1UL << RCC_AHB2RSTR_HASHRST_Pos) /*!< 0x00000020 */
14856
- #define RCC_AHB2RSTR_HASHRST RCC_AHB2RSTR_HASHRST_Msk
14857
14848
#define RCC_AHB2RSTR_RNGRST_Pos (6U)
14858
14849
#define RCC_AHB2RSTR_RNGRST_Msk (0x1UL << RCC_AHB2RSTR_RNGRST_Pos) /*!< 0x00000040 */
14859
14850
#define RCC_AHB2RSTR_RNGRST RCC_AHB2RSTR_RNGRST_Msk
@@ -15223,12 +15214,6 @@ typedef struct
15223
15214
#define RCC_AHB2LPENR_DCMILPEN_Pos (0U)
15224
15215
#define RCC_AHB2LPENR_DCMILPEN_Msk (0x1UL << RCC_AHB2LPENR_DCMILPEN_Pos) /*!< 0x00000001 */
15225
15216
#define RCC_AHB2LPENR_DCMILPEN RCC_AHB2LPENR_DCMILPEN_Msk
15226
- #define RCC_AHB2LPENR_CRYPLPEN_Pos (4U)
15227
- #define RCC_AHB2LPENR_CRYPLPEN_Msk (0x1UL << RCC_AHB2LPENR_CRYPLPEN_Pos) /*!< 0x00000010 */
15228
- #define RCC_AHB2LPENR_CRYPLPEN RCC_AHB2LPENR_CRYPLPEN_Msk
15229
- #define RCC_AHB2LPENR_HASHLPEN_Pos (5U)
15230
- #define RCC_AHB2LPENR_HASHLPEN_Msk (0x1UL << RCC_AHB2LPENR_HASHLPEN_Pos) /*!< 0x00000020 */
15231
- #define RCC_AHB2LPENR_HASHLPEN RCC_AHB2LPENR_HASHLPEN_Msk
15232
15217
#define RCC_AHB2LPENR_RNGLPEN_Pos (6U)
15233
15218
#define RCC_AHB2LPENR_RNGLPEN_Msk (0x1UL << RCC_AHB2LPENR_RNGLPEN_Pos) /*!< 0x00000040 */
15234
15219
#define RCC_AHB2LPENR_RNGLPEN RCC_AHB2LPENR_RNGLPEN_Msk
@@ -20369,6 +20354,8 @@ typedef struct
20369
20354
/* DBG */
20370
20355
/* */
20371
20356
/******************************************************************************/
20357
+ /********************************* DEVICE ID ********************************/
20358
+ #define STM32H7_DEV_ID 0x450UL
20372
20359
20373
20360
/******************** Bit definition for DBGMCU_IDCODE register *************/
20374
20361
#define DBGMCU_IDCODE_DEV_ID_Pos (0U)
0 commit comments