aboutsummaryrefslogtreecommitdiff
path: root/lib/chibios/os/common/ext/ST/STM32H7xx/stm32h7b3xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chibios/os/common/ext/ST/STM32H7xx/stm32h7b3xx.h')
-rw-r--r--lib/chibios/os/common/ext/ST/STM32H7xx/stm32h7b3xx.h22908
1 files changed, 22908 insertions, 0 deletions
diff --git a/lib/chibios/os/common/ext/ST/STM32H7xx/stm32h7b3xx.h b/lib/chibios/os/common/ext/ST/STM32H7xx/stm32h7b3xx.h
new file mode 100644
index 000000000..210f959db
--- /dev/null
+++ b/lib/chibios/os/common/ext/ST/STM32H7xx/stm32h7b3xx.h
@@ -0,0 +1,22908 @@
1/**
2 ******************************************************************************
3 * @file stm32h7b3xx.h
4 * @author MCD Application Team
5 * @brief CMSIS STM32H7B3xx Device Peripheral Access Layer Header File.
6 *
7 * This file contains:
8 * - Data structures and the address mapping for all peripherals
9 * - Peripheral's registers declarations and bits definition
10 * - Macros to access peripheral's registers hardware
11 *
12 ******************************************************************************
13 * @attention
14 *
15 * <h2><center>&copy; Copyright (c) 2019 STMicroelectronics.
16 * All rights reserved.</center></h2>
17 *
18 * This software component is licensed by ST under BSD 3-Clause license,
19 * the "License"; You may not use this file except in compliance with the
20 * License. You may obtain a copy of the License at:
21 * opensource.org/licenses/BSD-3-Clause
22 *
23 ******************************************************************************
24 */
25
26/** @addtogroup CMSIS_Device
27 * @{
28 */
29
30/** @addtogroup stm32h7b3xx
31 * @{
32 */
33
34#ifndef STM32H7B3xx_H
35#define STM32H7B3xx_H
36
37#ifdef __cplusplus
38 extern "C" {
39#endif /* __cplusplus */
40
41/** @addtogroup Peripheral_interrupt_number_definition
42 * @{
43 */
44
45/**
46 * @brief STM32H7XX Interrupt Number Definition, according to the selected device
47 * in @ref Library_configuration_section
48 */
49typedef enum
50{
51/****** Cortex-M Processor Exceptions Numbers *****************************************************************/
52 NonMaskableInt_IRQn = -14, /*!< 2 Non Maskable Interrupt */
53 HardFault_IRQn = -13, /*!< 4 Cortex-M Memory Management Interrupt */
54 MemoryManagement_IRQn = -12, /*!< 4 Cortex-M Memory Management Interrupt */
55 BusFault_IRQn = -11, /*!< 5 Cortex-M Bus Fault Interrupt */
56 UsageFault_IRQn = -10, /*!< 6 Cortex-M Usage Fault Interrupt */
57 SVCall_IRQn = -5, /*!< 11 Cortex-M SV Call Interrupt */
58 DebugMonitor_IRQn = -4, /*!< 12 Cortex-M Debug Monitor Interrupt */
59 PendSV_IRQn = -2, /*!< 14 Cortex-M Pend SV Interrupt */
60 SysTick_IRQn = -1, /*!< 15 Cortex-M System Tick Interrupt */
61/****** STM32 specific Interrupt Numbers **********************************************************************/
62 WWDG_IRQn = 0, /*!< Window WatchDog Interrupt ( wwdg1_it, wwdg2_it) */
63 PVD_PVM_IRQn = 1, /*!< PVD/PVM through EXTI Line detection Interrupt */
64 RTC_TAMP_STAMP_CSS_LSE_IRQn = 2, /*!< Tamper, TimeStamp, CSS and LSE interrupts through the EXTI line */
65 RTC_WKUP_IRQn = 3, /*!< RTC Wakeup interrupt through the EXTI line */
66 FLASH_IRQn = 4, /*!< FLASH global Interrupt */
67 RCC_IRQn = 5, /*!< RCC global Interrupt */
68 EXTI0_IRQn = 6, /*!< EXTI Line0 Interrupt */
69 EXTI1_IRQn = 7, /*!< EXTI Line1 Interrupt */
70 EXTI2_IRQn = 8, /*!< EXTI Line2 Interrupt */
71 EXTI3_IRQn = 9, /*!< EXTI Line3 Interrupt */
72 EXTI4_IRQn = 10, /*!< EXTI Line4 Interrupt */
73 DMA1_Stream0_IRQn = 11, /*!< DMA1 Stream 0 global Interrupt */
74 DMA1_Stream1_IRQn = 12, /*!< DMA1 Stream 1 global Interrupt */
75 DMA1_Stream2_IRQn = 13, /*!< DMA1 Stream 2 global Interrupt */
76 DMA1_Stream3_IRQn = 14, /*!< DMA1 Stream 3 global Interrupt */
77 DMA1_Stream4_IRQn = 15, /*!< DMA1 Stream 4 global Interrupt */
78 DMA1_Stream5_IRQn = 16, /*!< DMA1 Stream 5 global Interrupt */
79 DMA1_Stream6_IRQn = 17, /*!< DMA1 Stream 6 global Interrupt */
80 ADC_IRQn = 18, /*!< ADC1 and ADC2 global Interrupts */
81 FDCAN1_IT0_IRQn = 19, /*!< FDCAN1 Interrupt line 0 */
82 FDCAN2_IT0_IRQn = 20, /*!< FDCAN2 Interrupt line 0 */
83 FDCAN1_IT1_IRQn = 21, /*!< FDCAN1 Interrupt line 1 */
84 FDCAN2_IT1_IRQn = 22, /*!< FDCAN2 Interrupt line 1 */
85 EXTI9_5_IRQn = 23, /*!< External Line[9:5] Interrupts */
86 TIM1_BRK_IRQn = 24, /*!< TIM1 Break Interrupt */
87 TIM1_UP_IRQn = 25, /*!< TIM1 Update Interrupt */
88 TIM1_TRG_COM_IRQn = 26, /*!< TIM1 Trigger and Commutation Interrupt */
89 TIM1_CC_IRQn = 27, /*!< TIM1 Capture Compare Interrupt */
90 TIM2_IRQn = 28, /*!< TIM2 global Interrupt */
91 TIM3_IRQn = 29, /*!< TIM3 global Interrupt */
92 TIM4_IRQn = 30, /*!< TIM4 global Interrupt */
93 I2C1_EV_IRQn = 31, /*!< I2C1 Event Interrupt */
94 I2C1_ER_IRQn = 32, /*!< I2C1 Error Interrupt */
95 I2C2_EV_IRQn = 33, /*!< I2C2 Event Interrupt */
96 I2C2_ER_IRQn = 34, /*!< I2C2 Error Interrupt */
97 SPI1_IRQn = 35, /*!< SPI1 global Interrupt */
98 SPI2_IRQn = 36, /*!< SPI2 global Interrupt */
99 USART1_IRQn = 37, /*!< USART1 global Interrupt */
100 USART2_IRQn = 38, /*!< USART2 global Interrupt */
101 USART3_IRQn = 39, /*!< USART3 global Interrupt */
102 EXTI15_10_IRQn = 40, /*!< External Line[15:10] Interrupts */
103 RTC_Alarm_IRQn = 41, /*!< RTC Alarm (A and B) through EXTI Line Interrupt */
104 DFSDM2_IRQn = 42, /*!< DFSDM2 global Interrupt */
105 TIM8_BRK_TIM12_IRQn = 43, /*!< TIM8 Break Interrupt and TIM12 global interrupt */
106 TIM8_UP_TIM13_IRQn = 44, /*!< TIM8 Update Interrupt and TIM13 global interrupt */
107 TIM8_TRG_COM_TIM14_IRQn = 45, /*!< TIM8 Trigger and Commutation Interrupt and TIM14 global interrupt */
108 TIM8_CC_IRQn = 46, /*!< TIM8 Capture Compare Interrupt */
109 DMA1_Stream7_IRQn = 47, /*!< DMA1 Stream7 Interrupt */
110 FMC_IRQn = 48, /*!< FMC global Interrupt */
111 SDMMC1_IRQn = 49, /*!< SDMMC1 global Interrupt */
112 TIM5_IRQn = 50, /*!< TIM5 global Interrupt */
113 SPI3_IRQn = 51, /*!< SPI3 global Interrupt */
114 UART4_IRQn = 52, /*!< UART4 global Interrupt */
115 UART5_IRQn = 53, /*!< UART5 global Interrupt */
116 TIM6_DAC_IRQn = 54, /*!< TIM6 global and DAC1&2 underrun error interrupts */
117 TIM7_IRQn = 55, /*!< TIM7 global interrupt */
118 DMA2_Stream0_IRQn = 56, /*!< DMA2 Stream 0 global Interrupt */
119 DMA2_Stream1_IRQn = 57, /*!< DMA2 Stream 1 global Interrupt */
120 DMA2_Stream2_IRQn = 58, /*!< DMA2 Stream 2 global Interrupt */
121 DMA2_Stream3_IRQn = 59, /*!< DMA2 Stream 3 global Interrupt */
122 DMA2_Stream4_IRQn = 60, /*!< DMA2 Stream 4 global Interrupt */
123 FDCAN_CAL_IRQn = 63, /*!< FDCAN Calibration unit Interrupt */
124 DFSDM1_FLT4_IRQn = 64, /*!< DFSDM Filter4 Interrupt */
125 DFSDM1_FLT5_IRQn = 65, /*!< DFSDM Filter5 Interrupt */
126 DFSDM1_FLT6_IRQn = 66, /*!< DFSDM Filter6 Interrupt */
127 DFSDM1_FLT7_IRQn = 67, /*!< DFSDM Filter7 Interrupt */
128 DMA2_Stream5_IRQn = 68, /*!< DMA2 Stream 5 global interrupt */
129 DMA2_Stream6_IRQn = 69, /*!< DMA2 Stream 6 global interrupt */
130 DMA2_Stream7_IRQn = 70, /*!< DMA2 Stream 7 global interrupt */
131 USART6_IRQn = 71, /*!< USART6 global interrupt */
132 I2C3_EV_IRQn = 72, /*!< I2C3 event interrupt */
133 I2C3_ER_IRQn = 73, /*!< I2C3 error interrupt */
134 OTG_HS_EP1_OUT_IRQn = 74, /*!< USB OTG HS End Point 1 Out global interrupt */
135 OTG_HS_EP1_IN_IRQn = 75, /*!< USB OTG HS End Point 1 In global interrupt */
136 OTG_HS_WKUP_IRQn = 76, /*!< USB OTG HS Wakeup through EXTI interrupt */
137 OTG_HS_IRQn = 77, /*!< USB OTG HS global interrupt */
138 DCMI_PSSI_IRQn = 78, /*!< DCMI and PSSI global interrupt */
139 CRYP_IRQn = 79, /*!< CRYP crypto global interrupt */
140 HASH_RNG_IRQn = 80, /*!< HASH and RNG global interrupt */
141 FPU_IRQn = 81, /*!< FPU global interrupt */
142 UART7_IRQn = 82, /*!< UART7 global interrupt */
143 UART8_IRQn = 83, /*!< UART8 global interrupt */
144 SPI4_IRQn = 84, /*!< SPI4 global Interrupt */
145 SPI5_IRQn = 85, /*!< SPI5 global Interrupt */
146 SPI6_IRQn = 86, /*!< SPI6 global Interrupt */
147 SAI1_IRQn = 87, /*!< SAI1 global Interrupt */
148 LTDC_IRQn = 88, /*!< LTDC global Interrupt */
149 LTDC_ER_IRQn = 89, /*!< LTDC Error global Interrupt */
150 DMA2D_IRQn = 90, /*!< DMA2D global Interrupt */
151 SAI2_IRQn = 91, /*!< SAI2 global Interrupt */
152 OCTOSPI1_IRQn = 92, /*!< OCTOSPI1 global interrupt */
153 LPTIM1_IRQn = 93, /*!< LP TIM1 interrupt */
154 CEC_IRQn = 94, /*!< HDMI-CEC global Interrupt */
155 I2C4_EV_IRQn = 95, /*!< I2C4 Event Interrupt */
156 I2C4_ER_IRQn = 96, /*!< I2C4 Error Interrupt */
157 SPDIF_RX_IRQn = 97, /*!< SPDIF-RX global Interrupt */
158 DMAMUX1_OVR_IRQn = 102, /*!<DMAMUX1 Overrun interrupt */
159 DFSDM1_FLT0_IRQn = 110, /*!<DFSDM Filter1 Interrupt */
160 DFSDM1_FLT1_IRQn = 111, /*!<DFSDM Filter2 Interrupt */
161 DFSDM1_FLT2_IRQn = 112, /*!<DFSDM Filter3 Interrupt */
162 DFSDM1_FLT3_IRQn = 113, /*!<DFSDM Filter4 Interrupt */
163 SWPMI1_IRQn = 115, /*!< Serial Wire Interface 1 global interrupt */
164 TIM15_IRQn = 116, /*!< TIM15 global Interrupt */
165 TIM16_IRQn = 117, /*!< TIM16 global Interrupt */
166 TIM17_IRQn = 118, /*!< TIM17 global Interrupt */
167 MDIOS_WKUP_IRQn = 119, /*!< MDIOS Wakeup Interrupt */
168 MDIOS_IRQn = 120, /*!< MDIOS global Interrupt */
169 JPEG_IRQn = 121, /*!< JPEG global Interrupt */
170 MDMA_IRQn = 122, /*!< MDMA global Interrupt */
171 SDMMC2_IRQn = 124, /*!< SDMMC2 global Interrupt */
172 HSEM1_IRQn = 125, /*!< HSEM1 global Interrupt */
173 DAC2_IRQn = 127, /*!< DAC2 global Interrupt */
174 DMAMUX2_OVR_IRQn = 128, /*!<DMAMUX2 Overrun interrupt */
175 BDMA2_Channel0_IRQn = 129, /*!< BDMA2 Channel 0 global Interrupt */
176 BDMA2_Channel1_IRQn = 130, /*!< BDMA2 Channel 1 global Interrupt */
177 BDMA2_Channel2_IRQn = 131, /*!< BDMA2 Channel 2 global Interrupt */
178 BDMA2_Channel3_IRQn = 132, /*!< BDMA2 Channel 3 global Interrupt */
179 BDMA2_Channel4_IRQn = 133, /*!< BDMA2 Channel 4 global Interrupt */
180 BDMA2_Channel5_IRQn = 134, /*!< BDMA2 Channel 5 global Interrupt */
181 BDMA2_Channel6_IRQn = 135, /*!< BDMA2 Channel 6 global Interrupt */
182 BDMA2_Channel7_IRQn = 136, /*!< BDMA2 Channel 7 global Interrupt */
183 COMP_IRQn = 137 , /*!< COMP global Interrupt */
184 LPTIM2_IRQn = 138, /*!< LP TIM2 global interrupt */
185 LPTIM3_IRQn = 139, /*!< LP TIM3 global interrupt */
186 UART9_IRQn = 140, /*!< UART9 global interrupt */
187 USART10_IRQn = 141, /*!< USART10 global interrupt */
188 LPUART1_IRQn = 142, /*!< LP UART1 interrupt */
189 WWDG_RST_IRQn = 143, /*!<Window Watchdog Event interrupt */
190 CRS_IRQn = 144, /*!< Clock Recovery Global Interrupt */
191 ECC_IRQn = 145, /*!< ECC diagnostic Global Interrupt */
192 DTS_IRQn = 147, /*!< Digital Temperature Sensor Global Interrupt */
193 WAKEUP_PIN_IRQn = 149, /*!< Interrupt for all 6 wake-up pins */
194 OCTOSPI2_IRQn = 150, /*!< OctoSPI2 global interrupt */
195 OTFDEC1_IRQn = 151, /*!< OTFDEC1 global interrupt */
196 OTFDEC2_IRQn = 152, /*!< OTFDEC2 global interrupt */
197 GFXMMU_IRQn = 153, /*!< GFXMMU global interrupt */
198 BDMA1_IRQn = 154, /*!< BDMA1 for DFSM global interrupt */
199} IRQn_Type;
200
201/**
202 * @}
203 */
204
205/** @addtogroup Configuration_section_for_CMSIS
206 * @{
207 */
208
209
210
211
212/**
213 * @brief Configuration of the Cortex-M7 Processor and Core Peripherals
214 */
215#define __CM7_REV 0x0100U /*!< Cortex-M7 revision r1p0 */
216#define __MPU_PRESENT 1 /*!< CM7 provides an MPU */
217#define __NVIC_PRIO_BITS 4 /*!< CM7 uses 4 Bits for the Priority Levels */
218#define __Vendor_SysTickConfig 0 /*!< Set to 1 if different SysTick Config is used */
219#define __FPU_PRESENT 1 /*!< FPU present */
220#define __ICACHE_PRESENT 1 /*!< CM7 instruction cache present */
221#define __DCACHE_PRESENT 1 /*!< CM7 data cache present */
222#include "core_cm7.h" /*!< Cortex-M7 processor and core peripherals */
223
224/**
225 * @}
226 */
227
228
229
230
231#include "system_stm32h7xx.h"
232#include <stdint.h>
233
234/** @addtogroup Peripheral_registers_structures
235 * @{
236 */
237
238/**
239 * @brief Analog to Digital Converter
240 */
241
242typedef struct
243{
244 __IO uint32_t ISR; /*!< ADC Interrupt and Status Register, Address offset: 0x00 */
245 __IO uint32_t IER; /*!< ADC Interrupt Enable Register, Address offset: 0x04 */
246 __IO uint32_t CR; /*!< ADC control register, Address offset: 0x08 */
247 __IO uint32_t CFGR; /*!< ADC Configuration register, Address offset: 0x0C */
248 __IO uint32_t CFGR2; /*!< ADC Configuration register 2, Address offset: 0x10 */
249 __IO uint32_t SMPR1; /*!< ADC sample time register 1, Address offset: 0x14 */
250 __IO uint32_t SMPR2; /*!< ADC sample time register 2, Address offset: 0x18 */
251 __IO uint32_t PCSEL; /*!< ADC pre-channel selection, Address offset: 0x1C */
252 __IO uint32_t LTR1; /*!< ADC watchdog Lower threshold register 1, Address offset: 0x20 */
253 __IO uint32_t HTR1; /*!< ADC watchdog higher threshold register 1, Address offset: 0x24 */
254 uint32_t RESERVED1; /*!< Reserved, 0x028 */
255 uint32_t RESERVED2; /*!< Reserved, 0x02C */
256 __IO uint32_t SQR1; /*!< ADC regular sequence register 1, Address offset: 0x30 */
257 __IO uint32_t SQR2; /*!< ADC regular sequence register 2, Address offset: 0x34 */
258 __IO uint32_t SQR3; /*!< ADC regular sequence register 3, Address offset: 0x38 */
259 __IO uint32_t SQR4; /*!< ADC regular sequence register 4, Address offset: 0x3C */
260 __IO uint32_t DR; /*!< ADC regular data register, Address offset: 0x40 */
261 uint32_t RESERVED3; /*!< Reserved, 0x044 */
262 uint32_t RESERVED4; /*!< Reserved, 0x048 */
263 __IO uint32_t JSQR; /*!< ADC injected sequence register, Address offset: 0x4C */
264 uint32_t RESERVED5[4]; /*!< Reserved, 0x050 - 0x05C */
265 __IO uint32_t OFR1; /*!< ADC offset register 1, Address offset: 0x60 */
266 __IO uint32_t OFR2; /*!< ADC offset register 2, Address offset: 0x64 */
267 __IO uint32_t OFR3; /*!< ADC offset register 3, Address offset: 0x68 */
268 __IO uint32_t OFR4; /*!< ADC offset register 4, Address offset: 0x6C */
269 uint32_t RESERVED6[4]; /*!< Reserved, 0x070 - 0x07C */
270 __IO uint32_t JDR1; /*!< ADC injected data register 1, Address offset: 0x80 */
271 __IO uint32_t JDR2; /*!< ADC injected data register 2, Address offset: 0x84 */
272 __IO uint32_t JDR3; /*!< ADC injected data register 3, Address offset: 0x88 */
273 __IO uint32_t JDR4; /*!< ADC injected data register 4, Address offset: 0x8C */
274 uint32_t RESERVED7[4]; /*!< Reserved, 0x090 - 0x09C */
275 __IO uint32_t AWD2CR; /*!< ADC Analog Watchdog 2 Configuration Register, Address offset: 0xA0 */
276 __IO uint32_t AWD3CR; /*!< ADC Analog Watchdog 3 Configuration Register, Address offset: 0xA4 */
277 uint32_t RESERVED8; /*!< Reserved, 0x0A8 */
278 uint32_t RESERVED9; /*!< Reserved, 0x0AC */
279 __IO uint32_t LTR2; /*!< ADC watchdog Lower threshold register 2, Address offset: 0xB0 */
280 __IO uint32_t HTR2; /*!< ADC watchdog Higher threshold register 2, Address offset: 0xB4 */
281 __IO uint32_t LTR3; /*!< ADC watchdog Lower threshold register 3, Address offset: 0xB8 */
282 __IO uint32_t HTR3; /*!< ADC watchdog Higher threshold register 3, Address offset: 0xBC */
283 __IO uint32_t DIFSEL; /*!< ADC Differential Mode Selection Register, Address offset: 0xC0 */
284 __IO uint32_t CALFACT; /*!< ADC Calibration Factors, Address offset: 0xC4 */
285 __IO uint32_t CALFACT2; /*!< ADC Linearity Calibration Factors, Address offset: 0xC8 */
286} ADC_TypeDef;
287
288
289typedef struct
290{
291__IO uint32_t CSR; /*!< ADC Common status register, Address offset: ADC1/3 base address + 0x300 */
292uint32_t RESERVED; /*!< Reserved, ADC1/3 base address + 0x304 */
293__IO uint32_t CCR; /*!< ADC common control register, Address offset: ADC1/3 base address + 0x308 */
294__IO uint32_t CDR; /*!< ADC common regular data register for dual Address offset: ADC1/3 base address + 0x30C */
295__IO uint32_t CDR2; /*!< ADC common regular data register for 32-bit dual mode Address offset: ADC1/3 base address + 0x310 */
296
297} ADC_Common_TypeDef;
298
299
300/**
301 * @brief VREFBUF
302 */
303
304typedef struct
305{
306 __IO uint32_t CSR; /*!< VREFBUF control and status register, Address offset: 0x00 */
307 __IO uint32_t CCR; /*!< VREFBUF calibration and control register, Address offset: 0x04 */
308} VREFBUF_TypeDef;
309
310
311/**
312 * @brief FD Controller Area Network
313 */
314
315typedef struct
316{
317 __IO uint32_t CREL; /*!< FDCAN Core Release register, Address offset: 0x000 */
318 __IO uint32_t ENDN; /*!< FDCAN Endian register, Address offset: 0x004 */
319 __IO uint32_t RESERVED1; /*!< Reserved, 0x008 */
320 __IO uint32_t DBTP; /*!< FDCAN Data Bit Timing & Prescaler register, Address offset: 0x00C */
321 __IO uint32_t TEST; /*!< FDCAN Test register, Address offset: 0x010 */
322 __IO uint32_t RWD; /*!< FDCAN RAM Watchdog register, Address offset: 0x014 */
323 __IO uint32_t CCCR; /*!< FDCAN CC Control register, Address offset: 0x018 */
324 __IO uint32_t NBTP; /*!< FDCAN Nominal Bit Timing & Prescaler register, Address offset: 0x01C */
325 __IO uint32_t TSCC; /*!< FDCAN Timestamp Counter Configuration register, Address offset: 0x020 */
326 __IO uint32_t TSCV; /*!< FDCAN Timestamp Counter Value register, Address offset: 0x024 */
327 __IO uint32_t TOCC; /*!< FDCAN Timeout Counter Configuration register, Address offset: 0x028 */
328 __IO uint32_t TOCV; /*!< FDCAN Timeout Counter Value register, Address offset: 0x02C */
329 __IO uint32_t RESERVED2[4]; /*!< Reserved, 0x030 - 0x03C */
330 __IO uint32_t ECR; /*!< FDCAN Error Counter register, Address offset: 0x040 */
331 __IO uint32_t PSR; /*!< FDCAN Protocol Status register, Address offset: 0x044 */
332 __IO uint32_t TDCR; /*!< FDCAN Transmitter Delay Compensation register, Address offset: 0x048 */
333 __IO uint32_t RESERVED3; /*!< Reserved, 0x04C */
334 __IO uint32_t IR; /*!< FDCAN Interrupt register, Address offset: 0x050 */
335 __IO uint32_t IE; /*!< FDCAN Interrupt Enable register, Address offset: 0x054 */
336 __IO uint32_t ILS; /*!< FDCAN Interrupt Line Select register, Address offset: 0x058 */
337 __IO uint32_t ILE; /*!< FDCAN Interrupt Line Enable register, Address offset: 0x05C */
338 __IO uint32_t RESERVED4[8]; /*!< Reserved, 0x060 - 0x07C */
339 __IO uint32_t GFC; /*!< FDCAN Global Filter Configuration register, Address offset: 0x080 */
340 __IO uint32_t SIDFC; /*!< FDCAN Standard ID Filter Configuration register, Address offset: 0x084 */
341 __IO uint32_t XIDFC; /*!< FDCAN Extended ID Filter Configuration register, Address offset: 0x088 */
342 __IO uint32_t RESERVED5; /*!< Reserved, 0x08C */
343 __IO uint32_t XIDAM; /*!< FDCAN Extended ID AND Mask register, Address offset: 0x090 */
344 __IO uint32_t HPMS; /*!< FDCAN High Priority Message Status register, Address offset: 0x094 */
345 __IO uint32_t NDAT1; /*!< FDCAN New Data 1 register, Address offset: 0x098 */
346 __IO uint32_t NDAT2; /*!< FDCAN New Data 2 register, Address offset: 0x09C */
347 __IO uint32_t RXF0C; /*!< FDCAN Rx FIFO 0 Configuration register, Address offset: 0x0A0 */
348 __IO uint32_t RXF0S; /*!< FDCAN Rx FIFO 0 Status register, Address offset: 0x0A4 */
349 __IO uint32_t RXF0A; /*!< FDCAN Rx FIFO 0 Acknowledge register, Address offset: 0x0A8 */
350 __IO uint32_t RXBC; /*!< FDCAN Rx Buffer Configuration register, Address offset: 0x0AC */
351 __IO uint32_t RXF1C; /*!< FDCAN Rx FIFO 1 Configuration register, Address offset: 0x0B0 */
352 __IO uint32_t RXF1S; /*!< FDCAN Rx FIFO 1 Status register, Address offset: 0x0B4 */
353 __IO uint32_t RXF1A; /*!< FDCAN Rx FIFO 1 Acknowledge register, Address offset: 0x0B8 */
354 __IO uint32_t RXESC; /*!< FDCAN Rx Buffer/FIFO Element Size Configuration register, Address offset: 0x0BC */
355 __IO uint32_t TXBC; /*!< FDCAN Tx Buffer Configuration register, Address offset: 0x0C0 */
356 __IO uint32_t TXFQS; /*!< FDCAN Tx FIFO/Queue Status register, Address offset: 0x0C4 */
357 __IO uint32_t TXESC; /*!< FDCAN Tx Buffer Element Size Configuration register, Address offset: 0x0C8 */
358 __IO uint32_t TXBRP; /*!< FDCAN Tx Buffer Request Pending register, Address offset: 0x0CC */
359 __IO uint32_t TXBAR; /*!< FDCAN Tx Buffer Add Request register, Address offset: 0x0D0 */
360 __IO uint32_t TXBCR; /*!< FDCAN Tx Buffer Cancellation Request register, Address offset: 0x0D4 */
361 __IO uint32_t TXBTO; /*!< FDCAN Tx Buffer Transmission Occurred register, Address offset: 0x0D8 */
362 __IO uint32_t TXBCF; /*!< FDCAN Tx Buffer Cancellation Finished register, Address offset: 0x0DC */
363 __IO uint32_t TXBTIE; /*!< FDCAN Tx Buffer Transmission Interrupt Enable register, Address offset: 0x0E0 */
364 __IO uint32_t TXBCIE; /*!< FDCAN Tx Buffer Cancellation Finished Interrupt Enable register, Address offset: 0x0E4 */
365 __IO uint32_t RESERVED6[2]; /*!< Reserved, 0x0E8 - 0x0EC */
366 __IO uint32_t TXEFC; /*!< FDCAN Tx Event FIFO Configuration register, Address offset: 0x0F0 */
367 __IO uint32_t TXEFS; /*!< FDCAN Tx Event FIFO Status register, Address offset: 0x0F4 */
368 __IO uint32_t TXEFA; /*!< FDCAN Tx Event FIFO Acknowledge register, Address offset: 0x0F8 */
369 __IO uint32_t RESERVED7; /*!< Reserved, 0x0FC */
370} FDCAN_GlobalTypeDef;
371
372/**
373 * @brief TTFD Controller Area Network
374 */
375
376typedef struct
377{
378 __IO uint32_t TTTMC; /*!< TT Trigger Memory Configuration register, Address offset: 0x100 */
379 __IO uint32_t TTRMC; /*!< TT Reference Message Configuration register, Address offset: 0x104 */
380 __IO uint32_t TTOCF; /*!< TT Operation Configuration register, Address offset: 0x108 */
381 __IO uint32_t TTMLM; /*!< TT Matrix Limits register, Address offset: 0x10C */
382 __IO uint32_t TURCF; /*!< TUR Configuration register, Address offset: 0x110 */
383 __IO uint32_t TTOCN; /*!< TT Operation Control register, Address offset: 0x114 */
384 __IO uint32_t TTGTP; /*!< TT Global Time Preset register, Address offset: 0x118 */
385 __IO uint32_t TTTMK; /*!< TT Time Mark register, Address offset: 0x11C */
386 __IO uint32_t TTIR; /*!< TT Interrupt register, Address offset: 0x120 */
387 __IO uint32_t TTIE; /*!< TT Interrupt Enable register, Address offset: 0x124 */
388 __IO uint32_t TTILS; /*!< TT Interrupt Line Select register, Address offset: 0x128 */
389 __IO uint32_t TTOST; /*!< TT Operation Status register, Address offset: 0x12C */
390 __IO uint32_t TURNA; /*!< TT TUR Numerator Actual register, Address offset: 0x130 */
391 __IO uint32_t TTLGT; /*!< TT Local and Global Time register, Address offset: 0x134 */
392 __IO uint32_t TTCTC; /*!< TT Cycle Time and Count register, Address offset: 0x138 */
393 __IO uint32_t TTCPT; /*!< TT Capture Time register, Address offset: 0x13C */
394 __IO uint32_t TTCSM; /*!< TT Cycle Sync Mark register, Address offset: 0x140 */
395 __IO uint32_t RESERVED1[111]; /*!< Reserved, 0x144 - 0x2FC */
396 __IO uint32_t TTTS; /*!< TT Trigger Select register, Address offset: 0x300 */
397} TTCAN_TypeDef;
398
399/**
400 * @brief FD Controller Area Network
401 */
402
403typedef struct
404{
405 __IO uint32_t CREL; /*!< Clock Calibration Unit Core Release register, Address offset: 0x00 */
406 __IO uint32_t CCFG; /*!< Calibration Configuration register, Address offset: 0x04 */
407 __IO uint32_t CSTAT; /*!< Calibration Status register, Address offset: 0x08 */
408 __IO uint32_t CWD; /*!< Calibration Watchdog register, Address offset: 0x0C */
409 __IO uint32_t IR; /*!< CCU Interrupt register, Address offset: 0x10 */
410 __IO uint32_t IE; /*!< CCU Interrupt Enable register, Address offset: 0x14 */
411} FDCAN_ClockCalibrationUnit_TypeDef;
412
413
414/**
415 * @brief Consumer Electronics Control
416 */
417
418typedef struct
419{
420 __IO uint32_t CR; /*!< CEC control register, Address offset:0x00 */
421 __IO uint32_t CFGR; /*!< CEC configuration register, Address offset:0x04 */
422 __IO uint32_t TXDR; /*!< CEC Tx data register , Address offset:0x08 */
423 __IO uint32_t RXDR; /*!< CEC Rx Data Register, Address offset:0x0C */
424 __IO uint32_t ISR; /*!< CEC Interrupt and Status Register, Address offset:0x10 */
425 __IO uint32_t IER; /*!< CEC interrupt enable register, Address offset:0x14 */
426}CEC_TypeDef;
427
428/**
429 * @brief CRC calculation unit
430 */
431
432typedef struct
433{
434 __IO uint32_t DR; /*!< CRC Data register, Address offset: 0x00 */
435 __IO uint32_t IDR; /*!< CRC Independent data register, Address offset: 0x04 */
436 __IO uint32_t CR; /*!< CRC Control register, Address offset: 0x08 */
437 uint32_t RESERVED2; /*!< Reserved, 0x0C */
438 __IO uint32_t INIT; /*!< Initial CRC value register, Address offset: 0x10 */
439 __IO uint32_t POL; /*!< CRC polynomial register, Address offset: 0x14 */
440} CRC_TypeDef;
441
442
443/**
444 * @brief Clock Recovery System
445 */
446typedef struct
447{
448__IO uint32_t CR; /*!< CRS ccontrol register, Address offset: 0x00 */
449__IO uint32_t CFGR; /*!< CRS configuration register, Address offset: 0x04 */
450__IO uint32_t ISR; /*!< CRS interrupt and status register, Address offset: 0x08 */
451__IO uint32_t ICR; /*!< CRS interrupt flag clear register, Address offset: 0x0C */
452} CRS_TypeDef;
453
454
455/**
456 * @brief Digital to Analog Converter
457 */
458
459typedef struct
460{
461 __IO uint32_t CR; /*!< DAC control register, Address offset: 0x00 */
462 __IO uint32_t SWTRIGR; /*!< DAC software trigger register, Address offset: 0x04 */
463 __IO uint32_t DHR12R1; /*!< DAC channel1 12-bit right-aligned data holding register, Address offset: 0x08 */
464 __IO uint32_t DHR12L1; /*!< DAC channel1 12-bit left aligned data holding register, Address offset: 0x0C */
465 __IO uint32_t DHR8R1; /*!< DAC channel1 8-bit right aligned data holding register, Address offset: 0x10 */
466 __IO uint32_t DHR12R2; /*!< DAC channel2 12-bit right aligned data holding register, Address offset: 0x14 */
467 __IO uint32_t DHR12L2; /*!< DAC channel2 12-bit left aligned data holding register, Address offset: 0x18 */
468 __IO uint32_t DHR8R2; /*!< DAC channel2 8-bit right-aligned data holding register, Address offset: 0x1C */
469 __IO uint32_t DHR12RD; /*!< Dual DAC 12-bit right-aligned data holding register, Address offset: 0x20 */
470 __IO uint32_t DHR12LD; /*!< DUAL DAC 12-bit left aligned data holding register, Address offset: 0x24 */
471 __IO uint32_t DHR8RD; /*!< DUAL DAC 8-bit right aligned data holding register, Address offset: 0x28 */
472 __IO uint32_t DOR1; /*!< DAC channel1 data output register, Address offset: 0x2C */
473 __IO uint32_t DOR2; /*!< DAC channel2 data output register, Address offset: 0x30 */
474 __IO uint32_t SR; /*!< DAC status register, Address offset: 0x34 */
475 __IO uint32_t CCR; /*!< DAC calibration control register, Address offset: 0x38 */
476 __IO uint32_t MCR; /*!< DAC mode control register, Address offset: 0x3C */
477 __IO uint32_t SHSR1; /*!< DAC Sample and Hold sample time register 1, Address offset: 0x40 */
478 __IO uint32_t SHSR2; /*!< DAC Sample and Hold sample time register 2, Address offset: 0x44 */
479 __IO uint32_t SHHR; /*!< DAC Sample and Hold hold time register, Address offset: 0x48 */
480 __IO uint32_t SHRR; /*!< DAC Sample and Hold refresh time register, Address offset: 0x4C */
481} DAC_TypeDef;
482
483/**
484 * @brief DFSDM module registers
485 */
486typedef struct
487{
488 __IO uint32_t FLTCR1; /*!< DFSDM control register1, Address offset: 0x100 */
489 __IO uint32_t FLTCR2; /*!< DFSDM control register2, Address offset: 0x104 */
490 __IO uint32_t FLTISR; /*!< DFSDM interrupt and status register, Address offset: 0x108 */
491 __IO uint32_t FLTICR; /*!< DFSDM interrupt flag clear register, Address offset: 0x10C */
492 __IO uint32_t FLTJCHGR; /*!< DFSDM injected channel group selection register, Address offset: 0x110 */
493 __IO uint32_t FLTFCR; /*!< DFSDM filter control register, Address offset: 0x114 */
494 __IO uint32_t FLTJDATAR; /*!< DFSDM data register for injected group, Address offset: 0x118 */
495 __IO uint32_t FLTRDATAR; /*!< DFSDM data register for regular group, Address offset: 0x11C */
496 __IO uint32_t FLTAWHTR; /*!< DFSDM analog watchdog high threshold register, Address offset: 0x120 */
497 __IO uint32_t FLTAWLTR; /*!< DFSDM analog watchdog low threshold register, Address offset: 0x124 */
498 __IO uint32_t FLTAWSR; /*!< DFSDM analog watchdog status register Address offset: 0x128 */
499 __IO uint32_t FLTAWCFR; /*!< DFSDM analog watchdog clear flag register Address offset: 0x12C */
500 __IO uint32_t FLTEXMAX; /*!< DFSDM extreme detector maximum register, Address offset: 0x130 */
501 __IO uint32_t FLTEXMIN; /*!< DFSDM extreme detector minimum register Address offset: 0x134 */
502 __IO uint32_t FLTCNVTIMR; /*!< DFSDM conversion timer, Address offset: 0x138 */
503} DFSDM_Filter_TypeDef;
504
505/**
506 * @brief DFSDM channel configuration registers
507 */
508typedef struct
509{
510 __IO uint32_t CHCFGR1; /*!< DFSDM channel configuration register1, Address offset: 0x00 */
511 __IO uint32_t CHCFGR2; /*!< DFSDM channel configuration register2, Address offset: 0x04 */
512 __IO uint32_t CHAWSCDR; /*!< DFSDM channel analog watchdog and
513 short circuit detector register, Address offset: 0x08 */
514 __IO uint32_t CHWDATAR; /*!< DFSDM channel watchdog filter data register, Address offset: 0x0C */
515 __IO uint32_t CHDATINR; /*!< DFSDM channel data input register, Address offset: 0x10 */
516 __IO uint32_t CHDLYR; /*!< DFSDM channel delay register, Address offset: 0x14 */
517} DFSDM_Channel_TypeDef;
518
519/**
520 * @brief Debug MCU
521 */
522typedef struct
523{
524 __IO uint32_t IDCODE; /*!< MCU device ID code, Address offset: 0x00 */
525 __IO uint32_t CR; /*!< Debug MCU configuration register, Address offset: 0x04 */
526 uint32_t RESERVED4[11]; /*!< Reserved, Address offset: 0x08 */
527 __IO uint32_t APB3FZ1; /*!< Debug MCU APB3FZ1 freeze register, Address offset: 0x34 */
528 uint32_t RESERVED5; /*!< Reserved, Address offset: 0x38 */
529 __IO uint32_t APB1LFZ1; /*!< Debug MCU APB1LFZ1 freeze register, Address offset: 0x3C */
530 uint32_t RESERVED6; /*!< Reserved, Address offset: 0x40 */
531 __IO uint32_t APB1HFZ1; /*!< Debug MCU APB1LFZ1 freeze register, Address offset: 0x44 */
532 uint32_t RESERVED7; /*!< Reserved, Address offset: 0x48 */
533 __IO uint32_t APB2FZ1; /*!< Debug MCU APB2FZ1 freeze register, Address offset: 0x4C */
534 uint32_t RESERVED8; /*!< Reserved, Address offset: 0x50 */
535 __IO uint32_t APB4FZ1; /*!< Debug MCU APB4FZ1 freeze register, Address offset: 0x54 */
536}DBGMCU_TypeDef;
537/**
538 * @brief DCMI
539 */
540
541typedef struct
542{
543 __IO uint32_t CR; /*!< DCMI control register 1, Address offset: 0x00 */
544 __IO uint32_t SR; /*!< DCMI status register, Address offset: 0x04 */
545 __IO uint32_t RISR; /*!< DCMI raw interrupt status register, Address offset: 0x08 */
546 __IO uint32_t IER; /*!< DCMI interrupt enable register, Address offset: 0x0C */
547 __IO uint32_t MISR; /*!< DCMI masked interrupt status register, Address offset: 0x10 */
548 __IO uint32_t ICR; /*!< DCMI interrupt clear register, Address offset: 0x14 */
549 __IO uint32_t ESCR; /*!< DCMI embedded synchronization code register, Address offset: 0x18 */
550 __IO uint32_t ESUR; /*!< DCMI embedded synchronization unmask register, Address offset: 0x1C */
551 __IO uint32_t CWSTRTR; /*!< DCMI crop window start, Address offset: 0x20 */
552 __IO uint32_t CWSIZER; /*!< DCMI crop window size, Address offset: 0x24 */
553 __IO uint32_t DR; /*!< DCMI data register, Address offset: 0x28 */
554} DCMI_TypeDef;
555
556/**
557 * @brief PSSI
558 */
559
560typedef struct
561{
562 __IO uint32_t CR; /*!< PSSI control register 1, Address offset: 0x000 */
563 __IO uint32_t SR; /*!< PSSI status register, Address offset: 0x004 */
564 __IO uint32_t RIS; /*!< PSSI raw interrupt status register, Address offset: 0x008 */
565 __IO uint32_t IER; /*!< PSSI interrupt enable register, Address offset: 0x00C */
566 __IO uint32_t MIS; /*!< PSSI masked interrupt status register, Address offset: 0x010 */
567 __IO uint32_t ICR; /*!< PSSI interrupt clear register, Address offset: 0x014 */
568 __IO uint32_t RESERVED1[4]; /*!< Reserved, 0x018 - 0x024 */
569 __IO uint32_t DR; /*!< PSSI data register, Address offset: 0x028 */
570 __IO uint32_t RESERVED2[241]; /*!< Reserved, 0x02C - 0x3EC */
571 __IO uint32_t HWCFGR; /*!< PSSI IP HW configuration register, Address offset: 0x3F0 */
572 __IO uint32_t VERR; /*!< PSSI IP version register, Address offset: 0x3F4 */
573 __IO uint32_t IPIDR; /*!< PSSI IP ID register, Address offset: 0x3F8 */
574 __IO uint32_t SIDR; /*!< PSSI SIZE ID register, Address offset: 0x3FC */
575} PSSI_TypeDef;
576
577/**
578 * @brief DMA Controller
579 */
580
581typedef struct
582{
583 __IO uint32_t CR; /*!< DMA stream x configuration register */
584 __IO uint32_t NDTR; /*!< DMA stream x number of data register */
585 __IO uint32_t PAR; /*!< DMA stream x peripheral address register */
586 __IO uint32_t M0AR; /*!< DMA stream x memory 0 address register */
587 __IO uint32_t M1AR; /*!< DMA stream x memory 1 address register */
588 __IO uint32_t FCR; /*!< DMA stream x FIFO control register */
589} DMA_Stream_TypeDef;
590
591typedef struct
592{
593 __IO uint32_t LISR; /*!< DMA low interrupt status register, Address offset: 0x00 */
594 __IO uint32_t HISR; /*!< DMA high interrupt status register, Address offset: 0x04 */
595 __IO uint32_t LIFCR; /*!< DMA low interrupt flag clear register, Address offset: 0x08 */
596 __IO uint32_t HIFCR; /*!< DMA high interrupt flag clear register, Address offset: 0x0C */
597} DMA_TypeDef;
598
599typedef struct
600{
601 __IO uint32_t CCR; /*!< DMA channel x configuration register */
602 __IO uint32_t CNDTR; /*!< DMA channel x number of data register */
603 __IO uint32_t CPAR; /*!< DMA channel x peripheral address register */
604 __IO uint32_t CM0AR; /*!< DMA channel x memory 0 address register */
605 __IO uint32_t CM1AR; /*!< DMA channel x memory 1 address register */
606} BDMA_Channel_TypeDef;
607
608typedef struct
609{
610 __IO uint32_t ISR; /*!< DMA interrupt status register, Address offset: 0x00 */
611 __IO uint32_t IFCR; /*!< DMA interrupt flag clear register, Address offset: 0x04 */
612} BDMA_TypeDef;
613
614typedef struct
615{
616 __IO uint32_t CCR; /*!< DMA Multiplexer Channel x Control Register */
617}DMAMUX_Channel_TypeDef;
618
619typedef struct
620{
621 __IO uint32_t CSR; /*!< DMA Channel Status Register */
622 __IO uint32_t CFR; /*!< DMA Channel Clear Flag Register */
623}DMAMUX_ChannelStatus_TypeDef;
624
625typedef struct
626{
627 __IO uint32_t RGCR; /*!< DMA Request Generator x Control Register */
628}DMAMUX_RequestGen_TypeDef;
629
630typedef struct
631{
632 __IO uint32_t RGSR; /*!< DMA Request Generator Status Register */
633 __IO uint32_t RGCFR; /*!< DMA Request Generator Clear Flag Register */
634}DMAMUX_RequestGenStatus_TypeDef;
635
636/**
637 * @brief MDMA Controller
638 */
639typedef struct
640{
641 __IO uint32_t GISR0; /*!< MDMA Global Interrupt/Status Register 0, Address offset: 0x00 */
642}MDMA_TypeDef;
643
644typedef struct
645{
646 __IO uint32_t CISR; /*!< MDMA channel x interrupt/status register, Address offset: 0x40 */
647 __IO uint32_t CIFCR; /*!< MDMA channel x interrupt flag clear register, Address offset: 0x44 */
648 __IO uint32_t CESR; /*!< MDMA Channel x error status register, Address offset: 0x48 */
649 __IO uint32_t CCR; /*!< MDMA channel x control register, Address offset: 0x4C */
650 __IO uint32_t CTCR; /*!< MDMA channel x Transfer Configuration register, Address offset: 0x50 */
651 __IO uint32_t CBNDTR; /*!< MDMA Channel x block number of data register, Address offset: 0x54 */
652 __IO uint32_t CSAR; /*!< MDMA channel x source address register, Address offset: 0x58 */
653 __IO uint32_t CDAR; /*!< MDMA channel x destination address register, Address offset: 0x5C */
654 __IO uint32_t CBRUR; /*!< MDMA channel x Block Repeat address Update register, Address offset: 0x60 */
655 __IO uint32_t CLAR; /*!< MDMA channel x Link Address register, Address offset: 0x64 */
656 __IO uint32_t CTBR; /*!< MDMA channel x Trigger and Bus selection Register, Address offset: 0x68 */
657 uint32_t RESERVED0; /*!< Reserved, 0x68 */
658 __IO uint32_t CMAR; /*!< MDMA channel x Mask address register, Address offset: 0x70 */
659 __IO uint32_t CMDR; /*!< MDMA channel x Mask Data register, Address offset: 0x74 */
660}MDMA_Channel_TypeDef;
661
662/**
663 * @brief DMA2D Controller
664 */
665
666typedef struct
667{
668 __IO uint32_t CR; /*!< DMA2D Control Register, Address offset: 0x00 */
669 __IO uint32_t ISR; /*!< DMA2D Interrupt Status Register, Address offset: 0x04 */
670 __IO uint32_t IFCR; /*!< DMA2D Interrupt Flag Clear Register, Address offset: 0x08 */
671 __IO uint32_t FGMAR; /*!< DMA2D Foreground Memory Address Register, Address offset: 0x0C */
672 __IO uint32_t FGOR; /*!< DMA2D Foreground Offset Register, Address offset: 0x10 */
673 __IO uint32_t BGMAR; /*!< DMA2D Background Memory Address Register, Address offset: 0x14 */
674 __IO uint32_t BGOR; /*!< DMA2D Background Offset Register, Address offset: 0x18 */
675 __IO uint32_t FGPFCCR; /*!< DMA2D Foreground PFC Control Register, Address offset: 0x1C */
676 __IO uint32_t FGCOLR; /*!< DMA2D Foreground Color Register, Address offset: 0x20 */
677 __IO uint32_t BGPFCCR; /*!< DMA2D Background PFC Control Register, Address offset: 0x24 */
678 __IO uint32_t BGCOLR; /*!< DMA2D Background Color Register, Address offset: 0x28 */
679 __IO uint32_t FGCMAR; /*!< DMA2D Foreground CLUT Memory Address Register, Address offset: 0x2C */
680 __IO uint32_t BGCMAR; /*!< DMA2D Background CLUT Memory Address Register, Address offset: 0x30 */
681 __IO uint32_t OPFCCR; /*!< DMA2D Output PFC Control Register, Address offset: 0x34 */
682 __IO uint32_t OCOLR; /*!< DMA2D Output Color Register, Address offset: 0x38 */
683 __IO uint32_t OMAR; /*!< DMA2D Output Memory Address Register, Address offset: 0x3C */
684 __IO uint32_t OOR; /*!< DMA2D Output Offset Register, Address offset: 0x40 */
685 __IO uint32_t NLR; /*!< DMA2D Number of Line Register, Address offset: 0x44 */
686 __IO uint32_t LWR; /*!< DMA2D Line Watermark Register, Address offset: 0x48 */
687 __IO uint32_t AMTCR; /*!< DMA2D AHB Master Timer Configuration Register, Address offset: 0x4C */
688 uint32_t RESERVED[236]; /*!< Reserved, 0x50-0x3FF */
689 __IO uint32_t FGCLUT[256]; /*!< DMA2D Foreground CLUT, Address offset:400-7FF */
690 __IO uint32_t BGCLUT[256]; /*!< DMA2D Background CLUT, Address offset:800-BFF */
691} DMA2D_TypeDef;
692
693
694/**
695 * @brief External Interrupt/Event Controller
696 */
697
698typedef struct
699{
700__IO uint32_t RTSR1; /*!< EXTI Rising trigger selection register, Address offset: 0x00 */
701__IO uint32_t FTSR1; /*!< EXTI Falling trigger selection register, Address offset: 0x04 */
702__IO uint32_t SWIER1; /*!< EXTI Software interrupt event register, Address offset: 0x08 */
703__IO uint32_t D3PMR1; /*!< EXTI D3 Pending mask register, (same register as to SRDPMR1) Address offset: 0x0C */
704__IO uint32_t D3PCR1L; /*!< EXTI D3 Pending clear selection register low, (same register as to SRDPCR1L) Address offset: 0x10 */
705__IO uint32_t D3PCR1H; /*!< EXTI D3 Pending clear selection register High, (same register as to SRDPCR1H) Address offset: 0x14 */
706uint32_t RESERVED1[2]; /*!< Reserved, 0x18 to 0x1C */
707__IO uint32_t RTSR2; /*!< EXTI Rising trigger selection register, Address offset: 0x20 */
708__IO uint32_t FTSR2; /*!< EXTI Falling trigger selection register, Address offset: 0x24 */
709__IO uint32_t SWIER2; /*!< EXTI Software interrupt event register, Address offset: 0x28 */
710__IO uint32_t D3PMR2; /*!< EXTI D3 Pending mask register, (same register as to SRDPMR2) Address offset: 0x2C */
711__IO uint32_t D3PCR2L; /*!< EXTI D3 Pending clear selection register low, (same register as to SRDPCR2L) Address offset: 0x30 */
712__IO uint32_t D3PCR2H; /*!< EXTI D3 Pending clear selection register High, (same register as to SRDPCR2H) Address offset: 0x34 */
713uint32_t RESERVED2[2]; /*!< Reserved, 0x38 to 0x3C */
714__IO uint32_t RTSR3; /*!< EXTI Rising trigger selection register, Address offset: 0x40 */
715__IO uint32_t FTSR3; /*!< EXTI Falling trigger selection register, Address offset: 0x44 */
716__IO uint32_t SWIER3; /*!< EXTI Software interrupt event register, Address offset: 0x48 */
717__IO uint32_t D3PMR3; /*!< EXTI D3 Pending mask register, (same register as to SRDPMR3) Address offset: 0x4C */
718__IO uint32_t D3PCR3L; /*!< EXTI D3 Pending clear selection register low, (same register as to SRDPCR3L) Address offset: 0x50 */
719__IO uint32_t D3PCR3H; /*!< EXTI D3 Pending clear selection register High, (same register as to SRDPCR3H) Address offset: 0x54 */
720uint32_t RESERVED3[10]; /*!< Reserved, 0x58 to 0x7C */
721__IO uint32_t IMR1; /*!< EXTI Interrupt mask register, Address offset: 0x80 */
722__IO uint32_t EMR1; /*!< EXTI Event mask register, Address offset: 0x84 */
723__IO uint32_t PR1; /*!< EXTI Pending register, Address offset: 0x88 */
724uint32_t RESERVED4; /*!< Reserved, 0x8C */
725__IO uint32_t IMR2; /*!< EXTI Interrupt mask register, Address offset: 0x90 */
726__IO uint32_t EMR2; /*!< EXTI Event mask register, Address offset: 0x94 */
727__IO uint32_t PR2; /*!< EXTI Pending register, Address offset: 0x98 */
728uint32_t RESERVED5; /*!< Reserved, 0x9C */
729__IO uint32_t IMR3; /*!< EXTI Interrupt mask register, Address offset: 0xA0 */
730__IO uint32_t EMR3; /*!< EXTI Event mask register, Address offset: 0xA4 */
731__IO uint32_t PR3; /*!< EXTI Pending register, Address offset: 0xA8 */
732}EXTI_TypeDef;
733
734typedef struct
735{
736__IO uint32_t IMR1; /*!< EXTI Interrupt mask register, Address offset: 0x00 */
737__IO uint32_t EMR1; /*!< EXTI Event mask register, Address offset: 0x04 */
738__IO uint32_t PR1; /*!< EXTI Pending register, Address offset: 0x08 */
739uint32_t RESERVED1; /*!< Reserved, 0x0C */
740__IO uint32_t IMR2; /*!< EXTI Interrupt mask register, Address offset: 0x10 */
741__IO uint32_t EMR2; /*!< EXTI Event mask register, Address offset: 0x14 */
742__IO uint32_t PR2; /*!< EXTI Pending register, Address offset: 0x18 */
743uint32_t RESERVED2; /*!< Reserved, 0x1C */
744__IO uint32_t IMR3; /*!< EXTI Interrupt mask register, Address offset: 0x20 */
745__IO uint32_t EMR3; /*!< EXTI Event mask register, Address offset: 0x24 */
746__IO uint32_t PR3; /*!< EXTI Pending register, Address offset: 0x28 */
747}EXTI_Core_TypeDef;
748
749
750/**
751 * @brief FLASH Registers
752 */
753
754typedef struct
755{
756 __IO uint32_t ACR; /*!< FLASH access control register, Address offset: 0x00 */
757 __IO uint32_t KEYR1; /*!< Flash Key Register for bank1, Address offset: 0x04 */
758 __IO uint32_t OPTKEYR; /*!< Flash Option Key Register, Address offset: 0x08 */
759 __IO uint32_t CR1; /*!< Flash Control Register for bank1, Address offset: 0x0C */
760 __IO uint32_t SR1; /*!< Flash Status Register for bank1, Address offset: 0x10 */
761 __IO uint32_t CCR1; /*!< Flash Control Register for bank1, Address offset: 0x14 */
762 __IO uint32_t OPTCR; /*!< Flash Option Control Register, Address offset: 0x18 */
763 __IO uint32_t OPTSR_CUR; /*!< Flash Option Status Current Register, Address offset: 0x1C */
764 __IO uint32_t OPTSR_PRG; /*!< Flash Option Status to Program Register, Address offset: 0x20 */
765 __IO uint32_t OPTCCR; /*!< Flash Option Clear Control Register, Address offset: 0x24 */
766 __IO uint32_t PRAR_CUR1; /*!< Flash Current Protection Address Register for bank1, Address offset: 0x28 */
767 __IO uint32_t PRAR_PRG1; /*!< Flash Protection Address to Program Register for bank1, Address offset: 0x2C */
768 __IO uint32_t SCAR_CUR1; /*!< Flash Current Secure Address Register for bank1, Address offset: 0x30 */
769 __IO uint32_t SCAR_PRG1; /*!< Flash Secure Address to Program Register for bank1, Address offset: 0x34 */
770 __IO uint32_t WPSN_CUR1; /*!< Flash Current Write Protection Register on bank1, Address offset: 0x38 */
771 __IO uint32_t WPSN_PRG1; /*!< Flash Write Protection to Program Register on bank1, Address offset: 0x3C */
772 __IO uint32_t BOOT_CUR; /*!< Flash Current Boot Address for Pelican Core Register, Address offset: 0x40 */
773 __IO uint32_t BOOT_PRG; /*!< Flash Boot Address to Program for Pelican Core Register, Address offset: 0x44 */
774 uint32_t RESERVED0[2]; /*!< Reserved, 0x48 to 0x4C */
775 __IO uint32_t CRCCR1; /*!< Flash CRC Control register For Bank1 Register , Address offset: 0x50 */
776 __IO uint32_t CRCSADD1; /*!< Flash CRC Start Address Register for Bank1 , Address offset: 0x54 */
777 __IO uint32_t CRCEADD1; /*!< Flash CRC End Address Register for Bank1 , Address offset: 0x58 */
778 __IO uint32_t CRCDATA; /*!< Flash CRC Data Register for Bank1 , Address offset: 0x5C */
779 __IO uint32_t ECC_FA1; /*!< Flash ECC Fail Address For Bank1 Register , Address offset: 0x60 */
780 uint32_t RESERVED; /*!< Reserved, 0x64 */
781 __IO uint32_t OTPBL_CUR; /*!< Flash Current OTP Block Lock Register, Address offset: 0x68 */
782 __IO uint32_t OTPBL_PRG; /*!< Flash OTP Block Lock to Program Register, Address offset: 0x6C */
783 uint32_t RESERVED1[37]; /*!< Reserved, 0x70 to 0x100 */
784 __IO uint32_t KEYR2; /*!< Flash Key Register for bank2, Address offset: 0x104 */
785 uint32_t RESERVED2; /*!< Reserved, 0x108 */
786 __IO uint32_t CR2; /*!< Flash Control Register for bank2, Address offset: 0x10C */
787 __IO uint32_t SR2; /*!< Flash Status Register for bank2, Address offset: 0x110 */
788 __IO uint32_t CCR2; /*!< Flash Status Register for bank2, Address offset: 0x114 */
789 uint32_t RESERVED3[4]; /*!< Reserved, 0x118 to 0x124 */
790 __IO uint32_t PRAR_CUR2; /*!< Flash Current Protection Address Register for bank2, Address offset: 0x128 */
791 __IO uint32_t PRAR_PRG2; /*!< Flash Protection Address to Program Register for bank2, Address offset: 0x12C */
792 __IO uint32_t SCAR_CUR2; /*!< Flash Current Secure Address Register for bank2, Address offset: 0x130 */
793 __IO uint32_t SCAR_PRG2; /*!< Flash Secure Address Register for bank2, Address offset: 0x134 */
794 __IO uint32_t WPSN_CUR2; /*!< Flash Current Write Protection Register on bank2, Address offset: 0x138 */
795 __IO uint32_t WPSN_PRG2; /*!< Flash Write Protection to Program Register on bank2, Address offset: 0x13C */
796 uint32_t RESERVED4[4]; /*!< Reserved, 0x140 to 0x14C */
797 __IO uint32_t CRCCR2; /*!< Flash CRC Control register For Bank2 Register , Address offset: 0x150 */
798 __IO uint32_t CRCSADD2; /*!< Flash CRC Start Address Register for Bank2 , Address offset: 0x154 */
799 __IO uint32_t CRCEADD2; /*!< Flash CRC End Address Register for Bank2 , Address offset: 0x158 */
800 __IO uint32_t CRCDATA2; /*!< Flash CRC Data Register for Bank2 , Address offset: 0x15C */
801 __IO uint32_t ECC_FA2; /*!< Flash ECC Fail Address For Bank2 Register , Address offset: 0x160 */
802} FLASH_TypeDef;
803
804/**
805 * @brief Flexible Memory Controller
806 */
807
808typedef struct
809{
810 __IO uint32_t BTCR[8]; /*!< NOR/PSRAM chip-select control register(BCR) and chip-select timing register(BTR), Address offset: 0x00-1C */
811} FMC_Bank1_TypeDef;
812
813/**
814 * @brief Flexible Memory Controller Bank1E
815 */
816
817typedef struct
818{
819 __IO uint32_t BWTR[7]; /*!< NOR/PSRAM write timing registers, Address offset: 0x104-0x11C */
820} FMC_Bank1E_TypeDef;
821
822/**
823 * @brief Flexible Memory Controller Bank2
824 */
825
826typedef struct
827{
828 __IO uint32_t PCR2; /*!< NAND Flash control register 2, Address offset: 0x60 */
829 __IO uint32_t SR2; /*!< NAND Flash FIFO status and interrupt register 2, Address offset: 0x64 */
830 __IO uint32_t PMEM2; /*!< NAND Flash Common memory space timing register 2, Address offset: 0x68 */
831 __IO uint32_t PATT2; /*!< NAND Flash Attribute memory space timing register 2, Address offset: 0x6C */
832 uint32_t RESERVED0; /*!< Reserved, 0x70 */
833 __IO uint32_t ECCR2; /*!< NAND Flash ECC result registers 2, Address offset: 0x74 */
834} FMC_Bank2_TypeDef;
835
836/**
837 * @brief Flexible Memory Controller Bank3
838 */
839
840typedef struct
841{
842 __IO uint32_t PCR; /*!< NAND Flash control register 3, Address offset: 0x80 */
843 __IO uint32_t SR; /*!< NAND Flash FIFO status and interrupt register 3, Address offset: 0x84 */
844 __IO uint32_t PMEM; /*!< NAND Flash Common memory space timing register 3, Address offset: 0x88 */
845 __IO uint32_t PATT; /*!< NAND Flash Attribute memory space timing register 3, Address offset: 0x8C */
846 uint32_t RESERVED; /*!< Reserved, 0x90 */
847 __IO uint32_t ECCR; /*!< NAND Flash ECC result registers 3, Address offset: 0x94 */
848} FMC_Bank3_TypeDef;
849
850/**
851 * @brief Flexible Memory Controller Bank5 and 6
852 */
853
854
855typedef struct
856{
857 __IO uint32_t SDCR[2]; /*!< SDRAM Control registers , Address offset: 0x140-0x144 */
858 __IO uint32_t SDTR[2]; /*!< SDRAM Timing registers , Address offset: 0x148-0x14C */
859 __IO uint32_t SDCMR; /*!< SDRAM Command Mode register, Address offset: 0x150 */
860 __IO uint32_t SDRTR; /*!< SDRAM Refresh Timer register, Address offset: 0x154 */
861 __IO uint32_t SDSR; /*!< SDRAM Status register, Address offset: 0x158 */
862} FMC_Bank5_6_TypeDef;
863
864/**
865 * @brief GFXMMU registers
866 */
867
868typedef struct
869{
870 __IO uint32_t CR; /*!< GFXMMU configuration register, Address offset: 0x00 */
871 __IO uint32_t SR; /*!< GFXMMU status register, Address offset: 0x04 */
872 __IO uint32_t FCR; /*!< GFXMMU flag clear register, Address offset: 0x08 */
873 __IO uint32_t CCR; /*!< GFXMMU Cache Control Register, Address offset: 0x0C */
874 __IO uint32_t DVR; /*!< GFXMMU default value register, Address offset: 0x10 */
875 uint32_t RESERVED1[3]; /*!< Reserved1, Address offset: 0x14 to 0x1C */
876 __IO uint32_t B0CR; /*!< GFXMMU buffer 0 configuration register, Address offset: 0x20 */
877 __IO uint32_t B1CR; /*!< GFXMMU buffer 1 configuration register, Address offset: 0x24 */
878 __IO uint32_t B2CR; /*!< GFXMMU buffer 2 configuration register, Address offset: 0x28 */
879 __IO uint32_t B3CR; /*!< GFXMMU buffer 3 configuration register, Address offset: 0x2C */
880 uint32_t RESERVED2[1008]; /*!< Reserved2, Address offset: 0x30 to 0xFEC */
881 __IO uint32_t HWCFGR; /*!< GFXMMU hardware configuration register, Address offset: 0xFF0 */
882 __IO uint32_t VERR; /*!< GFXMMU version register, Address offset: 0xFF4 */
883 __IO uint32_t IPIDR; /*!< GFXMMU identification register, Address offset: 0xFF8 */
884 __IO uint32_t SIDR; /*!< GFXMMU size identification register, Address offset: 0xFFC */
885 __IO uint32_t LUT[2048]; /*!< GFXMMU LUT registers, Address offset: 0x1000 to 0x2FFC
886 For LUT line i, LUTiL = LUT[2*i] and LUTiH = LUT[(2*i)+1] */
887} GFXMMU_TypeDef;
888/**
889 * @brief General Purpose I/O
890 */
891
892typedef struct
893{
894 __IO uint32_t MODER; /*!< GPIO port mode register, Address offset: 0x00 */
895 __IO uint32_t OTYPER; /*!< GPIO port output type register, Address offset: 0x04 */
896 __IO uint32_t OSPEEDR; /*!< GPIO port output speed register, Address offset: 0x08 */
897 __IO uint32_t PUPDR; /*!< GPIO port pull-up/pull-down register, Address offset: 0x0C */
898 __IO uint32_t IDR; /*!< GPIO port input data register, Address offset: 0x10 */
899 __IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */
900 __IO uint32_t BSRR; /*!< GPIO port bit set/reset, Address offset: 0x18 */
901 __IO uint32_t LCKR; /*!< GPIO port configuration lock register, Address offset: 0x1C */
902 __IO uint32_t AFR[2]; /*!< GPIO alternate function registers, Address offset: 0x20-0x24 */
903} GPIO_TypeDef;
904
905/**
906 * @brief Operational Amplifier (OPAMP)
907 */
908
909typedef struct
910{
911 __IO uint32_t CSR; /*!< OPAMP control/status register, Address offset: 0x00 */
912 __IO uint32_t OTR; /*!< OPAMP offset trimming register for normal mode, Address offset: 0x04 */
913 __IO uint32_t HSOTR; /*!< OPAMP offset trimming register for high speed mode, Address offset: 0x08 */
914} OPAMP_TypeDef;
915
916/**
917 * @brief System configuration controller
918 */
919
920typedef struct
921{
922 uint32_t RESERVED1; /*!< Reserved, Address offset: 0x00 */
923 __IO uint32_t PMCR; /*!< SYSCFG peripheral mode configuration register, Address offset: 0x04 */
924 __IO uint32_t EXTICR[4]; /*!< SYSCFG external interrupt configuration registers, Address offset: 0x08-0x14 */
925 __IO uint32_t CFGR; /*!< SYSCFG configuration registers, Address offset: 0x18 */
926 uint32_t RESERVED2; /*!< Reserved, Address offset: 0x1C */
927 __IO uint32_t CCCSR; /*!< SYSCFG compensation cell control/status register, Address offset: 0x20 */
928 __IO uint32_t CCVR; /*!< SYSCFG compensation cell value register, Address offset: 0x24 */
929 __IO uint32_t CCCR; /*!< SYSCFG compensation cell code register, Address offset: 0x28 */
930
931} SYSCFG_TypeDef;
932
933/**
934 * @brief Inter-integrated Circuit Interface
935 */
936
937typedef struct
938{
939 __IO uint32_t CR1; /*!< I2C Control register 1, Address offset: 0x00 */
940 __IO uint32_t CR2; /*!< I2C Control register 2, Address offset: 0x04 */
941 __IO uint32_t OAR1; /*!< I2C Own address 1 register, Address offset: 0x08 */
942 __IO uint32_t OAR2; /*!< I2C Own address 2 register, Address offset: 0x0C */
943 __IO uint32_t TIMINGR; /*!< I2C Timing register, Address offset: 0x10 */
944 __IO uint32_t TIMEOUTR; /*!< I2C Timeout register, Address offset: 0x14 */
945 __IO uint32_t ISR; /*!< I2C Interrupt and status register, Address offset: 0x18 */
946 __IO uint32_t ICR; /*!< I2C Interrupt clear register, Address offset: 0x1C */
947 __IO uint32_t PECR; /*!< I2C PEC register, Address offset: 0x20 */
948 __IO uint32_t RXDR; /*!< I2C Receive data register, Address offset: 0x24 */
949 __IO uint32_t TXDR; /*!< I2C Transmit data register, Address offset: 0x28 */
950} I2C_TypeDef;
951
952/**
953 * @brief Independent WATCHDOG
954 */
955
956typedef struct
957{
958 __IO uint32_t KR; /*!< IWDG Key register, Address offset: 0x00 */
959 __IO uint32_t PR; /*!< IWDG Prescaler register, Address offset: 0x04 */
960 __IO uint32_t RLR; /*!< IWDG Reload register, Address offset: 0x08 */
961 __IO uint32_t SR; /*!< IWDG Status register, Address offset: 0x0C */
962 __IO uint32_t WINR; /*!< IWDG Window register, Address offset: 0x10 */
963} IWDG_TypeDef;
964
965
966/**
967 * @brief JPEG Codec
968 */
969typedef struct
970{
971 __IO uint32_t CONFR0; /*!< JPEG Codec Control Register (JPEG_CONFR0), Address offset: 00h */
972 __IO uint32_t CONFR1; /*!< JPEG Codec Control Register (JPEG_CONFR1), Address offset: 04h */
973 __IO uint32_t CONFR2; /*!< JPEG Codec Control Register (JPEG_CONFR2), Address offset: 08h */
974 __IO uint32_t CONFR3; /*!< JPEG Codec Control Register (JPEG_CONFR3), Address offset: 0Ch */
975 __IO uint32_t CONFR4; /*!< JPEG Codec Control Register (JPEG_CONFR4), Address offset: 10h */
976 __IO uint32_t CONFR5; /*!< JPEG Codec Control Register (JPEG_CONFR5), Address offset: 14h */
977 __IO uint32_t CONFR6; /*!< JPEG Codec Control Register (JPEG_CONFR6), Address offset: 18h */
978 __IO uint32_t CONFR7; /*!< JPEG Codec Control Register (JPEG_CONFR7), Address offset: 1Ch */
979 uint32_t Reserved20[4]; /* Reserved Address offset: 20h-2Ch */
980 __IO uint32_t CR; /*!< JPEG Control Register (JPEG_CR), Address offset: 30h */
981 __IO uint32_t SR; /*!< JPEG Status Register (JPEG_SR), Address offset: 34h */
982 __IO uint32_t CFR; /*!< JPEG Clear Flag Register (JPEG_CFR), Address offset: 38h */
983 uint32_t Reserved3c; /* Reserved Address offset: 3Ch */
984 __IO uint32_t DIR; /*!< JPEG Data Input Register (JPEG_DIR), Address offset: 40h */
985 __IO uint32_t DOR; /*!< JPEG Data Output Register (JPEG_DOR), Address offset: 44h */
986 uint32_t Reserved48[2]; /* Reserved Address offset: 48h-4Ch */
987 __IO uint32_t QMEM0[16]; /*!< JPEG quantization tables 0, Address offset: 50h-8Ch */
988 __IO uint32_t QMEM1[16]; /*!< JPEG quantization tables 1, Address offset: 90h-CCh */
989 __IO uint32_t QMEM2[16]; /*!< JPEG quantization tables 2, Address offset: D0h-10Ch */
990 __IO uint32_t QMEM3[16]; /*!< JPEG quantization tables 3, Address offset: 110h-14Ch */
991 __IO uint32_t HUFFMIN[16]; /*!< JPEG HuffMin tables, Address offset: 150h-18Ch */
992 __IO uint32_t HUFFBASE[32]; /*!< JPEG HuffSymb tables, Address offset: 190h-20Ch */
993 __IO uint32_t HUFFSYMB[84]; /*!< JPEG HUFFSYMB tables, Address offset: 210h-35Ch */
994 __IO uint32_t DHTMEM[103]; /*!< JPEG DHTMem tables, Address offset: 360h-4F8h */
995 uint32_t Reserved4FC; /* Reserved Address offset: 4FCh */
996 __IO uint32_t HUFFENC_AC0[88]; /*!< JPEG encodor, AC Huffman table 0, Address offset: 500h-65Ch */
997 __IO uint32_t HUFFENC_AC1[88]; /*!< JPEG encodor, AC Huffman table 1, Address offset: 660h-7BCh */
998 __IO uint32_t HUFFENC_DC0[8]; /*!< JPEG encodor, DC Huffman table 0, Address offset: 7C0h-7DCh */
999 __IO uint32_t HUFFENC_DC1[8]; /*!< JPEG encodor, DC Huffman table 1, Address offset: 7E0h-7FCh */
1000
1001} JPEG_TypeDef;
1002
1003/**
1004 * @brief LCD-TFT Display Controller
1005 */
1006
1007typedef struct
1008{
1009 uint32_t RESERVED0[2]; /*!< Reserved, 0x00-0x04 */
1010 __IO uint32_t SSCR; /*!< LTDC Synchronization Size Configuration Register, Address offset: 0x08 */
1011 __IO uint32_t BPCR; /*!< LTDC Back Porch Configuration Register, Address offset: 0x0C */
1012 __IO uint32_t AWCR; /*!< LTDC Active Width Configuration Register, Address offset: 0x10 */
1013 __IO uint32_t TWCR; /*!< LTDC Total Width Configuration Register, Address offset: 0x14 */
1014 __IO uint32_t GCR; /*!< LTDC Global Control Register, Address offset: 0x18 */
1015 uint32_t RESERVED1[2]; /*!< Reserved, 0x1C-0x20 */
1016 __IO uint32_t SRCR; /*!< LTDC Shadow Reload Configuration Register, Address offset: 0x24 */
1017 uint32_t RESERVED2[1]; /*!< Reserved, 0x28 */
1018 __IO uint32_t BCCR; /*!< LTDC Background Color Configuration Register, Address offset: 0x2C */
1019 uint32_t RESERVED3[1]; /*!< Reserved, 0x30 */
1020 __IO uint32_t IER; /*!< LTDC Interrupt Enable Register, Address offset: 0x34 */
1021 __IO uint32_t ISR; /*!< LTDC Interrupt Status Register, Address offset: 0x38 */
1022 __IO uint32_t ICR; /*!< LTDC Interrupt Clear Register, Address offset: 0x3C */
1023 __IO uint32_t LIPCR; /*!< LTDC Line Interrupt Position Configuration Register, Address offset: 0x40 */
1024 __IO uint32_t CPSR; /*!< LTDC Current Position Status Register, Address offset: 0x44 */
1025 __IO uint32_t CDSR; /*!< LTDC Current Display Status Register, Address offset: 0x48 */
1026} LTDC_TypeDef;
1027
1028/**
1029 * @brief LCD-TFT Display layer x Controller
1030 */
1031
1032typedef struct
1033{
1034 __IO uint32_t CR; /*!< LTDC Layerx Control Register Address offset: 0x84 */
1035 __IO uint32_t WHPCR; /*!< LTDC Layerx Window Horizontal Position Configuration Register Address offset: 0x88 */
1036 __IO uint32_t WVPCR; /*!< LTDC Layerx Window Vertical Position Configuration Register Address offset: 0x8C */
1037 __IO uint32_t CKCR; /*!< LTDC Layerx Color Keying Configuration Register Address offset: 0x90 */
1038 __IO uint32_t PFCR; /*!< LTDC Layerx Pixel Format Configuration Register Address offset: 0x94 */
1039 __IO uint32_t CACR; /*!< LTDC Layerx Constant Alpha Configuration Register Address offset: 0x98 */
1040 __IO uint32_t DCCR; /*!< LTDC Layerx Default Color Configuration Register Address offset: 0x9C */
1041 __IO uint32_t BFCR; /*!< LTDC Layerx Blending Factors Configuration Register Address offset: 0xA0 */
1042 uint32_t RESERVED0[2]; /*!< Reserved */
1043 __IO uint32_t CFBAR; /*!< LTDC Layerx Color Frame Buffer Address Register Address offset: 0xAC */
1044 __IO uint32_t CFBLR; /*!< LTDC Layerx Color Frame Buffer Length Register Address offset: 0xB0 */
1045 __IO uint32_t CFBLNR; /*!< LTDC Layerx ColorFrame Buffer Line Number Register Address offset: 0xB4 */
1046 uint32_t RESERVED1[3]; /*!< Reserved */
1047 __IO uint32_t CLUTWR; /*!< LTDC Layerx CLUT Write Register Address offset: 0x144 */
1048
1049} LTDC_Layer_TypeDef;
1050
1051/**
1052 * @brief Power Control
1053 */
1054
1055typedef struct
1056{
1057 __IO uint32_t CR1; /*!< PWR power control register 1, Address offset: 0x00 */
1058 __IO uint32_t CSR1; /*!< PWR power control status register 1, Address offset: 0x04 */
1059 __IO uint32_t CR2; /*!< PWR power control register 2, Address offset: 0x08 */
1060 __IO uint32_t CR3; /*!< PWR power control register 3, Address offset: 0x0C */
1061 __IO uint32_t CPUCR; /*!< PWR CPU control register, Address offset: 0x10 */
1062 uint32_t RESERVED0; /*!< Reserved, Address offset: 0x14 */
1063 __IO uint32_t SRDCR; /*!< PWR SRD domain control register, Address offset: 0x18 */
1064 uint32_t RESERVED1; /*!< Reserved, Address offset: 0x1C */
1065 __IO uint32_t WKUPCR; /*!< PWR wakeup clear register, Address offset: 0x20 */
1066 __IO uint32_t WKUPFR; /*!< PWR wakeup flag register, Address offset: 0x24 */
1067 __IO uint32_t WKUPEPR; /*!< PWR wakeup enable and polarity register, Address offset: 0x28 */
1068} PWR_TypeDef;
1069
1070/**
1071 * @brief Reset and Clock Control
1072 */
1073
1074typedef struct
1075{
1076 __IO uint32_t CR; /*!< RCC clock control register, Address offset: 0x00 */
1077 __IO uint32_t HSICFGR; /*!< HSI Clock Calibration Register, Address offset: 0x04 */
1078 __IO uint32_t CRRCR; /*!< Clock Recovery RC Register, Address offset: 0x08 */
1079 __IO uint32_t CSICFGR; /*!< CSI Clock Calibration Register, Address offset: 0x0C */
1080 __IO uint32_t CFGR; /*!< RCC clock configuration register, Address offset: 0x10 */
1081 uint32_t RESERVED1; /*!< Reserved, Address offset: 0x14 */
1082 __IO uint32_t CDCFGR1; /*!< RCC Domain 1 configuration register, Address offset: 0x18 */
1083 __IO uint32_t CDCFGR2; /*!< RCC Domain 2 configuration register, Address offset: 0x1C */
1084 __IO uint32_t SRDCFGR; /*!< RCC Domain 3 configuration register, Address offset: 0x20 */
1085 uint32_t RESERVED2; /*!< Reserved, Address offset: 0x24 */
1086 __IO uint32_t PLLCKSELR; /*!< RCC PLLs Clock Source Selection Register, Address offset: 0x28 */
1087 __IO uint32_t PLLCFGR; /*!< RCC PLLs Configuration Register, Address offset: 0x2C */
1088 __IO uint32_t PLL1DIVR; /*!< RCC PLL1 Dividers Configuration Register, Address offset: 0x30 */
1089 __IO uint32_t PLL1FRACR; /*!< RCC PLL1 Fractional Divider Configuration Register, Address offset: 0x34 */
1090 __IO uint32_t PLL2DIVR; /*!< RCC PLL2 Dividers Configuration Register, Address offset: 0x38 */
1091 __IO uint32_t PLL2FRACR; /*!< RCC PLL2 Fractional Divider Configuration Register, Address offset: 0x3C */
1092 __IO uint32_t PLL3DIVR; /*!< RCC PLL3 Dividers Configuration Register, Address offset: 0x40 */
1093 __IO uint32_t PLL3FRACR; /*!< RCC PLL3 Fractional Divider Configuration Register, Address offset: 0x44 */
1094 uint32_t RESERVED3; /*!< Reserved, Address offset: 0x48 */
1095 __IO uint32_t CDCCIPR; /*!< RCC Domain 1 Kernel Clock Configuration Register Address offset: 0x4C */
1096 __IO uint32_t CDCCIP1R; /*!< RCC Domain 2 Kernel Clock Configuration Register Address offset: 0x50 */
1097 __IO uint32_t CDCCIP2R; /*!< RCC Domain 2 Kernel Clock Configuration Register Address offset: 0x54 */
1098 __IO uint32_t SRDCCIPR; /*!< RCC Domain 3 Kernel Clock Configuration Register Address offset: 0x58 */
1099 uint32_t RESERVED4; /*!< Reserved, Address offset: 0x5C */
1100 __IO uint32_t CIER; /*!< RCC Clock Source Interrupt Enable Register Address offset: 0x60 */
1101 __IO uint32_t CIFR; /*!< RCC Clock Source Interrupt Flag Register Address offset: 0x64 */
1102 __IO uint32_t CICR; /*!< RCC Clock Source Interrupt Clear Register Address offset: 0x68 */
1103 uint32_t RESERVED5; /*!< Reserved, Address offset: 0x6C */
1104 __IO uint32_t BDCR; /*!< RCC Vswitch Backup Domain Control Register, Address offset: 0x70 */
1105 __IO uint32_t CSR; /*!< RCC clock control & status register, Address offset: 0x74 */
1106 uint32_t RESERVED6; /*!< Reserved, Address offset: 0x78 */
1107 __IO uint32_t AHB3RSTR; /*!< RCC AHB3 peripheral reset register, Address offset: 0x7C */
1108 __IO uint32_t AHB1RSTR; /*!< RCC AHB1 peripheral reset register, Address offset: 0x80 */
1109 __IO uint32_t AHB2RSTR; /*!< RCC AHB2 peripheral reset register, Address offset: 0x84 */
1110 __IO uint32_t AHB4RSTR; /*!< RCC AHB4 peripheral reset register, Address offset: 0x88 */
1111 __IO uint32_t APB3RSTR; /*!< RCC APB3 peripheral reset register, Address offset: 0x8C */
1112 __IO uint32_t APB1LRSTR; /*!< RCC APB1 peripheral reset Low Word register, Address offset: 0x90 */
1113 __IO uint32_t APB1HRSTR; /*!< RCC APB1 peripheral reset High Word register, Address offset: 0x94 */
1114 __IO uint32_t APB2RSTR; /*!< RCC APB2 peripheral reset register, Address offset: 0x98 */
1115 __IO uint32_t APB4RSTR; /*!< RCC APB4 peripheral reset register, Address offset: 0x9C */
1116 uint32_t RESERVED7; /*!< Reserved, Address offset: 0xA0 */
1117 uint32_t RESERVED8; /*!< Reserved, Address offset: 0xA4 */
1118 __IO uint32_t SRDAMR; /*!< RCC Domain 3 Autonomous Mode Register, Address offset: 0xA8 */
1119 uint32_t RESERVED9; /*!< Reserved, 0xAC-0xAF Address offset: 0xAC */
1120 __IO uint32_t CKGAENR; /*!< AXI Clocks Gating Enable Register, Address offset: 0xB0 */
1121 uint32_t RESERVED10[31]; /*!< Reserved, 0xAC-0xAF Address offset: 0xAC */
1122 __IO uint32_t RSR; /*!< RCC Reset status register, Address offset: 0xD0 */
1123 __IO uint32_t AHB3ENR; /*!< RCC AHB3 peripheral clock register, Address offset: 0xD4 */
1124 __IO uint32_t AHB1ENR; /*!< RCC AHB1 peripheral clock register, Address offset: 0xD8 */
1125 __IO uint32_t AHB2ENR; /*!< RCC AHB2 peripheral clock register, Address offset: 0xDC */
1126 __IO uint32_t AHB4ENR; /*!< RCC AHB4 peripheral clock register, Address offset: 0xE0 */
1127 __IO uint32_t APB3ENR; /*!< RCC APB3 peripheral clock register, Address offset: 0xE4 */
1128 __IO uint32_t APB1LENR; /*!< RCC APB1 peripheral clock Low Word register, Address offset: 0xE8 */
1129 __IO uint32_t APB1HENR; /*!< RCC APB1 peripheral clock High Word register, Address offset: 0xEC */
1130 __IO uint32_t APB2ENR; /*!< RCC APB2 peripheral clock register, Address offset: 0xF0 */
1131 __IO uint32_t APB4ENR; /*!< RCC APB4 peripheral clock register, Address offset: 0xF4 */
1132 uint32_t RESERVED12; /*!< Reserved, Address offset: 0xF8 */
1133 __IO uint32_t AHB3LPENR; /*!< RCC AHB3 peripheral sleep clock register, Address offset: 0xFC */
1134 __IO uint32_t AHB1LPENR; /*!< RCC AHB1 peripheral sleep clock register, Address offset: 0x100 */
1135 __IO uint32_t AHB2LPENR; /*!< RCC AHB2 peripheral sleep clock register, Address offset: 0x104 */
1136 __IO uint32_t AHB4LPENR; /*!< RCC AHB4 peripheral sleep clock register, Address offset: 0x108 */
1137 __IO uint32_t APB3LPENR; /*!< RCC APB3 peripheral sleep clock register, Address offset: 0x10C */
1138 __IO uint32_t APB1LLPENR; /*!< RCC APB1 peripheral sleep clock Low Word register, Address offset: 0x110 */
1139 __IO uint32_t APB1HLPENR; /*!< RCC APB1 peripheral sleep clock High Word register, Address offset: 0x114 */
1140 __IO uint32_t APB2LPENR; /*!< RCC APB2 peripheral sleep clock register, Address offset: 0x118 */
1141 __IO uint32_t APB4LPENR; /*!< RCC APB4 peripheral sleep clock register, Address offset: 0x11C */
1142 uint32_t RESERVED13[4]; /*!< Reserved, 0x120-0x12C Address offset: 0x120 */
1143
1144} RCC_TypeDef;
1145
1146
1147/**
1148 * @brief Real-Time Clock
1149 */
1150typedef struct
1151{
1152 __IO uint32_t TR; /*!< RTC time register, Address offset: 0x00 */
1153 __IO uint32_t DR; /*!< RTC date register, Address offset: 0x04 */
1154 __IO uint32_t SSR; /*!< RTC sub second register, Address offset: 0x08 */
1155 __IO uint32_t ICSR; /*!< RTC initialization control and status register, Address offset: 0x0C */
1156 __IO uint32_t PRER; /*!< RTC prescaler register, Address offset: 0x10 */
1157 __IO uint32_t WUTR; /*!< RTC wakeup timer register, Address offset: 0x14 */
1158 __IO uint32_t CR; /*!< RTC control register, Address offset: 0x18 */
1159 uint32_t RESERVED0; /*!< Reserved, Address offset: 0x1C */
1160 uint32_t RESERVED1; /*!< Reserved, Address offset: 0x20 */
1161 __IO uint32_t WPR; /*!< RTC write protection register, Address offset: 0x24 */
1162 __IO uint32_t CALR; /*!< RTC calibration register, Address offset: 0x28 */
1163 __IO uint32_t SHIFTR; /*!< RTC shift control register, Address offset: 0x2C */
1164 __IO uint32_t TSTR; /*!< RTC time stamp time register, Address offset: 0x30 */
1165 __IO uint32_t TSDR; /*!< RTC time stamp date register, Address offset: 0x34 */
1166 __IO uint32_t TSSSR; /*!< RTC time-stamp sub second register, Address offset: 0x38 */
1167 uint32_t RESERVED2; /*!< Reserved, Address offset: 0x3C */
1168 __IO uint32_t ALRMAR; /*!< RTC alarm A register, Address offset: 0x40 */
1169 __IO uint32_t ALRMASSR; /*!< RTC alarm A sub second register, Address offset: 0x44 */
1170 __IO uint32_t ALRMBR; /*!< RTC alarm B register, Address offset: 0x48 */
1171 __IO uint32_t ALRMBSSR; /*!< RTC alarm B sub second register, Address offset: 0x4C */
1172 __IO uint32_t SR; /*!< RTC Status register, Address offset: 0x50 */
1173 __IO uint32_t MISR; /*!< RTC masked interrupt status register, Address offset: 0x54 */
1174 uint32_t RESERVED3; /*!< Reserved, Address offset: 0x58 */
1175 __IO uint32_t SCR; /*!< RTC status Clear register, Address offset: 0x5C */
1176 __IO uint32_t CFGR; /*!< RTC configuration register, Address offset: 0x60 */
1177} RTC_TypeDef;
1178
1179/**
1180 * @brief Tamper and backup registers
1181 */
1182typedef struct
1183{
1184 __IO uint32_t CR1; /*!< TAMP configuration register 1, Address offset: 0x00 */
1185 __IO uint32_t CR2; /*!< TAMP configuration register 2, Address offset: 0x04 */
1186 uint32_t RESERVED0; /*!< Reserved, Address offset: 0x08 */
1187 __IO uint32_t FLTCR; /*!< TAMP filter control register, Address offset: 0x0C */
1188 __IO uint32_t ATCR1; /*!< TAMP active tamper control register, Address offset: 0x10 */
1189 __IO uint32_t ATSEEDR; /*!< TAMP active tamper seed register, Address offset: 0x14 */
1190 __IO uint32_t ATOR; /*!< TAMP active tamper output register, Address offset: 0x18 */
1191 uint32_t RESERVED1[4]; /*!< Reserved, Address offset: 0x1C -- 0x28 */
1192 __IO uint32_t IER; /*!< TAMP interrupt enable register, Address offset: 0x2C */
1193 __IO uint32_t SR; /*!< TAMP status register, Address offset: 0x30 */
1194 __IO uint32_t MISR; /*!< TAMP masked interrupt status register, Address offset: 0x34 */
1195 uint32_t RESERVED2; /*!< Reserved, Address offset: 0x38 */
1196 __IO uint32_t SCR; /*!< TAMP status clear register, Address offset: 0x3C */
1197 __IO uint32_t COUNTR; /*!< TAMP monotonic counter register, Address offset: 0x40 */
1198 uint32_t RESERVED3[3]; /*!< Reserved, Address offset: 0x44 -- 0x4C */
1199 __IO uint32_t CFGR; /*!< TAMP configuration register, Address offset: 0x50 */
1200 uint32_t RESERVED4[43]; /*!< Reserved, Address offset: 0x54 -- 0xFC */
1201 __IO uint32_t BKP0R; /*!< TAMP backup register 0, Address offset: 0x100 */
1202 __IO uint32_t BKP1R; /*!< TAMP backup register 1, Address offset: 0x104 */
1203 __IO uint32_t BKP2R; /*!< TAMP backup register 2, Address offset: 0x108 */
1204 __IO uint32_t BKP3R; /*!< TAMP backup register 3, Address offset: 0x10C */
1205 __IO uint32_t BKP4R; /*!< TAMP backup register 4, Address offset: 0x110 */
1206 __IO uint32_t BKP5R; /*!< TAMP backup register 5, Address offset: 0x114 */
1207 __IO uint32_t BKP6R; /*!< TAMP backup register 6, Address offset: 0x118 */
1208 __IO uint32_t BKP7R; /*!< TAMP backup register 7, Address offset: 0x11C */
1209 __IO uint32_t BKP8R; /*!< TAMP backup register 8, Address offset: 0x120 */
1210 __IO uint32_t BKP9R; /*!< TAMP backup register 9, Address offset: 0x124 */
1211 __IO uint32_t BKP10R; /*!< TAMP backup register 10, Address offset: 0x128 */
1212 __IO uint32_t BKP11R; /*!< TAMP backup register 11, Address offset: 0x12C */
1213 __IO uint32_t BKP12R; /*!< TAMP backup register 12, Address offset: 0x130 */
1214 __IO uint32_t BKP13R; /*!< TAMP backup register 13, Address offset: 0x134 */
1215 __IO uint32_t BKP14R; /*!< TAMP backup register 14, Address offset: 0x138 */
1216 __IO uint32_t BKP15R; /*!< TAMP backup register 15, Address offset: 0x13C */
1217 __IO uint32_t BKP16R; /*!< TAMP backup register 16, Address offset: 0x140 */
1218 __IO uint32_t BKP17R; /*!< TAMP backup register 17, Address offset: 0x144 */
1219 __IO uint32_t BKP18R; /*!< TAMP backup register 18, Address offset: 0x148 */
1220 __IO uint32_t BKP19R; /*!< TAMP backup register 19, Address offset: 0x14C */
1221 __IO uint32_t BKP20R; /*!< TAMP backup register 20, Address offset: 0x150 */
1222 __IO uint32_t BKP21R; /*!< TAMP backup register 21, Address offset: 0x154 */
1223 __IO uint32_t BKP22R; /*!< TAMP backup register 22, Address offset: 0x158 */
1224 __IO uint32_t BKP23R; /*!< TAMP backup register 23, Address offset: 0x15C */
1225 __IO uint32_t BKP24R; /*!< TAMP backup register 24, Address offset: 0x160 */
1226 __IO uint32_t BKP25R; /*!< TAMP backup register 25, Address offset: 0x164 */
1227 __IO uint32_t BKP26R; /*!< TAMP backup register 26, Address offset: 0x168 */
1228 __IO uint32_t BKP27R; /*!< TAMP backup register 27, Address offset: 0x16C */
1229 __IO uint32_t BKP28R; /*!< TAMP backup register 28, Address offset: 0x170 */
1230 __IO uint32_t BKP29R; /*!< TAMP backup register 29, Address offset: 0x174 */
1231 __IO uint32_t BKP30R; /*!< TAMP backup register 30, Address offset: 0x178 */
1232 __IO uint32_t BKP31R; /*!< TAMP backup register 31, Address offset: 0x17C */
1233} TAMP_TypeDef;
1234
1235/**
1236 * @brief Serial Audio Interface
1237 */
1238
1239typedef struct
1240{
1241 __IO uint32_t GCR; /*!< SAI global configuration register, Address offset: 0x00 */
1242 uint32_t RESERVED0[16]; /*!< Reserved, 0x04 - 0x43 */
1243 __IO uint32_t PDMCR; /*!< SAI PDM control register, Address offset: 0x44 */
1244 __IO uint32_t PDMDLY; /*!< SAI PDM delay register, Address offset: 0x48 */
1245} SAI_TypeDef;
1246
1247typedef struct
1248{
1249 __IO uint32_t CR1; /*!< SAI block x configuration register 1, Address offset: 0x04 */
1250 __IO uint32_t CR2; /*!< SAI block x configuration register 2, Address offset: 0x08 */
1251 __IO uint32_t FRCR; /*!< SAI block x frame configuration register, Address offset: 0x0C */
1252 __IO uint32_t SLOTR; /*!< SAI block x slot register, Address offset: 0x10 */
1253 __IO uint32_t IMR; /*!< SAI block x interrupt mask register, Address offset: 0x14 */
1254 __IO uint32_t SR; /*!< SAI block x status register, Address offset: 0x18 */
1255 __IO uint32_t CLRFR; /*!< SAI block x clear flag register, Address offset: 0x1C */
1256 __IO uint32_t DR; /*!< SAI block x data register, Address offset: 0x20 */
1257} SAI_Block_TypeDef;
1258
1259/**
1260 * @brief SPDIF-RX Interface
1261 */
1262
1263typedef struct
1264{
1265 __IO uint32_t CR; /*!< Control register, Address offset: 0x00 */
1266 __IO uint32_t IMR; /*!< Interrupt mask register, Address offset: 0x04 */
1267 __IO uint32_t SR; /*!< Status register, Address offset: 0x08 */
1268 __IO uint32_t IFCR; /*!< Interrupt Flag Clear register, Address offset: 0x0C */
1269 __IO uint32_t DR; /*!< Data input register, Address offset: 0x10 */
1270 __IO uint32_t CSR; /*!< Channel Status register, Address offset: 0x14 */
1271 __IO uint32_t DIR; /*!< Debug Information register, Address offset: 0x18 */
1272 uint32_t RESERVED2; /*!< Reserved, 0x1A */
1273} SPDIFRX_TypeDef;
1274
1275
1276/**
1277 * @brief Secure digital input/output Interface
1278 */
1279
1280typedef struct
1281{
1282 __IO uint32_t POWER; /*!< SDMMC power control register, Address offset: 0x00 */
1283 __IO uint32_t CLKCR; /*!< SDMMC clock control register, Address offset: 0x04 */
1284 __IO uint32_t ARG; /*!< SDMMC argument register, Address offset: 0x08 */
1285 __IO uint32_t CMD; /*!< SDMMC command register, Address offset: 0x0C */
1286 __I uint32_t RESPCMD; /*!< SDMMC command response register, Address offset: 0x10 */
1287 __I uint32_t RESP1; /*!< SDMMC response 1 register, Address offset: 0x14 */
1288 __I uint32_t RESP2; /*!< SDMMC response 2 register, Address offset: 0x18 */
1289 __I uint32_t RESP3; /*!< SDMMC response 3 register, Address offset: 0x1C */
1290 __I uint32_t RESP4; /*!< SDMMC response 4 register, Address offset: 0x20 */
1291 __IO uint32_t DTIMER; /*!< SDMMC data timer register, Address offset: 0x24 */
1292 __IO uint32_t DLEN; /*!< SDMMC data length register, Address offset: 0x28 */
1293 __IO uint32_t DCTRL; /*!< SDMMC data control register, Address offset: 0x2C */
1294 __I uint32_t DCOUNT; /*!< SDMMC data counter register, Address offset: 0x30 */
1295 __I uint32_t STA; /*!< SDMMC status register, Address offset: 0x34 */
1296 __IO uint32_t ICR; /*!< SDMMC interrupt clear register, Address offset: 0x38 */
1297 __IO uint32_t MASK; /*!< SDMMC mask register, Address offset: 0x3C */
1298 __IO uint32_t ACKTIME; /*!< SDMMC Acknowledgement timer register, Address offset: 0x40 */
1299 uint32_t RESERVED0[3]; /*!< Reserved, 0x44 - 0x4C - 0x4C */
1300 __IO uint32_t IDMACTRL; /*!< SDMMC DMA control register, Address offset: 0x50 */
1301 __IO uint32_t IDMABSIZE; /*!< SDMMC DMA buffer size register, Address offset: 0x54 */
1302 __IO uint32_t IDMABASE0; /*!< SDMMC DMA buffer 0 base address register, Address offset: 0x58 */
1303 __IO uint32_t IDMABASE1; /*!< SDMMC DMA buffer 1 base address register, Address offset: 0x5C */
1304 uint32_t RESERVED1[8]; /*!< Reserved, 0x60-0x7C */
1305 __IO uint32_t FIFO; /*!< SDMMC data FIFO register, Address offset: 0x80 */
1306 uint32_t RESERVED2[222]; /*!< Reserved, 0x84-0x3F8 */
1307 __IO uint32_t IPVR; /*!< SDMMC data FIFO register, Address offset: 0x3FC */
1308} SDMMC_TypeDef;
1309
1310
1311/**
1312 * @brief Delay Block DLYB
1313 */
1314
1315typedef struct
1316{
1317 __IO uint32_t CR; /*!< DELAY BLOCK control register, Address offset: 0x00 */
1318 __IO uint32_t CFGR; /*!< DELAY BLOCK configuration register, Address offset: 0x04 */
1319} DLYB_TypeDef;
1320
1321/**
1322 * @brief HW Semaphore HSEM
1323 */
1324
1325typedef struct
1326{
1327 __IO uint32_t R[32]; /*!< 2-step write lock and read back registers, Address offset: 00h-7Ch */
1328 __IO uint32_t RLR[32]; /*!< 1-step read lock registers, Address offset: 80h-FCh */
1329 __IO uint32_t C1IER; /*!< HSEM Interrupt enable register , Address offset: 100h */
1330 __IO uint32_t C1ICR; /*!< HSEM Interrupt clear register , Address offset: 104h */
1331 __IO uint32_t C1ISR; /*!< HSEM Interrupt Status register , Address offset: 108h */
1332 __IO uint32_t C1MISR; /*!< HSEM Interrupt Masked Status register , Address offset: 10Ch */
1333 uint32_t Reserved[12]; /* Reserved Address offset: 110h-13Ch */
1334 __IO uint32_t CR; /*!< HSEM Semaphore clear register , Address offset: 140h */
1335 __IO uint32_t KEYR; /*!< HSEM Semaphore clear key register , Address offset: 144h */
1336
1337} HSEM_TypeDef;
1338
1339typedef struct
1340{
1341 __IO uint32_t IER; /*!< HSEM interrupt enable register , Address offset: 0h */
1342 __IO uint32_t ICR; /*!< HSEM interrupt clear register , Address offset: 4h */
1343 __IO uint32_t ISR; /*!< HSEM interrupt status register , Address offset: 8h */
1344 __IO uint32_t MISR; /*!< HSEM masked interrupt status register , Address offset: Ch */
1345} HSEM_Common_TypeDef;
1346
1347/**
1348 * @brief Serial Peripheral Interface
1349 */
1350
1351typedef struct
1352{
1353 __IO uint32_t CR1; /*!< SPI/I2S Control register 1, Address offset: 0x00 */
1354 __IO uint32_t CR2; /*!< SPI Control register 2, Address offset: 0x04 */
1355 __IO uint32_t CFG1; /*!< SPI Configuration register 1, Address offset: 0x08 */
1356 __IO uint32_t CFG2; /*!< SPI Configuration register 2, Address offset: 0x0C */
1357 __IO uint32_t IER; /*!< SPI/I2S Interrupt Enable register, Address offset: 0x10 */
1358 __IO uint32_t SR; /*!< SPI/I2S Status register, Address offset: 0x14 */
1359 __IO uint32_t IFCR; /*!< SPI/I2S Interrupt/Status flags clear register, Address offset: 0x18 */
1360 uint32_t RESERVED0; /*!< Reserved, 0x1C */
1361 __IO uint32_t TXDR; /*!< SPI/I2S Transmit data register, Address offset: 0x20 */
1362 uint32_t RESERVED1[3]; /*!< Reserved, 0x24-0x2C */
1363 __IO uint32_t RXDR; /*!< SPI/I2S Receive data register, Address offset: 0x30 */
1364 uint32_t RESERVED2[3]; /*!< Reserved, 0x34-0x3C */
1365 __IO uint32_t CRCPOLY; /*!< SPI CRC Polynomial register, Address offset: 0x40 */
1366 __IO uint32_t TXCRC; /*!< SPI Transmitter CRC register, Address offset: 0x44 */
1367 __IO uint32_t RXCRC; /*!< SPI Receiver CRC register, Address offset: 0x48 */
1368 __IO uint32_t UDRDR; /*!< SPI Underrun data register, Address offset: 0x4C */
1369 __IO uint32_t I2SCFGR; /*!< I2S Configuration register, Address offset: 0x50 */
1370
1371} SPI_TypeDef;
1372
1373/**
1374 * @brief DTS
1375 */
1376typedef struct
1377{
1378 __IO uint32_t CFGR1; /*!< DTS configuration register, Address offset: 0x00 */
1379 uint32_t RESERVED0; /*!< Reserved, Address offset: 0x04 */
1380 __IO uint32_t T0VALR1; /*!< DTS T0 Value register, Address offset: 0x08 */
1381 uint32_t RESERVED1; /*!< Reserved, Address offset: 0x0C */
1382 __IO uint32_t RAMPVALR; /*!< DTS Ramp value register, Address offset: 0x10 */
1383 __IO uint32_t ITR1; /*!< DTS Interrupt threshold register, Address offset: 0x14 */
1384 uint32_t RESERVED2; /*!< Reserved, Address offset: 0x18 */
1385 __IO uint32_t DR; /*!< DTS data register, Address offset: 0x1C */
1386 __IO uint32_t SR; /*!< DTS status register Address offset: 0x20 */
1387 __IO uint32_t ITENR; /*!< DTS Interrupt enable register, Address offset: 0x24 */
1388 __IO uint32_t ICIFR; /*!< DTS Clear Interrupt flag register, Address offset: 0x28 */
1389 __IO uint32_t OR; /*!< DTS option register 1, Address offset: 0x2C */
1390}
1391DTS_TypeDef;
1392
1393/**
1394 * @brief TIM
1395 */
1396
1397typedef struct
1398{
1399 __IO uint32_t CR1; /*!< TIM control register 1, Address offset: 0x00 */
1400 __IO uint32_t CR2; /*!< TIM control register 2, Address offset: 0x04 */
1401 __IO uint32_t SMCR; /*!< TIM slave mode control register, Address offset: 0x08 */
1402 __IO uint32_t DIER; /*!< TIM DMA/interrupt enable register, Address offset: 0x0C */
1403 __IO uint32_t SR; /*!< TIM status register, Address offset: 0x10 */
1404 __IO uint32_t EGR; /*!< TIM event generation register, Address offset: 0x14 */
1405 __IO uint32_t CCMR1; /*!< TIM capture/compare mode register 1, Address offset: 0x18 */
1406 __IO uint32_t CCMR2; /*!< TIM capture/compare mode register 2, Address offset: 0x1C */
1407 __IO uint32_t CCER; /*!< TIM capture/compare enable register, Address offset: 0x20 */
1408 __IO uint32_t CNT; /*!< TIM counter register, Address offset: 0x24 */
1409 __IO uint32_t PSC; /*!< TIM prescaler, Address offset: 0x28 */
1410 __IO uint32_t ARR; /*!< TIM auto-reload register, Address offset: 0x2C */
1411 __IO uint32_t RCR; /*!< TIM repetition counter register, Address offset: 0x30 */
1412 __IO uint32_t CCR1; /*!< TIM capture/compare register 1, Address offset: 0x34 */
1413 __IO uint32_t CCR2; /*!< TIM capture/compare register 2, Address offset: 0x38 */
1414 __IO uint32_t CCR3; /*!< TIM capture/compare register 3, Address offset: 0x3C */
1415 __IO uint32_t CCR4; /*!< TIM capture/compare register 4, Address offset: 0x40 */
1416 __IO uint32_t BDTR; /*!< TIM break and dead-time register, Address offset: 0x44 */
1417 __IO uint32_t DCR; /*!< TIM DMA control register, Address offset: 0x48 */
1418 __IO uint32_t DMAR; /*!< TIM DMA address for full transfer, Address offset: 0x4C */
1419 uint32_t RESERVED1; /*!< Reserved, 0x50 */
1420 __IO uint32_t CCMR3; /*!< TIM capture/compare mode register 3, Address offset: 0x54 */
1421 __IO uint32_t CCR5; /*!< TIM capture/compare register5, Address offset: 0x58 */
1422 __IO uint32_t CCR6; /*!< TIM capture/compare register6, Address offset: 0x5C */
1423 __IO uint32_t AF1; /*!< TIM alternate function option register 1, Address offset: 0x60 */
1424 __IO uint32_t AF2; /*!< TIM alternate function option register 2, Address offset: 0x64 */
1425 __IO uint32_t TISEL; /*!< TIM Input Selection register, Address offset: 0x68 */
1426} TIM_TypeDef;
1427
1428/**
1429 * @brief LPTIMIMER
1430 */
1431typedef struct
1432{
1433 __IO uint32_t ISR; /*!< LPTIM Interrupt and Status register, Address offset: 0x00 */
1434 __IO uint32_t ICR; /*!< LPTIM Interrupt Clear register, Address offset: 0x04 */
1435 __IO uint32_t IER; /*!< LPTIM Interrupt Enable register, Address offset: 0x08 */
1436 __IO uint32_t CFGR; /*!< LPTIM Configuration register, Address offset: 0x0C */
1437 __IO uint32_t CR; /*!< LPTIM Control register, Address offset: 0x10 */
1438 __IO uint32_t CMP; /*!< LPTIM Compare register, Address offset: 0x14 */
1439 __IO uint32_t ARR; /*!< LPTIM Autoreload register, Address offset: 0x18 */
1440 __IO uint32_t CNT; /*!< LPTIM Counter register, Address offset: 0x1C */
1441 uint32_t RESERVED1; /*!< Reserved, 0x20 */
1442 __IO uint32_t CFGR2; /*!< LPTIM Configuration register, Address offset: 0x24 */
1443} LPTIM_TypeDef;
1444
1445/**
1446 * @brief Comparator
1447 */
1448typedef struct
1449{
1450 __IO uint32_t SR; /*!< Comparator status register, Address offset: 0x00 */
1451 __IO uint32_t ICFR; /*!< Comparator interrupt clear flag register, Address offset: 0x04 */
1452 __IO uint32_t OR; /*!< Comparator option register, Address offset: 0x08 */
1453} COMPOPT_TypeDef;
1454
1455typedef struct
1456{
1457 __IO uint32_t CFGR; /*!< Comparator configuration register , Address offset: 0x00 */
1458} COMP_TypeDef;
1459
1460typedef struct
1461{
1462 __IO uint32_t CFGR; /*!< COMP control and status register, used for bits common to several COMP instances, Address offset: 0x00 */
1463} COMP_Common_TypeDef;
1464/**
1465 * @brief Universal Synchronous Asynchronous Receiver Transmitter
1466 */
1467
1468typedef struct
1469{
1470 __IO uint32_t CR1; /*!< USART Control register 1, Address offset: 0x00 */
1471 __IO uint32_t CR2; /*!< USART Control register 2, Address offset: 0x04 */
1472 __IO uint32_t CR3; /*!< USART Control register 3, Address offset: 0x08 */
1473 __IO uint32_t BRR; /*!< USART Baud rate register, Address offset: 0x0C */
1474 __IO uint32_t GTPR; /*!< USART Guard time and prescaler register, Address offset: 0x10 */
1475 __IO uint32_t RTOR; /*!< USART Receiver Time Out register, Address offset: 0x14 */
1476 __IO uint32_t RQR; /*!< USART Request register, Address offset: 0x18 */
1477 __IO uint32_t ISR; /*!< USART Interrupt and status register, Address offset: 0x1C */
1478 __IO uint32_t ICR; /*!< USART Interrupt flag Clear register, Address offset: 0x20 */
1479 __IO uint32_t RDR; /*!< USART Receive Data register, Address offset: 0x24 */
1480 __IO uint32_t TDR; /*!< USART Transmit Data register, Address offset: 0x28 */
1481 __IO uint32_t PRESC; /*!< USART clock Prescaler register, Address offset: 0x2C */
1482} USART_TypeDef;
1483
1484/**
1485 * @brief Single Wire Protocol Master Interface SPWMI
1486 */
1487typedef struct
1488{
1489 __IO uint32_t CR; /*!< SWPMI Configuration/Control register, Address offset: 0x00 */
1490 __IO uint32_t BRR; /*!< SWPMI bitrate register, Address offset: 0x04 */
1491 uint32_t RESERVED1; /*!< Reserved, 0x08 */
1492 __IO uint32_t ISR; /*!< SWPMI Interrupt and Status register, Address offset: 0x0C */
1493 __IO uint32_t ICR; /*!< SWPMI Interrupt Flag Clear register, Address offset: 0x10 */
1494 __IO uint32_t IER; /*!< SWPMI Interrupt Enable register, Address offset: 0x14 */
1495 __IO uint32_t RFL; /*!< SWPMI Receive Frame Length register, Address offset: 0x18 */
1496 __IO uint32_t TDR; /*!< SWPMI Transmit data register, Address offset: 0x1C */
1497 __IO uint32_t RDR; /*!< SWPMI Receive data register, Address offset: 0x20 */
1498 __IO uint32_t OR; /*!< SWPMI Option register, Address offset: 0x24 */
1499} SWPMI_TypeDef;
1500
1501/**
1502 * @brief Window WATCHDOG
1503 */
1504
1505typedef struct
1506{
1507 __IO uint32_t CR; /*!< WWDG Control register, Address offset: 0x00 */
1508 __IO uint32_t CFR; /*!< WWDG Configuration register, Address offset: 0x04 */
1509 __IO uint32_t SR; /*!< WWDG Status register, Address offset: 0x08 */
1510} WWDG_TypeDef;
1511
1512
1513/**
1514 * @brief RAM_ECC_Specific_Registers
1515 */
1516typedef struct
1517{
1518 __IO uint32_t CR; /*!< RAMECC monitor configuration register */
1519 __IO uint32_t SR; /*!< RAMECC monitor status register */
1520 __IO uint32_t FAR; /*!< RAMECC monitor failing address register */
1521 __IO uint32_t FDRL; /*!< RAMECC monitor failing data low register */
1522 __IO uint32_t FDRH; /*!< RAMECC monitor failing data high register */
1523 __IO uint32_t FECR; /*!< RAMECC monitor failing ECC error code register */
1524} RAMECC_MonitorTypeDef;
1525
1526typedef struct
1527{
1528 __IO uint32_t IER; /*!< RAMECC interrupt enable register */
1529} RAMECC_TypeDef;
1530/**
1531 * @}
1532 */
1533
1534
1535/**
1536 * @brief Crypto Processor
1537 */
1538
1539typedef struct
1540{
1541 __IO uint32_t CR; /*!< CRYP control register, Address offset: 0x00 */
1542 __IO uint32_t SR; /*!< CRYP status register, Address offset: 0x04 */
1543 __IO uint32_t DIN; /*!< CRYP data input register, Address offset: 0x08 */
1544 __IO uint32_t DOUT; /*!< CRYP data output register, Address offset: 0x0C */
1545 __IO uint32_t DMACR; /*!< CRYP DMA control register, Address offset: 0x10 */
1546 __IO uint32_t IMSCR; /*!< CRYP interrupt mask set/clear register, Address offset: 0x14 */
1547 __IO uint32_t RISR; /*!< CRYP raw interrupt status register, Address offset: 0x18 */
1548 __IO uint32_t MISR; /*!< CRYP masked interrupt status register, Address offset: 0x1C */
1549 __IO uint32_t K0LR; /*!< CRYP key left register 0, Address offset: 0x20 */
1550 __IO uint32_t K0RR; /*!< CRYP key right register 0, Address offset: 0x24 */
1551 __IO uint32_t K1LR; /*!< CRYP key left register 1, Address offset: 0x28 */
1552 __IO uint32_t K1RR; /*!< CRYP key right register 1, Address offset: 0x2C */
1553 __IO uint32_t K2LR; /*!< CRYP key left register 2, Address offset: 0x30 */
1554 __IO uint32_t K2RR; /*!< CRYP key right register 2, Address offset: 0x34 */
1555 __IO uint32_t K3LR; /*!< CRYP key left register 3, Address offset: 0x38 */
1556 __IO uint32_t K3RR; /*!< CRYP key right register 3, Address offset: 0x3C */
1557 __IO uint32_t IV0LR; /*!< CRYP initialization vector left-word register 0, Address offset: 0x40 */
1558 __IO uint32_t IV0RR; /*!< CRYP initialization vector right-word register 0, Address offset: 0x44 */
1559 __IO uint32_t IV1LR; /*!< CRYP initialization vector left-word register 1, Address offset: 0x48 */
1560 __IO uint32_t IV1RR; /*!< CRYP initialization vector right-word register 1, Address offset: 0x4C */
1561 __IO uint32_t CSGCMCCM0R; /*!< CRYP GCM/GMAC or CCM/CMAC context swap register 0, Address offset: 0x50 */
1562 __IO uint32_t CSGCMCCM1R; /*!< CRYP GCM/GMAC or CCM/CMAC context swap register 1, Address offset: 0x54 */
1563 __IO uint32_t CSGCMCCM2R; /*!< CRYP GCM/GMAC or CCM/CMAC context swap register 2, Address offset: 0x58 */
1564 __IO uint32_t CSGCMCCM3R; /*!< CRYP GCM/GMAC or CCM/CMAC context swap register 3, Address offset: 0x5C */
1565 __IO uint32_t CSGCMCCM4R; /*!< CRYP GCM/GMAC or CCM/CMAC context swap register 4, Address offset: 0x60 */
1566 __IO uint32_t CSGCMCCM5R; /*!< CRYP GCM/GMAC or CCM/CMAC context swap register 5, Address offset: 0x64 */
1567 __IO uint32_t CSGCMCCM6R; /*!< CRYP GCM/GMAC or CCM/CMAC context swap register 6, Address offset: 0x68 */
1568 __IO uint32_t CSGCMCCM7R; /*!< CRYP GCM/GMAC or CCM/CMAC context swap register 7, Address offset: 0x6C */
1569 __IO uint32_t CSGCM0R; /*!< CRYP GCM/GMAC context swap register 0, Address offset: 0x70 */
1570 __IO uint32_t CSGCM1R; /*!< CRYP GCM/GMAC context swap register 1, Address offset: 0x74 */
1571 __IO uint32_t CSGCM2R; /*!< CRYP GCM/GMAC context swap register 2, Address offset: 0x78 */
1572 __IO uint32_t CSGCM3R; /*!< CRYP GCM/GMAC context swap register 3, Address offset: 0x7C */
1573 __IO uint32_t CSGCM4R; /*!< CRYP GCM/GMAC context swap register 4, Address offset: 0x80 */
1574 __IO uint32_t CSGCM5R; /*!< CRYP GCM/GMAC context swap register 5, Address offset: 0x84 */
1575 __IO uint32_t CSGCM6R; /*!< CRYP GCM/GMAC context swap register 6, Address offset: 0x88 */
1576 __IO uint32_t CSGCM7R; /*!< CRYP GCM/GMAC context swap register 7, Address offset: 0x8C */
1577} CRYP_TypeDef;
1578
1579/**
1580 * @brief HASH
1581 */
1582
1583typedef struct
1584{
1585 __IO uint32_t CR; /*!< HASH control register, Address offset: 0x00 */
1586 __IO uint32_t DIN; /*!< HASH data input register, Address offset: 0x04 */
1587 __IO uint32_t STR; /*!< HASH start register, Address offset: 0x08 */
1588 __IO uint32_t HR[5]; /*!< HASH digest registers, Address offset: 0x0C-0x1C */
1589 __IO uint32_t IMR; /*!< HASH interrupt enable register, Address offset: 0x20 */
1590 __IO uint32_t SR; /*!< HASH status register, Address offset: 0x24 */
1591 uint32_t RESERVED[52]; /*!< Reserved, 0x28-0xF4 */
1592 __IO uint32_t CSR[54]; /*!< HASH context swap registers, Address offset: 0x0F8-0x1CC */
1593} HASH_TypeDef;
1594
1595/**
1596 * @brief HASH_DIGEST
1597 */
1598
1599typedef struct
1600{
1601 __IO uint32_t HR[8]; /*!< HASH digest registers, Address offset: 0x310-0x32C */
1602} HASH_DIGEST_TypeDef;
1603
1604
1605/**
1606 * @brief RNG
1607 */
1608
1609typedef struct
1610{
1611 __IO uint32_t CR; /*!< RNG control register, Address offset: 0x00 */
1612 __IO uint32_t SR; /*!< RNG status register, Address offset: 0x04 */
1613 __IO uint32_t DR; /*!< RNG data register, Address offset: 0x08 */
1614 uint32_t RESERVED;
1615 __IO uint32_t HTCR; /*!< RNG health test configuration register, Address offset: 0x10 */
1616} RNG_TypeDef;
1617
1618/**
1619 * @brief MDIOS
1620 */
1621
1622typedef struct
1623{
1624 __IO uint32_t CR;
1625 __IO uint32_t WRFR;
1626 __IO uint32_t CWRFR;
1627 __IO uint32_t RDFR;
1628 __IO uint32_t CRDFR;
1629 __IO uint32_t SR;
1630 __IO uint32_t CLRFR;
1631 uint32_t RESERVED[57];
1632 __IO uint32_t DINR0;
1633 __IO uint32_t DINR1;
1634 __IO uint32_t DINR2;
1635 __IO uint32_t DINR3;
1636 __IO uint32_t DINR4;
1637 __IO uint32_t DINR5;
1638 __IO uint32_t DINR6;
1639 __IO uint32_t DINR7;
1640 __IO uint32_t DINR8;
1641 __IO uint32_t DINR9;
1642 __IO uint32_t DINR10;
1643 __IO uint32_t DINR11;
1644 __IO uint32_t DINR12;
1645 __IO uint32_t DINR13;
1646 __IO uint32_t DINR14;
1647 __IO uint32_t DINR15;
1648 __IO uint32_t DINR16;
1649 __IO uint32_t DINR17;
1650 __IO uint32_t DINR18;
1651 __IO uint32_t DINR19;
1652 __IO uint32_t DINR20;
1653 __IO uint32_t DINR21;
1654 __IO uint32_t DINR22;
1655 __IO uint32_t DINR23;
1656 __IO uint32_t DINR24;
1657 __IO uint32_t DINR25;
1658 __IO uint32_t DINR26;
1659 __IO uint32_t DINR27;
1660 __IO uint32_t DINR28;
1661 __IO uint32_t DINR29;
1662 __IO uint32_t DINR30;
1663 __IO uint32_t DINR31;
1664 __IO uint32_t DOUTR0;
1665 __IO uint32_t DOUTR1;
1666 __IO uint32_t DOUTR2;
1667 __IO uint32_t DOUTR3;
1668 __IO uint32_t DOUTR4;
1669 __IO uint32_t DOUTR5;
1670 __IO uint32_t DOUTR6;
1671 __IO uint32_t DOUTR7;
1672 __IO uint32_t DOUTR8;
1673 __IO uint32_t DOUTR9;
1674 __IO uint32_t DOUTR10;
1675 __IO uint32_t DOUTR11;
1676 __IO uint32_t DOUTR12;
1677 __IO uint32_t DOUTR13;
1678 __IO uint32_t DOUTR14;
1679 __IO uint32_t DOUTR15;
1680 __IO uint32_t DOUTR16;
1681 __IO uint32_t DOUTR17;
1682 __IO uint32_t DOUTR18;
1683 __IO uint32_t DOUTR19;
1684 __IO uint32_t DOUTR20;
1685 __IO uint32_t DOUTR21;
1686 __IO uint32_t DOUTR22;
1687 __IO uint32_t DOUTR23;
1688 __IO uint32_t DOUTR24;
1689 __IO uint32_t DOUTR25;
1690 __IO uint32_t DOUTR26;
1691 __IO uint32_t DOUTR27;
1692 __IO uint32_t DOUTR28;
1693 __IO uint32_t DOUTR29;
1694 __IO uint32_t DOUTR30;
1695 __IO uint32_t DOUTR31;
1696} MDIOS_TypeDef;
1697
1698
1699/**
1700 * @brief USB_OTG_Core_Registers
1701 */
1702typedef struct
1703{
1704 __IO uint32_t GOTGCTL; /*!< USB_OTG Control and Status Register 000h */
1705 __IO uint32_t GOTGINT; /*!< USB_OTG Interrupt Register 004h */
1706 __IO uint32_t GAHBCFG; /*!< Core AHB Configuration Register 008h */
1707 __IO uint32_t GUSBCFG; /*!< Core USB Configuration Register 00Ch */
1708 __IO uint32_t GRSTCTL; /*!< Core Reset Register 010h */
1709 __IO uint32_t GINTSTS; /*!< Core Interrupt Register 014h */
1710 __IO uint32_t GINTMSK; /*!< Core Interrupt Mask Register 018h */
1711 __IO uint32_t GRXSTSR; /*!< Receive Sts Q Read Register 01Ch */
1712 __IO uint32_t GRXSTSP; /*!< Receive Sts Q Read & POP Register 020h */
1713 __IO uint32_t GRXFSIZ; /*!< Receive FIFO Size Register 024h */
1714 __IO uint32_t DIEPTXF0_HNPTXFSIZ; /*!< EP0 / Non Periodic Tx FIFO Size Register 028h */
1715 __IO uint32_t HNPTXSTS; /*!< Non Periodic Tx FIFO/Queue Sts reg 02Ch */
1716 uint32_t Reserved30[2]; /*!< Reserved 030h */
1717 __IO uint32_t GCCFG; /*!< General Purpose IO Register 038h */
1718 __IO uint32_t CID; /*!< User ID Register 03Ch */
1719 __IO uint32_t GSNPSID; /* USB_OTG core ID 040h*/
1720 __IO uint32_t GHWCFG1; /* User HW config1 044h*/
1721 __IO uint32_t GHWCFG2; /* User HW config2 048h*/
1722 __IO uint32_t GHWCFG3; /*!< User HW config3 04Ch */
1723 uint32_t Reserved6; /*!< Reserved 050h */
1724 __IO uint32_t GLPMCFG; /*!< LPM Register 054h */
1725 __IO uint32_t GPWRDN; /*!< Power Down Register 058h */
1726 __IO uint32_t GDFIFOCFG; /*!< DFIFO Software Config Register 05Ch */
1727 __IO uint32_t GADPCTL; /*!< ADP Timer, Control and Status Register 60Ch */
1728 uint32_t Reserved43[39]; /*!< Reserved 058h-0FFh */
1729 __IO uint32_t HPTXFSIZ; /*!< Host Periodic Tx FIFO Size Reg 100h */
1730 __IO uint32_t DIEPTXF[0x0F]; /*!< dev Periodic Transmit FIFO */
1731} USB_OTG_GlobalTypeDef;
1732
1733
1734/**
1735 * @brief USB_OTG_device_Registers
1736 */
1737typedef struct
1738{
1739 __IO uint32_t DCFG; /*!< dev Configuration Register 800h */
1740 __IO uint32_t DCTL; /*!< dev Control Register 804h */
1741 __IO uint32_t DSTS; /*!< dev Status Register (RO) 808h */
1742 uint32_t Reserved0C; /*!< Reserved 80Ch */
1743 __IO uint32_t DIEPMSK; /*!< dev IN Endpoint Mask 810h */
1744 __IO uint32_t DOEPMSK; /*!< dev OUT Endpoint Mask 814h */
1745 __IO uint32_t DAINT; /*!< dev All Endpoints Itr Reg 818h */
1746 __IO uint32_t DAINTMSK; /*!< dev All Endpoints Itr Mask 81Ch */
1747 uint32_t Reserved20; /*!< Reserved 820h */
1748 uint32_t Reserved9; /*!< Reserved 824h */
1749 __IO uint32_t DVBUSDIS; /*!< dev VBUS discharge Register 828h */
1750 __IO uint32_t DVBUSPULSE; /*!< dev VBUS Pulse Register 82Ch */
1751 __IO uint32_t DTHRCTL; /*!< dev threshold 830h */
1752 __IO uint32_t DIEPEMPMSK; /*!< dev empty msk 834h */
1753 __IO uint32_t DEACHINT; /*!< dedicated EP interrupt 838h */
1754 __IO uint32_t DEACHMSK; /*!< dedicated EP msk 83Ch */
1755 uint32_t Reserved40; /*!< dedicated EP mask 840h */
1756 __IO uint32_t DINEP1MSK; /*!< dedicated EP mask 844h */
1757 uint32_t Reserved44[15]; /*!< Reserved 844-87Ch */
1758 __IO uint32_t DOUTEP1MSK; /*!< dedicated EP msk 884h */
1759} USB_OTG_DeviceTypeDef;
1760
1761
1762/**
1763 * @brief USB_OTG_IN_Endpoint-Specific_Register
1764 */
1765typedef struct
1766{
1767 __IO uint32_t DIEPCTL; /*!< dev IN Endpoint Control Reg 900h + (ep_num * 20h) + 00h */
1768 uint32_t Reserved04; /*!< Reserved 900h + (ep_num * 20h) + 04h */
1769 __IO uint32_t DIEPINT; /*!< dev IN Endpoint Itr Reg 900h + (ep_num * 20h) + 08h */
1770 uint32_t Reserved0C; /*!< Reserved 900h + (ep_num * 20h) + 0Ch */
1771 __IO uint32_t DIEPTSIZ; /*!< IN Endpoint Txfer Size 900h + (ep_num * 20h) + 10h */
1772 __IO uint32_t DIEPDMA; /*!< IN Endpoint DMA Address Reg 900h + (ep_num * 20h) + 14h */
1773 __IO uint32_t DTXFSTS; /*!< IN Endpoint Tx FIFO Status Reg 900h + (ep_num * 20h) + 18h */
1774 uint32_t Reserved18; /*!< Reserved 900h+(ep_num*20h)+1Ch-900h+ (ep_num * 20h) + 1Ch */
1775} USB_OTG_INEndpointTypeDef;
1776
1777
1778/**
1779 * @brief USB_OTG_OUT_Endpoint-Specific_Registers
1780 */
1781typedef struct
1782{
1783 __IO uint32_t DOEPCTL; /*!< dev OUT Endpoint Control Reg B00h + (ep_num * 20h) + 00h */
1784 uint32_t Reserved04; /*!< Reserved B00h + (ep_num * 20h) + 04h */
1785 __IO uint32_t DOEPINT; /*!< dev OUT Endpoint Itr Reg B00h + (ep_num * 20h) + 08h */
1786 uint32_t Reserved0C; /*!< Reserved B00h + (ep_num * 20h) + 0Ch */
1787 __IO uint32_t DOEPTSIZ; /*!< dev OUT Endpoint Txfer Size B00h + (ep_num * 20h) + 10h */
1788 __IO uint32_t DOEPDMA; /*!< dev OUT Endpoint DMA Address B00h + (ep_num * 20h) + 14h */
1789 uint32_t Reserved18[2]; /*!< Reserved B00h + (ep_num * 20h) + 18h - B00h + (ep_num * 20h) + 1Ch */
1790} USB_OTG_OUTEndpointTypeDef;
1791
1792
1793/**
1794 * @brief USB_OTG_Host_Mode_Register_Structures
1795 */
1796typedef struct
1797{
1798 __IO uint32_t HCFG; /*!< Host Configuration Register 400h */
1799 __IO uint32_t HFIR; /*!< Host Frame Interval Register 404h */
1800 __IO uint32_t HFNUM; /*!< Host Frame Nbr/Frame Remaining 408h */
1801 uint32_t Reserved40C; /*!< Reserved 40Ch */
1802 __IO uint32_t HPTXSTS; /*!< Host Periodic Tx FIFO/ Queue Status 410h */
1803 __IO uint32_t HAINT; /*!< Host All Channels Interrupt Register 414h */
1804 __IO uint32_t HAINTMSK; /*!< Host All Channels Interrupt Mask 418h */
1805} USB_OTG_HostTypeDef;
1806
1807/**
1808 * @brief USB_OTG_Host_Channel_Specific_Registers
1809 */
1810typedef struct
1811{
1812 __IO uint32_t HCCHAR; /*!< Host Channel Characteristics Register 500h */
1813 __IO uint32_t HCSPLT; /*!< Host Channel Split Control Register 504h */
1814 __IO uint32_t HCINT; /*!< Host Channel Interrupt Register 508h */
1815 __IO uint32_t HCINTMSK; /*!< Host Channel Interrupt Mask Register 50Ch */
1816 __IO uint32_t HCTSIZ; /*!< Host Channel Transfer Size Register 510h */
1817 __IO uint32_t HCDMA; /*!< Host Channel DMA Address Register 514h */
1818 uint32_t Reserved[2]; /*!< Reserved */
1819} USB_OTG_HostChannelTypeDef;
1820/**
1821 * @}
1822 */
1823
1824/**
1825 * @brief OCTO Serial Peripheral Interface
1826 */
1827
1828typedef struct
1829{
1830 __IO uint32_t CR; /*!< OCTOSPI Control register, Address offset: 0x000 */
1831 uint32_t RESERVED; /*!< Reserved, Address offset: 0x004 */
1832 __IO uint32_t DCR1; /*!< OCTOSPI Device Configuration register 1, Address offset: 0x008 */
1833 __IO uint32_t DCR2; /*!< OCTOSPI Device Configuration register 2, Address offset: 0x00C */
1834 __IO uint32_t DCR3; /*!< OCTOSPI Device Configuration register 3, Address offset: 0x010 */
1835 __IO uint32_t DCR4; /*!< OCTOSPI Device Configuration register 4, Address offset: 0x014 */
1836 uint32_t RESERVED1[2]; /*!< Reserved, Address offset: 0x018-0x01C */
1837 __IO uint32_t SR; /*!< OCTOSPI Status register, Address offset: 0x020 */
1838 __IO uint32_t FCR; /*!< OCTOSPI Flag Clear register, Address offset: 0x024 */
1839 uint32_t RESERVED2[6]; /*!< Reserved, Address offset: 0x028-0x03C */
1840 __IO uint32_t DLR; /*!< OCTOSPI Data Length register, Address offset: 0x040 */
1841 uint32_t RESERVED3; /*!< Reserved, Address offset: 0x044 */
1842 __IO uint32_t AR; /*!< OCTOSPI Address register, Address offset: 0x048 */
1843 uint32_t RESERVED4; /*!< Reserved, Address offset: 0x04C */
1844 __IO uint32_t DR; /*!< OCTOSPI Data register, Address offset: 0x050 */
1845 uint32_t RESERVED5[11]; /*!< Reserved, Address offset: 0x054-0x07C */
1846 __IO uint32_t PSMKR; /*!< OCTOSPI Polling Status Mask register, Address offset: 0x080 */
1847 uint32_t RESERVED6; /*!< Reserved, Address offset: 0x084 */
1848 __IO uint32_t PSMAR; /*!< OCTOSPI Polling Status Match register, Address offset: 0x088 */
1849 uint32_t RESERVED7; /*!< Reserved, Address offset: 0x08C */
1850 __IO uint32_t PIR; /*!< OCTOSPI Polling Interval register, Address offset: 0x090 */
1851 uint32_t RESERVED8[27]; /*!< Reserved, Address offset: 0x094-0x0FC */
1852 __IO uint32_t CCR; /*!< OCTOSPI Communication Configuration register, Address offset: 0x100 */
1853 uint32_t RESERVED9; /*!< Reserved, Address offset: 0x104 */
1854 __IO uint32_t TCR; /*!< OCTOSPI Timing Configuration register, Address offset: 0x108 */
1855 uint32_t RESERVED10; /*!< Reserved, Address offset: 0x10C */
1856 __IO uint32_t IR; /*!< OCTOSPI Instruction register, Address offset: 0x110 */
1857 uint32_t RESERVED11[3]; /*!< Reserved, Address offset: 0x114-0x11C */
1858 __IO uint32_t ABR; /*!< OCTOSPI Alternate Bytes register, Address offset: 0x120 */
1859 uint32_t RESERVED12[3]; /*!< Reserved, Address offset: 0x124-0x12C */
1860 __IO uint32_t LPTR; /*!< OCTOSPI Low Power Timeout register, Address offset: 0x130 */
1861 uint32_t RESERVED13[3]; /*!< Reserved, Address offset: 0x134-0x13C */
1862 __IO uint32_t WPCCR; /*!< OCTOSPI Wrap Communication Configuration register, Address offset: 0x140 */
1863 uint32_t RESERVED14; /*!< Reserved, Address offset: 0x144 */
1864 __IO uint32_t WPTCR; /*!< OCTOSPI Wrap Timing Configuration register, Address offset: 0x148 */
1865 uint32_t RESERVED15; /*!< Reserved, Address offset: 0x14C */
1866 __IO uint32_t WPIR; /*!< OCTOSPI Wrap Instruction register, Address offset: 0x150 */
1867 uint32_t RESERVED16[3]; /*!< Reserved, Address offset: 0x154-0x15C */
1868 __IO uint32_t WPABR; /*!< OCTOSPI Wrap Alternate Bytes register, Address offset: 0x160 */
1869 uint32_t RESERVED17[7]; /*!< Reserved, Address offset: 0x164-0x17C */
1870 __IO uint32_t WCCR; /*!< OCTOSPI Write Communication Configuration register, Address offset: 0x180 */
1871 uint32_t RESERVED18; /*!< Reserved, Address offset: 0x184 */
1872 __IO uint32_t WTCR; /*!< OCTOSPI Write Timing Configuration register, Address offset: 0x188 */
1873 uint32_t RESERVED19; /*!< Reserved, Address offset: 0x18C */
1874 __IO uint32_t WIR; /*!< OCTOSPI Write Instruction register, Address offset: 0x190 */
1875 uint32_t RESERVED20[3]; /*!< Reserved, Address offset: 0x194-0x19C */
1876 __IO uint32_t WABR; /*!< OCTOSPI Write Alternate Bytes register, Address offset: 0x1A0 */
1877 uint32_t RESERVED21[23]; /*!< Reserved, Address offset: 0x1A4-0x1FC */
1878 __IO uint32_t HLCR; /*!< OCTOSPI Hyperbus Latency Configuration register, Address offset: 0x200 */
1879 uint32_t RESERVED22[122]; /*!< Reserved, Address offset: 0x204-0x3EC */
1880 __IO uint32_t HWCFGR; /*!< OCTOSPI HW Configuration register, Address offset: 0x3F0 */
1881 __IO uint32_t VER; /*!< OCTOSPI Version register, Address offset: 0x3F4 */
1882 __IO uint32_t ID; /*!< OCTOSPI Identification register, Address offset: 0x3F8 */
1883 __IO uint32_t MID; /*!< OCTOPSI HW Magic ID register, Address offset: 0x3FC */
1884} OCTOSPI_TypeDef;
1885
1886/**
1887 * @}
1888 */
1889/**
1890 * @brief OCTO Serial Peripheral Interface IO Manager
1891 */
1892
1893typedef struct
1894{
1895 __IO uint32_t CR; /*!< OCTOSPI IO Manager Control register, Address offset: 0x00 */
1896 __IO uint32_t PCR[8]; /*!< OCTOSPI IO Manager Port[1:8] Configuration register, Address offset: 0x04-0x20 */
1897} OCTOSPIM_TypeDef;
1898
1899/**
1900 * @}
1901 */
1902
1903/**
1904 * @brief OTFD register
1905 */
1906typedef struct
1907{
1908 __IO uint32_t REG_CONFIGR;
1909 __IO uint32_t REG_START_ADDR;
1910 __IO uint32_t REG_END_ADDR;
1911 __IO uint32_t REG_NONCER0;
1912 __IO uint32_t REG_NONCER1;
1913 __IO uint32_t REG_KEYR0;
1914 __IO uint32_t REG_KEYR1;
1915 __IO uint32_t REG_KEYR2;
1916 __IO uint32_t REG_KEYR3;
1917} OTFDEC_Region_TypeDef;
1918
1919typedef struct
1920{
1921 __IO uint32_t CR;
1922 uint32_t RESERVED1[191];
1923 __IO uint32_t ISR;
1924 __IO uint32_t ICR;
1925 __IO uint32_t IER;
1926 uint32_t RESERVED2[56];
1927 __IO uint32_t HWCFGR2;
1928 __IO uint32_t HWCFGR1;
1929 __IO uint32_t VERR;
1930 __IO uint32_t IPIDR;
1931 __IO uint32_t SIDR;
1932} OTFDEC_TypeDef;
1933/**
1934 * @}
1935 */
1936
1937/** @addtogroup Peripheral_memory_map
1938 * @{
1939 */
1940#define CD_ITCMRAM_BASE (0x00000000UL) /*!< Base address of : 64KB RAM reserved for CPU execution/instruction accessible over ITCM */
1941#define CD_DTCMRAM_BASE (0x20000000UL) /*!< Base address of : 128KB (2x64KB) system data RAM accessible over DTCM */
1942#define CD_AXIFLASH_BASE (0x08000000UL) /*!< Base address of : (up to 2 MB) embedded FLASH memory accessible over AXI */
1943
1944#define CD_AXISRAM1_BASE (0x24000000UL) /*!< Base address of : (up to 256KB) system data RAM1 accessible over over AXI */
1945#define CD_AXISRAM2_BASE (0x24040000UL) /*!< Base address of : (up to 384KB) system data RAM2 accessible over over AXI */
1946#define CD_AXISRAM3_BASE (0x240A0000UL) /*!< Base address of : (up to 384KB) system data RAM3 accessible over over AXI */
1947#define CD_AHBSRAM1_BASE (0x30000000UL) /*!< Base address of : (up to 64KB) system data RAM1 accessible over over AXI->AHB Bridge */
1948#define CD_AHBSRAM2_BASE (0x30010000UL) /*!< Base address of : (up to 64KB) system data RAM2 accessible over over AXI->AHB Bridge */
1949
1950#define SRD_BKPSRAM_BASE (0x38800000UL) /*!< Base address of : Backup SRAM(4 KB) over AXI->AHB Bridge */
1951#define SRD_SRAM_BASE (0x38000000UL) /*!< Base address of : Backup SRAM(32 KB) over AXI->AHB Bridge */
1952
1953#define OCTOSPI1_BASE (0x90000000UL) /*!< Base address of : OCTOSPI1 memories accessible over AXI */
1954#define OCTOSPI2_BASE (0x70000000UL) /*!< Base address of : OCTOSPI2 memories accessible over AXI */
1955
1956#define FLASH_BANK1_BASE (0x08000000UL) /*!< Base address of : (up to 1 MB) Flash Bank1 accessible over AXI */
1957#define FLASH_BANK2_BASE (0x08100000UL) /*!< Base address of : (up to 1 MB) Flash Bank2 accessible over AXI */
1958#define FLASH_END (0x081FFFFFUL) /*!< FLASH end address */
1959
1960/* Legacy define */
1961#define FLASH_BASE FLASH_BANK1_BASE
1962#define D1_AXISRAM_BASE CD_AXISRAM1_BASE
1963
1964#define FLASH_OTP_BASE (0x08FFF000UL) /*!< Base address of : (up to 1KB) embedded FLASH Bank1 OTP Area */
1965#define FLASH_OTP_END (0x08FFF3FFUL) /*!< End address of : (up to 1KB) embedded FLASH Bank1 OTP Area */
1966
1967
1968/*!< Device electronic signature memory map */
1969#define UID_BASE (0x08FFF800UL) /*!< Unique device ID register base address */
1970#define FLASHSIZE_BASE (0x08FFF80CUL) /*!< FLASH Size register base address */
1971#define PACKAGE_BASE (0x08FFF80EUL) /*!< Package Data register base address */
1972
1973#define PERIPH_BASE (0x40000000UL) /*!< Base address of : AHB/ABP Peripherals */
1974/*!< Peripheral memory map */
1975#define CD_APB1PERIPH_BASE PERIPH_BASE /*!< D2_APB1PERIPH_BASE PERIPH_BASE */
1976#define CD_APB2PERIPH_BASE (PERIPH_BASE + 0x00010000UL) /*!< D2_APB2PERIPH_BASE (PERIPH_BASE + 0x00010000UL) */
1977#define CD_AHB1PERIPH_BASE (PERIPH_BASE + 0x00020000UL) /*!< D2_AHB1PERIPH_BASE (PERIPH_BASE + 0x00020000UL) */
1978#define CD_AHB2PERIPH_BASE (PERIPH_BASE + 0x08020000UL) /*!< D2_AHB2PERIPH_BASE (PERIPH_BASE + 0x08020000UL) */
1979
1980#define CD_APB3PERIPH_BASE (PERIPH_BASE + 0x10000000UL) /*!< D1_APB1PERIPH_BASE (PERIPH_BASE + 0x10000000UL) */
1981#define CD_AHB3PERIPH_BASE (PERIPH_BASE + 0x12000000UL) /*!< D1_AHB1PERIPH_BASE (PERIPH_BASE + 0x12000000UL) */
1982
1983#define SRD_APB4PERIPH_BASE (PERIPH_BASE + 0x18000000UL) /*!< D3_APB1PERIPH_BASE (PERIPH_BASE + 0x18000000UL) */
1984#define SRD_AHB4PERIPH_BASE (PERIPH_BASE + 0x18020000UL) /*!< D3_AHB1PERIPH_BASE (PERIPH_BASE + 0x18020000UL) */
1985
1986/*!< Legacy Peripheral memory map */
1987#define APB1PERIPH_BASE PERIPH_BASE
1988#define APB2PERIPH_BASE (PERIPH_BASE + 0x00010000UL)
1989#define AHB1PERIPH_BASE (PERIPH_BASE + 0x00020000UL)
1990#define AHB2PERIPH_BASE (PERIPH_BASE + 0x08020000UL)
1991
1992/*!< CD_AHB3PERIPH peripherals */
1993#define MDMA_BASE (CD_AHB3PERIPH_BASE + 0x0000UL)
1994#define DMA2D_BASE (CD_AHB3PERIPH_BASE + 0x1000UL)
1995#define FLASH_R_BASE (CD_AHB3PERIPH_BASE + 0x2000UL)
1996#define JPGDEC_BASE (CD_AHB3PERIPH_BASE + 0x3000UL)
1997#define FMC_R_BASE (CD_AHB3PERIPH_BASE + 0x4000UL)
1998#define OCTOSPI1_R_BASE (CD_AHB3PERIPH_BASE + 0x5000UL)
1999#define DLYB_OCTOSPI1_BASE (CD_AHB3PERIPH_BASE + 0x6000UL)
2000#define SDMMC1_BASE (CD_AHB3PERIPH_BASE + 0x7000UL)
2001#define DLYB_SDMMC1_BASE (CD_AHB3PERIPH_BASE + 0x8000UL)
2002#define RAMECC_BASE (CD_AHB3PERIPH_BASE + 0x9000UL)
2003#define OCTOSPI2_R_BASE (CD_AHB3PERIPH_BASE + 0xA000UL)
2004#define DLYB_OCTOSPI2_BASE (CD_AHB3PERIPH_BASE + 0xB000UL)
2005#define OCTOSPIM_BASE (CD_AHB3PERIPH_BASE + 0xB400UL)
2006
2007/*!< CD_AHB1PERIPH peripherals */
2008
2009#define DMA1_BASE (CD_AHB1PERIPH_BASE + 0x0000UL)
2010#define DMA2_BASE (CD_AHB1PERIPH_BASE + 0x0400UL)
2011#define DMAMUX1_BASE (CD_AHB1PERIPH_BASE + 0x0800UL)
2012#define ADC1_BASE (CD_AHB1PERIPH_BASE + 0x2000UL)
2013#define ADC2_BASE (CD_AHB1PERIPH_BASE + 0x2100UL)
2014#define ADC12_COMMON_BASE (CD_AHB1PERIPH_BASE + 0x2300UL)
2015#define CRC_BASE (CD_AHB1PERIPH_BASE + 0x3000UL)
2016
2017/*!< USB registers base address */
2018#define USB1_OTG_HS_PERIPH_BASE (0x40040000UL)
2019#define USB_OTG_GLOBAL_BASE (0x000UL)
2020#define USB_OTG_DEVICE_BASE (0x800UL)
2021#define USB_OTG_IN_ENDPOINT_BASE (0x900UL)
2022#define USB_OTG_OUT_ENDPOINT_BASE (0xB00UL)
2023#define USB_OTG_EP_REG_SIZE (0x20UL)
2024#define USB_OTG_HOST_BASE (0x400UL)
2025#define USB_OTG_HOST_PORT_BASE (0x440UL)
2026#define USB_OTG_HOST_CHANNEL_BASE (0x500UL)
2027#define USB_OTG_HOST_CHANNEL_SIZE (0x20UL)
2028#define USB_OTG_PCGCCTL_BASE (0xE00UL)
2029#define USB_OTG_FIFO_BASE (0x1000UL)
2030#define USB_OTG_FIFO_SIZE (0x1000UL)
2031
2032/*!< CD_AHB2PERIPH peripherals */
2033
2034#define DCMI_BASE (CD_AHB2PERIPH_BASE + 0x0000UL)
2035#define PSSI_BASE (CD_AHB2PERIPH_BASE + 0x0400UL)
2036#define HSEM_BASE (CD_AHB2PERIPH_BASE + 0x0800UL)
2037#define CRYP_BASE (CD_AHB2PERIPH_BASE + 0x1000UL)
2038#define HASH_BASE (CD_AHB2PERIPH_BASE + 0x1400UL)
2039#define HASH_DIGEST_BASE (CD_AHB2PERIPH_BASE + 0x1710UL)
2040#define RNG_BASE (CD_AHB2PERIPH_BASE + 0x1800UL)
2041#define SDMMC2_BASE (CD_AHB2PERIPH_BASE + 0x2400UL)
2042#define DLYB_SDMMC2_BASE (CD_AHB2PERIPH_BASE + 0x2800UL)
2043#define BDMA1_BASE (CD_AHB2PERIPH_BASE + 0x2C00UL)
2044
2045/*!< SRD_AHB4PERIPH peripherals */
2046#define GPIOA_BASE (SRD_AHB4PERIPH_BASE + 0x0000UL)
2047#define GPIOB_BASE (SRD_AHB4PERIPH_BASE + 0x0400UL)
2048#define GPIOC_BASE (SRD_AHB4PERIPH_BASE + 0x0800UL)
2049#define GPIOD_BASE (SRD_AHB4PERIPH_BASE + 0x0C00UL)
2050#define GPIOE_BASE (SRD_AHB4PERIPH_BASE + 0x1000UL)
2051#define GPIOF_BASE (SRD_AHB4PERIPH_BASE + 0x1400UL)
2052#define GPIOG_BASE (SRD_AHB4PERIPH_BASE + 0x1800UL)
2053#define GPIOH_BASE (SRD_AHB4PERIPH_BASE + 0x1C00UL)
2054#define GPIOI_BASE (SRD_AHB4PERIPH_BASE + 0x2000UL)
2055#define GPIOJ_BASE (SRD_AHB4PERIPH_BASE + 0x2400UL)
2056#define GPIOK_BASE (SRD_AHB4PERIPH_BASE + 0x2800UL)
2057#define RCC_BASE (SRD_AHB4PERIPH_BASE + 0x4400UL)
2058#define PWR_BASE (SRD_AHB4PERIPH_BASE + 0x4800UL)
2059#define BDMA2_BASE (SRD_AHB4PERIPH_BASE + 0x5400UL)
2060#define DMAMUX2_BASE (SRD_AHB4PERIPH_BASE + 0x5800UL)
2061
2062/*!< CD_APB3PERIPH peripherals */
2063#define LTDC_BASE (CD_APB3PERIPH_BASE + 0x1000UL)
2064#define LTDC_Layer1_BASE (LTDC_BASE + 0x84UL)
2065#define LTDC_Layer2_BASE (LTDC_BASE + 0x104UL)
2066#define WWDG1_BASE (CD_APB3PERIPH_BASE + 0x3000UL)
2067
2068/*!< CD_APB1PERIPH peripherals */
2069#define TIM2_BASE (CD_APB1PERIPH_BASE + 0x0000UL)
2070#define TIM3_BASE (CD_APB1PERIPH_BASE + 0x0400UL)
2071#define TIM4_BASE (CD_APB1PERIPH_BASE + 0x0800UL)
2072#define TIM5_BASE (CD_APB1PERIPH_BASE + 0x0C00UL)
2073#define TIM6_BASE (CD_APB1PERIPH_BASE + 0x1000UL)
2074#define TIM7_BASE (CD_APB1PERIPH_BASE + 0x1400UL)
2075#define TIM12_BASE (CD_APB1PERIPH_BASE + 0x1800UL)
2076#define TIM13_BASE (CD_APB1PERIPH_BASE + 0x1C00UL)
2077#define TIM14_BASE (CD_APB1PERIPH_BASE + 0x2000UL)
2078#define LPTIM1_BASE (CD_APB1PERIPH_BASE + 0x2400UL)
2079
2080#define SPI2_BASE (CD_APB1PERIPH_BASE + 0x3800UL)
2081#define SPI3_BASE (CD_APB1PERIPH_BASE + 0x3C00UL)
2082#define SPDIFRX_BASE (CD_APB1PERIPH_BASE + 0x4000UL)
2083#define USART2_BASE (CD_APB1PERIPH_BASE + 0x4400UL)
2084#define USART3_BASE (CD_APB1PERIPH_BASE + 0x4800UL)
2085#define UART4_BASE (CD_APB1PERIPH_BASE + 0x4C00UL)
2086#define UART5_BASE (CD_APB1PERIPH_BASE + 0x5000UL)
2087#define I2C1_BASE (CD_APB1PERIPH_BASE + 0x5400UL)
2088#define I2C2_BASE (CD_APB1PERIPH_BASE + 0x5800UL)
2089#define I2C3_BASE (CD_APB1PERIPH_BASE + 0x5C00UL)
2090#define CEC_BASE (CD_APB1PERIPH_BASE + 0x6C00UL)
2091#define DAC1_BASE (CD_APB1PERIPH_BASE + 0x7400UL)
2092#define UART7_BASE (CD_APB1PERIPH_BASE + 0x7800UL)
2093#define UART8_BASE (CD_APB1PERIPH_BASE + 0x7C00UL)
2094#define CRS_BASE (CD_APB1PERIPH_BASE + 0x8400UL)
2095#define SWPMI1_BASE (CD_APB1PERIPH_BASE + 0x8800UL)
2096#define OPAMP_BASE (CD_APB1PERIPH_BASE + 0x9000UL)
2097#define OPAMP1_BASE (CD_APB1PERIPH_BASE + 0x9000UL)
2098#define OPAMP2_BASE (CD_APB1PERIPH_BASE + 0x9010UL)
2099#define MDIOS_BASE (CD_APB1PERIPH_BASE + 0x9400UL)
2100#define FDCAN1_BASE (CD_APB1PERIPH_BASE + 0xA000UL)
2101#define FDCAN2_BASE (CD_APB1PERIPH_BASE + 0xA400UL)
2102#define FDCAN_CCU_BASE (CD_APB1PERIPH_BASE + 0xA800UL)
2103#define SRAMCAN_BASE (CD_APB1PERIPH_BASE + 0xAC00UL)
2104
2105/*!< CD_APB2PERIPH peripherals */
2106
2107#define TIM1_BASE (CD_APB2PERIPH_BASE + 0x0000UL)
2108#define TIM8_BASE (CD_APB2PERIPH_BASE + 0x0400UL)
2109#define USART1_BASE (CD_APB2PERIPH_BASE + 0x1000UL)
2110#define USART6_BASE (CD_APB2PERIPH_BASE + 0x1400UL)
2111#define UART9_BASE (CD_APB2PERIPH_BASE + 0x1800UL)
2112#define USART10_BASE (CD_APB2PERIPH_BASE + 0x1C00UL)
2113#define SPI1_BASE (CD_APB2PERIPH_BASE + 0x3000UL)
2114#define SPI4_BASE (CD_APB2PERIPH_BASE + 0x3400UL)
2115#define TIM15_BASE (CD_APB2PERIPH_BASE + 0x4000UL)
2116#define TIM16_BASE (CD_APB2PERIPH_BASE + 0x4400UL)
2117#define TIM17_BASE (CD_APB2PERIPH_BASE + 0x4800UL)
2118#define SPI5_BASE (CD_APB2PERIPH_BASE + 0x5000UL)
2119#define SAI1_BASE (CD_APB2PERIPH_BASE + 0x5800UL)
2120#define SAI1_Block_A_BASE (SAI1_BASE + 0x004UL)
2121#define SAI1_Block_B_BASE (SAI1_BASE + 0x024UL)
2122#define SAI2_BASE (CD_APB2PERIPH_BASE + 0x5C00UL)
2123#define SAI2_Block_A_BASE (SAI2_BASE + 0x004UL)
2124#define SAI2_Block_B_BASE (SAI2_BASE + 0x024UL)
2125#define DFSDM1_BASE (CD_APB2PERIPH_BASE + 0x7800UL)
2126#define DFSDM1_Channel0_BASE (DFSDM1_BASE + 0x00UL)
2127#define DFSDM1_Channel1_BASE (DFSDM1_BASE + 0x20UL)
2128#define DFSDM1_Channel2_BASE (DFSDM1_BASE + 0x40UL)
2129#define DFSDM1_Channel3_BASE (DFSDM1_BASE + 0x60UL)
2130#define DFSDM1_Channel4_BASE (DFSDM1_BASE + 0x80UL)
2131#define DFSDM1_Channel5_BASE (DFSDM1_BASE + 0xA0UL)
2132#define DFSDM1_Channel6_BASE (DFSDM1_BASE + 0xC0UL)
2133#define DFSDM1_Channel7_BASE (DFSDM1_BASE + 0xE0UL)
2134#define DFSDM1_Filter0_BASE (DFSDM1_BASE + 0x100UL)
2135#define DFSDM1_Filter1_BASE (DFSDM1_BASE + 0x180UL)
2136#define DFSDM1_Filter2_BASE (DFSDM1_BASE + 0x200UL)
2137#define DFSDM1_Filter3_BASE (DFSDM1_BASE + 0x280UL)
2138#define DFSDM1_Filter4_BASE (DFSDM1_BASE + 0x300UL)
2139#define DFSDM1_Filter5_BASE (DFSDM1_BASE + 0x380UL)
2140#define DFSDM1_Filter6_BASE (DFSDM1_BASE + 0x400UL)
2141#define DFSDM1_Filter7_BASE (DFSDM1_BASE + 0x480UL)
2142/*!< SRD_APB4PERIPH peripherals */
2143#define EXTI_BASE (SRD_APB4PERIPH_BASE + 0x0000UL)
2144#define EXTI_D1_BASE (EXTI_BASE + 0x0080UL)
2145#define SYSCFG_BASE (SRD_APB4PERIPH_BASE + 0x0400UL)
2146#define LPUART1_BASE (SRD_APB4PERIPH_BASE + 0x0C00UL)
2147#define SPI6_BASE (SRD_APB4PERIPH_BASE + 0x1400UL)
2148#define I2C4_BASE (SRD_APB4PERIPH_BASE + 0x1C00UL)
2149#define LPTIM2_BASE (SRD_APB4PERIPH_BASE + 0x2400UL)
2150#define LPTIM3_BASE (SRD_APB4PERIPH_BASE + 0x2800UL)
2151#define DAC2_BASE (SRD_APB4PERIPH_BASE + 0x3400UL)
2152#define COMP12_BASE (SRD_APB4PERIPH_BASE + 0x3800UL)
2153#define COMP1_BASE (COMP12_BASE + 0x0CUL)
2154#define COMP2_BASE (COMP12_BASE + 0x10UL)
2155#define VREFBUF_BASE (SRD_APB4PERIPH_BASE + 0x3C00UL)
2156#define RTC_BASE (SRD_APB4PERIPH_BASE + 0x4000UL)
2157#define TAMP_BASE (SRD_APB4PERIPH_BASE + 0x4400UL)
2158#define IWDG1_BASE (SRD_APB4PERIPH_BASE + 0x4800UL)
2159
2160#define DTS_BASE (SRD_APB4PERIPH_BASE + 0x6800UL)
2161
2162#define DFSDM2_BASE (SRD_APB4PERIPH_BASE + 0x6C00UL)
2163#define DFSDM2_Channel0_BASE (DFSDM2_BASE + 0x00UL)
2164#define DFSDM2_Channel1_BASE (DFSDM2_BASE + 0x20UL)
2165#define DFSDM2_FLT0_BASE (DFSDM2_BASE + 0x100UL)
2166
2167/*!< CD_AHB3PERIPH peripherals */
2168
2169#define OTFDEC1_BASE (CD_AHB3PERIPH_BASE + 0xB800UL)
2170#define OTFDEC1_REGION1_BASE (OTFDEC1_BASE + 0x20UL)
2171#define OTFDEC1_REGION2_BASE (OTFDEC1_BASE + 0x50UL)
2172#define OTFDEC1_REGION3_BASE (OTFDEC1_BASE + 0x80UL)
2173#define OTFDEC1_REGION4_BASE (OTFDEC1_BASE + 0xB0UL)
2174#define OTFDEC2_BASE (CD_AHB3PERIPH_BASE + 0xBC00UL)
2175#define OTFDEC2_REGION1_BASE (OTFDEC2_BASE + 0x20UL)
2176#define OTFDEC2_REGION2_BASE (OTFDEC2_BASE + 0x50UL)
2177#define OTFDEC2_REGION3_BASE (OTFDEC2_BASE + 0x80UL)
2178#define OTFDEC2_REGION4_BASE (OTFDEC2_BASE + 0xB0UL)
2179#define GFXMMU_BASE (CD_AHB3PERIPH_BASE + 0xC000UL)
2180
2181#define BDMA1_Channel0_BASE (BDMA1_BASE + 0x0008UL)
2182#define BDMA1_Channel1_BASE (BDMA1_BASE + 0x001CUL)
2183#define BDMA1_Channel2_BASE (BDMA1_BASE + 0x0030UL)
2184#define BDMA1_Channel3_BASE (BDMA1_BASE + 0x0044UL)
2185#define BDMA1_Channel4_BASE (BDMA1_BASE + 0x0058UL)
2186#define BDMA1_Channel5_BASE (BDMA1_BASE + 0x006CUL)
2187#define BDMA1_Channel6_BASE (BDMA1_BASE + 0x0080UL)
2188#define BDMA1_Channel7_BASE (BDMA1_BASE + 0x0094UL)
2189
2190#define BDMA2_Channel0_BASE (BDMA2_BASE + 0x0008UL)
2191#define BDMA2_Channel1_BASE (BDMA2_BASE + 0x001CUL)
2192#define BDMA2_Channel2_BASE (BDMA2_BASE + 0x0030UL)
2193#define BDMA2_Channel3_BASE (BDMA2_BASE + 0x0044UL)
2194#define BDMA2_Channel4_BASE (BDMA2_BASE + 0x0058UL)
2195#define BDMA2_Channel5_BASE (BDMA2_BASE + 0x006CUL)
2196#define BDMA2_Channel6_BASE (BDMA2_BASE + 0x0080UL)
2197#define BDMA2_Channel7_BASE (BDMA2_BASE + 0x0094UL)
2198
2199
2200#define DMAMUX2_Channel0_BASE (DMAMUX2_BASE)
2201#define DMAMUX2_Channel1_BASE (DMAMUX2_BASE + 0x0004UL)
2202#define DMAMUX2_Channel2_BASE (DMAMUX2_BASE + 0x0008UL)
2203#define DMAMUX2_Channel3_BASE (DMAMUX2_BASE + 0x000CUL)
2204#define DMAMUX2_Channel4_BASE (DMAMUX2_BASE + 0x0010UL)
2205#define DMAMUX2_Channel5_BASE (DMAMUX2_BASE + 0x0014UL)
2206#define DMAMUX2_Channel6_BASE (DMAMUX2_BASE + 0x0018UL)
2207#define DMAMUX2_Channel7_BASE (DMAMUX2_BASE + 0x001CUL)
2208
2209#define DMAMUX2_RequestGenerator0_BASE (DMAMUX2_BASE + 0x0100UL)
2210#define DMAMUX2_RequestGenerator1_BASE (DMAMUX2_BASE + 0x0104UL)
2211#define DMAMUX2_RequestGenerator2_BASE (DMAMUX2_BASE + 0x0108UL)
2212#define DMAMUX2_RequestGenerator3_BASE (DMAMUX2_BASE + 0x010CUL)
2213#define DMAMUX2_RequestGenerator4_BASE (DMAMUX2_BASE + 0x0110UL)
2214#define DMAMUX2_RequestGenerator5_BASE (DMAMUX2_BASE + 0x0114UL)
2215#define DMAMUX2_RequestGenerator6_BASE (DMAMUX2_BASE + 0x0118UL)
2216#define DMAMUX2_RequestGenerator7_BASE (DMAMUX2_BASE + 0x011CUL)
2217
2218#define DMAMUX2_ChannelStatus_BASE (DMAMUX2_BASE + 0x0080UL)
2219#define DMAMUX2_RequestGenStatus_BASE (DMAMUX2_BASE + 0x0140UL)
2220
2221#define DMA1_Stream0_BASE (DMA1_BASE + 0x010UL)
2222#define DMA1_Stream1_BASE (DMA1_BASE + 0x028UL)
2223#define DMA1_Stream2_BASE (DMA1_BASE + 0x040UL)
2224#define DMA1_Stream3_BASE (DMA1_BASE + 0x058UL)
2225#define DMA1_Stream4_BASE (DMA1_BASE + 0x070UL)
2226#define DMA1_Stream5_BASE (DMA1_BASE + 0x088UL)
2227#define DMA1_Stream6_BASE (DMA1_BASE + 0x0A0UL)
2228#define DMA1_Stream7_BASE (DMA1_BASE + 0x0B8UL)
2229
2230#define DMA2_Stream0_BASE (DMA2_BASE + 0x010UL)
2231#define DMA2_Stream1_BASE (DMA2_BASE + 0x028UL)
2232#define DMA2_Stream2_BASE (DMA2_BASE + 0x040UL)
2233#define DMA2_Stream3_BASE (DMA2_BASE + 0x058UL)
2234#define DMA2_Stream4_BASE (DMA2_BASE + 0x070UL)
2235#define DMA2_Stream5_BASE (DMA2_BASE + 0x088UL)
2236#define DMA2_Stream6_BASE (DMA2_BASE + 0x0A0UL)
2237#define DMA2_Stream7_BASE (DMA2_BASE + 0x0B8UL)
2238
2239
2240#define DMAMUX1_Channel0_BASE (DMAMUX1_BASE)
2241#define DMAMUX1_Channel1_BASE (DMAMUX1_BASE + 0x0004UL)
2242#define DMAMUX1_Channel2_BASE (DMAMUX1_BASE + 0x0008UL)
2243#define DMAMUX1_Channel3_BASE (DMAMUX1_BASE + 0x000CUL)
2244#define DMAMUX1_Channel4_BASE (DMAMUX1_BASE + 0x0010UL)
2245#define DMAMUX1_Channel5_BASE (DMAMUX1_BASE + 0x0014UL)
2246#define DMAMUX1_Channel6_BASE (DMAMUX1_BASE + 0x0018UL)
2247#define DMAMUX1_Channel7_BASE (DMAMUX1_BASE + 0x001CUL)
2248#define DMAMUX1_Channel8_BASE (DMAMUX1_BASE + 0x0020UL)
2249#define DMAMUX1_Channel9_BASE (DMAMUX1_BASE + 0x0024UL)
2250#define DMAMUX1_Channel10_BASE (DMAMUX1_BASE + 0x0028UL)
2251#define DMAMUX1_Channel11_BASE (DMAMUX1_BASE + 0x002CUL)
2252#define DMAMUX1_Channel12_BASE (DMAMUX1_BASE + 0x0030UL)
2253#define DMAMUX1_Channel13_BASE (DMAMUX1_BASE + 0x0034UL)
2254#define DMAMUX1_Channel14_BASE (DMAMUX1_BASE + 0x0038UL)
2255#define DMAMUX1_Channel15_BASE (DMAMUX1_BASE + 0x003CUL)
2256
2257#define DMAMUX1_RequestGenerator0_BASE (DMAMUX1_BASE + 0x0100UL)
2258#define DMAMUX1_RequestGenerator1_BASE (DMAMUX1_BASE + 0x0104UL)
2259#define DMAMUX1_RequestGenerator2_BASE (DMAMUX1_BASE + 0x0108UL)
2260#define DMAMUX1_RequestGenerator3_BASE (DMAMUX1_BASE + 0x010CUL)
2261#define DMAMUX1_RequestGenerator4_BASE (DMAMUX1_BASE + 0x0110UL)
2262#define DMAMUX1_RequestGenerator5_BASE (DMAMUX1_BASE + 0x0114UL)
2263#define DMAMUX1_RequestGenerator6_BASE (DMAMUX1_BASE + 0x0118UL)
2264#define DMAMUX1_RequestGenerator7_BASE (DMAMUX1_BASE + 0x011CUL)
2265
2266#define DMAMUX1_ChannelStatus_BASE (DMAMUX1_BASE + 0x0080UL)
2267#define DMAMUX1_RequestGenStatus_BASE (DMAMUX1_BASE + 0x0140UL)
2268
2269/*!< FMC Banks registers base address */
2270#define FMC_Bank1_R_BASE (FMC_R_BASE + 0x0000UL)
2271#define FMC_Bank1E_R_BASE (FMC_R_BASE + 0x0104UL)
2272#define FMC_Bank2_R_BASE (FMC_R_BASE + 0x0060UL)
2273#define FMC_Bank3_R_BASE (FMC_R_BASE + 0x0080UL)
2274#define FMC_Bank5_6_R_BASE (FMC_R_BASE + 0x0140UL)
2275
2276/* Debug MCU registers base address */
2277#define DBGMCU_BASE (0x5C001000UL)
2278
2279#define MDMA_Channel0_BASE (MDMA_BASE + 0x00000040UL)
2280#define MDMA_Channel1_BASE (MDMA_BASE + 0x00000080UL)
2281#define MDMA_Channel2_BASE (MDMA_BASE + 0x000000C0UL)
2282#define MDMA_Channel3_BASE (MDMA_BASE + 0x00000100UL)
2283#define MDMA_Channel4_BASE (MDMA_BASE + 0x00000140UL)
2284#define MDMA_Channel5_BASE (MDMA_BASE + 0x00000180UL)
2285#define MDMA_Channel6_BASE (MDMA_BASE + 0x000001C0UL)
2286#define MDMA_Channel7_BASE (MDMA_BASE + 0x00000200UL)
2287#define MDMA_Channel8_BASE (MDMA_BASE + 0x00000240UL)
2288#define MDMA_Channel9_BASE (MDMA_BASE + 0x00000280UL)
2289#define MDMA_Channel10_BASE (MDMA_BASE + 0x000002C0UL)
2290#define MDMA_Channel11_BASE (MDMA_BASE + 0x00000300UL)
2291#define MDMA_Channel12_BASE (MDMA_BASE + 0x00000340UL)
2292#define MDMA_Channel13_BASE (MDMA_BASE + 0x00000380UL)
2293#define MDMA_Channel14_BASE (MDMA_BASE + 0x000003C0UL)
2294#define MDMA_Channel15_BASE (MDMA_BASE + 0x00000400UL)
2295#define MDMA_Channel16_BASE (MDMA_BASE + 0x00000440UL)
2296
2297/* GFXMMU virtual buffers base address */
2298#define GFXMMU_VIRTUAL_BUFFERS_BASE (0x25000000UL)
2299#define GFXMMU_VIRTUAL_BUFFER0_BASE (GFXMMU_VIRTUAL_BUFFERS_BASE)
2300#define GFXMMU_VIRTUAL_BUFFER1_BASE (GFXMMU_VIRTUAL_BUFFERS_BASE + 0x400000UL)
2301#define GFXMMU_VIRTUAL_BUFFER2_BASE (GFXMMU_VIRTUAL_BUFFERS_BASE + 0x800000UL)
2302#define GFXMMU_VIRTUAL_BUFFER3_BASE (GFXMMU_VIRTUAL_BUFFERS_BASE + 0xC00000UL)
2303
2304#define RAMECC_Monitor1_BASE (RAMECC_BASE + 0x20UL)
2305#define RAMECC_Monitor2_BASE (RAMECC_BASE + 0x40UL)
2306#define RAMECC_Monitor3_BASE (RAMECC_BASE + 0x60UL)
2307
2308/**
2309 * @}
2310 */
2311
2312/** @addtogroup Peripheral_declaration
2313 * @{
2314 */
2315#define TIM2 ((TIM_TypeDef *) TIM2_BASE)
2316#define TIM3 ((TIM_TypeDef *) TIM3_BASE)
2317#define TIM4 ((TIM_TypeDef *) TIM4_BASE)
2318#define TIM5 ((TIM_TypeDef *) TIM5_BASE)
2319#define TIM6 ((TIM_TypeDef *) TIM6_BASE)
2320#define TIM7 ((TIM_TypeDef *) TIM7_BASE)
2321#define TIM13 ((TIM_TypeDef *) TIM13_BASE)
2322#define TIM14 ((TIM_TypeDef *) TIM14_BASE)
2323#define VREFBUF ((VREFBUF_TypeDef *) VREFBUF_BASE)
2324#define RTC ((RTC_TypeDef *) RTC_BASE)
2325#define TAMP ((TAMP_TypeDef *) TAMP_BASE)
2326#define WWDG1 ((WWDG_TypeDef *) WWDG1_BASE)
2327
2328
2329#define IWDG1 ((IWDG_TypeDef *) IWDG1_BASE)
2330#define SPI2 ((SPI_TypeDef *) SPI2_BASE)
2331#define SPI3 ((SPI_TypeDef *) SPI3_BASE)
2332#define SPI4 ((SPI_TypeDef *) SPI4_BASE)
2333#define SPI5 ((SPI_TypeDef *) SPI5_BASE)
2334#define SPI6 ((SPI_TypeDef *) SPI6_BASE)
2335#define USART2 ((USART_TypeDef *) USART2_BASE)
2336#define USART3 ((USART_TypeDef *) USART3_BASE)
2337#define USART6 ((USART_TypeDef *) USART6_BASE)
2338#define USART10 ((USART_TypeDef *) USART10_BASE)
2339#define UART7 ((USART_TypeDef *) UART7_BASE)
2340#define UART8 ((USART_TypeDef *) UART8_BASE)
2341#define UART9 ((USART_TypeDef *) UART9_BASE)
2342#define CRS ((CRS_TypeDef *) CRS_BASE)
2343#define UART4 ((USART_TypeDef *) UART4_BASE)
2344#define UART5 ((USART_TypeDef *) UART5_BASE)
2345#define I2C1 ((I2C_TypeDef *) I2C1_BASE)
2346#define I2C2 ((I2C_TypeDef *) I2C2_BASE)
2347#define I2C3 ((I2C_TypeDef *) I2C3_BASE)
2348#define I2C4 ((I2C_TypeDef *) I2C4_BASE)
2349#define FDCAN1 ((FDCAN_GlobalTypeDef *) FDCAN1_BASE)
2350#define FDCAN2 ((FDCAN_GlobalTypeDef *) FDCAN2_BASE)
2351#define FDCAN_CCU ((FDCAN_ClockCalibrationUnit_TypeDef *) FDCAN_CCU_BASE)
2352#define CEC ((CEC_TypeDef *) CEC_BASE)
2353#define LPTIM1 ((LPTIM_TypeDef *) LPTIM1_BASE)
2354#define PWR ((PWR_TypeDef *) PWR_BASE)
2355#define DAC1 ((DAC_TypeDef *) DAC1_BASE)
2356#define LPUART1 ((USART_TypeDef *) LPUART1_BASE)
2357#define SWPMI1 ((SWPMI_TypeDef *) SWPMI1_BASE)
2358#define LPTIM2 ((LPTIM_TypeDef *) LPTIM2_BASE)
2359#define LPTIM3 ((LPTIM_TypeDef *) LPTIM3_BASE)
2360#define DTS ((DTS_TypeDef *) DTS_BASE)
2361
2362#define SYSCFG ((SYSCFG_TypeDef *) SYSCFG_BASE)
2363#define COMP12 ((COMPOPT_TypeDef *) COMP12_BASE)
2364#define COMP1 ((COMP_TypeDef *) COMP1_BASE)
2365#define COMP2 ((COMP_TypeDef *) COMP2_BASE)
2366#define COMP12_COMMON ((COMP_Common_TypeDef *) COMP2_BASE)
2367#define OPAMP ((OPAMP_TypeDef *) OPAMP_BASE)
2368#define OPAMP1 ((OPAMP_TypeDef *) OPAMP1_BASE)
2369#define OPAMP2 ((OPAMP_TypeDef *) OPAMP2_BASE)
2370
2371
2372#define EXTI ((EXTI_TypeDef *) EXTI_BASE)
2373#define EXTI_D1 ((EXTI_Core_TypeDef *) EXTI_D1_BASE)
2374#define TIM1 ((TIM_TypeDef *) TIM1_BASE)
2375#define SPI1 ((SPI_TypeDef *) SPI1_BASE)
2376#define TIM8 ((TIM_TypeDef *) TIM8_BASE)
2377#define USART1 ((USART_TypeDef *) USART1_BASE)
2378#define TIM12 ((TIM_TypeDef *) TIM12_BASE)
2379#define TIM15 ((TIM_TypeDef *) TIM15_BASE)
2380#define TIM16 ((TIM_TypeDef *) TIM16_BASE)
2381#define TIM17 ((TIM_TypeDef *) TIM17_BASE)
2382#define SAI1 ((SAI_TypeDef *) SAI1_BASE)
2383#define SAI1_Block_A ((SAI_Block_TypeDef *)SAI1_Block_A_BASE)
2384#define SAI1_Block_B ((SAI_Block_TypeDef *)SAI1_Block_B_BASE)
2385#define SAI2 ((SAI_TypeDef *) SAI2_BASE)
2386#define SAI2_Block_A ((SAI_Block_TypeDef *)SAI2_Block_A_BASE)
2387#define SAI2_Block_B ((SAI_Block_TypeDef *)SAI2_Block_B_BASE)
2388
2389#define SPDIFRX ((SPDIFRX_TypeDef *) SPDIFRX_BASE)
2390#define DFSDM1_Channel0 ((DFSDM_Channel_TypeDef *) DFSDM1_Channel0_BASE)
2391#define DFSDM1_Channel1 ((DFSDM_Channel_TypeDef *) DFSDM1_Channel1_BASE)
2392#define DFSDM1_Channel2 ((DFSDM_Channel_TypeDef *) DFSDM1_Channel2_BASE)
2393#define DFSDM1_Channel3 ((DFSDM_Channel_TypeDef *) DFSDM1_Channel3_BASE)
2394#define DFSDM1_Channel4 ((DFSDM_Channel_TypeDef *) DFSDM1_Channel4_BASE)
2395#define DFSDM1_Channel5 ((DFSDM_Channel_TypeDef *) DFSDM1_Channel5_BASE)
2396#define DFSDM1_Channel6 ((DFSDM_Channel_TypeDef *) DFSDM1_Channel6_BASE)
2397#define DFSDM1_Channel7 ((DFSDM_Channel_TypeDef *) DFSDM1_Channel7_BASE)
2398#define DFSDM1_Filter0 ((DFSDM_Filter_TypeDef *) DFSDM1_Filter0_BASE)
2399#define DFSDM1_Filter1 ((DFSDM_Filter_TypeDef *) DFSDM1_Filter1_BASE)
2400#define DFSDM1_Filter2 ((DFSDM_Filter_TypeDef *) DFSDM1_Filter2_BASE)
2401#define DFSDM1_Filter3 ((DFSDM_Filter_TypeDef *) DFSDM1_Filter3_BASE)
2402#define DFSDM1_Filter4 ((DFSDM_Filter_TypeDef *) DFSDM1_Filter4_BASE)
2403#define DFSDM1_Filter5 ((DFSDM_Filter_TypeDef *) DFSDM1_Filter5_BASE)
2404#define DFSDM1_Filter6 ((DFSDM_Filter_TypeDef *) DFSDM1_Filter6_BASE)
2405#define DFSDM1_Filter7 ((DFSDM_Filter_TypeDef *) DFSDM1_Filter7_BASE)
2406#define DFSDM2_Channel0 ((DFSDM_Channel_TypeDef *) DFSDM2_Channel0_BASE)
2407#define DFSDM2_Channel1 ((DFSDM_Channel_TypeDef *) DFSDM2_Channel1_BASE)
2408#define DFSDM2_Filter0 ((DFSDM_Filter_TypeDef *) DFSDM2_FLT0_BASE)
2409#define DMA2D ((DMA2D_TypeDef *) DMA2D_BASE)
2410#define DCMI ((DCMI_TypeDef *) DCMI_BASE)
2411#define PSSI ((PSSI_TypeDef *) PSSI_BASE)
2412#define RCC ((RCC_TypeDef *) RCC_BASE)
2413#define FLASH ((FLASH_TypeDef *) FLASH_R_BASE)
2414#define CRC ((CRC_TypeDef *) CRC_BASE)
2415
2416#define GPIOA ((GPIO_TypeDef *) GPIOA_BASE)
2417#define GPIOB ((GPIO_TypeDef *) GPIOB_BASE)
2418#define GPIOC ((GPIO_TypeDef *) GPIOC_BASE)
2419#define GPIOD ((GPIO_TypeDef *) GPIOD_BASE)
2420#define GPIOE ((GPIO_TypeDef *) GPIOE_BASE)
2421#define GPIOF ((GPIO_TypeDef *) GPIOF_BASE)
2422#define GPIOG ((GPIO_TypeDef *) GPIOG_BASE)
2423#define GPIOH ((GPIO_TypeDef *) GPIOH_BASE)
2424#define GPIOI ((GPIO_TypeDef *) GPIOI_BASE)
2425#define GPIOJ ((GPIO_TypeDef *) GPIOJ_BASE)
2426#define GPIOK ((GPIO_TypeDef *) GPIOK_BASE)
2427
2428#define ADC1 ((ADC_TypeDef *) ADC1_BASE)
2429#define ADC2 ((ADC_TypeDef *) ADC2_BASE)
2430#define ADC12_COMMON ((ADC_Common_TypeDef *) ADC12_COMMON_BASE)
2431
2432#define CRYP ((CRYP_TypeDef *) CRYP_BASE)
2433#define HASH ((HASH_TypeDef *) HASH_BASE)
2434#define HASH_DIGEST ((HASH_DIGEST_TypeDef *) HASH_DIGEST_BASE)
2435#define RNG ((RNG_TypeDef *) RNG_BASE)
2436#define SDMMC2 ((SDMMC_TypeDef *) SDMMC2_BASE)
2437#define DLYB_SDMMC2 ((DLYB_TypeDef *) DLYB_SDMMC2_BASE)
2438
2439#define BDMA1 ((BDMA_TypeDef *) BDMA1_BASE)
2440#define BDMA1_Channel0 ((BDMA_Channel_TypeDef *) BDMA1_Channel0_BASE)
2441#define BDMA1_Channel1 ((BDMA_Channel_TypeDef *) BDMA1_Channel1_BASE)
2442#define BDMA1_Channel2 ((BDMA_Channel_TypeDef *) BDMA1_Channel2_BASE)
2443#define BDMA1_Channel3 ((BDMA_Channel_TypeDef *) BDMA1_Channel3_BASE)
2444#define BDMA1_Channel4 ((BDMA_Channel_TypeDef *) BDMA1_Channel4_BASE)
2445#define BDMA1_Channel5 ((BDMA_Channel_TypeDef *) BDMA1_Channel5_BASE)
2446#define BDMA1_Channel6 ((BDMA_Channel_TypeDef *) BDMA1_Channel6_BASE)
2447#define BDMA1_Channel7 ((BDMA_Channel_TypeDef *) BDMA1_Channel7_BASE)
2448
2449#define BDMA2 ((BDMA_TypeDef *) BDMA2_BASE)
2450#define BDMA2_Channel0 ((BDMA_Channel_TypeDef *) BDMA2_Channel0_BASE)
2451#define BDMA2_Channel1 ((BDMA_Channel_TypeDef *) BDMA2_Channel1_BASE)
2452#define BDMA2_Channel2 ((BDMA_Channel_TypeDef *) BDMA2_Channel2_BASE)
2453#define BDMA2_Channel3 ((BDMA_Channel_TypeDef *) BDMA2_Channel3_BASE)
2454#define BDMA2_Channel4 ((BDMA_Channel_TypeDef *) BDMA2_Channel4_BASE)
2455#define BDMA2_Channel5 ((BDMA_Channel_TypeDef *) BDMA2_Channel5_BASE)
2456#define BDMA2_Channel6 ((BDMA_Channel_TypeDef *) BDMA2_Channel6_BASE)
2457#define BDMA2_Channel7 ((BDMA_Channel_TypeDef *) BDMA2_Channel7_BASE)
2458
2459#define RAMECC ((RAMECC_TypeDef *)RAMECC_BASE)
2460#define RAMECC_Monitor1 ((RAMECC_MonitorTypeDef *)RAMECC_Monitor1_BASE)
2461#define RAMECC_Monitor2 ((RAMECC_MonitorTypeDef *)RAMECC_Monitor2_BASE)
2462#define RAMECC_Monitor3 ((RAMECC_MonitorTypeDef *)RAMECC_Monitor3_BASE)
2463
2464#define DMAMUX2 ((DMAMUX_Channel_TypeDef *) DMAMUX2_BASE)
2465#define DMAMUX2_Channel0 ((DMAMUX_Channel_TypeDef *) DMAMUX2_Channel0_BASE)
2466#define DMAMUX2_Channel1 ((DMAMUX_Channel_TypeDef *) DMAMUX2_Channel1_BASE)
2467#define DMAMUX2_Channel2 ((DMAMUX_Channel_TypeDef *) DMAMUX2_Channel2_BASE)
2468#define DMAMUX2_Channel3 ((DMAMUX_Channel_TypeDef *) DMAMUX2_Channel3_BASE)
2469#define DMAMUX2_Channel4 ((DMAMUX_Channel_TypeDef *) DMAMUX2_Channel4_BASE)
2470#define DMAMUX2_Channel5 ((DMAMUX_Channel_TypeDef *) DMAMUX2_Channel5_BASE)
2471#define DMAMUX2_Channel6 ((DMAMUX_Channel_TypeDef *) DMAMUX2_Channel6_BASE)
2472#define DMAMUX2_Channel7 ((DMAMUX_Channel_TypeDef *) DMAMUX2_Channel7_BASE)
2473
2474
2475#define DMAMUX2_RequestGenerator0 ((DMAMUX_RequestGen_TypeDef *) DMAMUX2_RequestGenerator0_BASE)
2476#define DMAMUX2_RequestGenerator1 ((DMAMUX_RequestGen_TypeDef *) DMAMUX2_RequestGenerator1_BASE)
2477#define DMAMUX2_RequestGenerator2 ((DMAMUX_RequestGen_TypeDef *) DMAMUX2_RequestGenerator2_BASE)
2478#define DMAMUX2_RequestGenerator3 ((DMAMUX_RequestGen_TypeDef *) DMAMUX2_RequestGenerator3_BASE)
2479#define DMAMUX2_RequestGenerator4 ((DMAMUX_RequestGen_TypeDef *) DMAMUX2_RequestGenerator4_BASE)
2480#define DMAMUX2_RequestGenerator5 ((DMAMUX_RequestGen_TypeDef *) DMAMUX2_RequestGenerator5_BASE)
2481#define DMAMUX2_RequestGenerator6 ((DMAMUX_RequestGen_TypeDef *) DMAMUX2_RequestGenerator6_BASE)
2482#define DMAMUX2_RequestGenerator7 ((DMAMUX_RequestGen_TypeDef *) DMAMUX2_RequestGenerator7_BASE)
2483
2484#define DMAMUX2_ChannelStatus ((DMAMUX_ChannelStatus_TypeDef *) DMAMUX2_ChannelStatus_BASE)
2485#define DMAMUX2_RequestGenStatus ((DMAMUX_RequestGenStatus_TypeDef *) DMAMUX2_RequestGenStatus_BASE)
2486
2487#define DMA2 ((DMA_TypeDef *) DMA2_BASE)
2488#define DMA2_Stream0 ((DMA_Stream_TypeDef *) DMA2_Stream0_BASE)
2489#define DMA2_Stream1 ((DMA_Stream_TypeDef *) DMA2_Stream1_BASE)
2490#define DMA2_Stream2 ((DMA_Stream_TypeDef *) DMA2_Stream2_BASE)
2491#define DMA2_Stream3 ((DMA_Stream_TypeDef *) DMA2_Stream3_BASE)
2492#define DMA2_Stream4 ((DMA_Stream_TypeDef *) DMA2_Stream4_BASE)
2493#define DMA2_Stream5 ((DMA_Stream_TypeDef *) DMA2_Stream5_BASE)
2494#define DMA2_Stream6 ((DMA_Stream_TypeDef *) DMA2_Stream6_BASE)
2495#define DMA2_Stream7 ((DMA_Stream_TypeDef *) DMA2_Stream7_BASE)
2496
2497#define DMA1 ((DMA_TypeDef *) DMA1_BASE)
2498#define DMA1_Stream0 ((DMA_Stream_TypeDef *) DMA1_Stream0_BASE)
2499#define DMA1_Stream1 ((DMA_Stream_TypeDef *) DMA1_Stream1_BASE)
2500#define DMA1_Stream2 ((DMA_Stream_TypeDef *) DMA1_Stream2_BASE)
2501#define DMA1_Stream3 ((DMA_Stream_TypeDef *) DMA1_Stream3_BASE)
2502#define DMA1_Stream4 ((DMA_Stream_TypeDef *) DMA1_Stream4_BASE)
2503#define DMA1_Stream5 ((DMA_Stream_TypeDef *) DMA1_Stream5_BASE)
2504#define DMA1_Stream6 ((DMA_Stream_TypeDef *) DMA1_Stream6_BASE)
2505#define DMA1_Stream7 ((DMA_Stream_TypeDef *) DMA1_Stream7_BASE)
2506
2507
2508#define DMAMUX1 ((DMAMUX_Channel_TypeDef *) DMAMUX1_BASE)
2509#define DMAMUX1_Channel0 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel0_BASE)
2510#define DMAMUX1_Channel1 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel1_BASE)
2511#define DMAMUX1_Channel2 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel2_BASE)
2512#define DMAMUX1_Channel3 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel3_BASE)
2513#define DMAMUX1_Channel4 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel4_BASE)
2514#define DMAMUX1_Channel5 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel5_BASE)
2515#define DMAMUX1_Channel6 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel6_BASE)
2516#define DMAMUX1_Channel7 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel7_BASE)
2517#define DMAMUX1_Channel8 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel8_BASE)
2518#define DMAMUX1_Channel9 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel9_BASE)
2519#define DMAMUX1_Channel10 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel10_BASE)
2520#define DMAMUX1_Channel11 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel11_BASE)
2521#define DMAMUX1_Channel12 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel12_BASE)
2522#define DMAMUX1_Channel13 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel13_BASE)
2523#define DMAMUX1_Channel14 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel14_BASE)
2524#define DMAMUX1_Channel15 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel15_BASE)
2525
2526#define DMAMUX1_RequestGenerator0 ((DMAMUX_RequestGen_TypeDef *) DMAMUX1_RequestGenerator0_BASE)
2527#define DMAMUX1_RequestGenerator1 ((DMAMUX_RequestGen_TypeDef *) DMAMUX1_RequestGenerator1_BASE)
2528#define DMAMUX1_RequestGenerator2 ((DMAMUX_RequestGen_TypeDef *) DMAMUX1_RequestGenerator2_BASE)
2529#define DMAMUX1_RequestGenerator3 ((DMAMUX_RequestGen_TypeDef *) DMAMUX1_RequestGenerator3_BASE)
2530#define DMAMUX1_RequestGenerator4 ((DMAMUX_RequestGen_TypeDef *) DMAMUX1_RequestGenerator4_BASE)
2531#define DMAMUX1_RequestGenerator5 ((DMAMUX_RequestGen_TypeDef *) DMAMUX1_RequestGenerator5_BASE)
2532#define DMAMUX1_RequestGenerator6 ((DMAMUX_RequestGen_TypeDef *) DMAMUX1_RequestGenerator6_BASE)
2533#define DMAMUX1_RequestGenerator7 ((DMAMUX_RequestGen_TypeDef *) DMAMUX1_RequestGenerator7_BASE)
2534
2535#define DMAMUX1_ChannelStatus ((DMAMUX_ChannelStatus_TypeDef *) DMAMUX1_ChannelStatus_BASE)
2536#define DMAMUX1_RequestGenStatus ((DMAMUX_RequestGenStatus_TypeDef *) DMAMUX1_RequestGenStatus_BASE)
2537
2538
2539#define FMC_Bank1_R ((FMC_Bank1_TypeDef *) FMC_Bank1_R_BASE)
2540#define FMC_Bank1E_R ((FMC_Bank1E_TypeDef *) FMC_Bank1E_R_BASE)
2541#define FMC_Bank2_R ((FMC_Bank2_TypeDef *) FMC_Bank2_R_BASE)
2542#define FMC_Bank3_R ((FMC_Bank3_TypeDef *) FMC_Bank3_R_BASE)
2543#define FMC_Bank5_6_R ((FMC_Bank5_6_TypeDef *) FMC_Bank5_6_R_BASE)
2544
2545#define DAC2 ((DAC_TypeDef *) DAC2_BASE)
2546#define OCTOSPI1 ((OCTOSPI_TypeDef *) OCTOSPI1_R_BASE)
2547#define DLYB_OCTOSPI1 ((DLYB_TypeDef *) DLYB_OCTOSPI1_BASE)
2548#define OCTOSPI2 ((OCTOSPI_TypeDef *) OCTOSPI2_R_BASE)
2549#define DLYB_OCTOSPI2 ((DLYB_TypeDef *) DLYB_OCTOSPI2_BASE)
2550#define OCTOSPIM ((OCTOSPIM_TypeDef *) OCTOSPIM_BASE)
2551
2552#define OTFDEC1 ((OTFDEC_TypeDef *) OTFDEC1_BASE)
2553#define OTFDEC1_REGION1 ((OTFDEC_Region_TypeDef *) OTFDEC1_REGION1_BASE)
2554#define OTFDEC1_REGION2 ((OTFDEC_Region_TypeDef *) OTFDEC1_REGION2_BASE)
2555#define OTFDEC1_REGION3 ((OTFDEC_Region_TypeDef *) OTFDEC1_REGION3_BASE)
2556#define OTFDEC1_REGION4 ((OTFDEC_Region_TypeDef *) OTFDEC1_REGION4_BASE)
2557
2558#define OTFDEC2 ((OTFDEC_TypeDef *) OTFDEC2_BASE)
2559#define OTFDEC2_REGION1 ((OTFDEC_Region_TypeDef *) OTFDEC2_REGION1_BASE)
2560#define OTFDEC2_REGION2 ((OTFDEC_Region_TypeDef *) OTFDEC2_REGION2_BASE)
2561#define OTFDEC2_REGION3 ((OTFDEC_Region_TypeDef *) OTFDEC2_REGION3_BASE)
2562#define OTFDEC2_REGION4 ((OTFDEC_Region_TypeDef *) OTFDEC2_REGION4_BASE)
2563#define GFXMMU ((GFXMMU_TypeDef *) GFXMMU_BASE)
2564
2565#define SDMMC1 ((SDMMC_TypeDef *) SDMMC1_BASE)
2566#define DLYB_SDMMC1 ((DLYB_TypeDef *) DLYB_SDMMC1_BASE)
2567
2568#define DBGMCU ((DBGMCU_TypeDef *) DBGMCU_BASE)
2569
2570#define JPEG ((JPEG_TypeDef *) JPGDEC_BASE)
2571#define HSEM ((HSEM_TypeDef *) HSEM_BASE)
2572#define HSEM_COMMON ((HSEM_Common_TypeDef *) (HSEM_BASE + 0x100UL))
2573
2574#define LTDC ((LTDC_TypeDef *)LTDC_BASE)
2575#define LTDC_Layer1 ((LTDC_Layer_TypeDef *)LTDC_Layer1_BASE)
2576#define LTDC_Layer2 ((LTDC_Layer_TypeDef *)LTDC_Layer2_BASE)
2577
2578#define MDIOS ((MDIOS_TypeDef *) MDIOS_BASE)
2579
2580#define MDMA ((MDMA_TypeDef *)MDMA_BASE)
2581#define MDMA_Channel0 ((MDMA_Channel_TypeDef *)MDMA_Channel0_BASE)
2582#define MDMA_Channel1 ((MDMA_Channel_TypeDef *)MDMA_Channel1_BASE)
2583#define MDMA_Channel2 ((MDMA_Channel_TypeDef *)MDMA_Channel2_BASE)
2584#define MDMA_Channel3 ((MDMA_Channel_TypeDef *)MDMA_Channel3_BASE)
2585#define MDMA_Channel4 ((MDMA_Channel_TypeDef *)MDMA_Channel4_BASE)
2586#define MDMA_Channel5 ((MDMA_Channel_TypeDef *)MDMA_Channel5_BASE)
2587#define MDMA_Channel6 ((MDMA_Channel_TypeDef *)MDMA_Channel6_BASE)
2588#define MDMA_Channel7 ((MDMA_Channel_TypeDef *)MDMA_Channel7_BASE)
2589#define MDMA_Channel8 ((MDMA_Channel_TypeDef *)MDMA_Channel8_BASE)
2590#define MDMA_Channel9 ((MDMA_Channel_TypeDef *)MDMA_Channel9_BASE)
2591#define MDMA_Channel10 ((MDMA_Channel_TypeDef *)MDMA_Channel10_BASE)
2592#define MDMA_Channel11 ((MDMA_Channel_TypeDef *)MDMA_Channel11_BASE)
2593#define MDMA_Channel12 ((MDMA_Channel_TypeDef *)MDMA_Channel12_BASE)
2594#define MDMA_Channel13 ((MDMA_Channel_TypeDef *)MDMA_Channel13_BASE)
2595#define MDMA_Channel14 ((MDMA_Channel_TypeDef *)MDMA_Channel14_BASE)
2596#define MDMA_Channel15 ((MDMA_Channel_TypeDef *)MDMA_Channel15_BASE)
2597
2598
2599#define USB1_OTG_HS ((USB_OTG_GlobalTypeDef *) USB1_OTG_HS_PERIPH_BASE)
2600
2601/* Legacy defines */
2602#define USB_OTG_HS USB1_OTG_HS
2603#define USB_OTG_HS_PERIPH_BASE USB1_OTG_HS_PERIPH_BASE
2604
2605/**
2606 * @}
2607 */
2608
2609/** @addtogroup Exported_constants
2610 * @{
2611 */
2612
2613 /** @addtogroup Peripheral_Registers_Bits_Definition
2614 * @{
2615 */
2616
2617/******************************************************************************/
2618/* Peripheral Registers_Bits_Definition */
2619/******************************************************************************/
2620
2621/******************************************************************************/
2622/* */
2623/* Analog to Digital Converter */
2624/* */
2625/******************************************************************************/
2626/******************************* ADC VERSION ********************************/
2627#define ADC_VER_V5_3
2628/******************** Bit definition for ADC_ISR register ********************/
2629#define ADC_ISR_ADRDY_Pos (0U)
2630#define ADC_ISR_ADRDY_Msk (0x1UL << ADC_ISR_ADRDY_Pos) /*!< 0x00000001 */
2631#define ADC_ISR_ADRDY ADC_ISR_ADRDY_Msk /*!< ADC Ready (ADRDY) flag */
2632#define ADC_ISR_EOSMP_Pos (1U)
2633#define ADC_ISR_EOSMP_Msk (0x1UL << ADC_ISR_EOSMP_Pos) /*!< 0x00000002 */
2634#define ADC_ISR_EOSMP ADC_ISR_EOSMP_Msk /*!< ADC End of Sampling flag */
2635#define ADC_ISR_EOC_Pos (2U)
2636#define ADC_ISR_EOC_Msk (0x1UL << ADC_ISR_EOC_Pos) /*!< 0x00000004 */
2637#define ADC_ISR_EOC ADC_ISR_EOC_Msk /*!< ADC End of Regular Conversion flag */
2638#define ADC_ISR_EOS_Pos (3U)
2639#define ADC_ISR_EOS_Msk (0x1UL << ADC_ISR_EOS_Pos) /*!< 0x00000008 */
2640#define ADC_ISR_EOS ADC_ISR_EOS_Msk /*!< ADC End of Regular sequence of Conversions flag */
2641#define ADC_ISR_OVR_Pos (4U)
2642#define ADC_ISR_OVR_Msk (0x1UL << ADC_ISR_OVR_Pos) /*!< 0x00000010 */
2643#define ADC_ISR_OVR ADC_ISR_OVR_Msk /*!< ADC overrun flag */
2644#define ADC_ISR_JEOC_Pos (5U)
2645#define ADC_ISR_JEOC_Msk (0x1UL << ADC_ISR_JEOC_Pos) /*!< 0x00000020 */
2646#define ADC_ISR_JEOC ADC_ISR_JEOC_Msk /*!< ADC End of Injected Conversion flag */
2647#define ADC_ISR_JEOS_Pos (6U)
2648#define ADC_ISR_JEOS_Msk (0x1UL << ADC_ISR_JEOS_Pos) /*!< 0x00000040 */
2649#define ADC_ISR_JEOS ADC_ISR_JEOS_Msk /*!< ADC End of Injected sequence of Conversions flag */
2650#define ADC_ISR_AWD1_Pos (7U)
2651#define ADC_ISR_AWD1_Msk (0x1UL << ADC_ISR_AWD1_Pos) /*!< 0x00000080 */
2652#define ADC_ISR_AWD1 ADC_ISR_AWD1_Msk /*!< ADC Analog watchdog 1 flag */
2653#define ADC_ISR_AWD2_Pos (8U)
2654#define ADC_ISR_AWD2_Msk (0x1UL << ADC_ISR_AWD2_Pos) /*!< 0x00000100 */
2655#define ADC_ISR_AWD2 ADC_ISR_AWD2_Msk /*!< ADC Analog watchdog 2 flag */
2656#define ADC_ISR_AWD3_Pos (9U)
2657#define ADC_ISR_AWD3_Msk (0x1UL << ADC_ISR_AWD3_Pos) /*!< 0x00000200 */
2658#define ADC_ISR_AWD3 ADC_ISR_AWD3_Msk /*!< ADC Analog watchdog 3 flag */
2659#define ADC_ISR_JQOVF_Pos (10U)
2660#define ADC_ISR_JQOVF_Msk (0x1UL << ADC_ISR_JQOVF_Pos) /*!< 0x00000400 */
2661#define ADC_ISR_JQOVF ADC_ISR_JQOVF_Msk /*!< ADC Injected Context Queue Overflow flag */
2662
2663/******************** Bit definition for ADC_IER register ********************/
2664#define ADC_IER_ADRDYIE_Pos (0U)
2665#define ADC_IER_ADRDYIE_Msk (0x1UL << ADC_IER_ADRDYIE_Pos) /*!< 0x00000001 */
2666#define ADC_IER_ADRDYIE ADC_IER_ADRDYIE_Msk /*!< ADC Ready (ADRDY) interrupt source */
2667#define ADC_IER_EOSMPIE_Pos (1U)
2668#define ADC_IER_EOSMPIE_Msk (0x1UL << ADC_IER_EOSMPIE_Pos) /*!< 0x00000002 */
2669#define ADC_IER_EOSMPIE ADC_IER_EOSMPIE_Msk /*!< ADC End of Sampling interrupt source */
2670#define ADC_IER_EOCIE_Pos (2U)
2671#define ADC_IER_EOCIE_Msk (0x1UL << ADC_IER_EOCIE_Pos) /*!< 0x00000004 */
2672#define ADC_IER_EOCIE ADC_IER_EOCIE_Msk /*!< ADC End of Regular Conversion interrupt source */
2673#define ADC_IER_EOSIE_Pos (3U)
2674#define ADC_IER_EOSIE_Msk (0x1UL << ADC_IER_EOSIE_Pos) /*!< 0x00000008 */
2675#define ADC_IER_EOSIE ADC_IER_EOSIE_Msk /*!< ADC End of Regular sequence of Conversions interrupt source */
2676#define ADC_IER_OVRIE_Pos (4U)
2677#define ADC_IER_OVRIE_Msk (0x1UL << ADC_IER_OVRIE_Pos) /*!< 0x00000010 */
2678#define ADC_IER_OVRIE ADC_IER_OVRIE_Msk /*!< ADC overrun interrupt source */
2679#define ADC_IER_JEOCIE_Pos (5U)
2680#define ADC_IER_JEOCIE_Msk (0x1UL << ADC_IER_JEOCIE_Pos) /*!< 0x00000020 */
2681#define ADC_IER_JEOCIE ADC_IER_JEOCIE_Msk /*!< ADC End of Injected Conversion interrupt source */
2682#define ADC_IER_JEOSIE_Pos (6U)
2683#define ADC_IER_JEOSIE_Msk (0x1UL << ADC_IER_JEOSIE_Pos) /*!< 0x00000040 */
2684#define ADC_IER_JEOSIE ADC_IER_JEOSIE_Msk /*!< ADC End of Injected sequence of Conversions interrupt source */
2685#define ADC_IER_AWD1IE_Pos (7U)
2686#define ADC_IER_AWD1IE_Msk (0x1UL << ADC_IER_AWD1IE_Pos) /*!< 0x00000080 */
2687#define ADC_IER_AWD1IE ADC_IER_AWD1IE_Msk /*!< ADC Analog watchdog 1 interrupt source */
2688#define ADC_IER_AWD2IE_Pos (8U)
2689#define ADC_IER_AWD2IE_Msk (0x1UL << ADC_IER_AWD2IE_Pos) /*!< 0x00000100 */
2690#define ADC_IER_AWD2IE ADC_IER_AWD2IE_Msk /*!< ADC Analog watchdog 2 interrupt source */
2691#define ADC_IER_AWD3IE_Pos (9U)
2692#define ADC_IER_AWD3IE_Msk (0x1UL << ADC_IER_AWD3IE_Pos) /*!< 0x00000200 */
2693#define ADC_IER_AWD3IE ADC_IER_AWD3IE_Msk /*!< ADC Analog watchdog 3 interrupt source */
2694#define ADC_IER_JQOVFIE_Pos (10U)
2695#define ADC_IER_JQOVFIE_Msk (0x1UL << ADC_IER_JQOVFIE_Pos) /*!< 0x00000400 */
2696#define ADC_IER_JQOVFIE ADC_IER_JQOVFIE_Msk /*!< ADC Injected Context Queue Overflow interrupt source */
2697
2698/******************** Bit definition for ADC_CR register ********************/
2699#define ADC_CR_ADEN_Pos (0U)
2700#define ADC_CR_ADEN_Msk (0x1UL << ADC_CR_ADEN_Pos) /*!< 0x00000001 */
2701#define ADC_CR_ADEN ADC_CR_ADEN_Msk /*!< ADC Enable control */
2702#define ADC_CR_ADDIS_Pos (1U)
2703#define ADC_CR_ADDIS_Msk (0x1UL << ADC_CR_ADDIS_Pos) /*!< 0x00000002 */
2704#define ADC_CR_ADDIS ADC_CR_ADDIS_Msk /*!< ADC Disable command */
2705#define ADC_CR_ADSTART_Pos (2U)
2706#define ADC_CR_ADSTART_Msk (0x1UL << ADC_CR_ADSTART_Pos) /*!< 0x00000004 */
2707#define ADC_CR_ADSTART ADC_CR_ADSTART_Msk /*!< ADC Start of Regular conversion */
2708#define ADC_CR_JADSTART_Pos (3U)
2709#define ADC_CR_JADSTART_Msk (0x1UL << ADC_CR_JADSTART_Pos) /*!< 0x00000008 */
2710#define ADC_CR_JADSTART ADC_CR_JADSTART_Msk /*!< ADC Start of injected conversion */
2711#define ADC_CR_ADSTP_Pos (4U)
2712#define ADC_CR_ADSTP_Msk (0x1UL << ADC_CR_ADSTP_Pos) /*!< 0x00000010 */
2713#define ADC_CR_ADSTP ADC_CR_ADSTP_Msk /*!< ADC Stop of Regular conversion */
2714#define ADC_CR_JADSTP_Pos (5U)
2715#define ADC_CR_JADSTP_Msk (0x1UL << ADC_CR_JADSTP_Pos) /*!< 0x00000020 */
2716#define ADC_CR_JADSTP ADC_CR_JADSTP_Msk /*!< ADC Stop of injected conversion */
2717#define ADC_CR_BOOST_Pos (8U)
2718#define ADC_CR_BOOST_Msk (0x3UL << ADC_CR_BOOST_Pos) /*!< 0x00000300 */
2719#define ADC_CR_BOOST ADC_CR_BOOST_Msk /*!< ADC Boost Mode configuration */
2720#define ADC_CR_BOOST_0 (0x1UL << ADC_CR_BOOST_Pos) /*!< 0x00000100 */
2721#define ADC_CR_BOOST_1 (0x2UL << ADC_CR_BOOST_Pos) /*!< 0x00000200 */
2722#define ADC_CR_ADCALLIN_Pos (16U)
2723#define ADC_CR_ADCALLIN_Msk (0x1UL << ADC_CR_ADCALLIN_Pos) /*!< 0x00010000 */
2724#define ADC_CR_ADCALLIN ADC_CR_ADCALLIN_Msk /*!< ADC Linearity calibration */
2725#define ADC_CR_LINCALRDYW1_Pos (22U)
2726#define ADC_CR_LINCALRDYW1_Msk (0x1UL << ADC_CR_LINCALRDYW1_Pos) /*!< 0x00400000 */
2727#define ADC_CR_LINCALRDYW1 ADC_CR_LINCALRDYW1_Msk /*!< ADC Linearity calibration ready Word 1 */
2728#define ADC_CR_LINCALRDYW2_Pos (23U)
2729#define ADC_CR_LINCALRDYW2_Msk (0x1UL << ADC_CR_LINCALRDYW2_Pos) /*!< 0x00800000 */
2730#define ADC_CR_LINCALRDYW2 ADC_CR_LINCALRDYW2_Msk /*!< ADC Linearity calibration ready Word 2 */
2731#define ADC_CR_LINCALRDYW3_Pos (24U)
2732#define ADC_CR_LINCALRDYW3_Msk (0x1UL << ADC_CR_LINCALRDYW3_Pos) /*!< 0x01000000 */
2733#define ADC_CR_LINCALRDYW3 ADC_CR_LINCALRDYW3_Msk /*!< ADC Linearity calibration ready Word 3 */
2734#define ADC_CR_LINCALRDYW4_Pos (25U)
2735#define ADC_CR_LINCALRDYW4_Msk (0x1UL << ADC_CR_LINCALRDYW4_Pos) /*!< 0x02000000 */
2736#define ADC_CR_LINCALRDYW4 ADC_CR_LINCALRDYW4_Msk /*!< ADC Linearity calibration ready Word 4 */
2737#define ADC_CR_LINCALRDYW5_Pos (26U)
2738#define ADC_CR_LINCALRDYW5_Msk (0x1UL << ADC_CR_LINCALRDYW5_Pos) /*!< 0x04000000 */
2739#define ADC_CR_LINCALRDYW5 ADC_CR_LINCALRDYW5_Msk /*!< ADC Linearity calibration ready Word 5 */
2740#define ADC_CR_LINCALRDYW6_Pos (27U)
2741#define ADC_CR_LINCALRDYW6_Msk (0x1UL << ADC_CR_LINCALRDYW6_Pos) /*!< 0x08000000 */
2742#define ADC_CR_LINCALRDYW6 ADC_CR_LINCALRDYW6_Msk /*!< ADC Linearity calibration ready Word 6 */
2743#define ADC_CR_ADVREGEN_Pos (28U)
2744#define ADC_CR_ADVREGEN_Msk (0x1UL << ADC_CR_ADVREGEN_Pos) /*!< 0x10000000 */
2745#define ADC_CR_ADVREGEN ADC_CR_ADVREGEN_Msk /*!< ADC Voltage regulator Enable */
2746#define ADC_CR_DEEPPWD_Pos (29U)
2747#define ADC_CR_DEEPPWD_Msk (0x1UL << ADC_CR_DEEPPWD_Pos) /*!< 0x20000000 */
2748#define ADC_CR_DEEPPWD ADC_CR_DEEPPWD_Msk /*!< ADC Deep power down Enable */
2749#define ADC_CR_ADCALDIF_Pos (30U)
2750#define ADC_CR_ADCALDIF_Msk (0x1UL << ADC_CR_ADCALDIF_Pos) /*!< 0x40000000 */
2751#define ADC_CR_ADCALDIF ADC_CR_ADCALDIF_Msk /*!< ADC Differential Mode for calibration */
2752#define ADC_CR_ADCAL_Pos (31U)
2753#define ADC_CR_ADCAL_Msk (0x1UL << ADC_CR_ADCAL_Pos) /*!< 0x80000000 */
2754#define ADC_CR_ADCAL ADC_CR_ADCAL_Msk /*!< ADC Calibration */
2755
2756/******************** Bit definition for ADC_CFGR register ********************/
2757#define ADC_CFGR_DMNGT_Pos (0U)
2758#define ADC_CFGR_DMNGT_Msk (0x3UL << ADC_CFGR_DMNGT_Pos) /*!< 0x00000003 */
2759#define ADC_CFGR_DMNGT ADC_CFGR_DMNGT_Msk /*!< ADC Data Management configuration */
2760#define ADC_CFGR_DMNGT_0 (0x1UL << ADC_CFGR_DMNGT_Pos) /*!< 0x00000001 */
2761#define ADC_CFGR_DMNGT_1 (0x2UL << ADC_CFGR_DMNGT_Pos) /*!< 0x00000002 */
2762
2763#define ADC_CFGR_RES_Pos (2U)
2764#define ADC_CFGR_RES_Msk (0x7UL << ADC_CFGR_RES_Pos) /*!< 0x0000001C */
2765#define ADC_CFGR_RES ADC_CFGR_RES_Msk /*!< ADC Data resolution */
2766#define ADC_CFGR_RES_0 (0x1UL << ADC_CFGR_RES_Pos) /*!< 0x00000004 */
2767#define ADC_CFGR_RES_1 (0x2UL << ADC_CFGR_RES_Pos) /*!< 0x00000008 */
2768#define ADC_CFGR_RES_2 (0x4UL << ADC_CFGR_RES_Pos) /*!< 0x00000010 */
2769
2770#define ADC_CFGR_EXTSEL_Pos (5U)
2771#define ADC_CFGR_EXTSEL_Msk (0x1FUL << ADC_CFGR_EXTSEL_Pos) /*!< 0x000003E0 */
2772#define ADC_CFGR_EXTSEL ADC_CFGR_EXTSEL_Msk /*!< ADC External trigger selection for regular group */
2773#define ADC_CFGR_EXTSEL_0 (0x01UL << ADC_CFGR_EXTSEL_Pos) /*!< 0x00000020 */
2774#define ADC_CFGR_EXTSEL_1 (0x02UL << ADC_CFGR_EXTSEL_Pos) /*!< 0x00000040 */
2775#define ADC_CFGR_EXTSEL_2 (0x04UL << ADC_CFGR_EXTSEL_Pos) /*!< 0x00000080 */
2776#define ADC_CFGR_EXTSEL_3 (0x08UL << ADC_CFGR_EXTSEL_Pos) /*!< 0x00000100 */
2777#define ADC_CFGR_EXTSEL_4 (0x10UL << ADC_CFGR_EXTSEL_Pos) /*!< 0x00000200 */
2778
2779#define ADC_CFGR_EXTEN_Pos (10U)
2780#define ADC_CFGR_EXTEN_Msk (0x3UL << ADC_CFGR_EXTEN_Pos) /*!< 0x00000C00 */
2781#define ADC_CFGR_EXTEN ADC_CFGR_EXTEN_Msk /*!< ADC External trigger enable and polarity selection for regular channels */
2782#define ADC_CFGR_EXTEN_0 (0x1UL << ADC_CFGR_EXTEN_Pos) /*!< 0x00000400 */
2783#define ADC_CFGR_EXTEN_1 (0x2UL << ADC_CFGR_EXTEN_Pos) /*!< 0x00000800 */
2784
2785#define ADC_CFGR_OVRMOD_Pos (12U)
2786#define ADC_CFGR_OVRMOD_Msk (0x1UL << ADC_CFGR_OVRMOD_Pos) /*!< 0x00001000 */
2787#define ADC_CFGR_OVRMOD ADC_CFGR_OVRMOD_Msk /*!< ADC overrun mode */
2788#define ADC_CFGR_CONT_Pos (13U)
2789#define ADC_CFGR_CONT_Msk (0x1UL << ADC_CFGR_CONT_Pos) /*!< 0x00002000 */
2790#define ADC_CFGR_CONT ADC_CFGR_CONT_Msk /*!< ADC Single/continuous conversion mode for regular conversion */
2791#define ADC_CFGR_AUTDLY_Pos (14U)
2792#define ADC_CFGR_AUTDLY_Msk (0x1UL << ADC_CFGR_AUTDLY_Pos) /*!< 0x00004000 */
2793#define ADC_CFGR_AUTDLY ADC_CFGR_AUTDLY_Msk /*!< ADC Delayed conversion mode */
2794
2795#define ADC_CFGR_DISCEN_Pos (16U)
2796#define ADC_CFGR_DISCEN_Msk (0x1UL << ADC_CFGR_DISCEN_Pos) /*!< 0x00010000 */
2797#define ADC_CFGR_DISCEN ADC_CFGR_DISCEN_Msk /*!< ADC Discontinuous mode for regular channels */
2798
2799#define ADC_CFGR_DISCNUM_Pos (17U)
2800#define ADC_CFGR_DISCNUM_Msk (0x7UL << ADC_CFGR_DISCNUM_Pos) /*!< 0x000E0000 */
2801#define ADC_CFGR_DISCNUM ADC_CFGR_DISCNUM_Msk /*!< ADC Discontinuous mode channel count */
2802#define ADC_CFGR_DISCNUM_0 (0x1UL << ADC_CFGR_DISCNUM_Pos) /*!< 0x00020000 */
2803#define ADC_CFGR_DISCNUM_1 (0x2UL << ADC_CFGR_DISCNUM_Pos) /*!< 0x00040000 */
2804#define ADC_CFGR_DISCNUM_2 (0x4UL << ADC_CFGR_DISCNUM_Pos) /*!< 0x00080000 */
2805
2806#define ADC_CFGR_JDISCEN_Pos (20U)
2807#define ADC_CFGR_JDISCEN_Msk (0x1UL << ADC_CFGR_JDISCEN_Pos) /*!< 0x00100000 */
2808#define ADC_CFGR_JDISCEN ADC_CFGR_JDISCEN_Msk /*!< ADC Discontinuous mode on injected channels */
2809#define ADC_CFGR_JQM_Pos (21U)
2810#define ADC_CFGR_JQM_Msk (0x1UL << ADC_CFGR_JQM_Pos) /*!< 0x00200000 */
2811#define ADC_CFGR_JQM ADC_CFGR_JQM_Msk /*!< ADC JSQR Queue mode */
2812#define ADC_CFGR_AWD1SGL_Pos (22U)
2813#define ADC_CFGR_AWD1SGL_Msk (0x1UL << ADC_CFGR_AWD1SGL_Pos) /*!< 0x00400000 */
2814#define ADC_CFGR_AWD1SGL ADC_CFGR_AWD1SGL_Msk /*!< Enable the watchdog 1 on a single channel or on all channels */
2815#define ADC_CFGR_AWD1EN_Pos (23U)
2816#define ADC_CFGR_AWD1EN_Msk (0x1UL << ADC_CFGR_AWD1EN_Pos) /*!< 0x00800000 */
2817#define ADC_CFGR_AWD1EN ADC_CFGR_AWD1EN_Msk /*!< ADC Analog watchdog 1 enable on regular Channels */
2818#define ADC_CFGR_JAWD1EN_Pos (24U)
2819#define ADC_CFGR_JAWD1EN_Msk (0x1UL << ADC_CFGR_JAWD1EN_Pos) /*!< 0x01000000 */
2820#define ADC_CFGR_JAWD1EN ADC_CFGR_JAWD1EN_Msk /*!< ADC Analog watchdog 1 enable on injected Channels */
2821#define ADC_CFGR_JAUTO_Pos (25U)
2822#define ADC_CFGR_JAUTO_Msk (0x1UL << ADC_CFGR_JAUTO_Pos) /*!< 0x02000000 */
2823#define ADC_CFGR_JAUTO ADC_CFGR_JAUTO_Msk /*!< ADC Automatic injected group conversion */
2824
2825#define ADC_CFGR_AWD1CH_Pos (26U)
2826#define ADC_CFGR_AWD1CH_Msk (0x1FUL << ADC_CFGR_AWD1CH_Pos) /*!< 0x7C000000 */
2827#define ADC_CFGR_AWD1CH ADC_CFGR_AWD1CH_Msk /*!< ADC Analog watchdog 1 Channel selection */
2828#define ADC_CFGR_AWD1CH_0 (0x01UL << ADC_CFGR_AWD1CH_Pos) /*!< 0x04000000 */
2829#define ADC_CFGR_AWD1CH_1 (0x02UL << ADC_CFGR_AWD1CH_Pos) /*!< 0x08000000 */
2830#define ADC_CFGR_AWD1CH_2 (0x04UL << ADC_CFGR_AWD1CH_Pos) /*!< 0x10000000 */
2831#define ADC_CFGR_AWD1CH_3 (0x08UL << ADC_CFGR_AWD1CH_Pos) /*!< 0x20000000 */
2832#define ADC_CFGR_AWD1CH_4 (0x10UL << ADC_CFGR_AWD1CH_Pos) /*!< 0x40000000 */
2833
2834#define ADC_CFGR_JQDIS_Pos (31U)
2835#define ADC_CFGR_JQDIS_Msk (0x1UL << ADC_CFGR_JQDIS_Pos) /*!< 0x80000000 */
2836#define ADC_CFGR_JQDIS ADC_CFGR_JQDIS_Msk /*!< ADC Injected queue disable */
2837
2838/******************** Bit definition for ADC_CFGR2 register ********************/
2839#define ADC_CFGR2_ROVSE_Pos (0U)
2840#define ADC_CFGR2_ROVSE_Msk (0x1UL << ADC_CFGR2_ROVSE_Pos) /*!< 0x00000001 */
2841#define ADC_CFGR2_ROVSE ADC_CFGR2_ROVSE_Msk /*!< ADC Regular group oversampler enable */
2842#define ADC_CFGR2_JOVSE_Pos (1U)
2843#define ADC_CFGR2_JOVSE_Msk (0x1UL << ADC_CFGR2_JOVSE_Pos) /*!< 0x00000002 */
2844#define ADC_CFGR2_JOVSE ADC_CFGR2_JOVSE_Msk /*!< ADC Injected group oversampler enable */
2845
2846#define ADC_CFGR2_OVSS_Pos (5U)
2847#define ADC_CFGR2_OVSS_Msk (0xFUL << ADC_CFGR2_OVSS_Pos) /*!< 0x000001E0 */
2848#define ADC_CFGR2_OVSS ADC_CFGR2_OVSS_Msk /*!< ADC Regular Oversampling shift */
2849#define ADC_CFGR2_OVSS_0 (0x1UL << ADC_CFGR2_OVSS_Pos) /*!< 0x00000020 */
2850#define ADC_CFGR2_OVSS_1 (0x2UL << ADC_CFGR2_OVSS_Pos) /*!< 0x00000040 */
2851#define ADC_CFGR2_OVSS_2 (0x4UL << ADC_CFGR2_OVSS_Pos) /*!< 0x00000080 */
2852#define ADC_CFGR2_OVSS_3 (0x8UL << ADC_CFGR2_OVSS_Pos) /*!< 0x00000100 */
2853
2854#define ADC_CFGR2_TROVS_Pos (9U)
2855#define ADC_CFGR2_TROVS_Msk (0x1UL << ADC_CFGR2_TROVS_Pos) /*!< 0x00000200 */
2856#define ADC_CFGR2_TROVS ADC_CFGR2_TROVS_Msk /*!< ADC Triggered regular Oversampling */
2857#define ADC_CFGR2_ROVSM_Pos (10U)
2858#define ADC_CFGR2_ROVSM_Msk (0x1UL << ADC_CFGR2_ROVSM_Pos) /*!< 0x00000400 */
2859#define ADC_CFGR2_ROVSM ADC_CFGR2_ROVSM_Msk /*!< ADC Regular oversampling mode */
2860
2861#define ADC_CFGR2_RSHIFT1_Pos (11U)
2862#define ADC_CFGR2_RSHIFT1_Msk (0x1UL << ADC_CFGR2_RSHIFT1_Pos) /*!< 0x00000800 */
2863#define ADC_CFGR2_RSHIFT1 ADC_CFGR2_RSHIFT1_Msk /*!< ADC Right-shift data after Offset 1 correction */
2864#define ADC_CFGR2_RSHIFT2_Pos (12U)
2865#define ADC_CFGR2_RSHIFT2_Msk (0x1UL << ADC_CFGR2_RSHIFT2_Pos) /*!< 0x00001000 */
2866#define ADC_CFGR2_RSHIFT2 ADC_CFGR2_RSHIFT2_Msk /*!< ADC Right-shift data after Offset 2 correction */
2867#define ADC_CFGR2_RSHIFT3_Pos (13U)
2868#define ADC_CFGR2_RSHIFT3_Msk (0x1UL << ADC_CFGR2_RSHIFT3_Pos) /*!< 0x00002000 */
2869#define ADC_CFGR2_RSHIFT3 ADC_CFGR2_RSHIFT3_Msk /*!< ADC Right-shift data after Offset 3 correction */
2870#define ADC_CFGR2_RSHIFT4_Pos (14U)
2871#define ADC_CFGR2_RSHIFT4_Msk (0x1UL << ADC_CFGR2_RSHIFT4_Pos) /*!< 0x00004000 */
2872#define ADC_CFGR2_RSHIFT4 ADC_CFGR2_RSHIFT4_Msk /*!< ADC Right-shift data after Offset 4 correction */
2873
2874#define ADC_CFGR2_OVSR_Pos (16U)
2875#define ADC_CFGR2_OVSR_Msk (0x3FFUL << ADC_CFGR2_OVSR_Pos) /*!< 0x03FF0000 */
2876#define ADC_CFGR2_OVSR ADC_CFGR2_OVSR_Msk /*!< ADC oversampling Ratio */
2877#define ADC_CFGR2_OVSR_0 (0x001UL << ADC_CFGR2_OVSR_Pos) /*!< 0x00010000 */
2878#define ADC_CFGR2_OVSR_1 (0x002UL << ADC_CFGR2_OVSR_Pos) /*!< 0x00020000 */
2879#define ADC_CFGR2_OVSR_2 (0x004UL << ADC_CFGR2_OVSR_Pos) /*!< 0x00040000 */
2880#define ADC_CFGR2_OVSR_3 (0x008UL << ADC_CFGR2_OVSR_Pos) /*!< 0x00080000 */
2881#define ADC_CFGR2_OVSR_4 (0x010UL << ADC_CFGR2_OVSR_Pos) /*!< 0x00100000 */
2882#define ADC_CFGR2_OVSR_5 (0x020UL << ADC_CFGR2_OVSR_Pos) /*!< 0x00200000 */
2883#define ADC_CFGR2_OVSR_6 (0x040UL << ADC_CFGR2_OVSR_Pos) /*!< 0x00400000 */
2884#define ADC_CFGR2_OVSR_7 (0x080UL << ADC_CFGR2_OVSR_Pos) /*!< 0x00800000 */
2885#define ADC_CFGR2_OVSR_8 (0x100UL << ADC_CFGR2_OVSR_Pos) /*!< 0x01000000 */
2886#define ADC_CFGR2_OVSR_9 (0x200UL << ADC_CFGR2_OVSR_Pos) /*!< 0x02000000 */
2887
2888#define ADC_CFGR2_LSHIFT_Pos (28U)
2889#define ADC_CFGR2_LSHIFT_Msk (0xFUL << ADC_CFGR2_LSHIFT_Pos) /*!< 0xF0000000 */
2890#define ADC_CFGR2_LSHIFT ADC_CFGR2_LSHIFT_Msk /*!< ADC Left shift factor */
2891#define ADC_CFGR2_LSHIFT_0 (0x1UL << ADC_CFGR2_LSHIFT_Pos) /*!< 0x10000000 */
2892#define ADC_CFGR2_LSHIFT_1 (0x2UL << ADC_CFGR2_LSHIFT_Pos) /*!< 0x20000000 */
2893#define ADC_CFGR2_LSHIFT_2 (0x4UL << ADC_CFGR2_LSHIFT_Pos) /*!< 0x40000000 */
2894#define ADC_CFGR2_LSHIFT_3 (0x8UL << ADC_CFGR2_LSHIFT_Pos) /*!< 0x80000000 */
2895
2896/******************** Bit definition for ADC_SMPR1 register ********************/
2897#define ADC_SMPR1_SMP0_Pos (0U)
2898#define ADC_SMPR1_SMP0_Msk (0x7UL << ADC_SMPR1_SMP0_Pos) /*!< 0x00000007 */
2899#define ADC_SMPR1_SMP0 ADC_SMPR1_SMP0_Msk /*!< ADC Channel 0 Sampling time selection */
2900#define ADC_SMPR1_SMP0_0 (0x1UL << ADC_SMPR1_SMP0_Pos) /*!< 0x00000001 */
2901#define ADC_SMPR1_SMP0_1 (0x2UL << ADC_SMPR1_SMP0_Pos) /*!< 0x00000002 */
2902#define ADC_SMPR1_SMP0_2 (0x4UL << ADC_SMPR1_SMP0_Pos) /*!< 0x00000004 */
2903
2904#define ADC_SMPR1_SMP1_Pos (3U)
2905#define ADC_SMPR1_SMP1_Msk (0x7UL << ADC_SMPR1_SMP1_Pos) /*!< 0x00000038 */
2906#define ADC_SMPR1_SMP1 ADC_SMPR1_SMP1_Msk /*!< ADC Channel 1 Sampling time selection */
2907#define ADC_SMPR1_SMP1_0 (0x1UL << ADC_SMPR1_SMP1_Pos) /*!< 0x00000008 */
2908#define ADC_SMPR1_SMP1_1 (0x2UL << ADC_SMPR1_SMP1_Pos) /*!< 0x00000010 */
2909#define ADC_SMPR1_SMP1_2 (0x4UL << ADC_SMPR1_SMP1_Pos) /*!< 0x00000020 */
2910
2911#define ADC_SMPR1_SMP2_Pos (6U)
2912#define ADC_SMPR1_SMP2_Msk (0x7UL << ADC_SMPR1_SMP2_Pos) /*!< 0x000001C0 */
2913#define ADC_SMPR1_SMP2 ADC_SMPR1_SMP2_Msk /*!< ADC Channel 2 Sampling time selection */
2914#define ADC_SMPR1_SMP2_0 (0x1UL << ADC_SMPR1_SMP2_Pos) /*!< 0x00000040 */
2915#define ADC_SMPR1_SMP2_1 (0x2UL << ADC_SMPR1_SMP2_Pos) /*!< 0x00000080 */
2916#define ADC_SMPR1_SMP2_2 (0x4UL << ADC_SMPR1_SMP2_Pos) /*!< 0x00000100 */
2917
2918#define ADC_SMPR1_SMP3_Pos (9U)
2919#define ADC_SMPR1_SMP3_Msk (0x7UL << ADC_SMPR1_SMP3_Pos) /*!< 0x00000E00 */
2920#define ADC_SMPR1_SMP3 ADC_SMPR1_SMP3_Msk /*!< ADC Channel 3 Sampling time selection */
2921#define ADC_SMPR1_SMP3_0 (0x1UL << ADC_SMPR1_SMP3_Pos) /*!< 0x00000200 */
2922#define ADC_SMPR1_SMP3_1 (0x2UL << ADC_SMPR1_SMP3_Pos) /*!< 0x00000400 */
2923#define ADC_SMPR1_SMP3_2 (0x4UL << ADC_SMPR1_SMP3_Pos) /*!< 0x00000800 */
2924
2925#define ADC_SMPR1_SMP4_Pos (12U)
2926#define ADC_SMPR1_SMP4_Msk (0x7UL << ADC_SMPR1_SMP4_Pos) /*!< 0x00007000 */
2927#define ADC_SMPR1_SMP4 ADC_SMPR1_SMP4_Msk /*!< ADC Channel 4 Sampling time selection */
2928#define ADC_SMPR1_SMP4_0 (0x1UL << ADC_SMPR1_SMP4_Pos) /*!< 0x00001000 */
2929#define ADC_SMPR1_SMP4_1 (0x2UL << ADC_SMPR1_SMP4_Pos) /*!< 0x00002000 */
2930#define ADC_SMPR1_SMP4_2 (0x4UL << ADC_SMPR1_SMP4_Pos) /*!< 0x00004000 */
2931
2932#define ADC_SMPR1_SMP5_Pos (15U)
2933#define ADC_SMPR1_SMP5_Msk (0x7UL << ADC_SMPR1_SMP5_Pos) /*!< 0x00038000 */
2934#define ADC_SMPR1_SMP5 ADC_SMPR1_SMP5_Msk /*!< ADC Channel 5 Sampling time selection */
2935#define ADC_SMPR1_SMP5_0 (0x1UL << ADC_SMPR1_SMP5_Pos) /*!< 0x00008000 */
2936#define ADC_SMPR1_SMP5_1 (0x2UL << ADC_SMPR1_SMP5_Pos) /*!< 0x00010000 */
2937#define ADC_SMPR1_SMP5_2 (0x4UL << ADC_SMPR1_SMP5_Pos) /*!< 0x00020000 */
2938
2939#define ADC_SMPR1_SMP6_Pos (18U)
2940#define ADC_SMPR1_SMP6_Msk (0x7UL << ADC_SMPR1_SMP6_Pos) /*!< 0x001C0000 */
2941#define ADC_SMPR1_SMP6 ADC_SMPR1_SMP6_Msk /*!< ADC Channel 6 Sampling time selection */
2942#define ADC_SMPR1_SMP6_0 (0x1UL << ADC_SMPR1_SMP6_Pos) /*!< 0x00040000 */
2943#define ADC_SMPR1_SMP6_1 (0x2UL << ADC_SMPR1_SMP6_Pos) /*!< 0x00080000 */
2944#define ADC_SMPR1_SMP6_2 (0x4UL << ADC_SMPR1_SMP6_Pos) /*!< 0x00100000 */
2945
2946#define ADC_SMPR1_SMP7_Pos (21U)
2947#define ADC_SMPR1_SMP7_Msk (0x7UL << ADC_SMPR1_SMP7_Pos) /*!< 0x00E00000 */
2948#define ADC_SMPR1_SMP7 ADC_SMPR1_SMP7_Msk /*!< ADC Channel 7 Sampling time selection */
2949#define ADC_SMPR1_SMP7_0 (0x1UL << ADC_SMPR1_SMP7_Pos) /*!< 0x00200000 */
2950#define ADC_SMPR1_SMP7_1 (0x2UL << ADC_SMPR1_SMP7_Pos) /*!< 0x00400000 */
2951#define ADC_SMPR1_SMP7_2 (0x4UL << ADC_SMPR1_SMP7_Pos) /*!< 0x00800000 */
2952
2953#define ADC_SMPR1_SMP8_Pos (24U)
2954#define ADC_SMPR1_SMP8_Msk (0x7UL << ADC_SMPR1_SMP8_Pos) /*!< 0x07000000 */
2955#define ADC_SMPR1_SMP8 ADC_SMPR1_SMP8_Msk /*!< ADC Channel 8 Sampling time selection */
2956#define ADC_SMPR1_SMP8_0 (0x1UL << ADC_SMPR1_SMP8_Pos) /*!< 0x01000000 */
2957#define ADC_SMPR1_SMP8_1 (0x2UL << ADC_SMPR1_SMP8_Pos) /*!< 0x02000000 */
2958#define ADC_SMPR1_SMP8_2 (0x4UL << ADC_SMPR1_SMP8_Pos) /*!< 0x04000000 */
2959
2960#define ADC_SMPR1_SMP9_Pos (27U)
2961#define ADC_SMPR1_SMP9_Msk (0x7UL << ADC_SMPR1_SMP9_Pos) /*!< 0x38000000 */
2962#define ADC_SMPR1_SMP9 ADC_SMPR1_SMP9_Msk /*!< ADC Channel 9 Sampling time selection */
2963#define ADC_SMPR1_SMP9_0 (0x1UL << ADC_SMPR1_SMP9_Pos) /*!< 0x08000000 */
2964#define ADC_SMPR1_SMP9_1 (0x2UL << ADC_SMPR1_SMP9_Pos) /*!< 0x10000000 */
2965#define ADC_SMPR1_SMP9_2 (0x4UL << ADC_SMPR1_SMP9_Pos) /*!< 0x20000000 */
2966
2967/******************** Bit definition for ADC_SMPR2 register ********************/
2968#define ADC_SMPR2_SMP10_Pos (0U)
2969#define ADC_SMPR2_SMP10_Msk (0x7UL << ADC_SMPR2_SMP10_Pos) /*!< 0x00000007 */
2970#define ADC_SMPR2_SMP10 ADC_SMPR2_SMP10_Msk /*!< ADC Channel 10 Sampling time selection */
2971#define ADC_SMPR2_SMP10_0 (0x1UL << ADC_SMPR2_SMP10_Pos) /*!< 0x00000001 */
2972#define ADC_SMPR2_SMP10_1 (0x2UL << ADC_SMPR2_SMP10_Pos) /*!< 0x00000002 */
2973#define ADC_SMPR2_SMP10_2 (0x4UL << ADC_SMPR2_SMP10_Pos) /*!< 0x00000004 */
2974
2975#define ADC_SMPR2_SMP11_Pos (3U)
2976#define ADC_SMPR2_SMP11_Msk (0x7UL << ADC_SMPR2_SMP11_Pos) /*!< 0x00000038 */
2977#define ADC_SMPR2_SMP11 ADC_SMPR2_SMP11_Msk /*!< ADC Channel 11 Sampling time selection */
2978#define ADC_SMPR2_SMP11_0 (0x1UL << ADC_SMPR2_SMP11_Pos) /*!< 0x00000008 */
2979#define ADC_SMPR2_SMP11_1 (0x2UL << ADC_SMPR2_SMP11_Pos) /*!< 0x00000010 */
2980#define ADC_SMPR2_SMP11_2 (0x4UL << ADC_SMPR2_SMP11_Pos) /*!< 0x00000020 */
2981
2982#define ADC_SMPR2_SMP12_Pos (6U)
2983#define ADC_SMPR2_SMP12_Msk (0x7UL << ADC_SMPR2_SMP12_Pos) /*!< 0x000001C0 */
2984#define ADC_SMPR2_SMP12 ADC_SMPR2_SMP12_Msk /*!< ADC Channel 12 Sampling time selection */
2985#define ADC_SMPR2_SMP12_0 (0x1UL << ADC_SMPR2_SMP12_Pos) /*!< 0x00000040 */
2986#define ADC_SMPR2_SMP12_1 (0x2UL << ADC_SMPR2_SMP12_Pos) /*!< 0x00000080 */
2987#define ADC_SMPR2_SMP12_2 (0x4UL << ADC_SMPR2_SMP12_Pos) /*!< 0x00000100 */
2988
2989#define ADC_SMPR2_SMP13_Pos (9U)
2990#define ADC_SMPR2_SMP13_Msk (0x7UL << ADC_SMPR2_SMP13_Pos) /*!< 0x00000E00 */
2991#define ADC_SMPR2_SMP13 ADC_SMPR2_SMP13_Msk /*!< ADC Channel 13 Sampling time selection */
2992#define ADC_SMPR2_SMP13_0 (0x1UL << ADC_SMPR2_SMP13_Pos) /*!< 0x00000200 */
2993#define ADC_SMPR2_SMP13_1 (0x2UL << ADC_SMPR2_SMP13_Pos) /*!< 0x00000400 */
2994#define ADC_SMPR2_SMP13_2 (0x4UL << ADC_SMPR2_SMP13_Pos) /*!< 0x00000800 */
2995
2996#define ADC_SMPR2_SMP14_Pos (12U)
2997#define ADC_SMPR2_SMP14_Msk (0x7UL << ADC_SMPR2_SMP14_Pos) /*!< 0x00007000 */
2998#define ADC_SMPR2_SMP14 ADC_SMPR2_SMP14_Msk /*!< ADC Channel 14 Sampling time selection */
2999#define ADC_SMPR2_SMP14_0 (0x1UL << ADC_SMPR2_SMP14_Pos) /*!< 0x00001000 */
3000#define ADC_SMPR2_SMP14_1 (0x2UL << ADC_SMPR2_SMP14_Pos) /*!< 0x00002000 */
3001#define ADC_SMPR2_SMP14_2 (0x4UL << ADC_SMPR2_SMP14_Pos) /*!< 0x00004000 */
3002
3003#define ADC_SMPR2_SMP15_Pos (15U)
3004#define ADC_SMPR2_SMP15_Msk (0x7UL << ADC_SMPR2_SMP15_Pos) /*!< 0x00038000 */
3005#define ADC_SMPR2_SMP15 ADC_SMPR2_SMP15_Msk /*!< ADC Channel 15 Sampling time selection */
3006#define ADC_SMPR2_SMP15_0 (0x1UL << ADC_SMPR2_SMP15_Pos) /*!< 0x00008000 */
3007#define ADC_SMPR2_SMP15_1 (0x2UL << ADC_SMPR2_SMP15_Pos) /*!< 0x00010000 */
3008#define ADC_SMPR2_SMP15_2 (0x4UL << ADC_SMPR2_SMP15_Pos) /*!< 0x00020000 */
3009
3010#define ADC_SMPR2_SMP16_Pos (18U)
3011#define ADC_SMPR2_SMP16_Msk (0x7UL << ADC_SMPR2_SMP16_Pos) /*!< 0x001C0000 */
3012#define ADC_SMPR2_SMP16 ADC_SMPR2_SMP16_Msk /*!< ADC Channel 16 Sampling time selection */
3013#define ADC_SMPR2_SMP16_0 (0x1UL << ADC_SMPR2_SMP16_Pos) /*!< 0x00040000 */
3014#define ADC_SMPR2_SMP16_1 (0x2UL << ADC_SMPR2_SMP16_Pos) /*!< 0x00080000 */
3015#define ADC_SMPR2_SMP16_2 (0x4UL << ADC_SMPR2_SMP16_Pos) /*!< 0x00100000 */
3016
3017#define ADC_SMPR2_SMP17_Pos (21U)
3018#define ADC_SMPR2_SMP17_Msk (0x7UL << ADC_SMPR2_SMP17_Pos) /*!< 0x00E00000 */
3019#define ADC_SMPR2_SMP17 ADC_SMPR2_SMP17_Msk /*!< ADC Channel 17 Sampling time selection */
3020#define ADC_SMPR2_SMP17_0 (0x1UL << ADC_SMPR2_SMP17_Pos) /*!< 0x00200000 */
3021#define ADC_SMPR2_SMP17_1 (0x2UL << ADC_SMPR2_SMP17_Pos) /*!< 0x00400000 */
3022#define ADC_SMPR2_SMP17_2 (0x4UL << ADC_SMPR2_SMP17_Pos) /*!< 0x00800000 */
3023
3024#define ADC_SMPR2_SMP18_Pos (24U)
3025#define ADC_SMPR2_SMP18_Msk (0x7UL << ADC_SMPR2_SMP18_Pos) /*!< 0x07000000 */
3026#define ADC_SMPR2_SMP18 ADC_SMPR2_SMP18_Msk /*!< ADC Channel 18 Sampling time selection */
3027#define ADC_SMPR2_SMP18_0 (0x1UL << ADC_SMPR2_SMP18_Pos) /*!< 0x01000000 */
3028#define ADC_SMPR2_SMP18_1 (0x2UL << ADC_SMPR2_SMP18_Pos) /*!< 0x02000000 */
3029#define ADC_SMPR2_SMP18_2 (0x4UL << ADC_SMPR2_SMP18_Pos) /*!< 0x04000000 */
3030
3031#define ADC_SMPR2_SMP19_Pos (27U)
3032#define ADC_SMPR2_SMP19_Msk (0x7UL << ADC_SMPR2_SMP19_Pos) /*!< 0x38000000 */
3033#define ADC_SMPR2_SMP19 ADC_SMPR2_SMP19_Msk /*!< ADC Channel 19 Sampling time selection */
3034#define ADC_SMPR2_SMP19_0 (0x1UL << ADC_SMPR2_SMP19_Pos) /*!< 0x08000000 */
3035#define ADC_SMPR2_SMP19_1 (0x2UL << ADC_SMPR2_SMP19_Pos) /*!< 0x10000000 */
3036#define ADC_SMPR2_SMP19_2 (0x4UL << ADC_SMPR2_SMP19_Pos) /*!< 0x20000000 */
3037
3038/******************** Bit definition for ADC_PCSEL register ********************/
3039#define ADC_PCSEL_PCSEL_Pos (0U)
3040#define ADC_PCSEL_PCSEL_Msk (0xFFFFFUL << ADC_PCSEL_PCSEL_Pos) /*!< 0x000FFFFF */
3041#define ADC_PCSEL_PCSEL ADC_PCSEL_PCSEL_Msk /*!< ADC pre channel selection */
3042#define ADC_PCSEL_PCSEL_0 (0x00001UL << ADC_PCSEL_PCSEL_Pos) /*!< 0x00000001 */
3043#define ADC_PCSEL_PCSEL_1 (0x00002UL << ADC_PCSEL_PCSEL_Pos) /*!< 0x00000002 */
3044#define ADC_PCSEL_PCSEL_2 (0x00004UL << ADC_PCSEL_PCSEL_Pos) /*!< 0x00000004 */
3045#define ADC_PCSEL_PCSEL_3 (0x00008UL << ADC_PCSEL_PCSEL_Pos) /*!< 0x00000008 */
3046#define ADC_PCSEL_PCSEL_4 (0x00010UL << ADC_PCSEL_PCSEL_Pos) /*!< 0x00000010 */
3047#define ADC_PCSEL_PCSEL_5 (0x00020UL << ADC_PCSEL_PCSEL_Pos) /*!< 0x00000020 */
3048#define ADC_PCSEL_PCSEL_6 (0x00040UL << ADC_PCSEL_PCSEL_Pos) /*!< 0x00000040 */
3049#define ADC_PCSEL_PCSEL_7 (0x00080UL << ADC_PCSEL_PCSEL_Pos) /*!< 0x00000080 */
3050#define ADC_PCSEL_PCSEL_8 (0x00100UL << ADC_PCSEL_PCSEL_Pos) /*!< 0x00000100 */
3051#define ADC_PCSEL_PCSEL_9 (0x00200UL << ADC_PCSEL_PCSEL_Pos) /*!< 0x00000200 */
3052#define ADC_PCSEL_PCSEL_10 (0x00400UL << ADC_PCSEL_PCSEL_Pos) /*!< 0x00000400 */
3053#define ADC_PCSEL_PCSEL_11 (0x00800UL << ADC_PCSEL_PCSEL_Pos) /*!< 0x00000800 */
3054#define ADC_PCSEL_PCSEL_12 (0x01000UL << ADC_PCSEL_PCSEL_Pos) /*!< 0x00001000 */
3055#define ADC_PCSEL_PCSEL_13 (0x02000UL << ADC_PCSEL_PCSEL_Pos) /*!< 0x00002000 */
3056#define ADC_PCSEL_PCSEL_14 (0x04000UL << ADC_PCSEL_PCSEL_Pos) /*!< 0x00004000 */
3057#define ADC_PCSEL_PCSEL_15 (0x08000UL << ADC_PCSEL_PCSEL_Pos) /*!< 0x00008000 */
3058#define ADC_PCSEL_PCSEL_16 (0x10000UL << ADC_PCSEL_PCSEL_Pos) /*!< 0x00010000 */
3059#define ADC_PCSEL_PCSEL_17 (0x20000UL << ADC_PCSEL_PCSEL_Pos) /*!< 0x00020000 */
3060#define ADC_PCSEL_PCSEL_18 (0x40000UL << ADC_PCSEL_PCSEL_Pos) /*!< 0x00040000 */
3061#define ADC_PCSEL_PCSEL_19 (0x80000UL << ADC_PCSEL_PCSEL_Pos) /*!< 0x00080000 */
3062
3063/***************** Bit definition for ADC_LTR1, 2, 3 registers *****************/
3064#define ADC_LTR_LT_Pos (0U)
3065#define ADC_LTR_LT_Msk (0x3FFFFFFUL << ADC_LTR_LT_Pos) /*!< 0x03FFFFFF */
3066#define ADC_LTR_LT ADC_LTR_LT_Msk /*!< ADC Analog watchdog 1, 2 and 3 lower threshold */
3067
3068/***************** Bit definition for ADC_HTR1, 2, 3 registers ****************/
3069#define ADC_HTR_HT_Pos (0U)
3070#define ADC_HTR_HT_Msk (0x3FFFFFFUL << ADC_HTR_HT_Pos) /*!< 0x03FFFFFF */
3071#define ADC_HTR_HT ADC_HTR_HT_Msk /*!< ADC Analog watchdog 1,2 and 3 higher threshold */
3072
3073
3074/******************** Bit definition for ADC_SQR1 register ********************/
3075#define ADC_SQR1_L_Pos (0U)
3076#define ADC_SQR1_L_Msk (0xFUL << ADC_SQR1_L_Pos) /*!< 0x0000000F */
3077#define ADC_SQR1_L ADC_SQR1_L_Msk /*!< ADC regular channel sequence lenght */
3078#define ADC_SQR1_L_0 (0x1UL << ADC_SQR1_L_Pos) /*!< 0x00000001 */
3079#define ADC_SQR1_L_1 (0x2UL << ADC_SQR1_L_Pos) /*!< 0x00000002 */
3080#define ADC_SQR1_L_2 (0x4UL << ADC_SQR1_L_Pos) /*!< 0x00000004 */
3081#define ADC_SQR1_L_3 (0x8UL << ADC_SQR1_L_Pos) /*!< 0x00000008 */
3082
3083#define ADC_SQR1_SQ1_Pos (6U)
3084#define ADC_SQR1_SQ1_Msk (0x1FUL << ADC_SQR1_SQ1_Pos) /*!< 0x000007C0 */
3085#define ADC_SQR1_SQ1 ADC_SQR1_SQ1_Msk /*!< ADC 1st conversion in regular sequence */
3086#define ADC_SQR1_SQ1_0 (0x01UL << ADC_SQR1_SQ1_Pos) /*!< 0x00000040 */
3087#define ADC_SQR1_SQ1_1 (0x02UL << ADC_SQR1_SQ1_Pos) /*!< 0x00000080 */
3088#define ADC_SQR1_SQ1_2 (0x04UL << ADC_SQR1_SQ1_Pos) /*!< 0x00000100 */
3089#define ADC_SQR1_SQ1_3 (0x08UL << ADC_SQR1_SQ1_Pos) /*!< 0x00000200 */
3090#define ADC_SQR1_SQ1_4 (0x10UL << ADC_SQR1_SQ1_Pos) /*!< 0x00000400 */
3091
3092#define ADC_SQR1_SQ2_Pos (12U)
3093#define ADC_SQR1_SQ2_Msk (0x1FUL << ADC_SQR1_SQ2_Pos) /*!< 0x0001F000 */
3094#define ADC_SQR1_SQ2 ADC_SQR1_SQ2_Msk /*!< ADC 2nd conversion in regular sequence */
3095#define ADC_SQR1_SQ2_0 (0x01UL << ADC_SQR1_SQ2_Pos) /*!< 0x00001000 */
3096#define ADC_SQR1_SQ2_1 (0x02UL << ADC_SQR1_SQ2_Pos) /*!< 0x00002000 */
3097#define ADC_SQR1_SQ2_2 (0x04UL << ADC_SQR1_SQ2_Pos) /*!< 0x00004000 */
3098#define ADC_SQR1_SQ2_3 (0x08UL << ADC_SQR1_SQ2_Pos) /*!< 0x00008000 */
3099#define ADC_SQR1_SQ2_4 (0x10UL << ADC_SQR1_SQ2_Pos) /*!< 0x00010000 */
3100
3101#define ADC_SQR1_SQ3_Pos (18U)
3102#define ADC_SQR1_SQ3_Msk (0x1FUL << ADC_SQR1_SQ3_Pos) /*!< 0x007C0000 */
3103#define ADC_SQR1_SQ3 ADC_SQR1_SQ3_Msk /*!< ADC 3rd conversion in regular sequence */
3104#define ADC_SQR1_SQ3_0 (0x01UL << ADC_SQR1_SQ3_Pos) /*!< 0x00040000 */
3105#define ADC_SQR1_SQ3_1 (0x02UL << ADC_SQR1_SQ3_Pos) /*!< 0x00080000 */
3106#define ADC_SQR1_SQ3_2 (0x04UL << ADC_SQR1_SQ3_Pos) /*!< 0x00100000 */
3107#define ADC_SQR1_SQ3_3 (0x08UL << ADC_SQR1_SQ3_Pos) /*!< 0x00200000 */
3108#define ADC_SQR1_SQ3_4 (0x10UL << ADC_SQR1_SQ3_Pos) /*!< 0x00400000 */
3109
3110#define ADC_SQR1_SQ4_Pos (24U)
3111#define ADC_SQR1_SQ4_Msk (0x1FUL << ADC_SQR1_SQ4_Pos) /*!< 0x1F000000 */
3112#define ADC_SQR1_SQ4 ADC_SQR1_SQ4_Msk /*!< ADC 4th conversion in regular sequence */
3113#define ADC_SQR1_SQ4_0 (0x01UL << ADC_SQR1_SQ4_Pos) /*!< 0x01000000 */
3114#define ADC_SQR1_SQ4_1 (0x02UL << ADC_SQR1_SQ4_Pos) /*!< 0x02000000 */
3115#define ADC_SQR1_SQ4_2 (0x04UL << ADC_SQR1_SQ4_Pos) /*!< 0x04000000 */
3116#define ADC_SQR1_SQ4_3 (0x08UL << ADC_SQR1_SQ4_Pos) /*!< 0x08000000 */
3117#define ADC_SQR1_SQ4_4 (0x10UL << ADC_SQR1_SQ4_Pos) /*!< 0x10000000 */
3118
3119/******************** Bit definition for ADC_SQR2 register ********************/
3120#define ADC_SQR2_SQ5_Pos (0U)
3121#define ADC_SQR2_SQ5_Msk (0x1FUL << ADC_SQR2_SQ5_Pos) /*!< 0x0000001F */
3122#define ADC_SQR2_SQ5 ADC_SQR2_SQ5_Msk /*!< ADC 5th conversion in regular sequence */
3123#define ADC_SQR2_SQ5_0 (0x01UL << ADC_SQR2_SQ5_Pos) /*!< 0x00000001 */
3124#define ADC_SQR2_SQ5_1 (0x02UL << ADC_SQR2_SQ5_Pos) /*!< 0x00000002 */
3125#define ADC_SQR2_SQ5_2 (0x04UL << ADC_SQR2_SQ5_Pos) /*!< 0x00000004 */
3126#define ADC_SQR2_SQ5_3 (0x08UL << ADC_SQR2_SQ5_Pos) /*!< 0x00000008 */
3127#define ADC_SQR2_SQ5_4 (0x10UL << ADC_SQR2_SQ5_Pos) /*!< 0x00000010 */
3128
3129#define ADC_SQR2_SQ6_Pos (6U)
3130#define ADC_SQR2_SQ6_Msk (0x1FUL << ADC_SQR2_SQ6_Pos) /*!< 0x000007C0 */
3131#define ADC_SQR2_SQ6 ADC_SQR2_SQ6_Msk /*!< ADC 6th conversion in regular sequence */
3132#define ADC_SQR2_SQ6_0 (0x01UL << ADC_SQR2_SQ6_Pos) /*!< 0x00000040 */
3133#define ADC_SQR2_SQ6_1 (0x02UL << ADC_SQR2_SQ6_Pos) /*!< 0x00000080 */
3134#define ADC_SQR2_SQ6_2 (0x04UL << ADC_SQR2_SQ6_Pos) /*!< 0x00000100 */
3135#define ADC_SQR2_SQ6_3 (0x08UL << ADC_SQR2_SQ6_Pos) /*!< 0x00000200 */
3136#define ADC_SQR2_SQ6_4 (0x10UL << ADC_SQR2_SQ6_Pos) /*!< 0x00000400 */
3137
3138#define ADC_SQR2_SQ7_Pos (12U)
3139#define ADC_SQR2_SQ7_Msk (0x1FUL << ADC_SQR2_SQ7_Pos) /*!< 0x0001F000 */
3140#define ADC_SQR2_SQ7 ADC_SQR2_SQ7_Msk /*!< ADC 7th conversion in regular sequence */
3141#define ADC_SQR2_SQ7_0 (0x01UL << ADC_SQR2_SQ7_Pos) /*!< 0x00001000 */
3142#define ADC_SQR2_SQ7_1 (0x02UL << ADC_SQR2_SQ7_Pos) /*!< 0x00002000 */
3143#define ADC_SQR2_SQ7_2 (0x04UL << ADC_SQR2_SQ7_Pos) /*!< 0x00004000 */
3144#define ADC_SQR2_SQ7_3 (0x08UL << ADC_SQR2_SQ7_Pos) /*!< 0x00008000 */
3145#define ADC_SQR2_SQ7_4 (0x10UL << ADC_SQR2_SQ7_Pos) /*!< 0x00010000 */
3146
3147#define ADC_SQR2_SQ8_Pos (18U)
3148#define ADC_SQR2_SQ8_Msk (0x1FUL << ADC_SQR2_SQ8_Pos) /*!< 0x007C0000 */
3149#define ADC_SQR2_SQ8 ADC_SQR2_SQ8_Msk /*!< ADC 8th conversion in regular sequence */
3150#define ADC_SQR2_SQ8_0 (0x01UL << ADC_SQR2_SQ8_Pos) /*!< 0x00040000 */
3151#define ADC_SQR2_SQ8_1 (0x02UL << ADC_SQR2_SQ8_Pos) /*!< 0x00080000 */
3152#define ADC_SQR2_SQ8_2 (0x04UL << ADC_SQR2_SQ8_Pos) /*!< 0x00100000 */
3153#define ADC_SQR2_SQ8_3 (0x08UL << ADC_SQR2_SQ8_Pos) /*!< 0x00200000 */
3154#define ADC_SQR2_SQ8_4 (0x10UL << ADC_SQR2_SQ8_Pos) /*!< 0x00400000 */
3155
3156#define ADC_SQR2_SQ9_Pos (24U)
3157#define ADC_SQR2_SQ9_Msk (0x1FUL << ADC_SQR2_SQ9_Pos) /*!< 0x1F000000 */
3158#define ADC_SQR2_SQ9 ADC_SQR2_SQ9_Msk /*!< ADC 9th conversion in regular sequence */
3159#define ADC_SQR2_SQ9_0 (0x01UL << ADC_SQR2_SQ9_Pos) /*!< 0x01000000 */
3160#define ADC_SQR2_SQ9_1 (0x02UL << ADC_SQR2_SQ9_Pos) /*!< 0x02000000 */
3161#define ADC_SQR2_SQ9_2 (0x04UL << ADC_SQR2_SQ9_Pos) /*!< 0x04000000 */
3162#define ADC_SQR2_SQ9_3 (0x08UL << ADC_SQR2_SQ9_Pos) /*!< 0x08000000 */
3163#define ADC_SQR2_SQ9_4 (0x10UL << ADC_SQR2_SQ9_Pos) /*!< 0x10000000 */
3164
3165/******************** Bit definition for ADC_SQR3 register ********************/
3166#define ADC_SQR3_SQ10_Pos (0U)
3167#define ADC_SQR3_SQ10_Msk (0x1FUL << ADC_SQR3_SQ10_Pos) /*!< 0x0000001F */
3168#define ADC_SQR3_SQ10 ADC_SQR3_SQ10_Msk /*!< ADC 10th conversion in regular sequence */
3169#define ADC_SQR3_SQ10_0 (0x01UL << ADC_SQR3_SQ10_Pos) /*!< 0x00000001 */
3170#define ADC_SQR3_SQ10_1 (0x02UL << ADC_SQR3_SQ10_Pos) /*!< 0x00000002 */
3171#define ADC_SQR3_SQ10_2 (0x04UL << ADC_SQR3_SQ10_Pos) /*!< 0x00000004 */
3172#define ADC_SQR3_SQ10_3 (0x08UL << ADC_SQR3_SQ10_Pos) /*!< 0x00000008 */
3173#define ADC_SQR3_SQ10_4 (0x10UL << ADC_SQR3_SQ10_Pos) /*!< 0x00000010 */
3174
3175#define ADC_SQR3_SQ11_Pos (6U)
3176#define ADC_SQR3_SQ11_Msk (0x1FUL << ADC_SQR3_SQ11_Pos) /*!< 0x000007C0 */
3177#define ADC_SQR3_SQ11 ADC_SQR3_SQ11_Msk /*!< ADC 11th conversion in regular sequence */
3178#define ADC_SQR3_SQ11_0 (0x01UL << ADC_SQR3_SQ11_Pos) /*!< 0x00000040 */
3179#define ADC_SQR3_SQ11_1 (0x02UL << ADC_SQR3_SQ11_Pos) /*!< 0x00000080 */
3180#define ADC_SQR3_SQ11_2 (0x04UL << ADC_SQR3_SQ11_Pos) /*!< 0x00000100 */
3181#define ADC_SQR3_SQ11_3 (0x08UL << ADC_SQR3_SQ11_Pos) /*!< 0x00000200 */
3182#define ADC_SQR3_SQ11_4 (0x10UL << ADC_SQR3_SQ11_Pos) /*!< 0x00000400 */
3183
3184#define ADC_SQR3_SQ12_Pos (12U)
3185#define ADC_SQR3_SQ12_Msk (0x1FUL << ADC_SQR3_SQ12_Pos) /*!< 0x0001F000 */
3186#define ADC_SQR3_SQ12 ADC_SQR3_SQ12_Msk /*!< ADC 12th conversion in regular sequence */
3187#define ADC_SQR3_SQ12_0 (0x01UL << ADC_SQR3_SQ12_Pos) /*!< 0x00001000 */
3188#define ADC_SQR3_SQ12_1 (0x02UL << ADC_SQR3_SQ12_Pos) /*!< 0x00002000 */
3189#define ADC_SQR3_SQ12_2 (0x04UL << ADC_SQR3_SQ12_Pos) /*!< 0x00004000 */
3190#define ADC_SQR3_SQ12_3 (0x08UL << ADC_SQR3_SQ12_Pos) /*!< 0x00008000 */
3191#define ADC_SQR3_SQ12_4 (0x10UL << ADC_SQR3_SQ12_Pos) /*!< 0x00010000 */
3192
3193#define ADC_SQR3_SQ13_Pos (18U)
3194#define ADC_SQR3_SQ13_Msk (0x1FUL << ADC_SQR3_SQ13_Pos) /*!< 0x007C0000 */
3195#define ADC_SQR3_SQ13 ADC_SQR3_SQ13_Msk /*!< ADC 13th conversion in regular sequence */
3196#define ADC_SQR3_SQ13_0 (0x01UL << ADC_SQR3_SQ13_Pos) /*!< 0x00040000 */
3197#define ADC_SQR3_SQ13_1 (0x02UL << ADC_SQR3_SQ13_Pos) /*!< 0x00080000 */
3198#define ADC_SQR3_SQ13_2 (0x04UL << ADC_SQR3_SQ13_Pos) /*!< 0x00100000 */
3199#define ADC_SQR3_SQ13_3 (0x08UL << ADC_SQR3_SQ13_Pos) /*!< 0x00200000 */
3200#define ADC_SQR3_SQ13_4 (0x10UL << ADC_SQR3_SQ13_Pos) /*!< 0x00400000 */
3201
3202#define ADC_SQR3_SQ14_Pos (24U)
3203#define ADC_SQR3_SQ14_Msk (0x1FUL << ADC_SQR3_SQ14_Pos) /*!< 0x1F000000 */
3204#define ADC_SQR3_SQ14 ADC_SQR3_SQ14_Msk /*!< ADC 14th conversion in regular sequence */
3205#define ADC_SQR3_SQ14_0 (0x01UL << ADC_SQR3_SQ14_Pos) /*!< 0x01000000 */
3206#define ADC_SQR3_SQ14_1 (0x02UL << ADC_SQR3_SQ14_Pos) /*!< 0x02000000 */
3207#define ADC_SQR3_SQ14_2 (0x04UL << ADC_SQR3_SQ14_Pos) /*!< 0x04000000 */
3208#define ADC_SQR3_SQ14_3 (0x08UL << ADC_SQR3_SQ14_Pos) /*!< 0x08000000 */
3209#define ADC_SQR3_SQ14_4 (0x10UL << ADC_SQR3_SQ14_Pos) /*!< 0x10000000 */
3210
3211/******************** Bit definition for ADC_SQR4 register ********************/
3212#define ADC_SQR4_SQ15_Pos (0U)
3213#define ADC_SQR4_SQ15_Msk (0x1FUL << ADC_SQR4_SQ15_Pos) /*!< 0x0000001F */
3214#define ADC_SQR4_SQ15 ADC_SQR4_SQ15_Msk /*!< ADC 15th conversion in regular sequence */
3215#define ADC_SQR4_SQ15_0 (0x01UL << ADC_SQR4_SQ15_Pos) /*!< 0x00000001 */
3216#define ADC_SQR4_SQ15_1 (0x02UL << ADC_SQR4_SQ15_Pos) /*!< 0x00000002 */
3217#define ADC_SQR4_SQ15_2 (0x04UL << ADC_SQR4_SQ15_Pos) /*!< 0x00000004 */
3218#define ADC_SQR4_SQ15_3 (0x08UL << ADC_SQR4_SQ15_Pos) /*!< 0x00000008 */
3219#define ADC_SQR4_SQ15_4 (0x10UL << ADC_SQR4_SQ15_Pos) /*!< 0x00000010 */
3220
3221#define ADC_SQR4_SQ16_Pos (6U)
3222#define ADC_SQR4_SQ16_Msk (0x1FUL << ADC_SQR4_SQ16_Pos) /*!< 0x000007C0 */
3223#define ADC_SQR4_SQ16 ADC_SQR4_SQ16_Msk /*!< ADC 16th conversion in regular sequence */
3224#define ADC_SQR4_SQ16_0 (0x01UL << ADC_SQR4_SQ16_Pos) /*!< 0x00000040 */
3225#define ADC_SQR4_SQ16_1 (0x02UL << ADC_SQR4_SQ16_Pos) /*!< 0x00000080 */
3226#define ADC_SQR4_SQ16_2 (0x04UL << ADC_SQR4_SQ16_Pos) /*!< 0x00000100 */
3227#define ADC_SQR4_SQ16_3 (0x08UL << ADC_SQR4_SQ16_Pos) /*!< 0x00000200 */
3228#define ADC_SQR4_SQ16_4 (0x10UL << ADC_SQR4_SQ16_Pos) /*!< 0x00000400 */
3229/******************** Bit definition for ADC_DR register ********************/
3230#define ADC_DR_RDATA_Pos (0U)
3231#define ADC_DR_RDATA_Msk (0xFFFFFFFFUL << ADC_DR_RDATA_Pos) /*!< 0xFFFFFFFF */
3232#define ADC_DR_RDATA ADC_DR_RDATA_Msk /*!< ADC regular Data converted */
3233
3234/******************** Bit definition for ADC_JSQR register ********************/
3235#define ADC_JSQR_JL_Pos (0U)
3236#define ADC_JSQR_JL_Msk (0x3UL << ADC_JSQR_JL_Pos) /*!< 0x00000003 */
3237#define ADC_JSQR_JL ADC_JSQR_JL_Msk /*!< ADC injected channel sequence length */
3238#define ADC_JSQR_JL_0 (0x1UL << ADC_JSQR_JL_Pos) /*!< 0x00000001 */
3239#define ADC_JSQR_JL_1 (0x2UL << ADC_JSQR_JL_Pos) /*!< 0x00000002 */
3240
3241#define ADC_JSQR_JEXTSEL_Pos (2U)
3242#define ADC_JSQR_JEXTSEL_Msk (0x1FUL << ADC_JSQR_JEXTSEL_Pos) /*!< 0x0000007C */
3243#define ADC_JSQR_JEXTSEL ADC_JSQR_JEXTSEL_Msk /*!< ADC external trigger selection for injected group */
3244#define ADC_JSQR_JEXTSEL_0 (0x01UL << ADC_JSQR_JEXTSEL_Pos) /*!< 0x00000004 */
3245#define ADC_JSQR_JEXTSEL_1 (0x02UL << ADC_JSQR_JEXTSEL_Pos) /*!< 0x00000008 */
3246#define ADC_JSQR_JEXTSEL_2 (0x04UL << ADC_JSQR_JEXTSEL_Pos) /*!< 0x00000010 */
3247#define ADC_JSQR_JEXTSEL_3 (0x08UL << ADC_JSQR_JEXTSEL_Pos) /*!< 0x00000020 */
3248#define ADC_JSQR_JEXTSEL_4 (0x10UL << ADC_JSQR_JEXTSEL_Pos) /*!< 0x00000040 */
3249
3250#define ADC_JSQR_JEXTEN_Pos (7U)
3251#define ADC_JSQR_JEXTEN_Msk (0x3UL << ADC_JSQR_JEXTEN_Pos) /*!< 0x00000180 */
3252#define ADC_JSQR_JEXTEN ADC_JSQR_JEXTEN_Msk /*!< ADC external trigger enable and polarity selection for injected channels */
3253#define ADC_JSQR_JEXTEN_0 (0x1UL << ADC_JSQR_JEXTEN_Pos) /*!< 0x00000080 */
3254#define ADC_JSQR_JEXTEN_1 (0x2UL << ADC_JSQR_JEXTEN_Pos) /*!< 0x00000100 */
3255
3256#define ADC_JSQR_JSQ1_Pos (9U)
3257#define ADC_JSQR_JSQ1_Msk (0x1FUL << ADC_JSQR_JSQ1_Pos) /*!< 0x00003E00 */
3258#define ADC_JSQR_JSQ1 ADC_JSQR_JSQ1_Msk /*!< ADC 1st conversion in injected sequence */
3259#define ADC_JSQR_JSQ1_0 (0x01UL << ADC_JSQR_JSQ1_Pos) /*!< 0x00000200 */
3260#define ADC_JSQR_JSQ1_1 (0x02UL << ADC_JSQR_JSQ1_Pos) /*!< 0x00000400 */
3261#define ADC_JSQR_JSQ1_2 (0x04UL << ADC_JSQR_JSQ1_Pos) /*!< 0x00000800 */
3262#define ADC_JSQR_JSQ1_3 (0x08UL << ADC_JSQR_JSQ1_Pos) /*!< 0x00001000 */
3263#define ADC_JSQR_JSQ1_4 (0x10UL << ADC_JSQR_JSQ1_Pos) /*!< 0x00002000 */
3264
3265#define ADC_JSQR_JSQ2_Pos (15U)
3266#define ADC_JSQR_JSQ2_Msk (0x1FUL << ADC_JSQR_JSQ2_Pos) /*!< 0x000F8000 */
3267#define ADC_JSQR_JSQ2 ADC_JSQR_JSQ2_Msk /*!< ADC 2nd conversion in injected sequence */
3268#define ADC_JSQR_JSQ2_0 (0x01UL << ADC_JSQR_JSQ2_Pos) /*!< 0x00008000 */
3269#define ADC_JSQR_JSQ2_1 (0x02UL << ADC_JSQR_JSQ2_Pos) /*!< 0x00010000 */
3270#define ADC_JSQR_JSQ2_2 (0x04UL << ADC_JSQR_JSQ2_Pos) /*!< 0x00020000 */
3271#define ADC_JSQR_JSQ2_3 (0x08UL << ADC_JSQR_JSQ2_Pos) /*!< 0x00040000 */
3272#define ADC_JSQR_JSQ2_4 (0x10UL << ADC_JSQR_JSQ2_Pos) /*!< 0x00080000 */
3273
3274#define ADC_JSQR_JSQ3_Pos (21U)
3275#define ADC_JSQR_JSQ3_Msk (0x1FUL << ADC_JSQR_JSQ3_Pos) /*!< 0x03E00000 */
3276#define ADC_JSQR_JSQ3 ADC_JSQR_JSQ3_Msk /*!< ADC 3rd conversion in injected sequence */
3277#define ADC_JSQR_JSQ3_0 (0x01UL << ADC_JSQR_JSQ3_Pos) /*!< 0x00200000 */
3278#define ADC_JSQR_JSQ3_1 (0x02UL << ADC_JSQR_JSQ3_Pos) /*!< 0x00400000 */
3279#define ADC_JSQR_JSQ3_2 (0x04UL << ADC_JSQR_JSQ3_Pos) /*!< 0x00800000 */
3280#define ADC_JSQR_JSQ3_3 (0x08UL << ADC_JSQR_JSQ3_Pos) /*!< 0x01000000 */
3281#define ADC_JSQR_JSQ3_4 (0x10UL << ADC_JSQR_JSQ3_Pos) /*!< 0x02000000 */
3282
3283#define ADC_JSQR_JSQ4_Pos (27U)
3284#define ADC_JSQR_JSQ4_Msk (0x1FUL << ADC_JSQR_JSQ4_Pos) /*!< 0xF8000000 */
3285#define ADC_JSQR_JSQ4 ADC_JSQR_JSQ4_Msk /*!< ADC 4th conversion in injected sequence */
3286#define ADC_JSQR_JSQ4_0 (0x01UL << ADC_JSQR_JSQ4_Pos) /*!< 0x08000000 */
3287#define ADC_JSQR_JSQ4_1 (0x02UL << ADC_JSQR_JSQ4_Pos) /*!< 0x10000000 */
3288#define ADC_JSQR_JSQ4_2 (0x04UL << ADC_JSQR_JSQ4_Pos) /*!< 0x20000000 */
3289#define ADC_JSQR_JSQ4_3 (0x08UL << ADC_JSQR_JSQ4_Pos) /*!< 0x40000000 */
3290#define ADC_JSQR_JSQ4_4 (0x10UL << ADC_JSQR_JSQ4_Pos) /*!< 0x80000000 */
3291
3292/******************** Bit definition for ADC_OFR1 register ********************/
3293#define ADC_OFR1_OFFSET1_Pos (0U)
3294#define ADC_OFR1_OFFSET1_Msk (0x3FFFFFFUL << ADC_OFR1_OFFSET1_Pos) /*!< 0x03FFFFFF */
3295#define ADC_OFR1_OFFSET1 ADC_OFR1_OFFSET1_Msk /*!< ADC data offset 1 for channel programmed into bits OFFSET1_CH[4:0] */
3296#define ADC_OFR1_OFFSET1_0 (0x0000001UL << ADC_OFR1_OFFSET1_Pos) /*!< 0x00000001 */
3297#define ADC_OFR1_OFFSET1_1 (0x0000002UL << ADC_OFR1_OFFSET1_Pos) /*!< 0x00000002 */
3298#define ADC_OFR1_OFFSET1_2 (0x0000004UL << ADC_OFR1_OFFSET1_Pos) /*!< 0x00000004 */
3299#define ADC_OFR1_OFFSET1_3 (0x0000008UL << ADC_OFR1_OFFSET1_Pos) /*!< 0x00000008 */
3300#define ADC_OFR1_OFFSET1_4 (0x0000010UL << ADC_OFR1_OFFSET1_Pos) /*!< 0x00000010 */
3301#define ADC_OFR1_OFFSET1_5 (0x0000020UL << ADC_OFR1_OFFSET1_Pos) /*!< 0x00000020 */
3302#define ADC_OFR1_OFFSET1_6 (0x0000040UL << ADC_OFR1_OFFSET1_Pos) /*!< 0x00000040 */
3303#define ADC_OFR1_OFFSET1_7 (0x0000080UL << ADC_OFR1_OFFSET1_Pos) /*!< 0x00000080 */
3304#define ADC_OFR1_OFFSET1_8 (0x0000100UL << ADC_OFR1_OFFSET1_Pos) /*!< 0x00000100 */
3305#define ADC_OFR1_OFFSET1_9 (0x0000200UL << ADC_OFR1_OFFSET1_Pos) /*!< 0x00000200 */
3306#define ADC_OFR1_OFFSET1_10 (0x0000400UL << ADC_OFR1_OFFSET1_Pos) /*!< 0x00000400 */
3307#define ADC_OFR1_OFFSET1_11 (0x0000800UL << ADC_OFR1_OFFSET1_Pos) /*!< 0x00000800 */
3308#define ADC_OFR1_OFFSET1_12 (0x0001000UL << ADC_OFR1_OFFSET1_Pos) /*!< 0x00001000 */
3309#define ADC_OFR1_OFFSET1_13 (0x0002000UL << ADC_OFR1_OFFSET1_Pos) /*!< 0x00002000 */
3310#define ADC_OFR1_OFFSET1_14 (0x0004000UL << ADC_OFR1_OFFSET1_Pos) /*!< 0x00004000 */
3311#define ADC_OFR1_OFFSET1_15 (0x0008000UL << ADC_OFR1_OFFSET1_Pos) /*!< 0x00008000 */
3312#define ADC_OFR1_OFFSET1_16 (0x0010000UL << ADC_OFR1_OFFSET1_Pos) /*!< 0x00010000 */
3313#define ADC_OFR1_OFFSET1_17 (0x0020000UL << ADC_OFR1_OFFSET1_Pos) /*!< 0x00020000 */
3314#define ADC_OFR1_OFFSET1_18 (0x0040000UL << ADC_OFR1_OFFSET1_Pos) /*!< 0x00040000 */
3315#define ADC_OFR1_OFFSET1_19 (0x0080000UL << ADC_OFR1_OFFSET1_Pos) /*!< 0x00080000 */
3316#define ADC_OFR1_OFFSET1_20 (0x0100000UL << ADC_OFR1_OFFSET1_Pos) /*!< 0x00100000 */
3317#define ADC_OFR1_OFFSET1_21 (0x0200000UL << ADC_OFR1_OFFSET1_Pos) /*!< 0x00200000 */
3318#define ADC_OFR1_OFFSET1_22 (0x0400000UL << ADC_OFR1_OFFSET1_Pos) /*!< 0x00400000 */
3319#define ADC_OFR1_OFFSET1_23 (0x0800000UL << ADC_OFR1_OFFSET1_Pos) /*!< 0x00800000 */
3320#define ADC_OFR1_OFFSET1_24 (0x1000000UL << ADC_OFR1_OFFSET1_Pos) /*!< 0x01000000 */
3321#define ADC_OFR1_OFFSET1_25 (0x2000000UL << ADC_OFR1_OFFSET1_Pos) /*!< 0x02000000 */
3322
3323#define ADC_OFR1_OFFSET1_CH_Pos (26U)
3324#define ADC_OFR1_OFFSET1_CH_Msk (0x1FUL << ADC_OFR1_OFFSET1_CH_Pos) /*!< 0x7C000000 */
3325#define ADC_OFR1_OFFSET1_CH ADC_OFR1_OFFSET1_CH_Msk /*!< ADC Channel selection for the data offset 1 */
3326#define ADC_OFR1_OFFSET1_CH_0 (0x01UL << ADC_OFR1_OFFSET1_CH_Pos) /*!< 0x04000000 */
3327#define ADC_OFR1_OFFSET1_CH_1 (0x02UL << ADC_OFR1_OFFSET1_CH_Pos) /*!< 0x08000000 */
3328#define ADC_OFR1_OFFSET1_CH_2 (0x04UL << ADC_OFR1_OFFSET1_CH_Pos) /*!< 0x10000000 */
3329#define ADC_OFR1_OFFSET1_CH_3 (0x08UL << ADC_OFR1_OFFSET1_CH_Pos) /*!< 0x20000000 */
3330#define ADC_OFR1_OFFSET1_CH_4 (0x10UL << ADC_OFR1_OFFSET1_CH_Pos) /*!< 0x40000000 */
3331
3332#define ADC_OFR1_SSATE_Pos (31U)
3333#define ADC_OFR1_SSATE_Msk (0x1UL << ADC_OFR1_SSATE_Pos) /*!< 0x80000000 */
3334#define ADC_OFR1_SSATE ADC_OFR1_SSATE_Msk /*!< ADC Signed saturation Enable */
3335
3336
3337/******************** Bit definition for ADC_OFR2 register ********************/
3338#define ADC_OFR2_OFFSET2_Pos (0U)
3339#define ADC_OFR2_OFFSET2_Msk (0x3FFFFFFUL << ADC_OFR2_OFFSET2_Pos) /*!< 0x03FFFFFF */
3340#define ADC_OFR2_OFFSET2 ADC_OFR2_OFFSET2_Msk /*!< ADC data offset 2 for channel programmed into bits OFFSET2_CH[4:0] */
3341#define ADC_OFR2_OFFSET2_0 (0x0000001UL << ADC_OFR2_OFFSET2_Pos) /*!< 0x00000001 */
3342#define ADC_OFR2_OFFSET2_1 (0x0000002UL << ADC_OFR2_OFFSET2_Pos) /*!< 0x00000002 */
3343#define ADC_OFR2_OFFSET2_2 (0x0000004UL << ADC_OFR2_OFFSET2_Pos) /*!< 0x00000004 */
3344#define ADC_OFR2_OFFSET2_3 (0x0000008UL << ADC_OFR2_OFFSET2_Pos) /*!< 0x00000008 */
3345#define ADC_OFR2_OFFSET2_4 (0x0000010UL << ADC_OFR2_OFFSET2_Pos) /*!< 0x00000010 */
3346#define ADC_OFR2_OFFSET2_5 (0x0000020UL << ADC_OFR2_OFFSET2_Pos) /*!< 0x00000020 */
3347#define ADC_OFR2_OFFSET2_6 (0x0000040UL << ADC_OFR2_OFFSET2_Pos) /*!< 0x00000040 */
3348#define ADC_OFR2_OFFSET2_7 (0x0000080UL << ADC_OFR2_OFFSET2_Pos) /*!< 0x00000080 */
3349#define ADC_OFR2_OFFSET2_8 (0x0000100UL << ADC_OFR2_OFFSET2_Pos) /*!< 0x00000100 */
3350#define ADC_OFR2_OFFSET2_9 (0x0000200UL << ADC_OFR2_OFFSET2_Pos) /*!< 0x00000200 */
3351#define ADC_OFR2_OFFSET2_10 (0x0000400UL << ADC_OFR2_OFFSET2_Pos) /*!< 0x00000400 */
3352#define ADC_OFR2_OFFSET2_11 (0x0000800UL << ADC_OFR2_OFFSET2_Pos) /*!< 0x00000800 */
3353#define ADC_OFR2_OFFSET2_12 (0x0001000UL << ADC_OFR2_OFFSET2_Pos) /*!< 0x00001000 */
3354#define ADC_OFR2_OFFSET2_13 (0x0002000UL << ADC_OFR2_OFFSET2_Pos) /*!< 0x00002000 */
3355#define ADC_OFR2_OFFSET2_14 (0x0004000UL << ADC_OFR2_OFFSET2_Pos) /*!< 0x00004000 */
3356#define ADC_OFR2_OFFSET2_15 (0x0008000UL << ADC_OFR2_OFFSET2_Pos) /*!< 0x00008000 */
3357#define ADC_OFR2_OFFSET2_16 (0x0010000UL << ADC_OFR2_OFFSET2_Pos) /*!< 0x00010000 */
3358#define ADC_OFR2_OFFSET2_17 (0x0020000UL << ADC_OFR2_OFFSET2_Pos) /*!< 0x00020000 */
3359#define ADC_OFR2_OFFSET2_18 (0x0040000UL << ADC_OFR2_OFFSET2_Pos) /*!< 0x00040000 */
3360#define ADC_OFR2_OFFSET2_19 (0x0080000UL << ADC_OFR2_OFFSET2_Pos) /*!< 0x00080000 */
3361#define ADC_OFR2_OFFSET2_20 (0x0100000UL << ADC_OFR2_OFFSET2_Pos) /*!< 0x00100000 */
3362#define ADC_OFR2_OFFSET2_21 (0x0200000UL << ADC_OFR2_OFFSET2_Pos) /*!< 0x00200000 */
3363#define ADC_OFR2_OFFSET2_22 (0x0400000UL << ADC_OFR2_OFFSET2_Pos) /*!< 0x00400000 */
3364#define ADC_OFR2_OFFSET2_23 (0x0800000UL << ADC_OFR2_OFFSET2_Pos) /*!< 0x00800000 */
3365#define ADC_OFR2_OFFSET2_24 (0x1000000UL << ADC_OFR2_OFFSET2_Pos) /*!< 0x01000000 */
3366#define ADC_OFR2_OFFSET2_25 (0x2000000UL << ADC_OFR2_OFFSET2_Pos) /*!< 0x02000000 */
3367
3368#define ADC_OFR2_OFFSET2_CH_Pos (26U)
3369#define ADC_OFR2_OFFSET2_CH_Msk (0x1FUL << ADC_OFR2_OFFSET2_CH_Pos) /*!< 0x7C000000 */
3370#define ADC_OFR2_OFFSET2_CH ADC_OFR2_OFFSET2_CH_Msk /*!< ADC Channel selection for the data offset 2 */
3371#define ADC_OFR2_OFFSET2_CH_0 (0x01UL << ADC_OFR2_OFFSET2_CH_Pos) /*!< 0x04000000 */
3372#define ADC_OFR2_OFFSET2_CH_1 (0x02UL << ADC_OFR2_OFFSET2_CH_Pos) /*!< 0x08000000 */
3373#define ADC_OFR2_OFFSET2_CH_2 (0x04UL << ADC_OFR2_OFFSET2_CH_Pos) /*!< 0x10000000 */
3374#define ADC_OFR2_OFFSET2_CH_3 (0x08UL << ADC_OFR2_OFFSET2_CH_Pos) /*!< 0x20000000 */
3375#define ADC_OFR2_OFFSET2_CH_4 (0x10UL << ADC_OFR2_OFFSET2_CH_Pos) /*!< 0x40000000 */
3376
3377#define ADC_OFR2_SSATE_Pos (31U)
3378#define ADC_OFR2_SSATE_Msk (0x1UL << ADC_OFR2_SSATE_Pos) /*!< 0x80000000 */
3379#define ADC_OFR2_SSATE ADC_OFR2_SSATE_Msk /*!< ADC Signed saturation Enable */
3380
3381
3382/******************** Bit definition for ADC_OFR3 register ********************/
3383#define ADC_OFR3_OFFSET3_Pos (0U)
3384#define ADC_OFR3_OFFSET3_Msk (0x3FFFFFFUL << ADC_OFR3_OFFSET3_Pos) /*!< 0x03FFFFFF */
3385#define ADC_OFR3_OFFSET3 ADC_OFR3_OFFSET3_Msk /*!< ADC data offset 3 for channel programmed into bits OFFSET3_CH[4:0] */
3386#define ADC_OFR3_OFFSET3_0 (0x0000001UL << ADC_OFR3_OFFSET3_Pos) /*!< 0x00000001 */
3387#define ADC_OFR3_OFFSET3_1 (0x0000002UL << ADC_OFR3_OFFSET3_Pos) /*!< 0x00000002 */
3388#define ADC_OFR3_OFFSET3_2 (0x0000004UL << ADC_OFR3_OFFSET3_Pos) /*!< 0x00000004 */
3389#define ADC_OFR3_OFFSET3_3 (0x0000008UL << ADC_OFR3_OFFSET3_Pos) /*!< 0x00000008 */
3390#define ADC_OFR3_OFFSET3_4 (0x0000010UL << ADC_OFR3_OFFSET3_Pos) /*!< 0x00000010 */
3391#define ADC_OFR3_OFFSET3_5 (0x0000020UL << ADC_OFR3_OFFSET3_Pos) /*!< 0x00000020 */
3392#define ADC_OFR3_OFFSET3_6 (0x0000040UL << ADC_OFR3_OFFSET3_Pos) /*!< 0x00000040 */
3393#define ADC_OFR3_OFFSET3_7 (0x0000080UL << ADC_OFR3_OFFSET3_Pos) /*!< 0x00000080 */
3394#define ADC_OFR3_OFFSET3_8 (0x0000100UL << ADC_OFR3_OFFSET3_Pos) /*!< 0x00000100 */
3395#define ADC_OFR3_OFFSET3_9 (0x0000200UL << ADC_OFR3_OFFSET3_Pos) /*!< 0x00000200 */
3396#define ADC_OFR3_OFFSET3_10 (0x0000400UL << ADC_OFR3_OFFSET3_Pos) /*!< 0x00000400 */
3397#define ADC_OFR3_OFFSET3_11 (0x0000800UL << ADC_OFR3_OFFSET3_Pos) /*!< 0x00000800 */
3398#define ADC_OFR3_OFFSET3_12 (0x0001000UL << ADC_OFR3_OFFSET3_Pos) /*!< 0x00001000 */
3399#define ADC_OFR3_OFFSET3_13 (0x0002000UL << ADC_OFR3_OFFSET3_Pos) /*!< 0x00002000 */
3400#define ADC_OFR3_OFFSET3_14 (0x0004000UL << ADC_OFR3_OFFSET3_Pos) /*!< 0x00004000 */
3401#define ADC_OFR3_OFFSET3_15 (0x0008000UL << ADC_OFR3_OFFSET3_Pos) /*!< 0x00008000 */
3402#define ADC_OFR3_OFFSET3_16 (0x0010000UL << ADC_OFR3_OFFSET3_Pos) /*!< 0x00010000 */
3403#define ADC_OFR3_OFFSET3_17 (0x0020000UL << ADC_OFR3_OFFSET3_Pos) /*!< 0x00020000 */
3404#define ADC_OFR3_OFFSET3_18 (0x0040000UL << ADC_OFR3_OFFSET3_Pos) /*!< 0x00040000 */
3405#define ADC_OFR3_OFFSET3_19 (0x0080000UL << ADC_OFR3_OFFSET3_Pos) /*!< 0x00080000 */
3406#define ADC_OFR3_OFFSET3_20 (0x0100000UL << ADC_OFR3_OFFSET3_Pos) /*!< 0x00100000 */
3407#define ADC_OFR3_OFFSET3_21 (0x0200000UL << ADC_OFR3_OFFSET3_Pos) /*!< 0x00200000 */
3408#define ADC_OFR3_OFFSET3_22 (0x0400000UL << ADC_OFR3_OFFSET3_Pos) /*!< 0x00400000 */
3409#define ADC_OFR3_OFFSET3_23 (0x0800000UL << ADC_OFR3_OFFSET3_Pos) /*!< 0x00800000 */
3410#define ADC_OFR3_OFFSET3_24 (0x1000000UL << ADC_OFR3_OFFSET3_Pos) /*!< 0x01000000 */
3411#define ADC_OFR3_OFFSET3_25 (0x2000000UL << ADC_OFR3_OFFSET3_Pos) /*!< 0x02000000 */
3412
3413#define ADC_OFR3_OFFSET3_CH_Pos (26U)
3414#define ADC_OFR3_OFFSET3_CH_Msk (0x1FUL << ADC_OFR3_OFFSET3_CH_Pos) /*!< 0x7C000000 */
3415#define ADC_OFR3_OFFSET3_CH ADC_OFR3_OFFSET3_CH_Msk /*!< ADC Channel selection for the data offset 3 */
3416#define ADC_OFR3_OFFSET3_CH_0 (0x01UL << ADC_OFR3_OFFSET3_CH_Pos) /*!< 0x04000000 */
3417#define ADC_OFR3_OFFSET3_CH_1 (0x02UL << ADC_OFR3_OFFSET3_CH_Pos) /*!< 0x08000000 */
3418#define ADC_OFR3_OFFSET3_CH_2 (0x04UL << ADC_OFR3_OFFSET3_CH_Pos) /*!< 0x10000000 */
3419#define ADC_OFR3_OFFSET3_CH_3 (0x08UL << ADC_OFR3_OFFSET3_CH_Pos) /*!< 0x20000000 */
3420#define ADC_OFR3_OFFSET3_CH_4 (0x10UL << ADC_OFR3_OFFSET3_CH_Pos) /*!< 0x40000000 */
3421
3422#define ADC_OFR3_SSATE_Pos (31U)
3423#define ADC_OFR3_SSATE_Msk (0x1UL << ADC_OFR3_SSATE_Pos) /*!< 0x80000000 */
3424#define ADC_OFR3_SSATE ADC_OFR3_SSATE_Msk /*!< ADC Signed saturation Enable */
3425
3426
3427/******************** Bit definition for ADC_OFR4 register ********************/
3428#define ADC_OFR4_OFFSET4_Pos (0U)
3429#define ADC_OFR4_OFFSET4_Msk (0x3FFFFFFUL << ADC_OFR4_OFFSET4_Pos) /*!< 0x03FFFFFF */
3430#define ADC_OFR4_OFFSET4 ADC_OFR4_OFFSET4_Msk /*!< ADC data offset 4 for channel programmed into bits OFFSET4_CH[4:0] */
3431#define ADC_OFR4_OFFSET4_0 (0x0000001UL << ADC_OFR4_OFFSET4_Pos) /*!< 0x00000001 */
3432#define ADC_OFR4_OFFSET4_1 (0x0000002UL << ADC_OFR4_OFFSET4_Pos) /*!< 0x00000002 */
3433#define ADC_OFR4_OFFSET4_2 (0x0000004UL << ADC_OFR4_OFFSET4_Pos) /*!< 0x00000004 */
3434#define ADC_OFR4_OFFSET4_3 (0x0000008UL << ADC_OFR4_OFFSET4_Pos) /*!< 0x00000008 */
3435#define ADC_OFR4_OFFSET4_4 (0x0000010UL << ADC_OFR4_OFFSET4_Pos) /*!< 0x00000010 */
3436#define ADC_OFR4_OFFSET4_5 (0x0000020UL << ADC_OFR4_OFFSET4_Pos) /*!< 0x00000020 */
3437#define ADC_OFR4_OFFSET4_6 (0x0000040UL << ADC_OFR4_OFFSET4_Pos) /*!< 0x00000040 */
3438#define ADC_OFR4_OFFSET4_7 (0x0000080UL << ADC_OFR4_OFFSET4_Pos) /*!< 0x00000080 */
3439#define ADC_OFR4_OFFSET4_8 (0x0000100UL << ADC_OFR4_OFFSET4_Pos) /*!< 0x00000100 */
3440#define ADC_OFR4_OFFSET4_9 (0x0000200UL << ADC_OFR4_OFFSET4_Pos) /*!< 0x00000200 */
3441#define ADC_OFR4_OFFSET4_10 (0x0000400UL << ADC_OFR4_OFFSET4_Pos) /*!< 0x00000400 */
3442#define ADC_OFR4_OFFSET4_11 (0x0000800UL << ADC_OFR4_OFFSET4_Pos) /*!< 0x00000800 */
3443#define ADC_OFR4_OFFSET4_12 (0x0001000UL << ADC_OFR4_OFFSET4_Pos) /*!< 0x00001000 */
3444#define ADC_OFR4_OFFSET4_13 (0x0002000UL << ADC_OFR4_OFFSET4_Pos) /*!< 0x00002000 */
3445#define ADC_OFR4_OFFSET4_14 (0x0004000UL << ADC_OFR4_OFFSET4_Pos) /*!< 0x00004000 */
3446#define ADC_OFR4_OFFSET4_15 (0x0008000UL << ADC_OFR4_OFFSET4_Pos) /*!< 0x00008000 */
3447#define ADC_OFR4_OFFSET4_16 (0x0010000UL << ADC_OFR4_OFFSET4_Pos) /*!< 0x00010000 */
3448#define ADC_OFR4_OFFSET4_17 (0x0020000UL << ADC_OFR4_OFFSET4_Pos) /*!< 0x00020000 */
3449#define ADC_OFR4_OFFSET4_18 (0x0040000UL << ADC_OFR4_OFFSET4_Pos) /*!< 0x00040000 */
3450#define ADC_OFR4_OFFSET4_19 (0x0080000UL << ADC_OFR4_OFFSET4_Pos) /*!< 0x00080000 */
3451#define ADC_OFR4_OFFSET4_20 (0x0100000UL << ADC_OFR4_OFFSET4_Pos) /*!< 0x00100000 */
3452#define ADC_OFR4_OFFSET4_21 (0x0200000UL << ADC_OFR4_OFFSET4_Pos) /*!< 0x00200000 */
3453#define ADC_OFR4_OFFSET4_22 (0x0400000UL << ADC_OFR4_OFFSET4_Pos) /*!< 0x00400000 */
3454#define ADC_OFR4_OFFSET4_23 (0x0800000UL << ADC_OFR4_OFFSET4_Pos) /*!< 0x00800000 */
3455#define ADC_OFR4_OFFSET4_24 (0x1000000UL << ADC_OFR4_OFFSET4_Pos) /*!< 0x01000000 */
3456#define ADC_OFR4_OFFSET4_25 (0x2000000UL << ADC_OFR4_OFFSET4_Pos) /*!< 0x02000000 */
3457
3458#define ADC_OFR4_OFFSET4_CH_Pos (26U)
3459#define ADC_OFR4_OFFSET4_CH_Msk (0x1FUL << ADC_OFR4_OFFSET4_CH_Pos) /*!< 0x7C000000 */
3460#define ADC_OFR4_OFFSET4_CH ADC_OFR4_OFFSET4_CH_Msk /*!< ADC Channel selection for the data offset 4 */
3461#define ADC_OFR4_OFFSET4_CH_0 (0x01UL << ADC_OFR4_OFFSET4_CH_Pos) /*!< 0x04000000 */
3462#define ADC_OFR4_OFFSET4_CH_1 (0x02UL << ADC_OFR4_OFFSET4_CH_Pos) /*!< 0x08000000 */
3463#define ADC_OFR4_OFFSET4_CH_2 (0x04UL << ADC_OFR4_OFFSET4_CH_Pos) /*!< 0x10000000 */
3464#define ADC_OFR4_OFFSET4_CH_3 (0x08UL << ADC_OFR4_OFFSET4_CH_Pos) /*!< 0x20000000 */
3465#define ADC_OFR4_OFFSET4_CH_4 (0x10UL << ADC_OFR4_OFFSET4_CH_Pos) /*!< 0x40000000 */
3466
3467#define ADC_OFR4_SSATE_Pos (31U)
3468#define ADC_OFR4_SSATE_Msk (0x1UL << ADC_OFR4_SSATE_Pos) /*!< 0x80000000 */
3469#define ADC_OFR4_SSATE ADC_OFR4_SSATE_Msk /*!< ADC Signed saturation Enable */
3470
3471
3472/******************** Bit definition for ADC_JDR1 register ********************/
3473#define ADC_JDR1_JDATA_Pos (0U)
3474#define ADC_JDR1_JDATA_Msk (0xFFFFFFFFUL << ADC_JDR1_JDATA_Pos) /*!< 0xFFFFFFFF */
3475#define ADC_JDR1_JDATA ADC_JDR1_JDATA_Msk /*!< ADC Injected DATA */
3476#define ADC_JDR1_JDATA_0 (0x00000001UL << ADC_JDR1_JDATA_Pos) /*!< 0x00000001 */
3477#define ADC_JDR1_JDATA_1 (0x00000002UL << ADC_JDR1_JDATA_Pos) /*!< 0x00000002 */
3478#define ADC_JDR1_JDATA_2 (0x00000004UL << ADC_JDR1_JDATA_Pos) /*!< 0x00000004 */
3479#define ADC_JDR1_JDATA_3 (0x00000008UL << ADC_JDR1_JDATA_Pos) /*!< 0x00000008 */
3480#define ADC_JDR1_JDATA_4 (0x00000010UL << ADC_JDR1_JDATA_Pos) /*!< 0x00000010 */
3481#define ADC_JDR1_JDATA_5 (0x00000020UL << ADC_JDR1_JDATA_Pos) /*!< 0x00000020 */
3482#define ADC_JDR1_JDATA_6 (0x00000040UL << ADC_JDR1_JDATA_Pos) /*!< 0x00000040 */
3483#define ADC_JDR1_JDATA_7 (0x00000080UL << ADC_JDR1_JDATA_Pos) /*!< 0x00000080 */
3484#define ADC_JDR1_JDATA_8 (0x00000100UL << ADC_JDR1_JDATA_Pos) /*!< 0x00000100 */
3485#define ADC_JDR1_JDATA_9 (0x00000200UL << ADC_JDR1_JDATA_Pos) /*!< 0x00000200 */
3486#define ADC_JDR1_JDATA_10 (0x00000400UL << ADC_JDR1_JDATA_Pos) /*!< 0x00000400 */
3487#define ADC_JDR1_JDATA_11 (0x00000800UL << ADC_JDR1_JDATA_Pos) /*!< 0x00000800 */
3488#define ADC_JDR1_JDATA_12 (0x00001000UL << ADC_JDR1_JDATA_Pos) /*!< 0x00001000 */
3489#define ADC_JDR1_JDATA_13 (0x00002000UL << ADC_JDR1_JDATA_Pos) /*!< 0x00002000 */
3490#define ADC_JDR1_JDATA_14 (0x00004000UL << ADC_JDR1_JDATA_Pos) /*!< 0x00004000 */
3491#define ADC_JDR1_JDATA_15 (0x00008000UL << ADC_JDR1_JDATA_Pos) /*!< 0x00008000 */
3492#define ADC_JDR1_JDATA_16 (0x00010000UL << ADC_JDR1_JDATA_Pos) /*!< 0x00010000 */
3493#define ADC_JDR1_JDATA_17 (0x00020000UL << ADC_JDR1_JDATA_Pos) /*!< 0x00020000 */
3494#define ADC_JDR1_JDATA_18 (0x00040000UL << ADC_JDR1_JDATA_Pos) /*!< 0x00040000 */
3495#define ADC_JDR1_JDATA_19 (0x00080000UL << ADC_JDR1_JDATA_Pos) /*!< 0x00080000 */
3496#define ADC_JDR1_JDATA_20 (0x00100000UL << ADC_JDR1_JDATA_Pos) /*!< 0x00100000 */
3497#define ADC_JDR1_JDATA_21 (0x00200000UL << ADC_JDR1_JDATA_Pos) /*!< 0x00200000 */
3498#define ADC_JDR1_JDATA_22 (0x00400000UL << ADC_JDR1_JDATA_Pos) /*!< 0x00400000 */
3499#define ADC_JDR1_JDATA_23 (0x00800000UL << ADC_JDR1_JDATA_Pos) /*!< 0x00800000 */
3500#define ADC_JDR1_JDATA_24 (0x01000000UL << ADC_JDR1_JDATA_Pos) /*!< 0x01000000 */
3501#define ADC_JDR1_JDATA_25 (0x02000000UL << ADC_JDR1_JDATA_Pos) /*!< 0x02000000 */
3502#define ADC_JDR1_JDATA_26 (0x04000000UL << ADC_JDR1_JDATA_Pos) /*!< 0x04000000 */
3503#define ADC_JDR1_JDATA_27 (0x08000000UL << ADC_JDR1_JDATA_Pos) /*!< 0x08000000 */
3504#define ADC_JDR1_JDATA_28 (0x10000000UL << ADC_JDR1_JDATA_Pos) /*!< 0x10000000 */
3505#define ADC_JDR1_JDATA_29 (0x20000000UL << ADC_JDR1_JDATA_Pos) /*!< 0x20000000 */
3506#define ADC_JDR1_JDATA_30 (0x40000000UL << ADC_JDR1_JDATA_Pos) /*!< 0x40000000 */
3507#define ADC_JDR1_JDATA_31 (0x80000000UL << ADC_JDR1_JDATA_Pos) /*!< 0x80000000 */
3508
3509/******************** Bit definition for ADC_JDR2 register ********************/
3510#define ADC_JDR2_JDATA_Pos (0U)
3511#define ADC_JDR2_JDATA_Msk (0xFFFFFFFFUL << ADC_JDR2_JDATA_Pos) /*!< 0xFFFFFFFF */
3512#define ADC_JDR2_JDATA ADC_JDR2_JDATA_Msk /*!< ADC Injected DATA */
3513#define ADC_JDR2_JDATA_0 (0x00000001UL << ADC_JDR2_JDATA_Pos) /*!< 0x00000001 */
3514#define ADC_JDR2_JDATA_1 (0x00000002UL << ADC_JDR2_JDATA_Pos) /*!< 0x00000002 */
3515#define ADC_JDR2_JDATA_2 (0x00000004UL << ADC_JDR2_JDATA_Pos) /*!< 0x00000004 */
3516#define ADC_JDR2_JDATA_3 (0x00000008UL << ADC_JDR2_JDATA_Pos) /*!< 0x00000008 */
3517#define ADC_JDR2_JDATA_4 (0x00000010UL << ADC_JDR2_JDATA_Pos) /*!< 0x00000010 */
3518#define ADC_JDR2_JDATA_5 (0x00000020UL << ADC_JDR2_JDATA_Pos) /*!< 0x00000020 */
3519#define ADC_JDR2_JDATA_6 (0x00000040UL << ADC_JDR2_JDATA_Pos) /*!< 0x00000040 */
3520#define ADC_JDR2_JDATA_7 (0x00000080UL << ADC_JDR2_JDATA_Pos) /*!< 0x00000080 */
3521#define ADC_JDR2_JDATA_8 (0x00000100UL << ADC_JDR2_JDATA_Pos) /*!< 0x00000100 */
3522#define ADC_JDR2_JDATA_9 (0x00000200UL << ADC_JDR2_JDATA_Pos) /*!< 0x00000200 */
3523#define ADC_JDR2_JDATA_10 (0x00000400UL << ADC_JDR2_JDATA_Pos) /*!< 0x00000400 */
3524#define ADC_JDR2_JDATA_11 (0x00000800UL << ADC_JDR2_JDATA_Pos) /*!< 0x00000800 */
3525#define ADC_JDR2_JDATA_12 (0x00001000UL << ADC_JDR2_JDATA_Pos) /*!< 0x00001000 */
3526#define ADC_JDR2_JDATA_13 (0x00002000UL << ADC_JDR2_JDATA_Pos) /*!< 0x00002000 */
3527#define ADC_JDR2_JDATA_14 (0x00004000UL << ADC_JDR2_JDATA_Pos) /*!< 0x00004000 */
3528#define ADC_JDR2_JDATA_15 (0x00008000UL << ADC_JDR2_JDATA_Pos) /*!< 0x00008000 */
3529#define ADC_JDR2_JDATA_16 (0x00010000UL << ADC_JDR2_JDATA_Pos) /*!< 0x00010000 */
3530#define ADC_JDR2_JDATA_17 (0x00020000UL << ADC_JDR2_JDATA_Pos) /*!< 0x00020000 */
3531#define ADC_JDR2_JDATA_18 (0x00040000UL << ADC_JDR2_JDATA_Pos) /*!< 0x00040000 */
3532#define ADC_JDR2_JDATA_19 (0x00080000UL << ADC_JDR2_JDATA_Pos) /*!< 0x00080000 */
3533#define ADC_JDR2_JDATA_20 (0x00100000UL << ADC_JDR2_JDATA_Pos) /*!< 0x00100000 */
3534#define ADC_JDR2_JDATA_21 (0x00200000UL << ADC_JDR2_JDATA_Pos) /*!< 0x00200000 */
3535#define ADC_JDR2_JDATA_22 (0x00400000UL << ADC_JDR2_JDATA_Pos) /*!< 0x00400000 */
3536#define ADC_JDR2_JDATA_23 (0x00800000UL << ADC_JDR2_JDATA_Pos) /*!< 0x00800000 */
3537#define ADC_JDR2_JDATA_24 (0x01000000UL << ADC_JDR2_JDATA_Pos) /*!< 0x01000000 */
3538#define ADC_JDR2_JDATA_25 (0x02000000UL << ADC_JDR2_JDATA_Pos) /*!< 0x02000000 */
3539#define ADC_JDR2_JDATA_26 (0x04000000UL << ADC_JDR2_JDATA_Pos) /*!< 0x04000000 */
3540#define ADC_JDR2_JDATA_27 (0x08000000UL << ADC_JDR2_JDATA_Pos) /*!< 0x08000000 */
3541#define ADC_JDR2_JDATA_28 (0x10000000UL << ADC_JDR2_JDATA_Pos) /*!< 0x10000000 */
3542#define ADC_JDR2_JDATA_29 (0x20000000UL << ADC_JDR2_JDATA_Pos) /*!< 0x20000000 */
3543#define ADC_JDR2_JDATA_30 (0x40000000UL << ADC_JDR2_JDATA_Pos) /*!< 0x40000000 */
3544#define ADC_JDR2_JDATA_31 (0x80000000UL << ADC_JDR2_JDATA_Pos) /*!< 0x80000000 */
3545
3546/******************** Bit definition for ADC_JDR3 register ********************/
3547#define ADC_JDR3_JDATA_Pos (0U)
3548#define ADC_JDR3_JDATA_Msk (0xFFFFFFFFUL << ADC_JDR3_JDATA_Pos) /*!< 0xFFFFFFFF */
3549#define ADC_JDR3_JDATA ADC_JDR3_JDATA_Msk /*!< ADC Injected DATA */
3550#define ADC_JDR3_JDATA_0 (0x00000001UL << ADC_JDR3_JDATA_Pos) /*!< 0x00000001 */
3551#define ADC_JDR3_JDATA_1 (0x00000002UL << ADC_JDR3_JDATA_Pos) /*!< 0x00000002 */
3552#define ADC_JDR3_JDATA_2 (0x00000004UL << ADC_JDR3_JDATA_Pos) /*!< 0x00000004 */
3553#define ADC_JDR3_JDATA_3 (0x00000008UL << ADC_JDR3_JDATA_Pos) /*!< 0x00000008 */
3554#define ADC_JDR3_JDATA_4 (0x00000010UL << ADC_JDR3_JDATA_Pos) /*!< 0x00000010 */
3555#define ADC_JDR3_JDATA_5 (0x00000020UL << ADC_JDR3_JDATA_Pos) /*!< 0x00000020 */
3556#define ADC_JDR3_JDATA_6 (0x00000040UL << ADC_JDR3_JDATA_Pos) /*!< 0x00000040 */
3557#define ADC_JDR3_JDATA_7 (0x00000080UL << ADC_JDR3_JDATA_Pos) /*!< 0x00000080 */
3558#define ADC_JDR3_JDATA_8 (0x00000100UL << ADC_JDR3_JDATA_Pos) /*!< 0x00000100 */
3559#define ADC_JDR3_JDATA_9 (0x00000200UL << ADC_JDR3_JDATA_Pos) /*!< 0x00000200 */
3560#define ADC_JDR3_JDATA_10 (0x00000400UL << ADC_JDR3_JDATA_Pos) /*!< 0x00000400 */
3561#define ADC_JDR3_JDATA_11 (0x00000800UL << ADC_JDR3_JDATA_Pos) /*!< 0x00000800 */
3562#define ADC_JDR3_JDATA_12 (0x00001000UL << ADC_JDR3_JDATA_Pos) /*!< 0x00001000 */
3563#define ADC_JDR3_JDATA_13 (0x00002000UL << ADC_JDR3_JDATA_Pos) /*!< 0x00002000 */
3564#define ADC_JDR3_JDATA_14 (0x00004000UL << ADC_JDR3_JDATA_Pos) /*!< 0x00004000 */
3565#define ADC_JDR3_JDATA_15 (0x00008000UL << ADC_JDR3_JDATA_Pos) /*!< 0x00008000 */
3566#define ADC_JDR3_JDATA_16 (0x00010000UL << ADC_JDR3_JDATA_Pos) /*!< 0x00010000 */
3567#define ADC_JDR3_JDATA_17 (0x00020000UL << ADC_JDR3_JDATA_Pos) /*!< 0x00020000 */
3568#define ADC_JDR3_JDATA_18 (0x00040000UL << ADC_JDR3_JDATA_Pos) /*!< 0x00040000 */
3569#define ADC_JDR3_JDATA_19 (0x00080000UL << ADC_JDR3_JDATA_Pos) /*!< 0x00080000 */
3570#define ADC_JDR3_JDATA_20 (0x00100000UL << ADC_JDR3_JDATA_Pos) /*!< 0x00100000 */
3571#define ADC_JDR3_JDATA_21 (0x00200000UL << ADC_JDR3_JDATA_Pos) /*!< 0x00200000 */
3572#define ADC_JDR3_JDATA_22 (0x00400000UL << ADC_JDR3_JDATA_Pos) /*!< 0x00400000 */
3573#define ADC_JDR3_JDATA_23 (0x00800000UL << ADC_JDR3_JDATA_Pos) /*!< 0x00800000 */
3574#define ADC_JDR3_JDATA_24 (0x01000000UL << ADC_JDR3_JDATA_Pos) /*!< 0x01000000 */
3575#define ADC_JDR3_JDATA_25 (0x02000000UL << ADC_JDR3_JDATA_Pos) /*!< 0x02000000 */
3576#define ADC_JDR3_JDATA_26 (0x04000000UL << ADC_JDR3_JDATA_Pos) /*!< 0x04000000 */
3577#define ADC_JDR3_JDATA_27 (0x08000000UL << ADC_JDR3_JDATA_Pos) /*!< 0x08000000 */
3578#define ADC_JDR3_JDATA_28 (0x10000000UL << ADC_JDR3_JDATA_Pos) /*!< 0x10000000 */
3579#define ADC_JDR3_JDATA_29 (0x20000000UL << ADC_JDR3_JDATA_Pos) /*!< 0x20000000 */
3580#define ADC_JDR3_JDATA_30 (0x40000000UL << ADC_JDR3_JDATA_Pos) /*!< 0x40000000 */
3581#define ADC_JDR3_JDATA_31 (0x80000000UL << ADC_JDR3_JDATA_Pos) /*!< 0x80000000 */
3582
3583/******************** Bit definition for ADC_JDR4 register ********************/
3584#define ADC_JDR4_JDATA_Pos (0U)
3585#define ADC_JDR4_JDATA_Msk (0xFFFFFFFFUL << ADC_JDR4_JDATA_Pos) /*!< 0xFFFFFFFF */
3586#define ADC_JDR4_JDATA ADC_JDR4_JDATA_Msk /*!< ADC Injected DATA */
3587#define ADC_JDR4_JDATA_0 (0x00000001UL << ADC_JDR4_JDATA_Pos) /*!< 0x00000001 */
3588#define ADC_JDR4_JDATA_1 (0x00000002UL << ADC_JDR4_JDATA_Pos) /*!< 0x00000002 */
3589#define ADC_JDR4_JDATA_2 (0x00000004UL << ADC_JDR4_JDATA_Pos) /*!< 0x00000004 */
3590#define ADC_JDR4_JDATA_3 (0x00000008UL << ADC_JDR4_JDATA_Pos) /*!< 0x00000008 */
3591#define ADC_JDR4_JDATA_4 (0x00000010UL << ADC_JDR4_JDATA_Pos) /*!< 0x00000010 */
3592#define ADC_JDR4_JDATA_5 (0x00000020UL << ADC_JDR4_JDATA_Pos) /*!< 0x00000020 */
3593#define ADC_JDR4_JDATA_6 (0x00000040UL << ADC_JDR4_JDATA_Pos) /*!< 0x00000040 */
3594#define ADC_JDR4_JDATA_7 (0x00000080UL << ADC_JDR4_JDATA_Pos) /*!< 0x00000080 */
3595#define ADC_JDR4_JDATA_8 (0x00000100UL << ADC_JDR4_JDATA_Pos) /*!< 0x00000100 */
3596#define ADC_JDR4_JDATA_9 (0x00000200UL << ADC_JDR4_JDATA_Pos) /*!< 0x00000200 */
3597#define ADC_JDR4_JDATA_10 (0x00000400UL << ADC_JDR4_JDATA_Pos) /*!< 0x00000400 */
3598#define ADC_JDR4_JDATA_11 (0x00000800UL << ADC_JDR4_JDATA_Pos) /*!< 0x00000800 */
3599#define ADC_JDR4_JDATA_12 (0x00001000UL << ADC_JDR4_JDATA_Pos) /*!< 0x00001000 */
3600#define ADC_JDR4_JDATA_13 (0x00002000UL << ADC_JDR4_JDATA_Pos) /*!< 0x00002000 */
3601#define ADC_JDR4_JDATA_14 (0x00004000UL << ADC_JDR4_JDATA_Pos) /*!< 0x00004000 */
3602#define ADC_JDR4_JDATA_15 (0x00008000UL << ADC_JDR4_JDATA_Pos) /*!< 0x00008000 */
3603#define ADC_JDR4_JDATA_16 (0x00010000UL << ADC_JDR4_JDATA_Pos) /*!< 0x00010000 */
3604#define ADC_JDR4_JDATA_17 (0x00020000UL << ADC_JDR4_JDATA_Pos) /*!< 0x00020000 */
3605#define ADC_JDR4_JDATA_18 (0x00040000UL << ADC_JDR4_JDATA_Pos) /*!< 0x00040000 */
3606#define ADC_JDR4_JDATA_19 (0x00080000UL << ADC_JDR4_JDATA_Pos) /*!< 0x00080000 */
3607#define ADC_JDR4_JDATA_20 (0x00100000UL << ADC_JDR4_JDATA_Pos) /*!< 0x00100000 */
3608#define ADC_JDR4_JDATA_21 (0x00200000UL << ADC_JDR4_JDATA_Pos) /*!< 0x00200000 */
3609#define ADC_JDR4_JDATA_22 (0x00400000UL << ADC_JDR4_JDATA_Pos) /*!< 0x00400000 */
3610#define ADC_JDR4_JDATA_23 (0x00800000UL << ADC_JDR4_JDATA_Pos) /*!< 0x00800000 */
3611#define ADC_JDR4_JDATA_24 (0x01000000UL << ADC_JDR4_JDATA_Pos) /*!< 0x01000000 */
3612#define ADC_JDR4_JDATA_25 (0x02000000UL << ADC_JDR4_JDATA_Pos) /*!< 0x02000000 */
3613#define ADC_JDR4_JDATA_26 (0x04000000UL << ADC_JDR4_JDATA_Pos) /*!< 0x04000000 */
3614#define ADC_JDR4_JDATA_27 (0x08000000UL << ADC_JDR4_JDATA_Pos) /*!< 0x08000000 */
3615#define ADC_JDR4_JDATA_28 (0x10000000UL << ADC_JDR4_JDATA_Pos) /*!< 0x10000000 */
3616#define ADC_JDR4_JDATA_29 (0x20000000UL << ADC_JDR4_JDATA_Pos) /*!< 0x20000000 */
3617#define ADC_JDR4_JDATA_30 (0x40000000UL << ADC_JDR4_JDATA_Pos) /*!< 0x40000000 */
3618#define ADC_JDR4_JDATA_31 (0x80000000UL << ADC_JDR4_JDATA_Pos) /*!< 0x80000000 */
3619
3620/******************** Bit definition for ADC_AWD2CR register ********************/
3621#define ADC_AWD2CR_AWD2CH_Pos (0U)
3622#define ADC_AWD2CR_AWD2CH_Msk (0xFFFFFUL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x000FFFFF */
3623#define ADC_AWD2CR_AWD2CH ADC_AWD2CR_AWD2CH_Msk /*!< ADC Analog watchdog 2 channel selection */
3624#define ADC_AWD2CR_AWD2CH_0 (0x00001UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00000001 */
3625#define ADC_AWD2CR_AWD2CH_1 (0x00002UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00000002 */
3626#define ADC_AWD2CR_AWD2CH_2 (0x00004UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00000004 */
3627#define ADC_AWD2CR_AWD2CH_3 (0x00008UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00000008 */
3628#define ADC_AWD2CR_AWD2CH_4 (0x00010UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00000010 */
3629#define ADC_AWD2CR_AWD2CH_5 (0x00020UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00000020 */
3630#define ADC_AWD2CR_AWD2CH_6 (0x00040UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00000040 */
3631#define ADC_AWD2CR_AWD2CH_7 (0x00080UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00000080 */
3632#define ADC_AWD2CR_AWD2CH_8 (0x00100UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00000100 */
3633#define ADC_AWD2CR_AWD2CH_9 (0x00200UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00000200 */
3634#define ADC_AWD2CR_AWD2CH_10 (0x00400UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00000400 */
3635#define ADC_AWD2CR_AWD2CH_11 (0x00800UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00000800 */
3636#define ADC_AWD2CR_AWD2CH_12 (0x01000UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00001000 */
3637#define ADC_AWD2CR_AWD2CH_13 (0x02000UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00002000 */
3638#define ADC_AWD2CR_AWD2CH_14 (0x04000UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00004000 */
3639#define ADC_AWD2CR_AWD2CH_15 (0x08000UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00008000 */
3640#define ADC_AWD2CR_AWD2CH_16 (0x10000UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00010000 */
3641#define ADC_AWD2CR_AWD2CH_17 (0x20000UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00020000 */
3642#define ADC_AWD2CR_AWD2CH_18 (0x40000UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00040000 */
3643#define ADC_AWD2CR_AWD2CH_19 (0x80000UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00080000 */
3644
3645/******************** Bit definition for ADC_AWD3CR register ********************/
3646#define ADC_AWD3CR_AWD3CH_Pos (0U)
3647#define ADC_AWD3CR_AWD3CH_Msk (0xFFFFFUL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x000FFFFF */
3648#define ADC_AWD3CR_AWD3CH ADC_AWD3CR_AWD3CH_Msk /*!< ADC Analog watchdog 2 channel selection */
3649#define ADC_AWD3CR_AWD3CH_0 (0x00001UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00000001 */
3650#define ADC_AWD3CR_AWD3CH_1 (0x00002UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00000002 */
3651#define ADC_AWD3CR_AWD3CH_2 (0x00004UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00000004 */
3652#define ADC_AWD3CR_AWD3CH_3 (0x00008UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00000008 */
3653#define ADC_AWD3CR_AWD3CH_4 (0x00010UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00000010 */
3654#define ADC_AWD3CR_AWD3CH_5 (0x00020UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00000020 */
3655#define ADC_AWD3CR_AWD3CH_6 (0x00040UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00000040 */
3656#define ADC_AWD3CR_AWD3CH_7 (0x00080UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00000080 */
3657#define ADC_AWD3CR_AWD3CH_8 (0x00100UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00000100 */
3658#define ADC_AWD3CR_AWD3CH_9 (0x00200UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00000200 */
3659#define ADC_AWD3CR_AWD3CH_10 (0x00400UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00000400 */
3660#define ADC_AWD3CR_AWD3CH_11 (0x00800UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00000800 */
3661#define ADC_AWD3CR_AWD3CH_12 (0x01000UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00001000 */
3662#define ADC_AWD3CR_AWD3CH_13 (0x02000UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00002000 */
3663#define ADC_AWD3CR_AWD3CH_14 (0x04000UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00004000 */
3664#define ADC_AWD3CR_AWD3CH_15 (0x08000UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00008000 */
3665#define ADC_AWD3CR_AWD3CH_16 (0x10000UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00010000 */
3666#define ADC_AWD3CR_AWD3CH_17 (0x20000UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00020000 */
3667#define ADC_AWD3CR_AWD3CH_18 (0x40000UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00040000 */
3668#define ADC_AWD3CR_AWD3CH_19 (0x80000UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00080000 */
3669
3670/******************** Bit definition for ADC_DIFSEL register ********************/
3671#define ADC_DIFSEL_DIFSEL_Pos (0U)
3672#define ADC_DIFSEL_DIFSEL_Msk (0xFFFFFUL << ADC_DIFSEL_DIFSEL_Pos) /*!< 0x000FFFFF */
3673#define ADC_DIFSEL_DIFSEL ADC_DIFSEL_DIFSEL_Msk /*!< ADC differential modes for channels 1 to 18 */
3674#define ADC_DIFSEL_DIFSEL_0 (0x00001UL << ADC_DIFSEL_DIFSEL_Pos) /*!< 0x00000001 */
3675#define ADC_DIFSEL_DIFSEL_1 (0x00002UL << ADC_DIFSEL_DIFSEL_Pos) /*!< 0x00000002 */
3676#define ADC_DIFSEL_DIFSEL_2 (0x00004UL << ADC_DIFSEL_DIFSEL_Pos) /*!< 0x00000004 */
3677#define ADC_DIFSEL_DIFSEL_3 (0x00008UL << ADC_DIFSEL_DIFSEL_Pos) /*!< 0x00000008 */
3678#define ADC_DIFSEL_DIFSEL_4 (0x00010UL << ADC_DIFSEL_DIFSEL_Pos) /*!< 0x00000010 */
3679#define ADC_DIFSEL_DIFSEL_5 (0x00020UL << ADC_DIFSEL_DIFSEL_Pos) /*!< 0x00000020 */
3680#define ADC_DIFSEL_DIFSEL_6 (0x00040UL << ADC_DIFSEL_DIFSEL_Pos) /*!< 0x00000040 */
3681#define ADC_DIFSEL_DIFSEL_7 (0x00080UL << ADC_DIFSEL_DIFSEL_Pos) /*!< 0x00000080 */
3682#define ADC_DIFSEL_DIFSEL_8 (0x00100UL << ADC_DIFSEL_DIFSEL_Pos) /*!< 0x00000100 */
3683#define ADC_DIFSEL_DIFSEL_9 (0x00200UL << ADC_DIFSEL_DIFSEL_Pos) /*!< 0x00000200 */
3684#define ADC_DIFSEL_DIFSEL_10 (0x00400UL << ADC_DIFSEL_DIFSEL_Pos) /*!< 0x00000400 */
3685#define ADC_DIFSEL_DIFSEL_11 (0x00800UL << ADC_DIFSEL_DIFSEL_Pos) /*!< 0x00000800 */
3686#define ADC_DIFSEL_DIFSEL_12 (0x01000UL << ADC_DIFSEL_DIFSEL_Pos) /*!< 0x00001000 */
3687#define ADC_DIFSEL_DIFSEL_13 (0x02000UL << ADC_DIFSEL_DIFSEL_Pos) /*!< 0x00002000 */
3688#define ADC_DIFSEL_DIFSEL_14 (0x04000UL << ADC_DIFSEL_DIFSEL_Pos) /*!< 0x00004000 */
3689#define ADC_DIFSEL_DIFSEL_15 (0x08000UL << ADC_DIFSEL_DIFSEL_Pos) /*!< 0x00008000 */
3690#define ADC_DIFSEL_DIFSEL_16 (0x10000UL << ADC_DIFSEL_DIFSEL_Pos) /*!< 0x00010000 */
3691#define ADC_DIFSEL_DIFSEL_17 (0x20000UL << ADC_DIFSEL_DIFSEL_Pos) /*!< 0x00020000 */
3692#define ADC_DIFSEL_DIFSEL_18 (0x40000UL << ADC_DIFSEL_DIFSEL_Pos) /*!< 0x00040000 */
3693#define ADC_DIFSEL_DIFSEL_19 (0x80000UL << ADC_DIFSEL_DIFSEL_Pos) /*!< 0x00080000 */
3694
3695/******************** Bit definition for ADC_CALFACT register ********************/
3696#define ADC_CALFACT_CALFACT_S_Pos (0U)
3697#define ADC_CALFACT_CALFACT_S_Msk (0x7FFUL << ADC_CALFACT_CALFACT_S_Pos) /*!< 0x000007FF */
3698#define ADC_CALFACT_CALFACT_S ADC_CALFACT_CALFACT_S_Msk /*!< ADC calibration factors in single-ended mode */
3699#define ADC_CALFACT_CALFACT_S_0 (0x001UL << ADC_CALFACT_CALFACT_S_Pos) /*!< 0x00000001 */
3700#define ADC_CALFACT_CALFACT_S_1 (0x002UL << ADC_CALFACT_CALFACT_S_Pos) /*!< 0x00000002 */
3701#define ADC_CALFACT_CALFACT_S_2 (0x004UL << ADC_CALFACT_CALFACT_S_Pos) /*!< 0x00000004 */
3702#define ADC_CALFACT_CALFACT_S_3 (0x008UL << ADC_CALFACT_CALFACT_S_Pos) /*!< 0x00000008 */
3703#define ADC_CALFACT_CALFACT_S_4 (0x010UL << ADC_CALFACT_CALFACT_S_Pos) /*!< 0x00000010 */
3704#define ADC_CALFACT_CALFACT_S_5 (0x020UL << ADC_CALFACT_CALFACT_S_Pos) /*!< 0x00000020 */
3705#define ADC_CALFACT_CALFACT_S_6 (0x040UL << ADC_CALFACT_CALFACT_S_Pos) /*!< 0x00000040 */
3706#define ADC_CALFACT_CALFACT_S_7 (0x080UL << ADC_CALFACT_CALFACT_S_Pos) /*!< 0x00000080 */
3707#define ADC_CALFACT_CALFACT_S_8 (0x100UL << ADC_CALFACT_CALFACT_S_Pos) /*!< 0x00000100 */
3708#define ADC_CALFACT_CALFACT_S_9 (0x200UL << ADC_CALFACT_CALFACT_S_Pos) /*!< 0x00000200 */
3709#define ADC_CALFACT_CALFACT_S_10 (0x400UL << ADC_CALFACT_CALFACT_S_Pos) /*!< 0x00000400 */
3710#define ADC_CALFACT_CALFACT_D_Pos (16U)
3711#define ADC_CALFACT_CALFACT_D_Msk (0x7FFUL << ADC_CALFACT_CALFACT_D_Pos) /*!< 0x07FF0000 */
3712#define ADC_CALFACT_CALFACT_D ADC_CALFACT_CALFACT_D_Msk /*!< ADC calibration factors in differential mode */
3713#define ADC_CALFACT_CALFACT_D_0 (0x001UL << ADC_CALFACT_CALFACT_D_Pos) /*!< 0x00010000 */
3714#define ADC_CALFACT_CALFACT_D_1 (0x002UL << ADC_CALFACT_CALFACT_D_Pos) /*!< 0x00020000 */
3715#define ADC_CALFACT_CALFACT_D_2 (0x004UL << ADC_CALFACT_CALFACT_D_Pos) /*!< 0x00040000 */
3716#define ADC_CALFACT_CALFACT_D_3 (0x008UL << ADC_CALFACT_CALFACT_D_Pos) /*!< 0x00080000 */
3717#define ADC_CALFACT_CALFACT_D_4 (0x010UL << ADC_CALFACT_CALFACT_D_Pos) /*!< 0x00100000 */
3718#define ADC_CALFACT_CALFACT_D_5 (0x020UL << ADC_CALFACT_CALFACT_D_Pos) /*!< 0x00200000 */
3719#define ADC_CALFACT_CALFACT_D_6 (0x040UL << ADC_CALFACT_CALFACT_D_Pos) /*!< 0x00400000 */
3720#define ADC_CALFACT_CALFACT_D_7 (0x080UL << ADC_CALFACT_CALFACT_D_Pos) /*!< 0x00800000 */
3721#define ADC_CALFACT_CALFACT_D_8 (0x100UL << ADC_CALFACT_CALFACT_D_Pos) /*!< 0x01000000 */
3722#define ADC_CALFACT_CALFACT_D_9 (0x200UL << ADC_CALFACT_CALFACT_D_Pos) /*!< 0x02000000 */
3723#define ADC_CALFACT_CALFACT_D_10 (0x400UL << ADC_CALFACT_CALFACT_D_Pos) /*!< 0x04000000 */
3724
3725/******************** Bit definition for ADC_CALFACT2 register ********************/
3726#define ADC_CALFACT2_LINCALFACT_Pos (0U)
3727#define ADC_CALFACT2_LINCALFACT_Msk (0x3FFFFFFFUL << ADC_CALFACT2_LINCALFACT_Pos) /*!< 0x3FFFFFFF */
3728#define ADC_CALFACT2_LINCALFACT ADC_CALFACT2_LINCALFACT_Msk /*!< ADC Linearity calibration factors */
3729#define ADC_CALFACT2_LINCALFACT_0 (0x00000001UL << ADC_CALFACT2_LINCALFACT_Pos) /*!< 0x00000001 */