Skip to content

Commit 808edbe

Browse files
authoredApr 30, 2024
Merge pull request #2352 from fpistm/STM32CubeF3_update
chore(f3): update to latest STM32CubeF3 v1.11.5
2 parents f75dace + 3932a8e commit 808edbe

File tree

125 files changed

+2104
-1458
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+2104
-1458
lines changed
 

‎system/Drivers/CMSIS/Device/ST/STM32F3xx/Include/stm32f303xc.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1996,9 +1996,9 @@ typedef struct
19961996
#define ADC34_CSR_ADRDY_EOS_SLV_Pos (19U)
19971997
#define ADC34_CSR_ADRDY_EOS_SLV_Msk (0x1UL << ADC34_CSR_ADRDY_EOS_SLV_Pos) /*!< 0x00080000 */
19981998
#define ADC34_CSR_ADRDY_EOS_SLV ADC34_CSR_ADRDY_EOS_SLV_Msk /*!< End of regular sequence flag of the slave ADC */
1999-
#define ADC12_CSR_ADRDY_OVR_SLV_Pos (20U)
2000-
#define ADC12_CSR_ADRDY_OVR_SLV_Msk (0x1UL << ADC12_CSR_ADRDY_OVR_SLV_Pos) /*!< 0x00100000 */
2001-
#define ADC12_CSR_ADRDY_OVR_SLV ADC12_CSR_ADRDY_OVR_SLV_Msk /*!< Overrun flag of the slave ADC */
1999+
#define ADC34_CSR_ADRDY_OVR_SLV_Pos (20U)
2000+
#define ADC34_CSR_ADRDY_OVR_SLV_Msk (0x1UL << ADC34_CSR_ADRDY_OVR_SLV_Pos) /*!< 0x00100000 */
2001+
#define ADC34_CSR_ADRDY_OVR_SLV ADC34_CSR_ADRDY_OVR_SLV_Msk /*!< Overrun flag of the slave ADC */
20022002
#define ADC34_CSR_ADRDY_JEOC_SLV_Pos (21U)
20032003
#define ADC34_CSR_ADRDY_JEOC_SLV_Msk (0x1UL << ADC34_CSR_ADRDY_JEOC_SLV_Pos) /*!< 0x00200000 */
20042004
#define ADC34_CSR_ADRDY_JEOC_SLV ADC34_CSR_ADRDY_JEOC_SLV_Msk /*!< End of injected conversion of the slave ADC */

‎system/Drivers/CMSIS/Device/ST/STM32F3xx/Include/stm32f303xe.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2107,9 +2107,9 @@ typedef struct
21072107
#define ADC34_CSR_ADRDY_EOS_SLV_Pos (19U)
21082108
#define ADC34_CSR_ADRDY_EOS_SLV_Msk (0x1UL << ADC34_CSR_ADRDY_EOS_SLV_Pos) /*!< 0x00080000 */
21092109
#define ADC34_CSR_ADRDY_EOS_SLV ADC34_CSR_ADRDY_EOS_SLV_Msk /*!< End of regular sequence flag of the slave ADC */
2110-
#define ADC12_CSR_ADRDY_OVR_SLV_Pos (20U)
2111-
#define ADC12_CSR_ADRDY_OVR_SLV_Msk (0x1UL << ADC12_CSR_ADRDY_OVR_SLV_Pos) /*!< 0x00100000 */
2112-
#define ADC12_CSR_ADRDY_OVR_SLV ADC12_CSR_ADRDY_OVR_SLV_Msk /*!< Overrun flag of the slave ADC */
2110+
#define ADC34_CSR_ADRDY_OVR_SLV_Pos (20U)
2111+
#define ADC34_CSR_ADRDY_OVR_SLV_Msk (0x1UL << ADC34_CSR_ADRDY_OVR_SLV_Pos) /*!< 0x00100000 */
2112+
#define ADC34_CSR_ADRDY_OVR_SLV ADC34_CSR_ADRDY_OVR_SLV_Msk /*!< Overrun flag of the slave ADC */
21132113
#define ADC34_CSR_ADRDY_JEOC_SLV_Pos (21U)
21142114
#define ADC34_CSR_ADRDY_JEOC_SLV_Msk (0x1UL << ADC34_CSR_ADRDY_JEOC_SLV_Pos) /*!< 0x00200000 */
21152115
#define ADC34_CSR_ADRDY_JEOC_SLV ADC34_CSR_ADRDY_JEOC_SLV_Msk /*!< End of injected conversion of the slave ADC */

0 commit comments

Comments
 (0)