@@ -757,8 +757,7 @@ typedef struct
757
757
758
758
typedef struct
759
759
{
760
- __IO uint32_t GCR; /*!< SAI global configuration register, Address offset: 0x00 */
761
- uint32_t RESERVED[16]; /*!< Reserved, Address offset: 0x04 to 0x40 */
760
+ uint32_t RESERVED[17]; /*!< Reserved, Address offset: 0x00 to 0x40 */
762
761
__IO uint32_t PDMCR; /*!< SAI PDM control register, Address offset: 0x44 */
763
762
__IO uint32_t PDMDLY; /*!< SAI PDM delay register, Address offset: 0x48 */
764
763
} SAI_TypeDef;
@@ -1307,7 +1306,7 @@ typedef struct
1307
1306
/******************************************************************************/
1308
1307
1309
1308
/*
1310
- * @brief Specific device feature definitions (not present on all devices in the STM32G4 serie )
1309
+ * @brief Specific device feature definitions (not present on all devices in the STM32G4 series )
1311
1310
*/
1312
1311
#define ADC_MULTIMODE_SUPPORT /*!< ADC feature available only on specific devices: multimode available on devices with several ADC instances */
1313
1312
@@ -1453,7 +1452,7 @@ typedef struct
1453
1452
#define ADC_CFGR_AUTDLY ADC_CFGR_AUTDLY_Msk /*!< ADC low power auto wait */
1454
1453
#define ADC_CFGR_ALIGN_Pos (15U)
1455
1454
#define ADC_CFGR_ALIGN_Msk (0x1UL << ADC_CFGR_ALIGN_Pos) /*!< 0x00008000 */
1456
- #define ADC_CFGR_ALIGN ADC_CFGR_ALIGN_Msk /*!< ADC data alignement */
1455
+ #define ADC_CFGR_ALIGN ADC_CFGR_ALIGN_Msk /*!< ADC data alignment */
1457
1456
#define ADC_CFGR_DISCEN_Pos (16U)
1458
1457
#define ADC_CFGR_DISCEN_Msk (0x1UL << ADC_CFGR_DISCEN_Pos) /*!< 0x00010000 */
1459
1458
#define ADC_CFGR_DISCEN ADC_CFGR_DISCEN_Msk /*!< ADC group regular sequencer discontinuous mode */
@@ -4245,7 +4244,7 @@ typedef struct
4245
4244
/***************** Bit definition for FDCAN_ENDN register *******************/
4246
4245
#define FDCAN_ENDN_ETV_Pos (0U)
4247
4246
#define FDCAN_ENDN_ETV_Msk (0xFFFFFFFFUL << FDCAN_ENDN_ETV_Pos) /*!< 0xFFFFFFFF */
4248
- #define FDCAN_ENDN_ETV FDCAN_ENDN_ETV_Msk /*!<Endiannes Test Value */
4247
+ #define FDCAN_ENDN_ETV FDCAN_ENDN_ETV_Msk /*!<Endianness Test Value */
4249
4248
4250
4249
/***************** Bit definition for FDCAN_DBTP register *******************/
4251
4250
#define FDCAN_DBTP_DSJW_Pos (0U)
@@ -6607,7 +6606,7 @@ typedef struct
6607
6606
#define OPAMP_CSR_TRIMOFFSETN OPAMP_CSR_TRIMOFFSETN_Msk /*!< Offset trimming value (NMOS) */
6608
6607
#define OPAMP_CSR_OUTCAL_Pos (30U)
6609
6608
#define OPAMP_CSR_OUTCAL_Msk (0x1UL << OPAMP_CSR_OUTCAL_Pos) /*!< 0x40000000 */
6610
- #define OPAMP_CSR_OUTCAL OPAMP_CSR_OUTCAL_Msk /*!< OPAMP ouput status flag */
6609
+ #define OPAMP_CSR_OUTCAL OPAMP_CSR_OUTCAL_Msk /*!< OPAMP output status flag */
6611
6610
#define OPAMP_CSR_LOCK_Pos (31U)
6612
6611
#define OPAMP_CSR_LOCK_Msk (0x1UL << OPAMP_CSR_LOCK_Pos) /*!< 0x80000000 */
6613
6612
#define OPAMP_CSR_LOCK OPAMP_CSR_LOCK_Msk /*!< OPAMP control/status register lock */
@@ -7735,7 +7734,7 @@ typedef struct
7735
7734
/* */
7736
7735
/******************************************************************************/
7737
7736
/*
7738
- * @brief Specific device feature definitions (not present on all devices in the STM32G4 serie )
7737
+ * @brief Specific device feature definitions (not present on all devices in the STM32G4 series )
7739
7738
*/
7740
7739
7741
7740
#define RCC_HSI48_SUPPORT
@@ -9714,19 +9713,6 @@ typedef struct
9714
9713
/* Serial Audio Interface */
9715
9714
/* */
9716
9715
/******************************************************************************/
9717
- /******************** Bit definition for SAI_GCR register *******************/
9718
- #define SAI_GCR_SYNCIN_Pos (0U)
9719
- #define SAI_GCR_SYNCIN_Msk (0x3UL << SAI_GCR_SYNCIN_Pos) /*!< 0x00000003 */
9720
- #define SAI_GCR_SYNCIN SAI_GCR_SYNCIN_Msk /*!<SYNCIN[1:0] bits (Synchronization Inputs) */
9721
- #define SAI_GCR_SYNCIN_0 (0x1UL << SAI_GCR_SYNCIN_Pos) /*!< 0x00000001 */
9722
- #define SAI_GCR_SYNCIN_1 (0x2UL << SAI_GCR_SYNCIN_Pos) /*!< 0x00000002 */
9723
-
9724
- #define SAI_GCR_SYNCOUT_Pos (4U)
9725
- #define SAI_GCR_SYNCOUT_Msk (0x3UL << SAI_GCR_SYNCOUT_Pos) /*!< 0x00000030 */
9726
- #define SAI_GCR_SYNCOUT SAI_GCR_SYNCOUT_Msk /*!<SYNCOUT[1:0] bits (Synchronization Outputs) */
9727
- #define SAI_GCR_SYNCOUT_0 (0x1UL << SAI_GCR_SYNCOUT_Pos) /*!< 0x00000010 */
9728
- #define SAI_GCR_SYNCOUT_1 (0x2UL << SAI_GCR_SYNCOUT_Pos) /*!< 0x00000020 */
9729
-
9730
9716
/******************* Bit definition for SAI_xCR1 register *******************/
9731
9717
#define SAI_xCR1_MODE_Pos (0U)
9732
9718
#define SAI_xCR1_MODE_Msk (0x3UL << SAI_xCR1_MODE_Pos) /*!< 0x00000003 */
@@ -10067,7 +10053,7 @@ typedef struct
10067
10053
/* */
10068
10054
/******************************************************************************/
10069
10055
/*
10070
- * @brief Specific device feature definitions (not present on all devices in the STM32G4 serie )
10056
+ * @brief Specific device feature definitions (not present on all devices in the STM32G4 series )
10071
10057
*/
10072
10058
#define SPI_I2S_SUPPORT /*!< I2S support */
10073
10059
0 commit comments