1 /** 2 ****************************************************************************** 3 * @file stm32g051xx.h 4 * @author MCD Application Team 5 * @brief CMSIS Cortex-M0+ Device Peripheral Access Layer Header File. 6 * This file contains all the peripheral register's definitions, bits 7 * definitions and memory mapping for stm32g051xx devices. 8 * 9 * This file contains: 10 * - Data structures and the address mapping for all peripherals 11 * - Peripheral's registers declarations and bits definition 12 * - Macros to access peripheral's registers hardware 13 * 14 ****************************************************************************** 15 * @attention 16 * 17 * Copyright (c) 2018-2021 STMicroelectronics. 18 * All rights reserved. 19 * 20 * This software is licensed under terms that can be found in the LICENSE file 21 * in the root directory of this software component. 22 * If no LICENSE file comes with this software, it is provided AS-IS. 23 * 24 ****************************************************************************** 25 */ 26 27 /** @addtogroup CMSIS_Device 28 * @{ 29 */ 30 31 /** @addtogroup stm32g051xx 32 * @{ 33 */ 34 35 #ifndef STM32G051xx_H 36 #define STM32G051xx_H 37 38 #ifdef __cplusplus 39 extern "C" { 40 #endif /* __cplusplus */ 41 42 /** @addtogroup Configuration_section_for_CMSIS 43 * @{ 44 */ 45 46 /** 47 * @brief Configuration of the Cortex-M0+ Processor and Core Peripherals 48 */ 49 #define __CM0PLUS_REV 0U /*!< Core Revision r0p0 */ 50 #define __MPU_PRESENT 1U /*!< STM32G0xx provides an MPU */ 51 #define __VTOR_PRESENT 1U /*!< Vector Table Register supported */ 52 #define __NVIC_PRIO_BITS 2U /*!< STM32G0xx uses 2 Bits for the Priority Levels */ 53 #define __Vendor_SysTickConfig 0U /*!< Set to 1 if different SysTick Config is used */ 54 55 /** 56 * @} 57 */ 58 59 /** @addtogroup Peripheral_interrupt_number_definition 60 * @{ 61 */ 62 63 /** 64 * @brief stm32g051xx Interrupt Number Definition, according to the selected device 65 * in @ref Library_configuration_section 66 */ 67 68 /*!< Interrupt Number Definition */ 69 typedef enum 70 { 71 /****** Cortex-M0+ Processor Exceptions Numbers ***************************************************************/ 72 NonMaskableInt_IRQn = -14, /*!< 2 Non Maskable Interrupt */ 73 HardFault_IRQn = -13, /*!< 3 Cortex-M Hard Fault Interrupt */ 74 SVCall_IRQn = -5, /*!< 11 Cortex-M SV Call Interrupt */ 75 PendSV_IRQn = -2, /*!< 14 Cortex-M Pend SV Interrupt */ 76 SysTick_IRQn = -1, /*!< 15 Cortex-M System Tick Interrupt */ 77 /****** STM32G0xxxx specific Interrupt Numbers ****************************************************************/ 78 WWDG_IRQn = 0, /*!< Window WatchDog Interrupt */ 79 PVD_IRQn = 1, /*!< PVD through EXTI line 16 */ 80 RTC_TAMP_IRQn = 2, /*!< RTC interrupt through the EXTI line 19 & 21 */ 81 FLASH_IRQn = 3, /*!< FLASH global Interrupt */ 82 RCC_IRQn = 4, /*!< RCC global Interrupt */ 83 EXTI0_1_IRQn = 5, /*!< EXTI 0 and 1 Interrupts */ 84 EXTI2_3_IRQn = 6, /*!< EXTI Line 2 and 3 Interrupts */ 85 EXTI4_15_IRQn = 7, /*!< EXTI Line 4 to 15 Interrupts */ 86 DMA1_Channel1_IRQn = 9, /*!< DMA1 Channel 1 Interrupt */ 87 DMA1_Channel2_3_IRQn = 10, /*!< DMA1 Channel 2 and Channel 3 Interrupts */ 88 DMA1_Ch4_7_DMAMUX1_OVR_IRQn = 11, /*!< DMA1 Channel 4 to Channel 7 and DMAMUX1 Overrun Interrupts */ 89 ADC1_COMP_IRQn = 12, /*!< ADC1, COMP1 and COMP2 Interrupts (combined with EXTI 17 & 18) */ 90 TIM1_BRK_UP_TRG_COM_IRQn = 13, /*!< TIM1 Break, Update, Trigger and Commutation Interrupts */ 91 TIM1_CC_IRQn = 14, /*!< TIM1 Capture Compare Interrupt */ 92 TIM2_IRQn = 15, /*!< TIM2 Interrupt */ 93 TIM3_IRQn = 16, /*!< TIM3 global Interrupt */ 94 TIM6_DAC_LPTIM1_IRQn = 17, /*!< TIM6, DAC and LPTIM1 global Interrupts */ 95 TIM7_LPTIM2_IRQn = 18, /*!< TIM7 and LPTIM2 global Interrupt */ 96 TIM14_IRQn = 19, /*!< TIM14 global Interrupt */ 97 TIM15_IRQn = 20, /*!< TIM15 global Interrupt */ 98 TIM16_IRQn = 21, /*!< TIM16 global Interrupt */ 99 TIM17_IRQn = 22, /*!< TIM17 global Interrupt */ 100 I2C1_IRQn = 23, /*!< I2C1 Interrupt (combined with EXTI 23) */ 101 I2C2_IRQn = 24, /*!< I2C2 Interrupt */ 102 SPI1_IRQn = 25, /*!< SPI1/I2S1 Interrupt */ 103 SPI2_IRQn = 26, /*!< SPI2 Interrupt */ 104 USART1_IRQn = 27, /*!< USART1 Interrupt */ 105 USART2_IRQn = 28, /*!< USART2 Interrupt */ 106 LPUART1_IRQn = 29, /*!< LPUART1 globlal Interrupts (combined with EXTI 28) */ 107 } IRQn_Type; 108 109 /** 110 * @} 111 */ 112 113 #include "core_cm0plus.h" /* Cortex-M0+ processor and core peripherals */ 114 #include "system_stm32g0xx.h" 115 #include <stdint.h> 116 117 /** @addtogroup Peripheral_registers_structures 118 * @{ 119 */ 120 121 /** 122 * @brief Analog to Digital Converter 123 */ 124 typedef struct 125 { 126 __IO uint32_t ISR; /*!< ADC interrupt and status register, Address offset: 0x00 */ 127 __IO uint32_t IER; /*!< ADC interrupt enable register, Address offset: 0x04 */ 128 __IO uint32_t CR; /*!< ADC control register, Address offset: 0x08 */ 129 __IO uint32_t CFGR1; /*!< ADC configuration register 1, Address offset: 0x0C */ 130 __IO uint32_t CFGR2; /*!< ADC configuration register 2, Address offset: 0x10 */ 131 __IO uint32_t SMPR; /*!< ADC sampling time register, Address offset: 0x14 */ 132 uint32_t RESERVED1; /*!< Reserved, 0x18 */ 133 uint32_t RESERVED2; /*!< Reserved, 0x1C */ 134 __IO uint32_t AWD1TR; /*!< ADC analog watchdog 1 threshold register, Address offset: 0x20 */ 135 __IO uint32_t AWD2TR; /*!< ADC analog watchdog 2 threshold register, Address offset: 0x24 */ 136 __IO uint32_t CHSELR; /*!< ADC group regular sequencer register, Address offset: 0x28 */ 137 __IO uint32_t AWD3TR; /*!< ADC analog watchdog 3 threshold register, Address offset: 0x2C */ 138 uint32_t RESERVED3[4]; /*!< Reserved, 0x30 - 0x3C */ 139 __IO uint32_t DR; /*!< ADC group regular data register, Address offset: 0x40 */ 140 uint32_t RESERVED4[23];/*!< Reserved, 0x44 - 0x9C */ 141 __IO uint32_t AWD2CR; /*!< ADC analog watchdog 2 configuration register, Address offset: 0xA0 */ 142 __IO uint32_t AWD3CR; /*!< ADC analog watchdog 3 configuration register, Address offset: 0xA4 */ 143 uint32_t RESERVED5[3]; /*!< Reserved, 0xA8 - 0xB0 */ 144 __IO uint32_t CALFACT; /*!< ADC Calibration factor register, Address offset: 0xB4 */ 145 } ADC_TypeDef; 146 147 typedef struct 148 { 149 __IO uint32_t CCR; /*!< ADC common configuration register, Address offset: ADC1 base address + 0x308 */ 150 } ADC_Common_TypeDef; 151 152 /* Legacy registers naming */ 153 #define TR1 AWD1TR 154 #define TR2 AWD2TR 155 #define TR3 AWD3TR 156 157 158 159 /** 160 * @brief Comparator 161 */ 162 typedef struct 163 { 164 __IO uint32_t CSR; /*!< COMP control and status register, Address offset: 0x00 */ 165 } COMP_TypeDef; 166 167 typedef struct 168 { 169 __IO uint32_t CSR_ODD; /*!< COMP control and status register located in register of comparator instance odd, used for bits common to several COMP instances, Address offset: 0x00 */ 170 __IO uint32_t CSR_EVEN; /*!< COMP control and status register located in register of comparator instance even, used for bits common to several COMP instances, Address offset: 0x04 */ 171 } COMP_Common_TypeDef; 172 173 /** 174 * @brief CRC calculation unit 175 */ 176 typedef struct 177 { 178 __IO uint32_t DR; /*!< CRC Data register, Address offset: 0x00 */ 179 __IO uint32_t IDR; /*!< CRC Independent data register, Address offset: 0x04 */ 180 __IO uint32_t CR; /*!< CRC Control register, Address offset: 0x08 */ 181 uint32_t RESERVED1; /*!< Reserved, 0x0C */ 182 __IO uint32_t INIT; /*!< Initial CRC value register, Address offset: 0x10 */ 183 __IO uint32_t POL; /*!< CRC polynomial register, Address offset: 0x14 */ 184 } CRC_TypeDef; 185 186 /** 187 * @brief Digital to Analog Converter 188 */ 189 typedef struct 190 { 191 __IO uint32_t CR; /*!< DAC control register, Address offset: 0x00 */ 192 __IO uint32_t SWTRIGR; /*!< DAC software trigger register, Address offset: 0x04 */ 193 __IO uint32_t DHR12R1; /*!< DAC channel1 12-bit right-aligned data holding register, Address offset: 0x08 */ 194 __IO uint32_t DHR12L1; /*!< DAC channel1 12-bit left aligned data holding register, Address offset: 0x0C */ 195 __IO uint32_t DHR8R1; /*!< DAC channel1 8-bit right aligned data holding register, Address offset: 0x10 */ 196 __IO uint32_t DHR12R2; /*!< DAC channel2 12-bit right aligned data holding register, Address offset: 0x14 */ 197 __IO uint32_t DHR12L2; /*!< DAC channel2 12-bit left aligned data holding register, Address offset: 0x18 */ 198 __IO uint32_t DHR8R2; /*!< DAC channel2 8-bit right-aligned data holding register, Address offset: 0x1C */ 199 __IO uint32_t DHR12RD; /*!< Dual DAC 12-bit right-aligned data holding register, Address offset: 0x20 */ 200 __IO uint32_t DHR12LD; /*!< DUAL DAC 12-bit left aligned data holding register, Address offset: 0x24 */ 201 __IO uint32_t DHR8RD; /*!< DUAL DAC 8-bit right aligned data holding register, Address offset: 0x28 */ 202 __IO uint32_t DOR1; /*!< DAC channel1 data output register, Address offset: 0x2C */ 203 __IO uint32_t DOR2; /*!< DAC channel2 data output register, Address offset: 0x30 */ 204 __IO uint32_t SR; /*!< DAC status register, Address offset: 0x34 */ 205 __IO uint32_t CCR; /*!< DAC calibration control register, Address offset: 0x38 */ 206 __IO uint32_t MCR; /*!< DAC mode control register, Address offset: 0x3C */ 207 __IO uint32_t SHSR1; /*!< DAC Sample and Hold sample time register 1, Address offset: 0x40 */ 208 __IO uint32_t SHSR2; /*!< DAC Sample and Hold sample time register 2, Address offset: 0x44 */ 209 __IO uint32_t SHHR; /*!< DAC Sample and Hold hold time register, Address offset: 0x48 */ 210 __IO uint32_t SHRR; /*!< DAC Sample and Hold refresh time register, Address offset: 0x4C */ 211 } DAC_TypeDef; 212 213 /** 214 * @brief Debug MCU 215 */ 216 typedef struct 217 { 218 __IO uint32_t IDCODE; /*!< MCU device ID code, Address offset: 0x00 */ 219 __IO uint32_t CR; /*!< Debug configuration register, Address offset: 0x04 */ 220 __IO uint32_t APBFZ1; /*!< Debug APB freeze register 1, Address offset: 0x08 */ 221 __IO uint32_t APBFZ2; /*!< Debug APB freeze register 2, Address offset: 0x0C */ 222 } DBG_TypeDef; 223 224 /** 225 * @brief DMA Controller 226 */ 227 typedef struct 228 { 229 __IO uint32_t CCR; /*!< DMA channel x configuration register */ 230 __IO uint32_t CNDTR; /*!< DMA channel x number of data register */ 231 __IO uint32_t CPAR; /*!< DMA channel x peripheral address register */ 232 __IO uint32_t CMAR; /*!< DMA channel x memory address register */ 233 } DMA_Channel_TypeDef; 234 235 typedef struct 236 { 237 __IO uint32_t ISR; /*!< DMA interrupt status register, Address offset: 0x00 */ 238 __IO uint32_t IFCR; /*!< DMA interrupt flag clear register, Address offset: 0x04 */ 239 } DMA_TypeDef; 240 241 /** 242 * @brief DMA Multiplexer 243 */ 244 typedef struct 245 { 246 __IO uint32_t CCR; /*!< DMA Multiplexer Channel x Control Register Address offset: 0x0004 * (channel x) */ 247 }DMAMUX_Channel_TypeDef; 248 249 typedef struct 250 { 251 __IO uint32_t CSR; /*!< DMA Channel Status Register Address offset: 0x0080 */ 252 __IO uint32_t CFR; /*!< DMA Channel Clear Flag Register Address offset: 0x0084 */ 253 }DMAMUX_ChannelStatus_TypeDef; 254 255 typedef struct 256 { 257 __IO uint32_t RGCR; /*!< DMA Request Generator x Control Register Address offset: 0x0100 + 0x0004 * (Req Gen x) */ 258 }DMAMUX_RequestGen_TypeDef; 259 260 typedef struct 261 { 262 __IO uint32_t RGSR; /*!< DMA Request Generator Status Register Address offset: 0x0140 */ 263 __IO uint32_t RGCFR; /*!< DMA Request Generator Clear Flag Register Address offset: 0x0144 */ 264 }DMAMUX_RequestGenStatus_TypeDef; 265 266 /** 267 * @brief Asynch Interrupt/Event Controller (EXTI) 268 */ 269 typedef struct 270 { 271 __IO uint32_t RTSR1; /*!< EXTI Rising Trigger Selection Register 1, Address offset: 0x00 */ 272 __IO uint32_t FTSR1; /*!< EXTI Falling Trigger Selection Register 1, Address offset: 0x04 */ 273 __IO uint32_t SWIER1; /*!< EXTI Software Interrupt event Register 1, Address offset: 0x08 */ 274 __IO uint32_t RPR1; /*!< EXTI Rising Pending Register 1, Address offset: 0x0C */ 275 __IO uint32_t FPR1; /*!< EXTI Falling Pending Register 1, Address offset: 0x10 */ 276 uint32_t RESERVED1[3]; /*!< Reserved 1, 0x14 -- 0x1C */ 277 uint32_t RESERVED2[5]; /*!< Reserved 2, 0x20 -- 0x30 */ 278 uint32_t RESERVED3[11]; /*!< Reserved 3, 0x34 -- 0x5C */ 279 __IO uint32_t EXTICR[4]; /*!< EXTI External Interrupt Configuration Register, 0x60 -- 0x6C */ 280 uint32_t RESERVED4[4]; /*!< Reserved 4, 0x70 -- 0x7C */ 281 __IO uint32_t IMR1; /*!< EXTI Interrupt Mask Register 1, Address offset: 0x80 */ 282 __IO uint32_t EMR1; /*!< EXTI Event Mask Register 1, Address offset: 0x84 */ 283 } EXTI_TypeDef; 284 285 /** 286 * @brief FLASH Registers 287 */ 288 typedef struct 289 { 290 __IO uint32_t ACR; /*!< FLASH Access Control register, Address offset: 0x00 */ 291 uint32_t RESERVED1; /*!< Reserved1, Address offset: 0x04 */ 292 __IO uint32_t KEYR; /*!< FLASH Key register, Address offset: 0x08 */ 293 __IO uint32_t OPTKEYR; /*!< FLASH Option Key register, Address offset: 0x0C */ 294 __IO uint32_t SR; /*!< FLASH Status register, Address offset: 0x10 */ 295 __IO uint32_t CR; /*!< FLASH Control register, Address offset: 0x14 */ 296 __IO uint32_t ECCR; /*!< FLASH ECC register, Address offset: 0x18 */ 297 uint32_t RESERVED2; /*!< Reserved2, Address offset: 0x1C */ 298 __IO uint32_t OPTR; /*!< FLASH Option register, Address offset: 0x20 */ 299 __IO uint32_t PCROP1ASR; /*!< FLASH Bank PCROP area A Start address register, Address offset: 0x24 */ 300 __IO uint32_t PCROP1AER; /*!< FLASH Bank PCROP area A End address register, Address offset: 0x28 */ 301 __IO uint32_t WRP1AR; /*!< FLASH Bank WRP area A address register, Address offset: 0x2C */ 302 __IO uint32_t WRP1BR; /*!< FLASH Bank WRP area B address register, Address offset: 0x30 */ 303 __IO uint32_t PCROP1BSR; /*!< FLASH Bank PCROP area B Start address register, Address offset: 0x34 */ 304 __IO uint32_t PCROP1BER; /*!< FLASH Bank PCROP area B End address register, Address offset: 0x38 */ 305 uint32_t RESERVED8[17];/*!< Reserved8, Address offset: 0x3C--0x7C */ 306 __IO uint32_t SECR; /*!< FLASH security register , Address offset: 0x80 */ 307 } FLASH_TypeDef; 308 309 /** 310 * @brief General Purpose I/O 311 */ 312 typedef struct 313 { 314 __IO uint32_t MODER; /*!< GPIO port mode register, Address offset: 0x00 */ 315 __IO uint32_t OTYPER; /*!< GPIO port output type register, Address offset: 0x04 */ 316 __IO uint32_t OSPEEDR; /*!< GPIO port output speed register, Address offset: 0x08 */ 317 __IO uint32_t PUPDR; /*!< GPIO port pull-up/pull-down register, Address offset: 0x0C */ 318 __IO uint32_t IDR; /*!< GPIO port input data register, Address offset: 0x10 */ 319 __IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ 320 __IO uint32_t BSRR; /*!< GPIO port bit set/reset register, Address offset: 0x18 */ 321 __IO uint32_t LCKR; /*!< GPIO port configuration lock register, Address offset: 0x1C */ 322 __IO uint32_t AFR[2]; /*!< GPIO alternate function registers, Address offset: 0x20-0x24 */ 323 __IO uint32_t BRR; /*!< GPIO Bit Reset register, Address offset: 0x28 */ 324 } GPIO_TypeDef; 325 326 327 /** 328 * @brief Inter-integrated Circuit Interface 329 */ 330 typedef struct 331 { 332 __IO uint32_t CR1; /*!< I2C Control register 1, Address offset: 0x00 */ 333 __IO uint32_t CR2; /*!< I2C Control register 2, Address offset: 0x04 */ 334 __IO uint32_t OAR1; /*!< I2C Own address 1 register, Address offset: 0x08 */ 335 __IO uint32_t OAR2; /*!< I2C Own address 2 register, Address offset: 0x0C */ 336 __IO uint32_t TIMINGR; /*!< I2C Timing register, Address offset: 0x10 */ 337 __IO uint32_t TIMEOUTR; /*!< I2C Timeout register, Address offset: 0x14 */ 338 __IO uint32_t ISR; /*!< I2C Interrupt and status register, Address offset: 0x18 */ 339 __IO uint32_t ICR; /*!< I2C Interrupt clear register, Address offset: 0x1C */ 340 __IO uint32_t PECR; /*!< I2C PEC register, Address offset: 0x20 */ 341 __IO uint32_t RXDR; /*!< I2C Receive data register, Address offset: 0x24 */ 342 __IO uint32_t TXDR; /*!< I2C Transmit data register, Address offset: 0x28 */ 343 } I2C_TypeDef; 344 345 /** 346 * @brief Independent WATCHDOG 347 */ 348 typedef struct 349 { 350 __IO uint32_t KR; /*!< IWDG Key register, Address offset: 0x00 */ 351 __IO uint32_t PR; /*!< IWDG Prescaler register, Address offset: 0x04 */ 352 __IO uint32_t RLR; /*!< IWDG Reload register, Address offset: 0x08 */ 353 __IO uint32_t SR; /*!< IWDG Status register, Address offset: 0x0C */ 354 __IO uint32_t WINR; /*!< IWDG Window register, Address offset: 0x10 */ 355 } IWDG_TypeDef; 356 357 /** 358 * @brief LPTIMER 359 */ 360 typedef struct 361 { 362 __IO uint32_t ISR; /*!< LPTIM Interrupt and Status register, Address offset: 0x00 */ 363 __IO uint32_t ICR; /*!< LPTIM Interrupt Clear register, Address offset: 0x04 */ 364 __IO uint32_t IER; /*!< LPTIM Interrupt Enable register, Address offset: 0x08 */ 365 __IO uint32_t CFGR; /*!< LPTIM Configuration register, Address offset: 0x0C */ 366 __IO uint32_t CR; /*!< LPTIM Control register, Address offset: 0x10 */ 367 __IO uint32_t CMP; /*!< LPTIM Compare register, Address offset: 0x14 */ 368 __IO uint32_t ARR; /*!< LPTIM Autoreload register, Address offset: 0x18 */ 369 __IO uint32_t CNT; /*!< LPTIM Counter register, Address offset: 0x1C */ 370 __IO uint32_t RESERVED1; /*!< Reserved1, Address offset: 0x20 */ 371 __IO uint32_t CFGR2; /*!< LPTIM Option register, Address offset: 0x24 */ 372 } LPTIM_TypeDef; 373 374 375 /** 376 * @brief Power Control 377 */ 378 typedef struct 379 { 380 __IO uint32_t CR1; /*!< PWR Power Control Register 1, Address offset: 0x00 */ 381 __IO uint32_t CR2; /*!< PWR Power Control Register 2, Address offset: 0x04 */ 382 __IO uint32_t CR3; /*!< PWR Power Control Register 3, Address offset: 0x08 */ 383 __IO uint32_t CR4; /*!< PWR Power Control Register 4, Address offset: 0x0C */ 384 __IO uint32_t SR1; /*!< PWR Power Status Register 1, Address offset: 0x10 */ 385 __IO uint32_t SR2; /*!< PWR Power Status Register 2, Address offset: 0x14 */ 386 __IO uint32_t SCR; /*!< PWR Power Status Clear Register, Address offset: 0x18 */ 387 uint32_t RESERVED1; /*!< Reserved, Address offset: 0x1C */ 388 __IO uint32_t PUCRA; /*!< PWR Pull-Up Control Register of port A, Address offset: 0x20 */ 389 __IO uint32_t PDCRA; /*!< PWR Pull-Down Control Register of port A, Address offset: 0x24 */ 390 __IO uint32_t PUCRB; /*!< PWR Pull-Up Control Register of port B, Address offset: 0x28 */ 391 __IO uint32_t PDCRB; /*!< PWR Pull-Down Control Register of port B, Address offset: 0x2C */ 392 __IO uint32_t PUCRC; /*!< PWR Pull-Up Control Register of port C, Address offset: 0x30 */ 393 __IO uint32_t PDCRC; /*!< PWR Pull-Down Control Register of port C, Address offset: 0x34 */ 394 __IO uint32_t PUCRD; /*!< PWR Pull-Up Control Register of port D, Address offset: 0x38 */ 395 __IO uint32_t PDCRD; /*!< PWR Pull-Down Control Register of port D, Address offset: 0x3C */ 396 uint32_t RESERVED2; /*!< Reserved, Address offset: 0x40 */ 397 uint32_t RESERVED3; /*!< Reserved, Address offset: 0x44 */ 398 __IO uint32_t PUCRF; /*!< PWR Pull-Up Control Register of port F, Address offset: 0x48 */ 399 __IO uint32_t PDCRF; /*!< PWR Pull-Down Control Register of port F, Address offset: 0x4C */ 400 } PWR_TypeDef; 401 402 /** 403 * @brief Reset and Clock Control 404 */ 405 typedef struct 406 { 407 __IO uint32_t CR; /*!< RCC Clock Sources Control Register, Address offset: 0x00 */ 408 __IO uint32_t ICSCR; /*!< RCC Internal Clock Sources Calibration Register, Address offset: 0x04 */ 409 __IO uint32_t CFGR; /*!< RCC Regulated Domain Clocks Configuration Register, Address offset: 0x08 */ 410 __IO uint32_t PLLCFGR; /*!< RCC System PLL configuration Register, Address offset: 0x0C */ 411 __IO uint32_t RESERVED0; /*!< Reserved, Address offset: 0x10 */ 412 __IO uint32_t RESERVED1; /*!< Reserved, Address offset: 0x14 */ 413 __IO uint32_t CIER; /*!< RCC Clock Interrupt Enable Register, Address offset: 0x18 */ 414 __IO uint32_t CIFR; /*!< RCC Clock Interrupt Flag Register, Address offset: 0x1C */ 415 __IO uint32_t CICR; /*!< RCC Clock Interrupt Clear Register, Address offset: 0x20 */ 416 __IO uint32_t IOPRSTR; /*!< RCC IO port reset register, Address offset: 0x24 */ 417 __IO uint32_t AHBRSTR; /*!< RCC AHB peripherals reset register, Address offset: 0x28 */ 418 __IO uint32_t APBRSTR1; /*!< RCC APB peripherals reset register 1, Address offset: 0x2C */ 419 __IO uint32_t APBRSTR2; /*!< RCC APB peripherals reset register 2, Address offset: 0x30 */ 420 __IO uint32_t IOPENR; /*!< RCC IO port enable register, Address offset: 0x34 */ 421 __IO uint32_t AHBENR; /*!< RCC AHB peripherals clock enable register, Address offset: 0x38 */ 422 __IO uint32_t APBENR1; /*!< RCC APB peripherals clock enable register1, Address offset: 0x3C */ 423 __IO uint32_t APBENR2; /*!< RCC APB peripherals clock enable register2, Address offset: 0x40 */ 424 __IO uint32_t IOPSMENR; /*!< RCC IO port clocks enable in sleep mode register, Address offset: 0x44 */ 425 __IO uint32_t AHBSMENR; /*!< RCC AHB peripheral clocks enable in sleep mode register, Address offset: 0x48 */ 426 __IO uint32_t APBSMENR1; /*!< RCC APB peripheral clocks enable in sleep mode register1, Address offset: 0x4C */ 427 __IO uint32_t APBSMENR2; /*!< RCC APB peripheral clocks enable in sleep mode register2, Address offset: 0x50 */ 428 __IO uint32_t CCIPR; /*!< RCC Peripherals Independent Clocks Configuration Register, Address offset: 0x54 */ 429 __IO uint32_t RESERVED2; /*!< Reserved, Address offset: 0x58 */ 430 __IO uint32_t BDCR; /*!< RCC Backup Domain Control Register, Address offset: 0x5C */ 431 __IO uint32_t CSR; /*!< RCC Unregulated Domain Clock Control and Status Register, Address offset: 0x60 */ 432 } RCC_TypeDef; 433 434 /** 435 * @brief Real-Time Clock 436 */ 437 typedef struct 438 { 439 __IO uint32_t TR; /*!< RTC time register, Address offset: 0x00 */ 440 __IO uint32_t DR; /*!< RTC date register, Address offset: 0x04 */ 441 __IO uint32_t SSR; /*!< RTC sub second register, Address offset: 0x08 */ 442 __IO uint32_t ICSR; /*!< RTC initialization control and status register, Address offset: 0x0C */ 443 __IO uint32_t PRER; /*!< RTC prescaler register, Address offset: 0x10 */ 444 __IO uint32_t WUTR; /*!< RTC wakeup timer register, Address offset: 0x14 */ 445 __IO uint32_t CR; /*!< RTC control register, Address offset: 0x18 */ 446 uint32_t RESERVED0; /*!< Reserved Address offset: 0x1C */ 447 uint32_t RESERVED1; /*!< Reserved Address offset: 0x20 */ 448 __IO uint32_t WPR; /*!< RTC write protection register, Address offset: 0x24 */ 449 __IO uint32_t CALR; /*!< RTC calibration register, Address offset: 0x28 */ 450 __IO uint32_t SHIFTR; /*!< RTC shift control register, Address offset: 0x2C */ 451 __IO uint32_t TSTR; /*!< RTC time stamp time register, Address offset: 0x30 */ 452 __IO uint32_t TSDR; /*!< RTC time stamp date register, Address offset: 0x34 */ 453 __IO uint32_t TSSSR; /*!< RTC time-stamp sub second register, Address offset: 0x38 */ 454 uint32_t RESERVED2; /*!< Reserved Address offset: 0x1C */ 455 __IO uint32_t ALRMAR; /*!< RTC alarm A register, Address offset: 0x40 */ 456 __IO uint32_t ALRMASSR; /*!< RTC alarm A sub second register, Address offset: 0x44 */ 457 __IO uint32_t ALRMBR; /*!< RTC alarm B register, Address offset: 0x48 */ 458 __IO uint32_t ALRMBSSR; /*!< RTC alarm B sub second register, Address offset: 0x4C */ 459 __IO uint32_t SR; /*!< RTC Status register, Address offset: 0x50 */ 460 __IO uint32_t MISR; /*!< RTC Masked Interrupt Status register, Address offset: 0x54 */ 461 uint32_t RESERVED3; /*!< Reserved Address offset: 0x58 */ 462 __IO uint32_t SCR; /*!< RTC Status Clear register, Address offset: 0x5C */ 463 __IO uint32_t OR; /*!< RTC option register, Address offset: 0x60 */ 464 } RTC_TypeDef; 465 466 /** 467 * @brief Tamper and backup registers 468 */ 469 typedef struct 470 { 471 __IO uint32_t CR1; /*!< TAMP configuration register 1, Address offset: 0x00 */ 472 __IO uint32_t CR2; /*!< TAMP configuration register 2, Address offset: 0x04 */ 473 uint32_t RESERVED0; /*!< Reserved Address offset: 0x08 */ 474 __IO uint32_t FLTCR; /*!< Reserved Address offset: 0x0C */ 475 uint32_t RESERVED1[7]; /*!< Reserved Address offset: 0x10 -- 0x28 */ 476 __IO uint32_t IER; /*!< TAMP Interrupt enable register, Address offset: 0x2C */ 477 __IO uint32_t SR; /*!< TAMP Status register, Address offset: 0x30 */ 478 __IO uint32_t MISR; /*!< TAMP Masked Interrupt Status register, Address offset: 0x34 */ 479 uint32_t RESERVED2; /*!< Reserved Address offset: 0x38 */ 480 __IO uint32_t SCR; /*!< TAMP Status clear register, Address offset: 0x3C */ 481 uint32_t RESERVED3[48]; /*!< Reserved Address offset: 0x54 -- 0xFC */ 482 __IO uint32_t BKP0R; /*!< TAMP backup register 0, Address offset: 0x100 */ 483 __IO uint32_t BKP1R; /*!< TAMP backup register 1, Address offset: 0x104 */ 484 __IO uint32_t BKP2R; /*!< TAMP backup register 2, Address offset: 0x108 */ 485 __IO uint32_t BKP3R; /*!< TAMP backup register 3, Address offset: 0x10C */ 486 __IO uint32_t BKP4R; /*!< TAMP backup register 4, Address offset: 0x110 */ 487 } TAMP_TypeDef; 488 489 /** 490 * @brief Serial Peripheral Interface 491 */ 492 typedef struct 493 { 494 __IO uint32_t CR1; /*!< SPI Control register 1 (not used in I2S mode), Address offset: 0x00 */ 495 __IO uint32_t CR2; /*!< SPI Control register 2, Address offset: 0x04 */ 496 __IO uint32_t SR; /*!< SPI Status register, Address offset: 0x08 */ 497 __IO uint32_t DR; /*!< SPI data register, Address offset: 0x0C */ 498 __IO uint32_t CRCPR; /*!< SPI CRC polynomial register (not used in I2S mode), Address offset: 0x10 */ 499 __IO uint32_t RXCRCR; /*!< SPI Rx CRC register (not used in I2S mode), Address offset: 0x14 */ 500 __IO uint32_t TXCRCR; /*!< SPI Tx CRC register (not used in I2S mode), Address offset: 0x18 */ 501 __IO uint32_t I2SCFGR; /*!< SPI_I2S configuration register, Address offset: 0x1C */ 502 __IO uint32_t I2SPR; /*!< SPI_I2S prescaler register, Address offset: 0x20 */ 503 } SPI_TypeDef; 504 505 /** 506 * @brief System configuration controller 507 */ 508 typedef struct 509 { 510 __IO uint32_t CFGR1; /*!< SYSCFG configuration register 1, Address offset: 0x00 */ 511 uint32_t RESERVED0[5]; /*!< Reserved, 0x04 --0x14 */ 512 __IO uint32_t CFGR2; /*!< SYSCFG configuration register 2, Address offset: 0x18 */ 513 uint32_t RESERVED1[25]; /*!< Reserved 0x1C */ 514 __IO uint32_t IT_LINE_SR[32]; /*!< SYSCFG configuration IT_LINE register, Address offset: 0x80 */ 515 } SYSCFG_TypeDef; 516 517 /** 518 * @brief TIM 519 */ 520 typedef struct 521 { 522 __IO uint32_t CR1; /*!< TIM control register 1, Address offset: 0x00 */ 523 __IO uint32_t CR2; /*!< TIM control register 2, Address offset: 0x04 */ 524 __IO uint32_t SMCR; /*!< TIM slave mode control register, Address offset: 0x08 */ 525 __IO uint32_t DIER; /*!< TIM DMA/interrupt enable register, Address offset: 0x0C */ 526 __IO uint32_t SR; /*!< TIM status register, Address offset: 0x10 */ 527 __IO uint32_t EGR; /*!< TIM event generation register, Address offset: 0x14 */ 528 __IO uint32_t CCMR1; /*!< TIM capture/compare mode register 1, Address offset: 0x18 */ 529 __IO uint32_t CCMR2; /*!< TIM capture/compare mode register 2, Address offset: 0x1C */ 530 __IO uint32_t CCER; /*!< TIM capture/compare enable register, Address offset: 0x20 */ 531 __IO uint32_t CNT; /*!< TIM counter register, Address offset: 0x24 */ 532 __IO uint32_t PSC; /*!< TIM prescaler register, Address offset: 0x28 */ 533 __IO uint32_t ARR; /*!< TIM auto-reload register, Address offset: 0x2C */ 534 __IO uint32_t RCR; /*!< TIM repetition counter register, Address offset: 0x30 */ 535 __IO uint32_t CCR1; /*!< TIM capture/compare register 1, Address offset: 0x34 */ 536 __IO uint32_t CCR2; /*!< TIM capture/compare register 2, Address offset: 0x38 */ 537 __IO uint32_t CCR3; /*!< TIM capture/compare register 3, Address offset: 0x3C */ 538 __IO uint32_t CCR4; /*!< TIM capture/compare register 4, Address offset: 0x40 */ 539 __IO uint32_t BDTR; /*!< TIM break and dead-time register, Address offset: 0x44 */ 540 __IO uint32_t DCR; /*!< TIM DMA control register, Address offset: 0x48 */ 541 __IO uint32_t DMAR; /*!< TIM DMA address for full transfer, Address offset: 0x4C */ 542 __IO uint32_t OR1; /*!< TIM option register, Address offset: 0x50 */ 543 __IO uint32_t CCMR3; /*!< TIM capture/compare mode register 3, Address offset: 0x54 */ 544 __IO uint32_t CCR5; /*!< TIM capture/compare register5, Address offset: 0x58 */ 545 __IO uint32_t CCR6; /*!< TIM capture/compare register6, Address offset: 0x5C */ 546 __IO uint32_t AF1; /*!< TIM alternate function register 1, Address offset: 0x60 */ 547 __IO uint32_t AF2; /*!< TIM alternate function register 2, Address offset: 0x64 */ 548 __IO uint32_t TISEL; /*!< TIM Input Selection register, Address offset: 0x68 */ 549 } TIM_TypeDef; 550 551 /** 552 * @brief Universal Synchronous Asynchronous Receiver Transmitter 553 */ 554 typedef struct 555 { 556 __IO uint32_t CR1; /*!< USART Control register 1, Address offset: 0x00 */ 557 __IO uint32_t CR2; /*!< USART Control register 2, Address offset: 0x04 */ 558 __IO uint32_t CR3; /*!< USART Control register 3, Address offset: 0x08 */ 559 __IO uint32_t BRR; /*!< USART Baud rate register, Address offset: 0x0C */ 560 __IO uint32_t GTPR; /*!< USART Guard time and prescaler register, Address offset: 0x10 */ 561 __IO uint32_t RTOR; /*!< USART Receiver Time Out register, Address offset: 0x14 */ 562 __IO uint32_t RQR; /*!< USART Request register, Address offset: 0x18 */ 563 __IO uint32_t ISR; /*!< USART Interrupt and status register, Address offset: 0x1C */ 564 __IO uint32_t ICR; /*!< USART Interrupt flag Clear register, Address offset: 0x20 */ 565 __IO uint32_t RDR; /*!< USART Receive Data register, Address offset: 0x24 */ 566 __IO uint32_t TDR; /*!< USART Transmit Data register, Address offset: 0x28 */ 567 __IO uint32_t PRESC; /*!< USART Prescaler register, Address offset: 0x2C */ 568 } USART_TypeDef; 569 570 /** 571 * @brief VREFBUF 572 */ 573 typedef struct 574 { 575 __IO uint32_t CSR; /*!< VREFBUF control and status register, Address offset: 0x00 */ 576 __IO uint32_t CCR; /*!< VREFBUF calibration and control register, Address offset: 0x04 */ 577 } VREFBUF_TypeDef; 578 579 /** 580 * @brief Window WATCHDOG 581 */ 582 typedef struct 583 { 584 __IO uint32_t CR; /*!< WWDG Control register, Address offset: 0x00 */ 585 __IO uint32_t CFR; /*!< WWDG Configuration register, Address offset: 0x04 */ 586 __IO uint32_t SR; /*!< WWDG Status register, Address offset: 0x08 */ 587 } WWDG_TypeDef; 588 589 590 /** 591 * @} 592 */ 593 594 /** @addtogroup Peripheral_memory_map 595 * @{ 596 */ 597 #define FLASH_BASE (0x08000000UL) /*!< FLASH base address */ 598 #define SRAM_BASE (0x20000000UL) /*!< SRAM base address */ 599 #define PERIPH_BASE (0x40000000UL) /*!< Peripheral base address */ 600 #define IOPORT_BASE (0x50000000UL) /*!< IOPORT base address */ 601 #define SRAM_SIZE_MAX (0x00004000UL) /*!< maximum SRAM size (up to 16 KBytes) */ 602 603 #define FLASH_SIZE (((*((uint32_t *)FLASHSIZE_BASE)) & (0x007FU)) << 10U) 604 605 /*!< Peripheral memory map */ 606 #define APBPERIPH_BASE (PERIPH_BASE) 607 #define AHBPERIPH_BASE (PERIPH_BASE + 0x00020000UL) 608 609 /*!< APB peripherals */ 610 611 #define TIM2_BASE (APBPERIPH_BASE + 0UL) 612 #define TIM3_BASE (APBPERIPH_BASE + 0x00000400UL) 613 #define TIM6_BASE (APBPERIPH_BASE + 0x00001000UL) 614 #define TIM7_BASE (APBPERIPH_BASE + 0x00001400UL) 615 #define TIM14_BASE (APBPERIPH_BASE + 0x00002000UL) 616 #define RTC_BASE (APBPERIPH_BASE + 0x00002800UL) 617 #define WWDG_BASE (APBPERIPH_BASE + 0x00002C00UL) 618 #define IWDG_BASE (APBPERIPH_BASE + 0x00003000UL) 619 #define SPI2_BASE (APBPERIPH_BASE + 0x00003800UL) 620 #define USART2_BASE (APBPERIPH_BASE + 0x00004400UL) 621 #define I2C1_BASE (APBPERIPH_BASE + 0x00005400UL) 622 #define I2C2_BASE (APBPERIPH_BASE + 0x00005800UL) 623 #define PWR_BASE (APBPERIPH_BASE + 0x00007000UL) 624 #define DAC1_BASE (APBPERIPH_BASE + 0x00007400UL) 625 #define DAC_BASE (APBPERIPH_BASE + 0x00007400UL) /* Kept for legacy purpose */ 626 #define LPTIM1_BASE (APBPERIPH_BASE + 0x00007C00UL) 627 #define LPUART1_BASE (APBPERIPH_BASE + 0x00008000UL) 628 #define LPTIM2_BASE (APBPERIPH_BASE + 0x00009400UL) 629 #define TAMP_BASE (APBPERIPH_BASE + 0x0000B000UL) 630 #define SYSCFG_BASE (APBPERIPH_BASE + 0x00010000UL) 631 #define VREFBUF_BASE (APBPERIPH_BASE + 0x00010030UL) 632 #define COMP1_BASE (SYSCFG_BASE + 0x0200UL) 633 #define COMP2_BASE (SYSCFG_BASE + 0x0204UL) 634 #define ADC1_BASE (APBPERIPH_BASE + 0x00012400UL) 635 #define ADC1_COMMON_BASE (APBPERIPH_BASE + 0x00012708UL) 636 #define ADC_BASE (ADC1_COMMON_BASE) /* Kept for legacy purpose */ 637 #define TIM1_BASE (APBPERIPH_BASE + 0x00012C00UL) 638 #define SPI1_BASE (APBPERIPH_BASE + 0x00013000UL) 639 #define USART1_BASE (APBPERIPH_BASE + 0x00013800UL) 640 #define TIM15_BASE (APBPERIPH_BASE + 0x00014000UL) 641 #define TIM16_BASE (APBPERIPH_BASE + 0x00014400UL) 642 #define TIM17_BASE (APBPERIPH_BASE + 0x00014800UL) 643 #define DBG_BASE (APBPERIPH_BASE + 0x00015800UL) 644 645 646 /*!< AHB peripherals */ 647 #define DMA1_BASE (AHBPERIPH_BASE) 648 #define DMAMUX1_BASE (AHBPERIPH_BASE + 0x00000800UL) 649 #define RCC_BASE (AHBPERIPH_BASE + 0x00001000UL) 650 #define EXTI_BASE (AHBPERIPH_BASE + 0x00001800UL) 651 #define FLASH_R_BASE (AHBPERIPH_BASE + 0x00002000UL) 652 #define CRC_BASE (AHBPERIPH_BASE + 0x00003000UL) 653 654 655 #define DMA1_Channel1_BASE (DMA1_BASE + 0x00000008UL) 656 #define DMA1_Channel2_BASE (DMA1_BASE + 0x0000001CUL) 657 #define DMA1_Channel3_BASE (DMA1_BASE + 0x00000030UL) 658 #define DMA1_Channel4_BASE (DMA1_BASE + 0x00000044UL) 659 #define DMA1_Channel5_BASE (DMA1_BASE + 0x00000058UL) 660 #define DMA1_Channel6_BASE (DMA1_BASE + 0x0000006CUL) 661 #define DMA1_Channel7_BASE (DMA1_BASE + 0x00000080UL) 662 663 #define DMAMUX1_Channel0_BASE (DMAMUX1_BASE) 664 #define DMAMUX1_Channel1_BASE (DMAMUX1_BASE + 0x00000004UL) 665 #define DMAMUX1_Channel2_BASE (DMAMUX1_BASE + 0x00000008UL) 666 #define DMAMUX1_Channel3_BASE (DMAMUX1_BASE + 0x0000000CUL) 667 #define DMAMUX1_Channel4_BASE (DMAMUX1_BASE + 0x00000010UL) 668 #define DMAMUX1_Channel5_BASE (DMAMUX1_BASE + 0x00000014UL) 669 #define DMAMUX1_Channel6_BASE (DMAMUX1_BASE + 0x00000018UL) 670 671 #define DMAMUX1_RequestGenerator0_BASE (DMAMUX1_BASE + 0x00000100UL) 672 #define DMAMUX1_RequestGenerator1_BASE (DMAMUX1_BASE + 0x00000104UL) 673 #define DMAMUX1_RequestGenerator2_BASE (DMAMUX1_BASE + 0x00000108UL) 674 #define DMAMUX1_RequestGenerator3_BASE (DMAMUX1_BASE + 0x0000010CUL) 675 676 #define DMAMUX1_ChannelStatus_BASE (DMAMUX1_BASE + 0x00000080UL) 677 #define DMAMUX1_RequestGenStatus_BASE (DMAMUX1_BASE + 0x00000140UL) 678 679 /*!< IOPORT */ 680 #define GPIOA_BASE (IOPORT_BASE + 0x00000000UL) 681 #define GPIOB_BASE (IOPORT_BASE + 0x00000400UL) 682 #define GPIOC_BASE (IOPORT_BASE + 0x00000800UL) 683 #define GPIOD_BASE (IOPORT_BASE + 0x00000C00UL) 684 #define GPIOF_BASE (IOPORT_BASE + 0x00001400UL) 685 686 /*!< Device Electronic Signature */ 687 #define PACKAGE_BASE (0x1FFF7500UL) /*!< Package data register base address */ 688 #define UID_BASE (0x1FFF7590UL) /*!< Unique device ID register base address */ 689 #define FLASHSIZE_BASE (0x1FFF75E0UL) /*!< Flash size data register base address */ 690 691 /** 692 * @} 693 */ 694 695 /** @addtogroup Peripheral_declaration 696 * @{ 697 */ 698 #define TIM2 ((TIM_TypeDef *) TIM2_BASE) 699 #define TIM3 ((TIM_TypeDef *) TIM3_BASE) 700 #define TIM6 ((TIM_TypeDef *) TIM6_BASE) 701 #define TIM7 ((TIM_TypeDef *) TIM7_BASE) 702 #define TIM14 ((TIM_TypeDef *) TIM14_BASE) 703 #define RTC ((RTC_TypeDef *) RTC_BASE) 704 #define TAMP ((TAMP_TypeDef *) TAMP_BASE) 705 #define WWDG ((WWDG_TypeDef *) WWDG_BASE) 706 #define IWDG ((IWDG_TypeDef *) IWDG_BASE) 707 #define SPI2 ((SPI_TypeDef *) SPI2_BASE) 708 #define USART2 ((USART_TypeDef *) USART2_BASE) 709 #define I2C1 ((I2C_TypeDef *) I2C1_BASE) 710 #define I2C2 ((I2C_TypeDef *) I2C2_BASE) 711 #define LPTIM1 ((LPTIM_TypeDef *) LPTIM1_BASE) 712 #define PWR ((PWR_TypeDef *) PWR_BASE) 713 #define RCC ((RCC_TypeDef *) RCC_BASE) 714 #define EXTI ((EXTI_TypeDef *) EXTI_BASE) 715 #define DAC1 ((DAC_TypeDef *) DAC1_BASE) 716 #define DAC ((DAC_TypeDef *) DAC_BASE) /* Kept for legacy purpose */ 717 #define LPUART1 ((USART_TypeDef *) LPUART1_BASE) 718 #define LPTIM2 ((LPTIM_TypeDef *) LPTIM2_BASE) 719 #define SYSCFG ((SYSCFG_TypeDef *) SYSCFG_BASE) 720 #define VREFBUF ((VREFBUF_TypeDef *) VREFBUF_BASE) 721 #define COMP1 ((COMP_TypeDef *) COMP1_BASE) 722 #define COMP2 ((COMP_TypeDef *) COMP2_BASE) 723 #define COMP12_COMMON ((COMP_Common_TypeDef *) COMP1_BASE) 724 #define TIM1 ((TIM_TypeDef *) TIM1_BASE) 725 #define SPI1 ((SPI_TypeDef *) SPI1_BASE) 726 #define USART1 ((USART_TypeDef *) USART1_BASE) 727 #define TIM15 ((TIM_TypeDef *) TIM15_BASE) 728 #define TIM16 ((TIM_TypeDef *) TIM16_BASE) 729 #define TIM17 ((TIM_TypeDef *) TIM17_BASE) 730 #define DMA1 ((DMA_TypeDef *) DMA1_BASE) 731 #define FLASH ((FLASH_TypeDef *) FLASH_R_BASE) 732 #define CRC ((CRC_TypeDef *) CRC_BASE) 733 #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE) 734 #define GPIOB ((GPIO_TypeDef *) GPIOB_BASE) 735 #define GPIOC ((GPIO_TypeDef *) GPIOC_BASE) 736 #define GPIOD ((GPIO_TypeDef *) GPIOD_BASE) 737 #define GPIOF ((GPIO_TypeDef *) GPIOF_BASE) 738 #define ADC1 ((ADC_TypeDef *) ADC1_BASE) 739 #define ADC1_COMMON ((ADC_Common_TypeDef *) ADC1_COMMON_BASE) 740 #define ADC (ADC1_COMMON) /* Kept for legacy purpose */ 741 742 743 744 #define DMA1_Channel1 ((DMA_Channel_TypeDef *) DMA1_Channel1_BASE) 745 #define DMA1_Channel2 ((DMA_Channel_TypeDef *) DMA1_Channel2_BASE) 746 #define DMA1_Channel3 ((DMA_Channel_TypeDef *) DMA1_Channel3_BASE) 747 #define DMA1_Channel4 ((DMA_Channel_TypeDef *) DMA1_Channel4_BASE) 748 #define DMA1_Channel5 ((DMA_Channel_TypeDef *) DMA1_Channel5_BASE) 749 #define DMA1_Channel6 ((DMA_Channel_TypeDef *) DMA1_Channel6_BASE) 750 #define DMA1_Channel7 ((DMA_Channel_TypeDef *) DMA1_Channel7_BASE) 751 #define DMAMUX1 ((DMAMUX_Channel_TypeDef *) DMAMUX1_BASE) 752 #define DMAMUX1_Channel0 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel0_BASE) 753 #define DMAMUX1_Channel1 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel1_BASE) 754 #define DMAMUX1_Channel2 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel2_BASE) 755 #define DMAMUX1_Channel3 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel3_BASE) 756 #define DMAMUX1_Channel4 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel4_BASE) 757 #define DMAMUX1_Channel5 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel5_BASE) 758 #define DMAMUX1_Channel6 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel6_BASE) 759 760 #define DMAMUX1_RequestGenerator0 ((DMAMUX_RequestGen_TypeDef *) DMAMUX1_RequestGenerator0_BASE) 761 #define DMAMUX1_RequestGenerator1 ((DMAMUX_RequestGen_TypeDef *) DMAMUX1_RequestGenerator1_BASE) 762 #define DMAMUX1_RequestGenerator2 ((DMAMUX_RequestGen_TypeDef *) DMAMUX1_RequestGenerator2_BASE) 763 #define DMAMUX1_RequestGenerator3 ((DMAMUX_RequestGen_TypeDef *) DMAMUX1_RequestGenerator3_BASE) 764 765 #define DMAMUX1_ChannelStatus ((DMAMUX_ChannelStatus_TypeDef *) DMAMUX1_ChannelStatus_BASE) 766 #define DMAMUX1_RequestGenStatus ((DMAMUX_RequestGenStatus_TypeDef *) DMAMUX1_RequestGenStatus_BASE) 767 768 #define DBG ((DBG_TypeDef *) DBG_BASE) 769 770 /** 771 * @} 772 */ 773 774 /** @addtogroup Exported_constants 775 * @{ 776 */ 777 778 /** @addtogroup Hardware_Constant_Definition 779 * @{ 780 */ 781 #define LSI_STARTUP_TIME 130U /*!< LSI Maximum startup time in us */ 782 783 /** 784 * @} 785 */ 786 787 /** @addtogroup Peripheral_Registers_Bits_Definition 788 * @{ 789 */ 790 791 /******************************************************************************/ 792 /* Peripheral Registers Bits Definition */ 793 /******************************************************************************/ 794 795 /******************************************************************************/ 796 /* */ 797 /* Analog to Digital Converter (ADC) */ 798 /* */ 799 /******************************************************************************/ 800 /******************** Bit definition for ADC_ISR register *******************/ 801 #define ADC_ISR_ADRDY_Pos (0U) 802 #define ADC_ISR_ADRDY_Msk (0x1UL << ADC_ISR_ADRDY_Pos) /*!< 0x00000001 */ 803 #define ADC_ISR_ADRDY ADC_ISR_ADRDY_Msk /*!< ADC ready flag */ 804 #define ADC_ISR_EOSMP_Pos (1U) 805 #define ADC_ISR_EOSMP_Msk (0x1UL << ADC_ISR_EOSMP_Pos) /*!< 0x00000002 */ 806 #define ADC_ISR_EOSMP ADC_ISR_EOSMP_Msk /*!< ADC group regular end of sampling flag */ 807 #define ADC_ISR_EOC_Pos (2U) 808 #define ADC_ISR_EOC_Msk (0x1UL << ADC_ISR_EOC_Pos) /*!< 0x00000004 */ 809 #define ADC_ISR_EOC ADC_ISR_EOC_Msk /*!< ADC group regular end of unitary conversion flag */ 810 #define ADC_ISR_EOS_Pos (3U) 811 #define ADC_ISR_EOS_Msk (0x1UL << ADC_ISR_EOS_Pos) /*!< 0x00000008 */ 812 #define ADC_ISR_EOS ADC_ISR_EOS_Msk /*!< ADC group regular end of sequence conversions flag */ 813 #define ADC_ISR_OVR_Pos (4U) 814 #define ADC_ISR_OVR_Msk (0x1UL << ADC_ISR_OVR_Pos) /*!< 0x00000010 */ 815 #define ADC_ISR_OVR ADC_ISR_OVR_Msk /*!< ADC group regular overrun flag */ 816 #define ADC_ISR_AWD1_Pos (7U) 817 #define ADC_ISR_AWD1_Msk (0x1UL << ADC_ISR_AWD1_Pos) /*!< 0x00000080 */ 818 #define ADC_ISR_AWD1 ADC_ISR_AWD1_Msk /*!< ADC analog watchdog 1 flag */ 819 #define ADC_ISR_AWD2_Pos (8U) 820 #define ADC_ISR_AWD2_Msk (0x1UL << ADC_ISR_AWD2_Pos) /*!< 0x00000100 */ 821 #define ADC_ISR_AWD2 ADC_ISR_AWD2_Msk /*!< ADC analog watchdog 2 flag */ 822 #define ADC_ISR_AWD3_Pos (9U) 823 #define ADC_ISR_AWD3_Msk (0x1UL << ADC_ISR_AWD3_Pos) /*!< 0x00000200 */ 824 #define ADC_ISR_AWD3 ADC_ISR_AWD3_Msk /*!< ADC analog watchdog 3 flag */ 825 #define ADC_ISR_EOCAL_Pos (11U) 826 #define ADC_ISR_EOCAL_Msk (0x1UL << ADC_ISR_EOCAL_Pos) /*!< 0x00000800 */ 827 #define ADC_ISR_EOCAL ADC_ISR_EOCAL_Msk /*!< ADC end of calibration flag */ 828 #define ADC_ISR_CCRDY_Pos (13U) 829 #define ADC_ISR_CCRDY_Msk (0x1UL << ADC_ISR_CCRDY_Pos) /*!< 0x00002000 */ 830 #define ADC_ISR_CCRDY ADC_ISR_CCRDY_Msk /*!< ADC channel configuration ready flag */ 831 832 /* Legacy defines */ 833 #define ADC_ISR_EOSEQ (ADC_ISR_EOS) 834 835 /******************** Bit definition for ADC_IER register *******************/ 836 #define ADC_IER_ADRDYIE_Pos (0U) 837 #define ADC_IER_ADRDYIE_Msk (0x1UL << ADC_IER_ADRDYIE_Pos) /*!< 0x00000001 */ 838 #define ADC_IER_ADRDYIE ADC_IER_ADRDYIE_Msk /*!< ADC ready interrupt */ 839 #define ADC_IER_EOSMPIE_Pos (1U) 840 #define ADC_IER_EOSMPIE_Msk (0x1UL << ADC_IER_EOSMPIE_Pos) /*!< 0x00000002 */ 841 #define ADC_IER_EOSMPIE ADC_IER_EOSMPIE_Msk /*!< ADC group regular end of sampling interrupt */ 842 #define ADC_IER_EOCIE_Pos (2U) 843 #define ADC_IER_EOCIE_Msk (0x1UL << ADC_IER_EOCIE_Pos) /*!< 0x00000004 */ 844 #define ADC_IER_EOCIE ADC_IER_EOCIE_Msk /*!< ADC group regular end of unitary conversion interrupt */ 845 #define ADC_IER_EOSIE_Pos (3U) 846 #define ADC_IER_EOSIE_Msk (0x1UL << ADC_IER_EOSIE_Pos) /*!< 0x00000008 */ 847 #define ADC_IER_EOSIE ADC_IER_EOSIE_Msk /*!< ADC group regular end of sequence conversions interrupt */ 848 #define ADC_IER_OVRIE_Pos (4U) 849 #define ADC_IER_OVRIE_Msk (0x1UL << ADC_IER_OVRIE_Pos) /*!< 0x00000010 */ 850 #define ADC_IER_OVRIE ADC_IER_OVRIE_Msk /*!< ADC group regular overrun interrupt */ 851 #define ADC_IER_AWD1IE_Pos (7U) 852 #define ADC_IER_AWD1IE_Msk (0x1UL << ADC_IER_AWD1IE_Pos) /*!< 0x00000080 */ 853 #define ADC_IER_AWD1IE ADC_IER_AWD1IE_Msk /*!< ADC analog watchdog 1 interrupt */ 854 #define ADC_IER_AWD2IE_Pos (8U) 855 #define ADC_IER_AWD2IE_Msk (0x1UL << ADC_IER_AWD2IE_Pos) /*!< 0x00000100 */ 856 #define ADC_IER_AWD2IE ADC_IER_AWD2IE_Msk /*!< ADC analog watchdog 2 interrupt */ 857 #define ADC_IER_AWD3IE_Pos (9U) 858 #define ADC_IER_AWD3IE_Msk (0x1UL << ADC_IER_AWD3IE_Pos) /*!< 0x00000200 */ 859 #define ADC_IER_AWD3IE ADC_IER_AWD3IE_Msk /*!< ADC analog watchdog 3 interrupt */ 860 #define ADC_IER_EOCALIE_Pos (11U) 861 #define ADC_IER_EOCALIE_Msk (0x1UL << ADC_IER_EOCALIE_Pos) /*!< 0x00000800 */ 862 #define ADC_IER_EOCALIE ADC_IER_EOCALIE_Msk /*!< ADC end of calibration interrupt */ 863 #define ADC_IER_CCRDYIE_Pos (13U) 864 #define ADC_IER_CCRDYIE_Msk (0x1UL << ADC_IER_CCRDYIE_Pos) /*!< 0x00002000 */ 865 #define ADC_IER_CCRDYIE ADC_IER_CCRDYIE_Msk /*!< ADC channel configuration ready interrupt */ 866 867 /* Legacy defines */ 868 #define ADC_IER_EOSEQIE (ADC_IER_EOSIE) 869 870 /******************** Bit definition for ADC_CR register ********************/ 871 #define ADC_CR_ADEN_Pos (0U) 872 #define ADC_CR_ADEN_Msk (0x1UL << ADC_CR_ADEN_Pos) /*!< 0x00000001 */ 873 #define ADC_CR_ADEN ADC_CR_ADEN_Msk /*!< ADC enable */ 874 #define ADC_CR_ADDIS_Pos (1U) 875 #define ADC_CR_ADDIS_Msk (0x1UL << ADC_CR_ADDIS_Pos) /*!< 0x00000002 */ 876 #define ADC_CR_ADDIS ADC_CR_ADDIS_Msk /*!< ADC disable */ 877 #define ADC_CR_ADSTART_Pos (2U) 878 #define ADC_CR_ADSTART_Msk (0x1UL << ADC_CR_ADSTART_Pos) /*!< 0x00000004 */ 879 #define ADC_CR_ADSTART ADC_CR_ADSTART_Msk /*!< ADC group regular conversion start */ 880 #define ADC_CR_ADSTP_Pos (4U) 881 #define ADC_CR_ADSTP_Msk (0x1UL << ADC_CR_ADSTP_Pos) /*!< 0x00000010 */ 882 #define ADC_CR_ADSTP ADC_CR_ADSTP_Msk /*!< ADC group regular conversion stop */ 883 #define ADC_CR_ADVREGEN_Pos (28U) 884 #define ADC_CR_ADVREGEN_Msk (0x1UL << ADC_CR_ADVREGEN_Pos) /*!< 0x10000000 */ 885 #define ADC_CR_ADVREGEN ADC_CR_ADVREGEN_Msk /*!< ADC voltage regulator enable */ 886 #define ADC_CR_ADCAL_Pos (31U) 887 #define ADC_CR_ADCAL_Msk (0x1UL << ADC_CR_ADCAL_Pos) /*!< 0x80000000 */ 888 #define ADC_CR_ADCAL ADC_CR_ADCAL_Msk /*!< ADC calibration */ 889 890 /******************** Bit definition for ADC_CFGR1 register *****************/ 891 #define ADC_CFGR1_DMAEN_Pos (0U) 892 #define ADC_CFGR1_DMAEN_Msk (0x1UL << ADC_CFGR1_DMAEN_Pos) /*!< 0x00000001 */ 893 #define ADC_CFGR1_DMAEN ADC_CFGR1_DMAEN_Msk /*!< ADC DMA transfer enable */ 894 #define ADC_CFGR1_DMACFG_Pos (1U) 895 #define ADC_CFGR1_DMACFG_Msk (0x1UL << ADC_CFGR1_DMACFG_Pos) /*!< 0x00000002 */ 896 #define ADC_CFGR1_DMACFG ADC_CFGR1_DMACFG_Msk /*!< ADC DMA transfer configuration */ 897 898 #define ADC_CFGR1_SCANDIR_Pos (2U) 899 #define ADC_CFGR1_SCANDIR_Msk (0x1UL << ADC_CFGR1_SCANDIR_Pos) /*!< 0x00000004 */ 900 #define ADC_CFGR1_SCANDIR ADC_CFGR1_SCANDIR_Msk /*!< ADC group regular sequencer scan direction */ 901 902 #define ADC_CFGR1_RES_Pos (3U) 903 #define ADC_CFGR1_RES_Msk (0x3UL << ADC_CFGR1_RES_Pos) /*!< 0x00000018 */ 904 #define ADC_CFGR1_RES ADC_CFGR1_RES_Msk /*!< ADC data resolution */ 905 #define ADC_CFGR1_RES_0 (0x1U << ADC_CFGR1_RES_Pos) /*!< 0x00000008 */ 906 #define ADC_CFGR1_RES_1 (0x2U << ADC_CFGR1_RES_Pos) /*!< 0x00000010 */ 907 908 #define ADC_CFGR1_ALIGN_Pos (5U) 909 #define ADC_CFGR1_ALIGN_Msk (0x1UL << ADC_CFGR1_ALIGN_Pos) /*!< 0x00000020 */ 910 #define ADC_CFGR1_ALIGN ADC_CFGR1_ALIGN_Msk /*!< ADC data alignment */ 911 912 #define ADC_CFGR1_EXTSEL_Pos (6U) 913 #define ADC_CFGR1_EXTSEL_Msk (0x7UL << ADC_CFGR1_EXTSEL_Pos) /*!< 0x000001C0 */ 914 #define ADC_CFGR1_EXTSEL ADC_CFGR1_EXTSEL_Msk /*!< ADC group regular external trigger source */ 915 #define ADC_CFGR1_EXTSEL_0 (0x1UL << ADC_CFGR1_EXTSEL_Pos) /*!< 0x00000040 */ 916 #define ADC_CFGR1_EXTSEL_1 (0x2UL << ADC_CFGR1_EXTSEL_Pos) /*!< 0x00000080 */ 917 #define ADC_CFGR1_EXTSEL_2 (0x4UL << ADC_CFGR1_EXTSEL_Pos) /*!< 0x00000100 */ 918 919 #define ADC_CFGR1_EXTEN_Pos (10U) 920 #define ADC_CFGR1_EXTEN_Msk (0x3UL << ADC_CFGR1_EXTEN_Pos) /*!< 0x00000C00 */ 921 #define ADC_CFGR1_EXTEN ADC_CFGR1_EXTEN_Msk /*!< ADC group regular external trigger polarity */ 922 #define ADC_CFGR1_EXTEN_0 (0x1UL << ADC_CFGR1_EXTEN_Pos) /*!< 0x00000400 */ 923 #define ADC_CFGR1_EXTEN_1 (0x2UL << ADC_CFGR1_EXTEN_Pos) /*!< 0x00000800 */ 924 925 #define ADC_CFGR1_OVRMOD_Pos (12U) 926 #define ADC_CFGR1_OVRMOD_Msk (0x1UL << ADC_CFGR1_OVRMOD_Pos) /*!< 0x00001000 */ 927 #define ADC_CFGR1_OVRMOD ADC_CFGR1_OVRMOD_Msk /*!< ADC group regular overrun configuration */ 928 #define ADC_CFGR1_CONT_Pos (13U) 929 #define ADC_CFGR1_CONT_Msk (0x1UL << ADC_CFGR1_CONT_Pos) /*!< 0x00002000 */ 930 #define ADC_CFGR1_CONT ADC_CFGR1_CONT_Msk /*!< ADC group regular continuous conversion mode */ 931 #define ADC_CFGR1_WAIT_Pos (14U) 932 #define ADC_CFGR1_WAIT_Msk (0x1UL << ADC_CFGR1_WAIT_Pos) /*!< 0x00004000 */ 933 #define ADC_CFGR1_WAIT ADC_CFGR1_WAIT_Msk /*!< ADC low power auto wait */ 934 #define ADC_CFGR1_AUTOFF_Pos (15U) 935 #define ADC_CFGR1_AUTOFF_Msk (0x1UL << ADC_CFGR1_AUTOFF_Pos) /*!< 0x00008000 */ 936 #define ADC_CFGR1_AUTOFF ADC_CFGR1_AUTOFF_Msk /*!< ADC low power auto power off */ 937 #define ADC_CFGR1_DISCEN_Pos (16U) 938 #define ADC_CFGR1_DISCEN_Msk (0x1UL << ADC_CFGR1_DISCEN_Pos) /*!< 0x00010000 */ 939 #define ADC_CFGR1_DISCEN ADC_CFGR1_DISCEN_Msk /*!< ADC group regular sequencer discontinuous mode */ 940 #define ADC_CFGR1_CHSELRMOD_Pos (21U) 941 #define ADC_CFGR1_CHSELRMOD_Msk (0x1UL << ADC_CFGR1_CHSELRMOD_Pos) /*!< 0x00200000 */ 942 #define ADC_CFGR1_CHSELRMOD ADC_CFGR1_CHSELRMOD_Msk /*!< ADC group regular sequencer mode */ 943 944 #define ADC_CFGR1_AWD1SGL_Pos (22U) 945 #define ADC_CFGR1_AWD1SGL_Msk (0x1UL << ADC_CFGR1_AWD1SGL_Pos) /*!< 0x00400000 */ 946 #define ADC_CFGR1_AWD1SGL ADC_CFGR1_AWD1SGL_Msk /*!< ADC analog watchdog 1 monitoring a single channel or all channels */ 947 #define ADC_CFGR1_AWD1EN_Pos (23U) 948 #define ADC_CFGR1_AWD1EN_Msk (0x1UL << ADC_CFGR1_AWD1EN_Pos) /*!< 0x00800000 */ 949 #define ADC_CFGR1_AWD1EN ADC_CFGR1_AWD1EN_Msk /*!< ADC analog watchdog 1 enable on scope ADC group regular */ 950 951 #define ADC_CFGR1_AWD1CH_Pos (26U) 952 #define ADC_CFGR1_AWD1CH_Msk (0x1FUL << ADC_CFGR1_AWD1CH_Pos) /*!< 0x7C000000 */ 953 #define ADC_CFGR1_AWD1CH ADC_CFGR1_AWD1CH_Msk /*!< ADC analog watchdog 1 monitored channel selection */ 954 #define ADC_CFGR1_AWD1CH_0 (0x01UL << ADC_CFGR1_AWD1CH_Pos) /*!< 0x04000000 */ 955 #define ADC_CFGR1_AWD1CH_1 (0x02UL << ADC_CFGR1_AWD1CH_Pos) /*!< 0x08000000 */ 956 #define ADC_CFGR1_AWD1CH_2 (0x04UL << ADC_CFGR1_AWD1CH_Pos) /*!< 0x10000000 */ 957 #define ADC_CFGR1_AWD1CH_3 (0x08UL << ADC_CFGR1_AWD1CH_Pos) /*!< 0x20000000 */ 958 #define ADC_CFGR1_AWD1CH_4 (0x10UL << ADC_CFGR1_AWD1CH_Pos) /*!< 0x40000000 */ 959 960 /* Legacy defines */ 961 #define ADC_CFGR1_AUTDLY (ADC_CFGR1_WAIT) 962 963 /******************** Bit definition for ADC_CFGR2 register *****************/ 964 #define ADC_CFGR2_OVSE_Pos (0U) 965 #define ADC_CFGR2_OVSE_Msk (0x1UL << ADC_CFGR2_OVSE_Pos) /*!< 0x00000001 */ 966 #define ADC_CFGR2_OVSE ADC_CFGR2_OVSE_Msk /*!< ADC oversampler enable on scope ADC group regular */ 967 968 #define ADC_CFGR2_OVSR_Pos (2U) 969 #define ADC_CFGR2_OVSR_Msk (0x7UL << ADC_CFGR2_OVSR_Pos) /*!< 0x0000001C */ 970 #define ADC_CFGR2_OVSR ADC_CFGR2_OVSR_Msk /*!< ADC oversampling ratio */ 971 #define ADC_CFGR2_OVSR_0 (0x1UL << ADC_CFGR2_OVSR_Pos) /*!< 0x00000004 */ 972 #define ADC_CFGR2_OVSR_1 (0x2UL << ADC_CFGR2_OVSR_Pos) /*!< 0x00000008 */ 973 #define ADC_CFGR2_OVSR_2 (0x4UL << ADC_CFGR2_OVSR_Pos) /*!< 0x00000010 */ 974 975 #define ADC_CFGR2_OVSS_Pos (5U) 976 #define ADC_CFGR2_OVSS_Msk (0xFUL << ADC_CFGR2_OVSS_Pos) /*!< 0x000001E0 */ 977 #define ADC_CFGR2_OVSS ADC_CFGR2_OVSS_Msk /*!< ADC oversampling shift */ 978 #define ADC_CFGR2_OVSS_0 (0x1UL << ADC_CFGR2_OVSS_Pos) /*!< 0x00000020 */ 979 #define ADC_CFGR2_OVSS_1 (0x2UL << ADC_CFGR2_OVSS_Pos) /*!< 0x00000040 */ 980 #define ADC_CFGR2_OVSS_2 (0x4UL << ADC_CFGR2_OVSS_Pos) /*!< 0x00000080 */ 981 #define ADC_CFGR2_OVSS_3 (0x8UL << ADC_CFGR2_OVSS_Pos) /*!< 0x00000100 */ 982 983 #define ADC_CFGR2_TOVS_Pos (9U) 984 #define ADC_CFGR2_TOVS_Msk (0x1UL << ADC_CFGR2_TOVS_Pos) /*!< 0x00000200 */ 985 #define ADC_CFGR2_TOVS ADC_CFGR2_TOVS_Msk /*!< ADC oversampling discontinuous mode (triggered mode) for ADC group regular */ 986 987 #define ADC_CFGR2_LFTRIG_Pos (29U) 988 #define ADC_CFGR2_LFTRIG_Msk (0x1UL << ADC_CFGR2_LFTRIG_Pos) /*!< 0x20000000 */ 989 #define ADC_CFGR2_LFTRIG ADC_CFGR2_LFTRIG_Msk /*!< ADC low frequency trigger mode */ 990 991 #define ADC_CFGR2_CKMODE_Pos (30U) 992 #define ADC_CFGR2_CKMODE_Msk (0x3UL << ADC_CFGR2_CKMODE_Pos) /*!< 0xC0000000 */ 993 #define ADC_CFGR2_CKMODE ADC_CFGR2_CKMODE_Msk /*!< ADC clock source and prescaler (prescaler only for clock source synchronous) */ 994 #define ADC_CFGR2_CKMODE_1 (0x2UL << ADC_CFGR2_CKMODE_Pos) /*!< 0x80000000 */ 995 #define ADC_CFGR2_CKMODE_0 (0x1UL << ADC_CFGR2_CKMODE_Pos) /*!< 0x40000000 */ 996 997 /******************** Bit definition for ADC_SMPR register ******************/ 998 #define ADC_SMPR_SMP1_Pos (0U) 999 #define ADC_SMPR_SMP1_Msk (0x7UL << ADC_SMPR_SMP1_Pos) /*!< 0x00000007 */ 1000 #define ADC_SMPR_SMP1 ADC_SMPR_SMP1_Msk /*!< ADC group of channels sampling time 1 */ 1001 #define ADC_SMPR_SMP1_0 (0x1UL << ADC_SMPR_SMP1_Pos) /*!< 0x00000001 */ 1002 #define ADC_SMPR_SMP1_1 (0x2UL << ADC_SMPR_SMP1_Pos) /*!< 0x00000002 */ 1003 #define ADC_SMPR_SMP1_2 (0x4UL << ADC_SMPR_SMP1_Pos) /*!< 0x00000004 */ 1004 1005 #define ADC_SMPR_SMP2_Pos (4U) 1006 #define ADC_SMPR_SMP2_Msk (0x7UL << ADC_SMPR_SMP2_Pos) /*!< 0x00000070 */ 1007 #define ADC_SMPR_SMP2 ADC_SMPR_SMP2_Msk /*!< ADC group of channels sampling time 2 */ 1008 #define ADC_SMPR_SMP2_0 (0x1UL << ADC_SMPR_SMP2_Pos) /*!< 0x00000010 */ 1009 #define ADC_SMPR_SMP2_1 (0x2UL << ADC_SMPR_SMP2_Pos) /*!< 0x00000020 */ 1010 #define ADC_SMPR_SMP2_2 (0x4UL << ADC_SMPR_SMP2_Pos) /*!< 0x00000040 */ 1011 1012 #define ADC_SMPR_SMPSEL_Pos (8U) 1013 #define ADC_SMPR_SMPSEL_Msk (0x7FFFFUL << ADC_SMPR_SMPSEL_Pos) /*!< 0x07FFFF00 */ 1014 #define ADC_SMPR_SMPSEL ADC_SMPR_SMPSEL_Msk /*!< ADC all channels sampling time selection */ 1015 #define ADC_SMPR_SMPSEL0_Pos (8U) 1016 #define ADC_SMPR_SMPSEL0_Msk (0x1UL << ADC_SMPR_SMPSEL0_Pos) /*!< 0x00000100 */ 1017 #define ADC_SMPR_SMPSEL0 ADC_SMPR_SMPSEL0_Msk /*!< ADC channel 0 sampling time selection */ 1018 #define ADC_SMPR_SMPSEL1_Pos (9U) 1019 #define ADC_SMPR_SMPSEL1_Msk (0x1UL << ADC_SMPR_SMPSEL1_Pos) /*!< 0x00000200 */ 1020 #define ADC_SMPR_SMPSEL1 ADC_SMPR_SMPSEL1_Msk /*!< ADC channel 1 sampling time selection */ 1021 #define ADC_SMPR_SMPSEL2_Pos (10U) 1022 #define ADC_SMPR_SMPSEL2_Msk (0x1UL << ADC_SMPR_SMPSEL2_Pos) /*!< 0x00000400 */ 1023 #define ADC_SMPR_SMPSEL2 ADC_SMPR_SMPSEL2_Msk /*!< ADC channel 2 sampling time selection */ 1024 #define ADC_SMPR_SMPSEL3_Pos (11U) 1025 #define ADC_SMPR_SMPSEL3_Msk (0x1UL << ADC_SMPR_SMPSEL3_Pos) /*!< 0x00000800 */ 1026 #define ADC_SMPR_SMPSEL3 ADC_SMPR_SMPSEL3_Msk /*!< ADC channel 3 sampling time selection */ 1027 #define ADC_SMPR_SMPSEL4_Pos (12U) 1028 #define ADC_SMPR_SMPSEL4_Msk (0x1UL << ADC_SMPR_SMPSEL4_Pos) /*!< 0x00001000 */ 1029 #define ADC_SMPR_SMPSEL4 ADC_SMPR_SMPSEL4_Msk /*!< ADC channel 4 sampling time selection */ 1030 #define ADC_SMPR_SMPSEL5_Pos (13U) 1031 #define ADC_SMPR_SMPSEL5_Msk (0x1UL << ADC_SMPR_SMPSEL5_Pos) /*!< 0x00002000 */ 1032 #define ADC_SMPR_SMPSEL5 ADC_SMPR_SMPSEL5_Msk /*!< ADC channel 5 sampling time selection */ 1033 #define ADC_SMPR_SMPSEL6_Pos (14U) 1034 #define ADC_SMPR_SMPSEL6_Msk (0x1UL << ADC_SMPR_SMPSEL6_Pos) /*!< 0x00004000 */ 1035 #define ADC_SMPR_SMPSEL6 ADC_SMPR_SMPSEL6_Msk /*!< ADC channel 6 sampling time selection */ 1036 #define ADC_SMPR_SMPSEL7_Pos (15U) 1037 #define ADC_SMPR_SMPSEL7_Msk (0x1UL << ADC_SMPR_SMPSEL7_Pos) /*!< 0x00008000 */ 1038 #define ADC_SMPR_SMPSEL7 ADC_SMPR_SMPSEL7_Msk /*!< ADC channel 7 sampling time selection */ 1039 #define ADC_SMPR_SMPSEL8_Pos (16U) 1040 #define ADC_SMPR_SMPSEL8_Msk (0x1UL << ADC_SMPR_SMPSEL8_Pos) /*!< 0x00010000 */ 1041 #define ADC_SMPR_SMPSEL8 ADC_SMPR_SMPSEL8_Msk /*!< ADC channel 8 sampling time selection */ 1042 #define ADC_SMPR_SMPSEL9_Pos (17U) 1043 #define ADC_SMPR_SMPSEL9_Msk (0x1UL << ADC_SMPR_SMPSEL9_Pos) /*!< 0x00020000 */ 1044 #define ADC_SMPR_SMPSEL9 ADC_SMPR_SMPSEL9_Msk /*!< ADC channel 9 sampling time selection */ 1045 #define ADC_SMPR_SMPSEL10_Pos (18U) 1046 #define ADC_SMPR_SMPSEL10_Msk (0x1UL << ADC_SMPR_SMPSEL10_Pos) /*!< 0x00040000 */ 1047 #define ADC_SMPR_SMPSEL10 ADC_SMPR_SMPSEL10_Msk /*!< ADC channel 10 sampling time selection */ 1048 #define ADC_SMPR_SMPSEL11_Pos (19U) 1049 #define ADC_SMPR_SMPSEL11_Msk (0x1UL << ADC_SMPR_SMPSEL11_Pos) /*!< 0x00080000 */ 1050 #define ADC_SMPR_SMPSEL11 ADC_SMPR_SMPSEL11_Msk /*!< ADC channel 11 sampling time selection */ 1051 #define ADC_SMPR_SMPSEL12_Pos (20U) 1052 #define ADC_SMPR_SMPSEL12_Msk (0x1UL << ADC_SMPR_SMPSEL12_Pos) /*!< 0x00100000 */ 1053 #define ADC_SMPR_SMPSEL12 ADC_SMPR_SMPSEL12_Msk /*!< ADC channel 12 sampling time selection */ 1054 #define ADC_SMPR_SMPSEL13_Pos (21U) 1055 #define ADC_SMPR_SMPSEL13_Msk (0x1UL << ADC_SMPR_SMPSEL13_Pos) /*!< 0x00200000 */ 1056 #define ADC_SMPR_SMPSEL13 ADC_SMPR_SMPSEL13_Msk /*!< ADC channel 13 sampling time selection */ 1057 #define ADC_SMPR_SMPSEL14_Pos (22U) 1058 #define ADC_SMPR_SMPSEL14_Msk (0x1UL << ADC_SMPR_SMPSEL14_Pos) /*!< 0x00400000 */ 1059 #define ADC_SMPR_SMPSEL14 ADC_SMPR_SMPSEL14_Msk /*!< ADC channel 14 sampling time selection */ 1060 #define ADC_SMPR_SMPSEL15_Pos (23U) 1061 #define ADC_SMPR_SMPSEL15_Msk (0x1UL << ADC_SMPR_SMPSEL15_Pos) /*!< 0x00800000 */ 1062 #define ADC_SMPR_SMPSEL15 ADC_SMPR_SMPSEL15_Msk /*!< ADC channel 15 sampling time selection */ 1063 #define ADC_SMPR_SMPSEL16_Pos (24U) 1064 #define ADC_SMPR_SMPSEL16_Msk (0x1UL << ADC_SMPR_SMPSEL16_Pos) /*!< 0x01000000 */ 1065 #define ADC_SMPR_SMPSEL16 ADC_SMPR_SMPSEL16_Msk /*!< ADC channel 16 sampling time selection */ 1066 #define ADC_SMPR_SMPSEL17_Pos (25U) 1067 #define ADC_SMPR_SMPSEL17_Msk (0x1UL << ADC_SMPR_SMPSEL17_Pos) /*!< 0x02000000 */ 1068 #define ADC_SMPR_SMPSEL17 ADC_SMPR_SMPSEL17_Msk /*!< ADC channel 17 sampling time selection */ 1069 #define ADC_SMPR_SMPSEL18_Pos (26U) 1070 #define ADC_SMPR_SMPSEL18_Msk (0x1UL << ADC_SMPR_SMPSEL18_Pos) /*!< 0x04000000 */ 1071 #define ADC_SMPR_SMPSEL18 ADC_SMPR_SMPSEL18_Msk /*!< ADC channel 18 sampling time selection */ 1072 1073 /******************** Bit definition for ADC_AWD1TR register *******************/ 1074 #define ADC_AWD1TR_LT1_Pos (0U) 1075 #define ADC_AWD1TR_LT1_Msk (0xFFFUL << ADC_AWD1TR_LT1_Pos) /*!< 0x00000FFF */ 1076 #define ADC_AWD1TR_LT1 ADC_AWD1TR_LT1_Msk /*!< ADC analog watchdog 1 threshold low */ 1077 #define ADC_AWD1TR_LT1_0 (0x001UL << ADC_AWD1TR_LT1_Pos) /*!< 0x00000001 */ 1078 #define ADC_AWD1TR_LT1_1 (0x002UL << ADC_AWD1TR_LT1_Pos) /*!< 0x00000002 */ 1079 #define ADC_AWD1TR_LT1_2 (0x004UL << ADC_AWD1TR_LT1_Pos) /*!< 0x00000004 */ 1080 #define ADC_AWD1TR_LT1_3 (0x008UL << ADC_AWD1TR_LT1_Pos) /*!< 0x00000008 */ 1081 #define ADC_AWD1TR_LT1_4 (0x010UL << ADC_AWD1TR_LT1_Pos) /*!< 0x00000010 */ 1082 #define ADC_AWD1TR_LT1_5 (0x020UL << ADC_AWD1TR_LT1_Pos) /*!< 0x00000020 */ 1083 #define ADC_AWD1TR_LT1_6 (0x040UL << ADC_AWD1TR_LT1_Pos) /*!< 0x00000040 */ 1084 #define ADC_AWD1TR_LT1_7 (0x080UL << ADC_AWD1TR_LT1_Pos) /*!< 0x00000080 */ 1085 #define ADC_AWD1TR_LT1_8 (0x100UL << ADC_AWD1TR_LT1_Pos) /*!< 0x00000100 */ 1086 #define ADC_AWD1TR_LT1_9 (0x200UL << ADC_AWD1TR_LT1_Pos) /*!< 0x00000200 */ 1087 #define ADC_AWD1TR_LT1_10 (0x400UL << ADC_AWD1TR_LT1_Pos) /*!< 0x00000400 */ 1088 #define ADC_AWD1TR_LT1_11 (0x800UL << ADC_AWD1TR_LT1_Pos) /*!< 0x00000800 */ 1089 1090 #define ADC_AWD1TR_HT1_Pos (16U) 1091 #define ADC_AWD1TR_HT1_Msk (0xFFFUL << ADC_AWD1TR_HT1_Pos) /*!< 0x0FFF0000 */ 1092 #define ADC_AWD1TR_HT1 ADC_AWD1TR_HT1_Msk /*!< ADC Analog watchdog 1 threshold high */ 1093 #define ADC_AWD1TR_HT1_0 (0x001UL << ADC_AWD1TR_HT1_Pos) /*!< 0x00010000 */ 1094 #define ADC_AWD1TR_HT1_1 (0x002UL << ADC_AWD1TR_HT1_Pos) /*!< 0x00020000 */ 1095 #define ADC_AWD1TR_HT1_2 (0x004UL << ADC_AWD1TR_HT1_Pos) /*!< 0x00040000 */ 1096 #define ADC_AWD1TR_HT1_3 (0x008UL << ADC_AWD1TR_HT1_Pos) /*!< 0x00080000 */ 1097 #define ADC_AWD1TR_HT1_4 (0x010UL << ADC_AWD1TR_HT1_Pos) /*!< 0x00100000 */ 1098 #define ADC_AWD1TR_HT1_5 (0x020UL << ADC_AWD1TR_HT1_Pos) /*!< 0x00200000 */ 1099 #define ADC_AWD1TR_HT1_6 (0x040UL << ADC_AWD1TR_HT1_Pos) /*!< 0x00400000 */ 1100 #define ADC_AWD1TR_HT1_7 (0x080UL << ADC_AWD1TR_HT1_Pos) /*!< 0x00800000 */ 1101 #define ADC_AWD1TR_HT1_8 (0x100UL << ADC_AWD1TR_HT1_Pos) /*!< 0x01000000 */ 1102 #define ADC_AWD1TR_HT1_9 (0x200UL << ADC_AWD1TR_HT1_Pos) /*!< 0x02000000 */ 1103 #define ADC_AWD1TR_HT1_10 (0x400UL << ADC_AWD1TR_HT1_Pos) /*!< 0x04000000 */ 1104 #define ADC_AWD1TR_HT1_11 (0x800UL << ADC_AWD1TR_HT1_Pos) /*!< 0x08000000 */ 1105 1106 /* Legacy definitions */ 1107 #define ADC_TR1_LT1 ADC_AWD1TR_LT1 1108 #define ADC_TR1_LT1_0 ADC_AWD1TR_LT1_0 1109 #define ADC_TR1_LT1_1 ADC_AWD1TR_LT1_1 1110 #define ADC_TR1_LT1_2 ADC_AWD1TR_LT1_2 1111 #define ADC_TR1_LT1_3 ADC_AWD1TR_LT1_3 1112 #define ADC_TR1_LT1_4 ADC_AWD1TR_LT1_4 1113 #define ADC_TR1_LT1_5 ADC_AWD1TR_LT1_5 1114 #define ADC_TR1_LT1_6 ADC_AWD1TR_LT1_6 1115 #define ADC_TR1_LT1_7 ADC_AWD1TR_LT1_7 1116 #define ADC_TR1_LT1_8 ADC_AWD1TR_LT1_8 1117 #define ADC_TR1_LT1_9 ADC_AWD1TR_LT1_9 1118 #define ADC_TR1_LT1_10 ADC_AWD1TR_LT1_10 1119 #define ADC_TR1_LT1_11 ADC_AWD1TR_LT1_11 1120 1121 #define ADC_TR1_HT1 ADC_AWD1TR_HT1 1122 #define ADC_TR1_HT1_0 ADC_AWD1TR_HT1_0 1123 #define ADC_TR1_HT1_1 ADC_AWD1TR_HT1_1 1124 #define ADC_TR1_HT1_2 ADC_AWD1TR_HT1_2 1125 #define ADC_TR1_HT1_3 ADC_AWD1TR_HT1_3 1126 #define ADC_TR1_HT1_4 ADC_AWD1TR_HT1_4 1127 #define ADC_TR1_HT1_5 ADC_AWD1TR_HT1_5 1128 #define ADC_TR1_HT1_6 ADC_AWD1TR_HT1_6 1129 #define ADC_TR1_HT1_7 ADC_AWD1TR_HT1_7 1130 #define ADC_TR1_HT1_8 ADC_AWD1TR_HT1_8 1131 #define ADC_TR1_HT1_9 ADC_AWD1TR_HT1_9 1132 #define ADC_TR1_HT1_10 ADC_AWD1TR_HT1_10 1133 #define ADC_TR1_HT1_11 ADC_AWD1TR_HT1_11 1134 1135 /******************** Bit definition for ADC_AWD2TR register *******************/ 1136 #define ADC_AWD2TR_LT2_Pos (0U) 1137 #define ADC_AWD2TR_LT2_Msk (0xFFFUL << ADC_AWD2TR_LT2_Pos) /*!< 0x00000FFF */ 1138 #define ADC_AWD2TR_LT2 ADC_AWD2TR_LT2_Msk /*!< ADC analog watchdog 2 threshold low */ 1139 #define ADC_AWD2TR_LT2_0 (0x001UL << ADC_AWD2TR_LT2_Pos) /*!< 0x00000001 */ 1140 #define ADC_AWD2TR_LT2_1 (0x002UL << ADC_AWD2TR_LT2_Pos) /*!< 0x00000002 */ 1141 #define ADC_AWD2TR_LT2_2 (0x004UL << ADC_AWD2TR_LT2_Pos) /*!< 0x00000004 */ 1142 #define ADC_AWD2TR_LT2_3 (0x008UL << ADC_AWD2TR_LT2_Pos) /*!< 0x00000008 */ 1143 #define ADC_AWD2TR_LT2_4 (0x010UL << ADC_AWD2TR_LT2_Pos) /*!< 0x00000010 */ 1144 #define ADC_AWD2TR_LT2_5 (0x020UL << ADC_AWD2TR_LT2_Pos) /*!< 0x00000020 */ 1145 #define ADC_AWD2TR_LT2_6 (0x040UL << ADC_AWD2TR_LT2_Pos) /*!< 0x00000040 */ 1146 #define ADC_AWD2TR_LT2_7 (0x080UL << ADC_AWD2TR_LT2_Pos) /*!< 0x00000080 */ 1147 #define ADC_AWD2TR_LT2_8 (0x100UL << ADC_AWD2TR_LT2_Pos) /*!< 0x00000100 */ 1148 #define ADC_AWD2TR_LT2_9 (0x200UL << ADC_AWD2TR_LT2_Pos) /*!< 0x00000200 */ 1149 #define ADC_AWD2TR_LT2_10 (0x400UL << ADC_AWD2TR_LT2_Pos) /*!< 0x00000400 */ 1150 #define ADC_AWD2TR_LT2_11 (0x800UL << ADC_AWD2TR_LT2_Pos) /*!< 0x00000800 */ 1151 1152 #define ADC_AWD2TR_HT2_Pos (16U) 1153 #define ADC_AWD2TR_HT2_Msk (0xFFFUL << ADC_AWD2TR_HT2_Pos) /*!< 0x0FFF0000 */ 1154 #define ADC_AWD2TR_HT2 ADC_AWD2TR_HT2_Msk /*!< ADC analog watchdog 2 threshold high */ 1155 #define ADC_AWD2TR_HT2_0 (0x001UL << ADC_AWD2TR_HT2_Pos) /*!< 0x00010000 */ 1156 #define ADC_AWD2TR_HT2_1 (0x002UL << ADC_AWD2TR_HT2_Pos) /*!< 0x00020000 */ 1157 #define ADC_AWD2TR_HT2_2 (0x004UL << ADC_AWD2TR_HT2_Pos) /*!< 0x00040000 */ 1158 #define ADC_AWD2TR_HT2_3 (0x008UL << ADC_AWD2TR_HT2_Pos) /*!< 0x00080000 */ 1159 #define ADC_AWD2TR_HT2_4 (0x010UL << ADC_AWD2TR_HT2_Pos) /*!< 0x00100000 */ 1160 #define ADC_AWD2TR_HT2_5 (0x020UL << ADC_AWD2TR_HT2_Pos) /*!< 0x00200000 */ 1161 #define ADC_AWD2TR_HT2_6 (0x040UL << ADC_AWD2TR_HT2_Pos) /*!< 0x00400000 */ 1162 #define ADC_AWD2TR_HT2_7 (0x080UL << ADC_AWD2TR_HT2_Pos) /*!< 0x00800000 */ 1163 #define ADC_AWD2TR_HT2_8 (0x100UL << ADC_AWD2TR_HT2_Pos) /*!< 0x01000000 */ 1164 #define ADC_AWD2TR_HT2_9 (0x200UL << ADC_AWD2TR_HT2_Pos) /*!< 0x02000000 */ 1165 #define ADC_AWD2TR_HT2_10 (0x400UL << ADC_AWD2TR_HT2_Pos) /*!< 0x04000000 */ 1166 #define ADC_AWD2TR_HT2_11 (0x800UL << ADC_AWD2TR_HT2_Pos) /*!< 0x08000000 */ 1167 1168 /* Legacy definitions */ 1169 #define ADC_TR2_LT2 ADC_AWD2TR_LT2 1170 #define ADC_TR2_LT2_0 ADC_AWD2TR_LT2_0 1171 #define ADC_TR2_LT2_1 ADC_AWD2TR_LT2_1 1172 #define ADC_TR2_LT2_2 ADC_AWD2TR_LT2_2 1173 #define ADC_TR2_LT2_3 ADC_AWD2TR_LT2_3 1174 #define ADC_TR2_LT2_4 ADC_AWD2TR_LT2_4 1175 #define ADC_TR2_LT2_5 ADC_AWD2TR_LT2_5 1176 #define ADC_TR2_LT2_6 ADC_AWD2TR_LT2_6 1177 #define ADC_TR2_LT2_7 ADC_AWD2TR_LT2_7 1178 #define ADC_TR2_LT2_8 ADC_AWD2TR_LT2_8 1179 #define ADC_TR2_LT2_9 ADC_AWD2TR_LT2_9 1180 #define ADC_TR2_LT2_10 ADC_AWD2TR_LT2_10 1181 #define ADC_TR2_LT2_11 ADC_AWD2TR_LT2_11 1182 1183 #define ADC_TR2_HT2 ADC_AWD2TR_HT2 1184 #define ADC_TR2_HT2_0 ADC_AWD2TR_HT2_0 1185 #define ADC_TR2_HT2_1 ADC_AWD2TR_HT2_1 1186 #define ADC_TR2_HT2_2 ADC_AWD2TR_HT2_2 1187 #define ADC_TR2_HT2_3 ADC_AWD2TR_HT2_3 1188 #define ADC_TR2_HT2_4 ADC_AWD2TR_HT2_4 1189 #define ADC_TR2_HT2_5 ADC_AWD2TR_HT2_5 1190 #define ADC_TR2_HT2_6 ADC_AWD2TR_HT2_6 1191 #define ADC_TR2_HT2_7 ADC_AWD2TR_HT2_7 1192 #define ADC_TR2_HT2_8 ADC_AWD2TR_HT2_8 1193 #define ADC_TR2_HT2_9 ADC_AWD2TR_HT2_9 1194 #define ADC_TR2_HT2_10 ADC_AWD2TR_HT2_10 1195 #define ADC_TR2_HT2_11 ADC_AWD2TR_HT2_11 1196 1197 /******************** Bit definition for ADC_CHSELR register ****************/ 1198 #define ADC_CHSELR_CHSEL_Pos (0U) 1199 #define ADC_CHSELR_CHSEL_Msk (0x7FFFFUL << ADC_CHSELR_CHSEL_Pos) /*!< 0x0007FFFF */ 1200 #define ADC_CHSELR_CHSEL ADC_CHSELR_CHSEL_Msk /*!< ADC group regular sequencer channels, available when ADC_CFGR1_CHSELRMOD is reset */ 1201 #define ADC_CHSELR_CHSEL18_Pos (18U) 1202 #define ADC_CHSELR_CHSEL18_Msk (0x1UL << ADC_CHSELR_CHSEL18_Pos) /*!< 0x00040000 */ 1203 #define ADC_CHSELR_CHSEL18 ADC_CHSELR_CHSEL18_Msk /*!< ADC group regular sequencer channel 18, available when ADC_CFGR1_CHSELRMOD is reset */ 1204 #define ADC_CHSELR_CHSEL17_Pos (17U) 1205 #define ADC_CHSELR_CHSEL17_Msk (0x1UL << ADC_CHSELR_CHSEL17_Pos) /*!< 0x00020000 */ 1206 #define ADC_CHSELR_CHSEL17 ADC_CHSELR_CHSEL17_Msk /*!< ADC group regular sequencer channel 17, available when ADC_CFGR1_CHSELRMOD is reset */ 1207 #define ADC_CHSELR_CHSEL16_Pos (16U) 1208 #define ADC_CHSELR_CHSEL16_Msk (0x1UL << ADC_CHSELR_CHSEL16_Pos) /*!< 0x00010000 */ 1209 #define ADC_CHSELR_CHSEL16 ADC_CHSELR_CHSEL16_Msk /*!< ADC group regular sequencer channel 16, available when ADC_CFGR1_CHSELRMOD is reset */ 1210 #define ADC_CHSELR_CHSEL15_Pos (15U) 1211 #define ADC_CHSELR_CHSEL15_Msk (0x1UL << ADC_CHSELR_CHSEL15_Pos) /*!< 0x00008000 */ 1212 #define ADC_CHSELR_CHSEL15 ADC_CHSELR_CHSEL15_Msk /*!< ADC group regular sequencer channel 15, available when ADC_CFGR1_CHSELRMOD is reset */ 1213 #define ADC_CHSELR_CHSEL14_Pos (14U) 1214 #define ADC_CHSELR_CHSEL14_Msk (0x1UL << ADC_CHSELR_CHSEL14_Pos) /*!< 0x00004000 */ 1215 #define ADC_CHSELR_CHSEL14 ADC_CHSELR_CHSEL14_Msk /*!< ADC group regular sequencer channel 14, available when ADC_CFGR1_CHSELRMOD is reset */ 1216 #define ADC_CHSELR_CHSEL13_Pos (13U) 1217 #define ADC_CHSELR_CHSEL13_Msk (0x1UL << ADC_CHSELR_CHSEL13_Pos) /*!< 0x00002000 */ 1218 #define ADC_CHSELR_CHSEL13 ADC_CHSELR_CHSEL13_Msk /*!< ADC group regular sequencer channel 13, available when ADC_CFGR1_CHSELRMOD is reset */ 1219 #define ADC_CHSELR_CHSEL12_Pos (12U) 1220 #define ADC_CHSELR_CHSEL12_Msk (0x1UL << ADC_CHSELR_CHSEL12_Pos) /*!< 0x00001000 */ 1221 #define ADC_CHSELR_CHSEL12 ADC_CHSELR_CHSEL12_Msk /*!< ADC group regular sequencer channel 12, available when ADC_CFGR1_CHSELRMOD is reset */ 1222 #define ADC_CHSELR_CHSEL11_Pos (11U) 1223 #define ADC_CHSELR_CHSEL11_Msk (0x1UL << ADC_CHSELR_CHSEL11_Pos) /*!< 0x00000800 */ 1224 #define ADC_CHSELR_CHSEL11 ADC_CHSELR_CHSEL11_Msk /*!< ADC group regular sequencer channel 11, available when ADC_CFGR1_CHSELRMOD is reset */ 1225 #define ADC_CHSELR_CHSEL10_Pos (10U) 1226 #define ADC_CHSELR_CHSEL10_Msk (0x1UL << ADC_CHSELR_CHSEL10_Pos) /*!< 0x00000400 */ 1227 #define ADC_CHSELR_CHSEL10 ADC_CHSELR_CHSEL10_Msk /*!< ADC group regular sequencer channel 10, available when ADC_CFGR1_CHSELRMOD is reset */ 1228 #define ADC_CHSELR_CHSEL9_Pos (9U) 1229 #define ADC_CHSELR_CHSEL9_Msk (0x1UL << ADC_CHSELR_CHSEL9_Pos) /*!< 0x00000200 */ 1230 #define ADC_CHSELR_CHSEL9 ADC_CHSELR_CHSEL9_Msk /*!< ADC group regular sequencer channel 9, available when ADC_CFGR1_CHSELRMOD is reset */ 1231 #define ADC_CHSELR_CHSEL8_Pos (8U) 1232 #define ADC_CHSELR_CHSEL8_Msk (0x1UL << ADC_CHSELR_CHSEL8_Pos) /*!< 0x00000100 */ 1233 #define ADC_CHSELR_CHSEL8 ADC_CHSELR_CHSEL8_Msk /*!< ADC group regular sequencer channel 8, available when ADC_CFGR1_CHSELRMOD is reset */ 1234 #define ADC_CHSELR_CHSEL7_Pos (7U) 1235 #define ADC_CHSELR_CHSEL7_Msk (0x1UL << ADC_CHSELR_CHSEL7_Pos) /*!< 0x00000080 */ 1236 #define ADC_CHSELR_CHSEL7 ADC_CHSELR_CHSEL7_Msk /*!< ADC group regular sequencer channel 7, available when ADC_CFGR1_CHSELRMOD is reset */ 1237 #define ADC_CHSELR_CHSEL6_Pos (6U) 1238 #define ADC_CHSELR_CHSEL6_Msk (0x1UL << ADC_CHSELR_CHSEL6_Pos) /*!< 0x00000040 */ 1239 #define ADC_CHSELR_CHSEL6 ADC_CHSELR_CHSEL6_Msk /*!< ADC group regular sequencer channel 6, available when ADC_CFGR1_CHSELRMOD is reset */ 1240 #define ADC_CHSELR_CHSEL5_Pos (5U) 1241 #define ADC_CHSELR_CHSEL5_Msk (0x1UL << ADC_CHSELR_CHSEL5_Pos) /*!< 0x00000020 */ 1242 #define ADC_CHSELR_CHSEL5 ADC_CHSELR_CHSEL5_Msk /*!< ADC group regular sequencer channel 5, available when ADC_CFGR1_CHSELRMOD is reset */ 1243 #define ADC_CHSELR_CHSEL4_Pos (4U) 1244 #define ADC_CHSELR_CHSEL4_Msk (0x1UL << ADC_CHSELR_CHSEL4_Pos) /*!< 0x00000010 */ 1245 #define ADC_CHSELR_CHSEL4 ADC_CHSELR_CHSEL4_Msk /*!< ADC group regular sequencer channel 4, available when ADC_CFGR1_CHSELRMOD is reset */ 1246 #define ADC_CHSELR_CHSEL3_Pos (3U) 1247 #define ADC_CHSELR_CHSEL3_Msk (0x1UL << ADC_CHSELR_CHSEL3_Pos) /*!< 0x00000008 */ 1248 #define ADC_CHSELR_CHSEL3 ADC_CHSELR_CHSEL3_Msk /*!< ADC group regular sequencer channel 3, available when ADC_CFGR1_CHSELRMOD is reset */ 1249 #define ADC_CHSELR_CHSEL2_Pos (2U) 1250 #define ADC_CHSELR_CHSEL2_Msk (0x1UL << ADC_CHSELR_CHSEL2_Pos) /*!< 0x00000004 */ 1251 #define ADC_CHSELR_CHSEL2 ADC_CHSELR_CHSEL2_Msk /*!< ADC group regular sequencer channel 2, available when ADC_CFGR1_CHSELRMOD is reset */ 1252 #define ADC_CHSELR_CHSEL1_Pos (1U) 1253 #define ADC_CHSELR_CHSEL1_Msk (0x1UL << ADC_CHSELR_CHSEL1_Pos) /*!< 0x00000002 */ 1254 #define ADC_CHSELR_CHSEL1 ADC_CHSELR_CHSEL1_Msk /*!< ADC group regular sequencer channel 1, available when ADC_CFGR1_CHSELRMOD is reset */ 1255 #define ADC_CHSELR_CHSEL0_Pos (0U) 1256 #define ADC_CHSELR_CHSEL0_Msk (0x1UL << ADC_CHSELR_CHSEL0_Pos) /*!< 0x00000001 */ 1257 #define ADC_CHSELR_CHSEL0 ADC_CHSELR_CHSEL0_Msk /*!< ADC group regular sequencer channel 0, available when ADC_CFGR1_CHSELRMOD is reset */ 1258 1259 #define ADC_CHSELR_SQ_ALL_Pos (0U) 1260 #define ADC_CHSELR_SQ_ALL_Msk (0xFFFFFFFFUL << ADC_CHSELR_SQ_ALL_Pos) /*!< 0xFFFFFFFF */ 1261 #define ADC_CHSELR_SQ_ALL ADC_CHSELR_SQ_ALL_Msk /*!< ADC group regular sequencer all ranks, available when ADC_CFGR1_CHSELRMOD is set */ 1262 1263 #define ADC_CHSELR_SQ8_Pos (28U) 1264 #define ADC_CHSELR_SQ8_Msk (0xFUL << ADC_CHSELR_SQ8_Pos) /*!< 0xF0000000 */ 1265 #define ADC_CHSELR_SQ8 ADC_CHSELR_SQ8_Msk /*!< ADC group regular sequencer rank 8, available when ADC_CFGR1_CHSELRMOD is set */ 1266 #define ADC_CHSELR_SQ8_0 (0x1UL << ADC_CHSELR_SQ8_Pos) /*!< 0x10000000 */ 1267 #define ADC_CHSELR_SQ8_1 (0x2UL << ADC_CHSELR_SQ8_Pos) /*!< 0x20000000 */ 1268 #define ADC_CHSELR_SQ8_2 (0x4UL << ADC_CHSELR_SQ8_Pos) /*!< 0x40000000 */ 1269 #define ADC_CHSELR_SQ8_3 (0x8UL << ADC_CHSELR_SQ8_Pos) /*!< 0x80000000 */ 1270 1271 #define ADC_CHSELR_SQ7_Pos (24U) 1272 #define ADC_CHSELR_SQ7_Msk (0xFUL << ADC_CHSELR_SQ7_Pos) /*!< 0x0F000000 */ 1273 #define ADC_CHSELR_SQ7 ADC_CHSELR_SQ7_Msk /*!< ADC group regular sequencer rank 7, available when ADC_CFGR1_CHSELRMOD is set */ 1274 #define ADC_CHSELR_SQ7_0 (0x1UL << ADC_CHSELR_SQ7_Pos) /*!< 0x01000000 */ 1275 #define ADC_CHSELR_SQ7_1 (0x2UL << ADC_CHSELR_SQ7_Pos) /*!< 0x02000000 */ 1276 #define ADC_CHSELR_SQ7_2 (0x4UL << ADC_CHSELR_SQ7_Pos) /*!< 0x04000000 */ 1277 #define ADC_CHSELR_SQ7_3 (0x8UL << ADC_CHSELR_SQ7_Pos) /*!< 0x08000000 */ 1278 1279 #define ADC_CHSELR_SQ6_Pos (20U) 1280 #define ADC_CHSELR_SQ6_Msk (0xFUL << ADC_CHSELR_SQ6_Pos) /*!< 0x00F00000 */ 1281 #define ADC_CHSELR_SQ6 ADC_CHSELR_SQ6_Msk /*!< ADC group regular sequencer rank 6, available when ADC_CFGR1_CHSELRMOD is set */ 1282 #define ADC_CHSELR_SQ6_0 (0x1UL << ADC_CHSELR_SQ6_Pos) /*!< 0x00100000 */ 1283 #define ADC_CHSELR_SQ6_1 (0x2UL << ADC_CHSELR_SQ6_Pos) /*!< 0x00200000 */ 1284 #define ADC_CHSELR_SQ6_2 (0x4UL << ADC_CHSELR_SQ6_Pos) /*!< 0x00400000 */ 1285 #define ADC_CHSELR_SQ6_3 (0x8UL << ADC_CHSELR_SQ6_Pos) /*!< 0x00800000 */ 1286 1287 #define ADC_CHSELR_SQ5_Pos (16U) 1288 #define ADC_CHSELR_SQ5_Msk (0xFUL << ADC_CHSELR_SQ5_Pos) /*!< 0x000F0000 */ 1289 #define ADC_CHSELR_SQ5 ADC_CHSELR_SQ5_Msk /*!< ADC group regular sequencer rank 5, available when ADC_CFGR1_CHSELRMOD is set */ 1290 #define ADC_CHSELR_SQ5_0 (0x1UL << ADC_CHSELR_SQ5_Pos) /*!< 0x00010000 */ 1291 #define ADC_CHSELR_SQ5_1 (0x2UL << ADC_CHSELR_SQ5_Pos) /*!< 0x00020000 */ 1292 #define ADC_CHSELR_SQ5_2 (0x4UL << ADC_CHSELR_SQ5_Pos) /*!< 0x00040000 */ 1293 #define ADC_CHSELR_SQ5_3 (0x8UL << ADC_CHSELR_SQ5_Pos) /*!< 0x00080000 */ 1294 1295 #define ADC_CHSELR_SQ4_Pos (12U) 1296 #define ADC_CHSELR_SQ4_Msk (0xFUL << ADC_CHSELR_SQ4_Pos) /*!< 0x0000F000 */ 1297 #define ADC_CHSELR_SQ4 ADC_CHSELR_SQ4_Msk /*!< ADC group regular sequencer rank 4, available when ADC_CFGR1_CHSELRMOD is set */ 1298 #define ADC_CHSELR_SQ4_0 (0x1UL << ADC_CHSELR_SQ4_Pos) /*!< 0x00001000 */ 1299 #define ADC_CHSELR_SQ4_1 (0x2UL << ADC_CHSELR_SQ4_Pos) /*!< 0x00002000 */ 1300 #define ADC_CHSELR_SQ4_2 (0x4UL << ADC_CHSELR_SQ4_Pos) /*!< 0x00004000 */ 1301 #define ADC_CHSELR_SQ4_3 (0x8UL << ADC_CHSELR_SQ4_Pos) /*!< 0x00008000 */ 1302 1303 #define ADC_CHSELR_SQ3_Pos (8U) 1304 #define ADC_CHSELR_SQ3_Msk (0xFUL << ADC_CHSELR_SQ3_Pos) /*!< 0x00000F00 */ 1305 #define ADC_CHSELR_SQ3 ADC_CHSELR_SQ3_Msk /*!< ADC group regular sequencer rank 3, available when ADC_CFGR1_CHSELRMOD is set */ 1306 #define ADC_CHSELR_SQ3_0 (0x1UL << ADC_CHSELR_SQ3_Pos) /*!< 0x00000100 */ 1307 #define ADC_CHSELR_SQ3_1 (0x2UL << ADC_CHSELR_SQ3_Pos) /*!< 0x00000200 */ 1308 #define ADC_CHSELR_SQ3_2 (0x4UL << ADC_CHSELR_SQ3_Pos) /*!< 0x00000400 */ 1309 #define ADC_CHSELR_SQ3_3 (0x8UL << ADC_CHSELR_SQ3_Pos) /*!< 0x00000800 */ 1310 1311 #define ADC_CHSELR_SQ2_Pos (4U) 1312 #define ADC_CHSELR_SQ2_Msk (0xFUL << ADC_CHSELR_SQ2_Pos) /*!< 0x000000F0 */ 1313 #define ADC_CHSELR_SQ2 ADC_CHSELR_SQ2_Msk /*!< ADC group regular sequencer rank 2, available when ADC_CFGR1_CHSELRMOD is set */ 1314 #define ADC_CHSELR_SQ2_0 (0x1UL << ADC_CHSELR_SQ2_Pos) /*!< 0x00000010 */ 1315 #define ADC_CHSELR_SQ2_1 (0x2UL << ADC_CHSELR_SQ2_Pos) /*!< 0x00000020 */ 1316 #define ADC_CHSELR_SQ2_2 (0x4UL << ADC_CHSELR_SQ2_Pos) /*!< 0x00000040 */ 1317 #define ADC_CHSELR_SQ2_3 (0x8UL << ADC_CHSELR_SQ2_Pos) /*!< 0x00000080 */ 1318 1319 #define ADC_CHSELR_SQ1_Pos (0U) 1320 #define ADC_CHSELR_SQ1_Msk (0xFUL << ADC_CHSELR_SQ1_Pos) /*!< 0x0000000F */ 1321 #define ADC_CHSELR_SQ1 ADC_CHSELR_SQ1_Msk /*!< ADC group regular sequencer rank 1, available when ADC_CFGR1_CHSELRMOD is set */ 1322 #define ADC_CHSELR_SQ1_0 (0x1UL << ADC_CHSELR_SQ1_Pos) /*!< 0x00000001 */ 1323 #define ADC_CHSELR_SQ1_1 (0x2UL << ADC_CHSELR_SQ1_Pos) /*!< 0x00000002 */ 1324 #define ADC_CHSELR_SQ1_2 (0x4UL << ADC_CHSELR_SQ1_Pos) /*!< 0x00000004 */ 1325 #define ADC_CHSELR_SQ1_3 (0x8UL << ADC_CHSELR_SQ1_Pos) /*!< 0x00000008 */ 1326 1327 /******************** Bit definition for ADC_AWD3TR register *******************/ 1328 #define ADC_AWD3TR_LT3_Pos (0U) 1329 #define ADC_AWD3TR_LT3_Msk (0xFFFUL << ADC_AWD3TR_LT3_Pos) /*!< 0x00000FFF */ 1330 #define ADC_AWD3TR_LT3 ADC_AWD3TR_LT3_Msk /*!< ADC analog watchdog 3 threshold low */ 1331 #define ADC_AWD3TR_LT3_0 (0x001UL << ADC_AWD3TR_LT3_Pos) /*!< 0x00000001 */ 1332 #define ADC_AWD3TR_LT3_1 (0x002UL << ADC_AWD3TR_LT3_Pos) /*!< 0x00000002 */ 1333 #define ADC_AWD3TR_LT3_2 (0x004UL << ADC_AWD3TR_LT3_Pos) /*!< 0x00000004 */ 1334 #define ADC_AWD3TR_LT3_3 (0x008UL << ADC_AWD3TR_LT3_Pos) /*!< 0x00000008 */ 1335 #define ADC_AWD3TR_LT3_4 (0x010UL << ADC_AWD3TR_LT3_Pos) /*!< 0x00000010 */ 1336 #define ADC_AWD3TR_LT3_5 (0x020UL << ADC_AWD3TR_LT3_Pos) /*!< 0x00000020 */ 1337 #define ADC_AWD3TR_LT3_6 (0x040UL << ADC_AWD3TR_LT3_Pos) /*!< 0x00000040 */ 1338 #define ADC_AWD3TR_LT3_7 (0x080UL << ADC_AWD3TR_LT3_Pos) /*!< 0x00000080 */ 1339 #define ADC_AWD3TR_LT3_8 (0x100UL << ADC_AWD3TR_LT3_Pos) /*!< 0x00000100 */ 1340 #define ADC_AWD3TR_LT3_9 (0x200UL << ADC_AWD3TR_LT3_Pos) /*!< 0x00000200 */ 1341 #define ADC_AWD3TR_LT3_10 (0x400UL << ADC_AWD3TR_LT3_Pos) /*!< 0x00000400 */ 1342 #define ADC_AWD3TR_LT3_11 (0x800UL << ADC_AWD3TR_LT3_Pos) /*!< 0x00000800 */ 1343 1344 #define ADC_AWD3TR_HT3_Pos (16U) 1345 #define ADC_AWD3TR_HT3_Msk (0xFFFUL << ADC_AWD3TR_HT3_Pos) /*!< 0x0FFF0000 */ 1346 #define ADC_AWD3TR_HT3 ADC_AWD3TR_HT3_Msk /*!< ADC analog watchdog 3 threshold high */ 1347 #define ADC_AWD3TR_HT3_0 (0x001UL << ADC_AWD3TR_HT3_Pos) /*!< 0x00010000 */ 1348 #define ADC_AWD3TR_HT3_1 (0x002UL << ADC_AWD3TR_HT3_Pos) /*!< 0x00020000 */ 1349 #define ADC_AWD3TR_HT3_2 (0x004UL << ADC_AWD3TR_HT3_Pos) /*!< 0x00040000 */ 1350 #define ADC_AWD3TR_HT3_3 (0x008UL << ADC_AWD3TR_HT3_Pos) /*!< 0x00080000 */ 1351 #define ADC_AWD3TR_HT3_4 (0x010UL << ADC_AWD3TR_HT3_Pos) /*!< 0x00100000 */ 1352 #define ADC_AWD3TR_HT3_5 (0x020UL << ADC_AWD3TR_HT3_Pos) /*!< 0x00200000 */ 1353 #define ADC_AWD3TR_HT3_6 (0x040UL << ADC_AWD3TR_HT3_Pos) /*!< 0x00400000 */ 1354 #define ADC_AWD3TR_HT3_7 (0x080UL << ADC_AWD3TR_HT3_Pos) /*!< 0x00800000 */ 1355 #define ADC_AWD3TR_HT3_8 (0x100UL << ADC_AWD3TR_HT3_Pos) /*!< 0x01000000 */ 1356 #define ADC_AWD3TR_HT3_9 (0x200UL << ADC_AWD3TR_HT3_Pos) /*!< 0x02000000 */ 1357 #define ADC_AWD3TR_HT3_10 (0x400UL << ADC_AWD3TR_HT3_Pos) /*!< 0x04000000 */ 1358 #define ADC_AWD3TR_HT3_11 (0x800UL << ADC_AWD3TR_HT3_Pos) /*!< 0x08000000 */ 1359 1360 /* Legacy definitions */ 1361 #define ADC_TR3_LT3 ADC_AWD3TR_LT3 1362 #define ADC_TR3_LT3_0 ADC_AWD3TR_LT3_0 1363 #define ADC_TR3_LT3_1 ADC_AWD3TR_LT3_1 1364 #define ADC_TR3_LT3_2 ADC_AWD3TR_LT3_2 1365 #define ADC_TR3_LT3_3 ADC_AWD3TR_LT3_3 1366 #define ADC_TR3_LT3_4 ADC_AWD3TR_LT3_4 1367 #define ADC_TR3_LT3_5 ADC_AWD3TR_LT3_5 1368 #define ADC_TR3_LT3_6 ADC_AWD3TR_LT3_6 1369 #define ADC_TR3_LT3_7 ADC_AWD3TR_LT3_7 1370 #define ADC_TR3_LT3_8 ADC_AWD3TR_LT3_8 1371 #define ADC_TR3_LT3_9 ADC_AWD3TR_LT3_9 1372 #define ADC_TR3_LT3_10 ADC_AWD3TR_LT3_10 1373 #define ADC_TR3_LT3_11 ADC_AWD3TR_LT3_11 1374 1375 #define ADC_TR3_HT3 ADC_AWD3TR_HT3 1376 #define ADC_TR3_HT3_0 ADC_AWD3TR_HT3_0 1377 #define ADC_TR3_HT3_1 ADC_AWD3TR_HT3_1 1378 #define ADC_TR3_HT3_2 ADC_AWD3TR_HT3_2 1379 #define ADC_TR3_HT3_3 ADC_AWD3TR_HT3_3 1380 #define ADC_TR3_HT3_4 ADC_AWD3TR_HT3_4 1381 #define ADC_TR3_HT3_5 ADC_AWD3TR_HT3_5 1382 #define ADC_TR3_HT3_6 ADC_AWD3TR_HT3_6 1383 #define ADC_TR3_HT3_7 ADC_AWD3TR_HT3_7 1384 #define ADC_TR3_HT3_8 ADC_AWD3TR_HT3_8 1385 #define ADC_TR3_HT3_9 ADC_AWD3TR_HT3_9 1386 #define ADC_TR3_HT3_10 ADC_AWD3TR_HT3_10 1387 #define ADC_TR3_HT3_11 ADC_AWD3TR_HT3_11 1388 1389 /******************** Bit definition for ADC_DR register ********************/ 1390 #define ADC_DR_DATA_Pos (0U) 1391 #define ADC_DR_DATA_Msk (0xFFFFUL << ADC_DR_DATA_Pos) /*!< 0x0000FFFF */ 1392 #define ADC_DR_DATA ADC_DR_DATA_Msk /*!< ADC group regular conversion data */ 1393 #define ADC_DR_DATA_0 (0x0001UL << ADC_DR_DATA_Pos) /*!< 0x00000001 */ 1394 #define ADC_DR_DATA_1 (0x0002UL << ADC_DR_DATA_Pos) /*!< 0x00000002 */ 1395 #define ADC_DR_DATA_2 (0x0004UL << ADC_DR_DATA_Pos) /*!< 0x00000004 */ 1396 #define ADC_DR_DATA_3 (0x0008UL << ADC_DR_DATA_Pos) /*!< 0x00000008 */ 1397 #define ADC_DR_DATA_4 (0x0010UL << ADC_DR_DATA_Pos) /*!< 0x00000010 */ 1398 #define ADC_DR_DATA_5 (0x0020UL << ADC_DR_DATA_Pos) /*!< 0x00000020 */ 1399 #define ADC_DR_DATA_6 (0x0040UL << ADC_DR_DATA_Pos) /*!< 0x00000040 */ 1400 #define ADC_DR_DATA_7 (0x0080UL << ADC_DR_DATA_Pos) /*!< 0x00000080 */ 1401 #define ADC_DR_DATA_8 (0x0100UL << ADC_DR_DATA_Pos) /*!< 0x00000100 */ 1402 #define ADC_DR_DATA_9 (0x0200UL << ADC_DR_DATA_Pos) /*!< 0x00000200 */ 1403 #define ADC_DR_DATA_10 (0x0400UL << ADC_DR_DATA_Pos) /*!< 0x00000400 */ 1404 #define ADC_DR_DATA_11 (0x0800UL << ADC_DR_DATA_Pos) /*!< 0x00000800 */ 1405 #define ADC_DR_DATA_12 (0x1000UL << ADC_DR_DATA_Pos) /*!< 0x00001000 */ 1406 #define ADC_DR_DATA_13 (0x2000UL << ADC_DR_DATA_Pos) /*!< 0x00002000 */ 1407 #define ADC_DR_DATA_14 (0x4000UL << ADC_DR_DATA_Pos) /*!< 0x00004000 */ 1408 #define ADC_DR_DATA_15 (0x8000UL << ADC_DR_DATA_Pos) /*!< 0x00008000 */ 1409 1410 /******************** Bit definition for ADC_AWD2CR register ****************/ 1411 #define ADC_AWD2CR_AWD2CH_Pos (0U) 1412 #define ADC_AWD2CR_AWD2CH_Msk (0x7FFFFUL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x0007FFFF */ 1413 #define ADC_AWD2CR_AWD2CH ADC_AWD2CR_AWD2CH_Msk /*!< ADC analog watchdog 2 monitored channel selection */ 1414 #define ADC_AWD2CR_AWD2CH_0 (0x00001UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00000001 */ 1415 #define ADC_AWD2CR_AWD2CH_1 (0x00002UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00000002 */ 1416 #define ADC_AWD2CR_AWD2CH_2 (0x00004UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00000004 */ 1417 #define ADC_AWD2CR_AWD2CH_3 (0x00008UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00000008 */ 1418 #define ADC_AWD2CR_AWD2CH_4 (0x00010UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00000010 */ 1419 #define ADC_AWD2CR_AWD2CH_5 (0x00020UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00000020 */ 1420 #define ADC_AWD2CR_AWD2CH_6 (0x00040UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00000040 */ 1421 #define ADC_AWD2CR_AWD2CH_7 (0x00080UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00000080 */ 1422 #define ADC_AWD2CR_AWD2CH_8 (0x00100UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00000100 */ 1423 #define ADC_AWD2CR_AWD2CH_9 (0x00200UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00000200 */ 1424 #define ADC_AWD2CR_AWD2CH_10 (0x00400UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00000400 */ 1425 #define ADC_AWD2CR_AWD2CH_11 (0x00800UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00000800 */ 1426 #define ADC_AWD2CR_AWD2CH_12 (0x01000UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00001000 */ 1427 #define ADC_AWD2CR_AWD2CH_13 (0x02000UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00002000 */ 1428 #define ADC_AWD2CR_AWD2CH_14 (0x04000UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00004000 */ 1429 #define ADC_AWD2CR_AWD2CH_15 (0x08000UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00008000 */ 1430 #define ADC_AWD2CR_AWD2CH_16 (0x10000UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00010000 */ 1431 #define ADC_AWD2CR_AWD2CH_17 (0x20000UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00020000 */ 1432 #define ADC_AWD2CR_AWD2CH_18 (0x40000UL << ADC_AWD2CR_AWD2CH_Pos) /*!< 0x00040000 */ 1433 1434 /******************** Bit definition for ADC_AWD3CR register ****************/ 1435 #define ADC_AWD3CR_AWD3CH_Pos (0U) 1436 #define ADC_AWD3CR_AWD3CH_Msk (0x7FFFFUL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x0007FFFF */ 1437 #define ADC_AWD3CR_AWD3CH ADC_AWD3CR_AWD3CH_Msk /*!< ADC analog watchdog 3 monitored channel selection */ 1438 #define ADC_AWD3CR_AWD3CH_0 (0x00001UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00000001 */ 1439 #define ADC_AWD3CR_AWD3CH_1 (0x00002UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00000002 */ 1440 #define ADC_AWD3CR_AWD3CH_2 (0x00004UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00000004 */ 1441 #define ADC_AWD3CR_AWD3CH_3 (0x00008UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00000008 */ 1442 #define ADC_AWD3CR_AWD3CH_4 (0x00010UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00000010 */ 1443 #define ADC_AWD3CR_AWD3CH_5 (0x00020UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00000020 */ 1444 #define ADC_AWD3CR_AWD3CH_6 (0x00040UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00000040 */ 1445 #define ADC_AWD3CR_AWD3CH_7 (0x00080UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00000080 */ 1446 #define ADC_AWD3CR_AWD3CH_8 (0x00100UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00000100 */ 1447 #define ADC_AWD3CR_AWD3CH_9 (0x00200UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00000200 */ 1448 #define ADC_AWD3CR_AWD3CH_10 (0x00400UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00000400 */ 1449 #define ADC_AWD3CR_AWD3CH_11 (0x00800UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00000800 */ 1450 #define ADC_AWD3CR_AWD3CH_12 (0x01000UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00001000 */ 1451 #define ADC_AWD3CR_AWD3CH_13 (0x02000UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00002000 */ 1452 #define ADC_AWD3CR_AWD3CH_14 (0x04000UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00004000 */ 1453 #define ADC_AWD3CR_AWD3CH_15 (0x08000UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00008000 */ 1454 #define ADC_AWD3CR_AWD3CH_16 (0x10000UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00010000 */ 1455 #define ADC_AWD3CR_AWD3CH_17 (0x20000UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00020000 */ 1456 #define ADC_AWD3CR_AWD3CH_18 (0x40000UL << ADC_AWD3CR_AWD3CH_Pos) /*!< 0x00040000 */ 1457 1458 /******************** Bit definition for ADC_CALFACT register ***************/ 1459 #define ADC_CALFACT_CALFACT_Pos (0U) 1460 #define ADC_CALFACT_CALFACT_Msk (0x7FUL << ADC_CALFACT_CALFACT_Pos) /*!< 0x0000007F */ 1461 #define ADC_CALFACT_CALFACT ADC_CALFACT_CALFACT_Msk /*!< ADC calibration factor in single-ended mode */ 1462 #define ADC_CALFACT_CALFACT_0 (0x01UL << ADC_CALFACT_CALFACT_Pos) /*!< 0x00000001 */ 1463 #define ADC_CALFACT_CALFACT_1 (0x02UL << ADC_CALFACT_CALFACT_Pos) /*!< 0x00000002 */ 1464 #define ADC_CALFACT_CALFACT_2 (0x04UL << ADC_CALFACT_CALFACT_Pos) /*!< 0x00000004 */ 1465 #define ADC_CALFACT_CALFACT_3 (0x08UL << ADC_CALFACT_CALFACT_Pos) /*!< 0x00000008 */ 1466 #define ADC_CALFACT_CALFACT_4 (0x10UL << ADC_CALFACT_CALFACT_Pos) /*!< 0x00000010 */ 1467 #define ADC_CALFACT_CALFACT_5 (0x20UL << ADC_CALFACT_CALFACT_Pos) /*!< 0x00000020 */ 1468 #define ADC_CALFACT_CALFACT_6 (0x40UL << ADC_CALFACT_CALFACT_Pos) /*!< 0x00000040 */ 1469 1470 /************************* ADC Common registers *****************************/ 1471 /******************** Bit definition for ADC_CCR register *******************/ 1472 #define ADC_CCR_PRESC_Pos (18U) 1473 #define ADC_CCR_PRESC_Msk (0xFUL << ADC_CCR_PRESC_Pos) /*!< 0x003C0000 */ 1474 #define ADC_CCR_PRESC ADC_CCR_PRESC_Msk /*!< ADC common clock prescaler, only for clock source asynchronous */ 1475 #define ADC_CCR_PRESC_0 (0x1UL << ADC_CCR_PRESC_Pos) /*!< 0x00040000 */ 1476 #define ADC_CCR_PRESC_1 (0x2UL << ADC_CCR_PRESC_Pos) /*!< 0x00080000 */ 1477 #define ADC_CCR_PRESC_2 (0x4UL << ADC_CCR_PRESC_Pos) /*!< 0x00100000 */ 1478 #define ADC_CCR_PRESC_3 (0x8UL << ADC_CCR_PRESC_Pos) /*!< 0x00200000 */ 1479 1480 #define ADC_CCR_VREFEN_Pos (22U) 1481 #define ADC_CCR_VREFEN_Msk (0x1UL << ADC_CCR_VREFEN_Pos) /*!< 0x00400000 */ 1482 #define ADC_CCR_VREFEN ADC_CCR_VREFEN_Msk /*!< ADC internal path to VrefInt enable */ 1483 #define ADC_CCR_TSEN_Pos (23U) 1484 #define ADC_CCR_TSEN_Msk (0x1UL << ADC_CCR_TSEN_Pos) /*!< 0x00800000 */ 1485 #define ADC_CCR_TSEN ADC_CCR_TSEN_Msk /*!< ADC internal path to temperature sensor enable */ 1486 #define ADC_CCR_VBATEN_Pos (24U) 1487 #define ADC_CCR_VBATEN_Msk (0x1UL << ADC_CCR_VBATEN_Pos) /*!< 0x01000000 */ 1488 #define ADC_CCR_VBATEN ADC_CCR_VBATEN_Msk /*!< ADC internal path to battery voltage enable */ 1489 1490 /* Legacy */ 1491 #define ADC_CCR_LFMEN_Pos (25U) 1492 #define ADC_CCR_LFMEN_Msk (0x1UL << ADC_CCR_LFMEN_Pos) /*!< 0x02000000 */ 1493 #define ADC_CCR_LFMEN ADC_CCR_LFMEN_Msk /*!< Legacy feature, useless on STM32G0 (ADC common clock low frequency mode is automatically managed by ADC peripheral on STM32G0) */ 1494 1495 1496 /******************************************************************************/ 1497 /* */ 1498 /* CRC calculation unit */ 1499 /* */ 1500 /******************************************************************************/ 1501 /******************* Bit definition for CRC_DR register *********************/ 1502 #define CRC_DR_DR_Pos (0U) 1503 #define CRC_DR_DR_Msk (0xFFFFFFFFUL << CRC_DR_DR_Pos) /*!< 0xFFFFFFFF */ 1504 #define CRC_DR_DR CRC_DR_DR_Msk /*!< Data register bits */ 1505 1506 /******************* Bit definition for CRC_IDR register ********************/ 1507 #define CRC_IDR_IDR_Pos (0U) 1508 #define CRC_IDR_IDR_Msk (0xFFFFFFFFUL << CRC_IDR_IDR_Pos) /*!< 0xFFFFFFFF */ 1509 #define CRC_IDR_IDR CRC_IDR_IDR_Msk /*!< General-purpose 32-bits data register bits */ 1510 1511 /******************** Bit definition for CRC_CR register ********************/ 1512 #define CRC_CR_RESET_Pos (0U) 1513 #define CRC_CR_RESET_Msk (0x1UL << CRC_CR_RESET_Pos) /*!< 0x00000001 */ 1514 #define CRC_CR_RESET CRC_CR_RESET_Msk /*!< RESET the CRC computation unit bit */ 1515 #define CRC_CR_POLYSIZE_Pos (3U) 1516 #define CRC_CR_POLYSIZE_Msk (0x3UL << CRC_CR_POLYSIZE_Pos) /*!< 0x00000018 */ 1517 #define CRC_CR_POLYSIZE CRC_CR_POLYSIZE_Msk /*!< Polynomial size bits */ 1518 #define CRC_CR_POLYSIZE_0 (0x1UL << CRC_CR_POLYSIZE_Pos) /*!< 0x00000008 */ 1519 #define CRC_CR_POLYSIZE_1 (0x2UL << CRC_CR_POLYSIZE_Pos) /*!< 0x00000010 */ 1520 #define CRC_CR_REV_IN_Pos (5U) 1521 #define CRC_CR_REV_IN_Msk (0x3UL << CRC_CR_REV_IN_Pos) /*!< 0x00000060 */ 1522 #define CRC_CR_REV_IN CRC_CR_REV_IN_Msk /*!< REV_IN Reverse Input Data bits */ 1523 #define CRC_CR_REV_IN_0 (0x1UL << CRC_CR_REV_IN_Pos) /*!< 0x00000020 */ 1524 #define CRC_CR_REV_IN_1 (0x2UL << CRC_CR_REV_IN_Pos) /*!< 0x00000040 */ 1525 #define CRC_CR_REV_OUT_Pos (7U) 1526 #define CRC_CR_REV_OUT_Msk (0x1UL << CRC_CR_REV_OUT_Pos) /*!< 0x00000080 */ 1527 #define CRC_CR_REV_OUT CRC_CR_REV_OUT_Msk /*!< REV_OUT Reverse Output Data bits */ 1528 1529 /******************* Bit definition for CRC_INIT register *******************/ 1530 #define CRC_INIT_INIT_Pos (0U) 1531 #define CRC_INIT_INIT_Msk (0xFFFFFFFFUL << CRC_INIT_INIT_Pos) /*!< 0xFFFFFFFF */ 1532 #define CRC_INIT_INIT CRC_INIT_INIT_Msk /*!< Initial CRC value bits */ 1533 1534 /******************* Bit definition for CRC_POL register ********************/ 1535 #define CRC_POL_POL_Pos (0U) 1536 #define CRC_POL_POL_Msk (0xFFFFFFFFUL << CRC_POL_POL_Pos) /*!< 0xFFFFFFFF */ 1537 #define CRC_POL_POL CRC_POL_POL_Msk /*!< Coefficients of the polynomial */ 1538 1539 1540 /******************************************************************************/ 1541 /* */ 1542 /* Digital to Analog Converter */ 1543 /* */ 1544 /******************************************************************************/ 1545 /* 1546 * @brief Specific device feature definitions 1547 */ 1548 #define DAC_ADDITIONAL_TRIGGERS_SUPPORT 1549 1550 /******************** Bit definition for DAC_CR register ********************/ 1551 #define DAC_CR_EN1_Pos (0U) 1552 #define DAC_CR_EN1_Msk (0x1UL << DAC_CR_EN1_Pos) /*!< 0x00000001 */ 1553 #define DAC_CR_EN1 DAC_CR_EN1_Msk /*!<DAC channel1 enable */ 1554 #define DAC_CR_TEN1_Pos (1U) 1555 #define DAC_CR_TEN1_Msk (0x1UL << DAC_CR_TEN1_Pos) /*!< 0x00000002 */ 1556 #define DAC_CR_TEN1 DAC_CR_TEN1_Msk /*!<DAC channel1 Trigger enable */ 1557 1558 #define DAC_CR_TSEL1_Pos (2U) 1559 #define DAC_CR_TSEL1_Msk (0xFUL << DAC_CR_TSEL1_Pos) /*!< 0x0000003C */ 1560 #define DAC_CR_TSEL1 DAC_CR_TSEL1_Msk /*!<TSEL1[3:0] (DAC channel1 Trigger selection) */ 1561 #define DAC_CR_TSEL1_0 (0x1UL << DAC_CR_TSEL1_Pos) /*!< 0x00000004 */ 1562 #define DAC_CR_TSEL1_1 (0x2UL << DAC_CR_TSEL1_Pos) /*!< 0x00000008 */ 1563 #define DAC_CR_TSEL1_2 (0x4UL << DAC_CR_TSEL1_Pos) /*!< 0x00000010 */ 1564 #define DAC_CR_TSEL1_3 (0x8UL << DAC_CR_TSEL1_Pos) /*!< 0x00000020 */ 1565 1566 #define DAC_CR_WAVE1_Pos (6U) 1567 #define DAC_CR_WAVE1_Msk (0x3UL << DAC_CR_WAVE1_Pos) /*!< 0x000000C0 */ 1568 #define DAC_CR_WAVE1 DAC_CR_WAVE1_Msk /*!<WAVE1[1:0] (DAC channel1 noise/triangle wave generation enable) */ 1569 #define DAC_CR_WAVE1_0 (0x1UL << DAC_CR_WAVE1_Pos) /*!< 0x00000040 */ 1570 #define DAC_CR_WAVE1_1 (0x2UL << DAC_CR_WAVE1_Pos) /*!< 0x00000080 */ 1571 1572 #define DAC_CR_MAMP1_Pos (8U) 1573 #define DAC_CR_MAMP1_Msk (0xFUL << DAC_CR_MAMP1_Pos) /*!< 0x00000F00 */ 1574 #define DAC_CR_MAMP1 DAC_CR_MAMP1_Msk /*!<MAMP1[3:0] (DAC channel1 Mask/Amplitude selector) */ 1575 #define DAC_CR_MAMP1_0 (0x1UL << DAC_CR_MAMP1_Pos) /*!< 0x00000100 */ 1576 #define DAC_CR_MAMP1_1 (0x2UL << DAC_CR_MAMP1_Pos) /*!< 0x00000200 */ 1577 #define DAC_CR_MAMP1_2 (0x4UL << DAC_CR_MAMP1_Pos) /*!< 0x00000400 */ 1578 #define DAC_CR_MAMP1_3 (0x8UL << DAC_CR_MAMP1_Pos) /*!< 0x00000800 */ 1579 1580 #define DAC_CR_DMAEN1_Pos (12U) 1581 #define DAC_CR_DMAEN1_Msk (0x1UL << DAC_CR_DMAEN1_Pos) /*!< 0x00001000 */ 1582 #define DAC_CR_DMAEN1 DAC_CR_DMAEN1_Msk /*!<DAC channel1 DMA enable */ 1583 #define DAC_CR_DMAUDRIE1_Pos (13U) 1584 #define DAC_CR_DMAUDRIE1_Msk (0x1UL << DAC_CR_DMAUDRIE1_Pos) /*!< 0x00002000 */ 1585 #define DAC_CR_DMAUDRIE1 DAC_CR_DMAUDRIE1_Msk /*!<DAC channel 1 DMA underrun interrupt enable >*/ 1586 #define DAC_CR_CEN1_Pos (14U) 1587 #define DAC_CR_CEN1_Msk (0x1UL << DAC_CR_CEN1_Pos) /*!< 0x00004000 */ 1588 #define DAC_CR_CEN1 DAC_CR_CEN1_Msk /*!<DAC channel 1 calibration enable >*/ 1589 1590 #define DAC_CR_EN2_Pos (16U) 1591 #define DAC_CR_EN2_Msk (0x1UL << DAC_CR_EN2_Pos) /*!< 0x00010000 */ 1592 #define DAC_CR_EN2 DAC_CR_EN2_Msk /*!<DAC channel2 enable */ 1593 #define DAC_CR_TEN2_Pos (17U) 1594 #define DAC_CR_TEN2_Msk (0x1UL << DAC_CR_TEN2_Pos) /*!< 0x00020000 */ 1595 #define DAC_CR_TEN2 DAC_CR_TEN2_Msk /*!<DAC channel2 Trigger enable */ 1596 1597 #define DAC_CR_TSEL2_Pos (18U) 1598 #define DAC_CR_TSEL2_Msk (0xFUL << DAC_CR_TSEL2_Pos) /*!< 0x003C0000 */ 1599 #define DAC_CR_TSEL2 DAC_CR_TSEL2_Msk /*!<TSEL2[2:0] (DAC channel2 Trigger selection) */ 1600 #define DAC_CR_TSEL2_0 (0x1UL << DAC_CR_TSEL2_Pos) /*!< 0x00040000 */ 1601 #define DAC_CR_TSEL2_1 (0x2UL << DAC_CR_TSEL2_Pos) /*!< 0x00080000 */ 1602 #define DAC_CR_TSEL2_2 (0x4UL << DAC_CR_TSEL2_Pos) /*!< 0x00100000 */ 1603 #define DAC_CR_TSEL2_3 (0x8UL << DAC_CR_TSEL2_Pos) /*!< 0x00200000 */ 1604 1605 #define DAC_CR_WAVE2_Pos (22U) 1606 #define DAC_CR_WAVE2_Msk (0x3UL << DAC_CR_WAVE2_Pos) /*!< 0x00C00000 */ 1607 #define DAC_CR_WAVE2 DAC_CR_WAVE2_Msk /*!<WAVE2[1:0] (DAC channel2 noise/triangle wave generation enable) */ 1608 #define DAC_CR_WAVE2_0 (0x1UL << DAC_CR_WAVE2_Pos) /*!< 0x00400000 */ 1609 #define DAC_CR_WAVE2_1 (0x2UL << DAC_CR_WAVE2_Pos) /*!< 0x00800000 */ 1610 1611 #define DAC_CR_MAMP2_Pos (24U) 1612 #define DAC_CR_MAMP2_Msk (0xFUL << DAC_CR_MAMP2_Pos) /*!< 0x0F000000 */ 1613 #define DAC_CR_MAMP2 DAC_CR_MAMP2_Msk /*!<MAMP2[3:0] (DAC channel2 Mask/Amplitude selector) */ 1614 #define DAC_CR_MAMP2_0 (0x1UL << DAC_CR_MAMP2_Pos) /*!< 0x01000000 */ 1615 #define DAC_CR_MAMP2_1 (0x2UL << DAC_CR_MAMP2_Pos) /*!< 0x02000000 */ 1616 #define DAC_CR_MAMP2_2 (0x4UL << DAC_CR_MAMP2_Pos) /*!< 0x04000000 */ 1617 #define DAC_CR_MAMP2_3 (0x8UL << DAC_CR_MAMP2_Pos) /*!< 0x08000000 */ 1618 1619 #define DAC_CR_DMAEN2_Pos (28U) 1620 #define DAC_CR_DMAEN2_Msk (0x1UL << DAC_CR_DMAEN2_Pos) /*!< 0x10000000 */ 1621 #define DAC_CR_DMAEN2 DAC_CR_DMAEN2_Msk /*!<DAC channel2 DMA enabled */ 1622 #define DAC_CR_DMAUDRIE2_Pos (29U) 1623 #define DAC_CR_DMAUDRIE2_Msk (0x1UL << DAC_CR_DMAUDRIE2_Pos) /*!< 0x20000000 */ 1624 #define DAC_CR_DMAUDRIE2 DAC_CR_DMAUDRIE2_Msk /*!<DAC channel2 DMA underrun interrupt enable >*/ 1625 #define DAC_CR_CEN2_Pos (30U) 1626 #define DAC_CR_CEN2_Msk (0x1UL << DAC_CR_CEN2_Pos) /*!< 0x40000000 */ 1627 #define DAC_CR_CEN2 DAC_CR_CEN2_Msk /*!<DAC channel2 calibration enable >*/ 1628 1629 /***************** Bit definition for DAC_SWTRIGR register ******************/ 1630 #define DAC_SWTRIGR_SWTRIG1_Pos (0U) 1631 #define DAC_SWTRIGR_SWTRIG1_Msk (0x1UL << DAC_SWTRIGR_SWTRIG1_Pos) /*!< 0x00000001 */ 1632 #define DAC_SWTRIGR_SWTRIG1 DAC_SWTRIGR_SWTRIG1_Msk /*!<DAC channel1 software trigger */ 1633 #define DAC_SWTRIGR_SWTRIG2_Pos (1U) 1634 #define DAC_SWTRIGR_SWTRIG2_Msk (0x1UL << DAC_SWTRIGR_SWTRIG2_Pos) /*!< 0x00000002 */ 1635 #define DAC_SWTRIGR_SWTRIG2 DAC_SWTRIGR_SWTRIG2_Msk /*!<DAC channel2 software trigger */ 1636 1637 /***************** Bit definition for DAC_DHR12R1 register ******************/ 1638 #define DAC_DHR12R1_DACC1DHR_Pos (0U) 1639 #define DAC_DHR12R1_DACC1DHR_Msk (0xFFFUL << DAC_DHR12R1_DACC1DHR_Pos) /*!< 0x00000FFF */ 1640 #define DAC_DHR12R1_DACC1DHR DAC_DHR12R1_DACC1DHR_Msk /*!<DAC channel1 12-bit Right aligned data */ 1641 1642 /***************** Bit definition for DAC_DHR12L1 register ******************/ 1643 #define DAC_DHR12L1_DACC1DHR_Pos (4U) 1644 #define DAC_DHR12L1_DACC1DHR_Msk (0xFFFUL << DAC_DHR12L1_DACC1DHR_Pos) /*!< 0x0000FFF0 */ 1645 #define DAC_DHR12L1_DACC1DHR DAC_DHR12L1_DACC1DHR_Msk /*!<DAC channel1 12-bit Left aligned data */ 1646 1647 /****************** Bit definition for DAC_DHR8R1 register ******************/ 1648 #define DAC_DHR8R1_DACC1DHR_Pos (0U) 1649 #define DAC_DHR8R1_DACC1DHR_Msk (0xFFUL << DAC_DHR8R1_DACC1DHR_Pos) /*!< 0x000000FF */ 1650 #define DAC_DHR8R1_DACC1DHR DAC_DHR8R1_DACC1DHR_Msk /*!<DAC channel1 8-bit Right aligned data */ 1651 1652 /***************** Bit definition for DAC_DHR12R2 register ******************/ 1653 #define DAC_DHR12R2_DACC2DHR_Pos (0U) 1654 #define DAC_DHR12R2_DACC2DHR_Msk (0xFFFUL << DAC_DHR12R2_DACC2DHR_Pos) /*!< 0x00000FFF */ 1655 #define DAC_DHR12R2_DACC2DHR DAC_DHR12R2_DACC2DHR_Msk /*!<DAC channel2 12-bit Right aligned data */ 1656 1657 /***************** Bit definition for DAC_DHR12L2 register ******************/ 1658 #define DAC_DHR12L2_DACC2DHR_Pos (4U) 1659 #define DAC_DHR12L2_DACC2DHR_Msk (0xFFFUL << DAC_DHR12L2_DACC2DHR_Pos) /*!< 0x0000FFF0 */ 1660 #define DAC_DHR12L2_DACC2DHR DAC_DHR12L2_DACC2DHR_Msk /*!<DAC channel2 12-bit Left aligned data */ 1661 1662 /****************** Bit definition for DAC_DHR8R2 register ******************/ 1663 #define DAC_DHR8R2_DACC2DHR_Pos (0U) 1664 #define DAC_DHR8R2_DACC2DHR_Msk (0xFFUL << DAC_DHR8R2_DACC2DHR_Pos) /*!< 0x000000FF */ 1665 #define DAC_DHR8R2_DACC2DHR DAC_DHR8R2_DACC2DHR_Msk /*!<DAC channel2 8-bit Right aligned data */ 1666 1667 /***************** Bit definition for DAC_DHR12RD register ******************/ 1668 #define DAC_DHR12RD_DACC1DHR_Pos (0U) 1669 #define DAC_DHR12RD_DACC1DHR_Msk (0xFFFUL << DAC_DHR12RD_DACC1DHR_Pos) /*!< 0x00000FFF */ 1670 #define DAC_DHR12RD_DACC1DHR DAC_DHR12RD_DACC1DHR_Msk /*!<DAC channel1 12-bit Right aligned data */ 1671 #define DAC_DHR12RD_DACC2DHR_Pos (16U) 1672 #define DAC_DHR12RD_DACC2DHR_Msk (0xFFFUL << DAC_DHR12RD_DACC2DHR_Pos) /*!< 0x0FFF0000 */ 1673 #define DAC_DHR12RD_DACC2DHR DAC_DHR12RD_DACC2DHR_Msk /*!<DAC channel2 12-bit Right aligned data */ 1674 1675 /***************** Bit definition for DAC_DHR12LD register ******************/ 1676 #define DAC_DHR12LD_DACC1DHR_Pos (4U) 1677 #define DAC_DHR12LD_DACC1DHR_Msk (0xFFFUL << DAC_DHR12LD_DACC1DHR_Pos) /*!< 0x0000FFF0 */ 1678 #define DAC_DHR12LD_DACC1DHR DAC_DHR12LD_DACC1DHR_Msk /*!<DAC channel1 12-bit Left aligned data */ 1679 #define DAC_DHR12LD_DACC2DHR_Pos (20U) 1680 #define DAC_DHR12LD_DACC2DHR_Msk (0xFFFUL << DAC_DHR12LD_DACC2DHR_Pos) /*!< 0xFFF00000 */ 1681 #define DAC_DHR12LD_DACC2DHR DAC_DHR12LD_DACC2DHR_Msk /*!<DAC channel2 12-bit Left aligned data */ 1682 1683 /****************** Bit definition for DAC_DHR8RD register ******************/ 1684 #define DAC_DHR8RD_DACC1DHR_Pos (0U) 1685 #define DAC_DHR8RD_DACC1DHR_Msk (0xFFUL << DAC_DHR8RD_DACC1DHR_Pos) /*!< 0x000000FF */ 1686 #define DAC_DHR8RD_DACC1DHR DAC_DHR8RD_DACC1DHR_Msk /*!<DAC channel1 8-bit Right aligned data */ 1687 #define DAC_DHR8RD_DACC2DHR_Pos (8U) 1688 #define DAC_DHR8RD_DACC2DHR_Msk (0xFFUL << DAC_DHR8RD_DACC2DHR_Pos) /*!< 0x0000FF00 */ 1689 #define DAC_DHR8RD_DACC2DHR DAC_DHR8RD_DACC2DHR_Msk /*!<DAC channel2 8-bit Right aligned data */ 1690 1691 /******************* Bit definition for DAC_DOR1 register *******************/ 1692 #define DAC_DOR1_DACC1DOR_Pos (0U) 1693 #define DAC_DOR1_DACC1DOR_Msk (0xFFFUL << DAC_DOR1_DACC1DOR_Pos) /*!< 0x00000FFF */ 1694 #define DAC_DOR1_DACC1DOR DAC_DOR1_DACC1DOR_Msk /*!<DAC channel1 data output */ 1695 1696 /******************* Bit definition for DAC_DOR2 register *******************/ 1697 #define DAC_DOR2_DACC2DOR_Pos (0U) 1698 #define DAC_DOR2_DACC2DOR_Msk (0xFFFUL << DAC_DOR2_DACC2DOR_Pos) /*!< 0x00000FFF */ 1699 #define DAC_DOR2_DACC2DOR DAC_DOR2_DACC2DOR_Msk /*!<DAC channel2 data output */ 1700 1701 /******************** Bit definition for DAC_SR register ********************/ 1702 #define DAC_SR_DMAUDR1_Pos (13U) 1703 #define DAC_SR_DMAUDR1_Msk (0x1UL << DAC_SR_DMAUDR1_Pos) /*!< 0x00002000 */ 1704 #define DAC_SR_DMAUDR1 DAC_SR_DMAUDR1_Msk /*!<DAC channel1 DMA underrun flag */ 1705 #define DAC_SR_CAL_FLAG1_Pos (14U) 1706 #define DAC_SR_CAL_FLAG1_Msk (0x1UL << DAC_SR_CAL_FLAG1_Pos) /*!< 0x00004000 */ 1707 #define DAC_SR_CAL_FLAG1 DAC_SR_CAL_FLAG1_Msk /*!<DAC channel1 calibration offset status */ 1708 #define DAC_SR_BWST1_Pos (15U) 1709 #define DAC_SR_BWST1_Msk (0x1UL << DAC_SR_BWST1_Pos) /*!< 0x00008000 */ 1710 #define DAC_SR_BWST1 DAC_SR_BWST1_Msk /*!<DAC channel1 busy writing sample time flag */ 1711 1712 #define DAC_SR_DMAUDR2_Pos (29U) 1713 #define DAC_SR_DMAUDR2_Msk (0x1UL << DAC_SR_DMAUDR2_Pos) /*!< 0x20000000 */ 1714 #define DAC_SR_DMAUDR2 DAC_SR_DMAUDR2_Msk /*!<DAC channel2 DMA underrun flag */ 1715 #define DAC_SR_CAL_FLAG2_Pos (30U) 1716 #define DAC_SR_CAL_FLAG2_Msk (0x1UL << DAC_SR_CAL_FLAG2_Pos) /*!< 0x40000000 */ 1717 #define DAC_SR_CAL_FLAG2 DAC_SR_CAL_FLAG2_Msk /*!<DAC channel2 calibration offset status */ 1718 #define DAC_SR_BWST2_Pos (31U) 1719 #define DAC_SR_BWST2_Msk (0x1UL << DAC_SR_BWST2_Pos) /*!< 0x80000000 */ 1720 #define DAC_SR_BWST2 DAC_SR_BWST2_Msk /*!<DAC channel2 busy writing sample time flag */ 1721 1722 /******************* Bit definition for DAC_CCR register ********************/ 1723 #define DAC_CCR_OTRIM1_Pos (0U) 1724 #define DAC_CCR_OTRIM1_Msk (0x1FUL << DAC_CCR_OTRIM1_Pos) /*!< 0x0000001F */ 1725 #define DAC_CCR_OTRIM1 DAC_CCR_OTRIM1_Msk /*!<DAC channel1 offset trimming value */ 1726 #define DAC_CCR_OTRIM2_Pos (16U) 1727 #define DAC_CCR_OTRIM2_Msk (0x1FUL << DAC_CCR_OTRIM2_Pos) /*!< 0x001F0000 */ 1728 #define DAC_CCR_OTRIM2 DAC_CCR_OTRIM2_Msk /*!<DAC channel2 offset trimming value */ 1729 1730 /******************* Bit definition for DAC_MCR register *******************/ 1731 #define DAC_MCR_MODE1_Pos (0U) 1732 #define DAC_MCR_MODE1_Msk (0x7UL << DAC_MCR_MODE1_Pos) /*!< 0x00000007 */ 1733 #define DAC_MCR_MODE1 DAC_MCR_MODE1_Msk /*!<MODE1[2:0] (DAC channel1 mode) */ 1734 #define DAC_MCR_MODE1_0 (0x1UL << DAC_MCR_MODE1_Pos) /*!< 0x00000001 */ 1735 #define DAC_MCR_MODE1_1 (0x2UL << DAC_MCR_MODE1_Pos) /*!< 0x00000002 */ 1736 #define DAC_MCR_MODE1_2 (0x4UL << DAC_MCR_MODE1_Pos) /*!< 0x00000004 */ 1737 1738 #define DAC_MCR_MODE2_Pos (16U) 1739 #define DAC_MCR_MODE2_Msk (0x7UL << DAC_MCR_MODE2_Pos) /*!< 0x00070000 */ 1740 #define DAC_MCR_MODE2 DAC_MCR_MODE2_Msk /*!<MODE2[2:0] (DAC channel2 mode) */ 1741 #define DAC_MCR_MODE2_0 (0x1UL << DAC_MCR_MODE2_Pos) /*!< 0x00010000 */ 1742 #define DAC_MCR_MODE2_1 (0x2UL << DAC_MCR_MODE2_Pos) /*!< 0x00020000 */ 1743 #define DAC_MCR_MODE2_2 (0x4UL << DAC_MCR_MODE2_Pos) /*!< 0x00040000 */ 1744 1745 /****************** Bit definition for DAC_SHSR1 register ******************/ 1746 #define DAC_SHSR1_TSAMPLE1_Pos (0U) 1747 #define DAC_SHSR1_TSAMPLE1_Msk (0x3FFUL << DAC_SHSR1_TSAMPLE1_Pos) /*!< 0x000003FF */ 1748 #define DAC_SHSR1_TSAMPLE1 DAC_SHSR1_TSAMPLE1_Msk /*!<DAC channel1 sample time */ 1749 1750 /****************** Bit definition for DAC_SHSR2 register ******************/ 1751 #define DAC_SHSR2_TSAMPLE2_Pos (0U) 1752 #define DAC_SHSR2_TSAMPLE2_Msk (0x3FFUL << DAC_SHSR2_TSAMPLE2_Pos) /*!< 0x000003FF */ 1753 #define DAC_SHSR2_TSAMPLE2 DAC_SHSR2_TSAMPLE2_Msk /*!<DAC channel2 sample time */ 1754 1755 /****************** Bit definition for DAC_SHHR register ******************/ 1756 #define DAC_SHHR_THOLD1_Pos (0U) 1757 #define DAC_SHHR_THOLD1_Msk (0x3FFUL << DAC_SHHR_THOLD1_Pos) /*!< 0x000003FF */ 1758 #define DAC_SHHR_THOLD1 DAC_SHHR_THOLD1_Msk /*!<DAC channel1 hold time */ 1759 #define DAC_SHHR_THOLD2_Pos (16U) 1760 #define DAC_SHHR_THOLD2_Msk (0x3FFUL << DAC_SHHR_THOLD2_Pos) /*!< 0x03FF0000 */ 1761 #define DAC_SHHR_THOLD2 DAC_SHHR_THOLD2_Msk /*!<DAC channel2 hold time */ 1762 1763 /****************** Bit definition for DAC_SHRR register ******************/ 1764 #define DAC_SHRR_TREFRESH1_Pos (0U) 1765 #define DAC_SHRR_TREFRESH1_Msk (0xFFUL << DAC_SHRR_TREFRESH1_Pos) /*!< 0x000000FF */ 1766 #define DAC_SHRR_TREFRESH1 DAC_SHRR_TREFRESH1_Msk /*!<DAC channel1 refresh time */ 1767 #define DAC_SHRR_TREFRESH2_Pos (16U) 1768 #define DAC_SHRR_TREFRESH2_Msk (0xFFUL << DAC_SHRR_TREFRESH2_Pos) /*!< 0x00FF0000 */ 1769 #define DAC_SHRR_TREFRESH2 DAC_SHRR_TREFRESH2_Msk /*!<DAC channel2 refresh time */ 1770 1771 1772 /******************************************************************************/ 1773 /* */ 1774 /* Debug MCU */ 1775 /* */ 1776 /******************************************************************************/ 1777 1778 /******************************************************************************/ 1779 /* */ 1780 /* DMA Controller (DMA) */ 1781 /* */ 1782 /******************************************************************************/ 1783 1784 /******************* Bit definition for DMA_ISR register ********************/ 1785 #define DMA_ISR_GIF1_Pos (0U) 1786 #define DMA_ISR_GIF1_Msk (0x1UL << DMA_ISR_GIF1_Pos) /*!< 0x00000001 */ 1787 #define DMA_ISR_GIF1 DMA_ISR_GIF1_Msk /*!< Channel 1 Global interrupt flag */ 1788 #define DMA_ISR_TCIF1_Pos (1U) 1789 #define DMA_ISR_TCIF1_Msk (0x1UL << DMA_ISR_TCIF1_Pos) /*!< 0x00000002 */ 1790 #define DMA_ISR_TCIF1 DMA_ISR_TCIF1_Msk /*!< Channel 1 Transfer Complete flag */ 1791 #define DMA_ISR_HTIF1_Pos (2U) 1792 #define DMA_ISR_HTIF1_Msk (0x1UL << DMA_ISR_HTIF1_Pos) /*!< 0x00000004 */ 1793 #define DMA_ISR_HTIF1 DMA_ISR_HTIF1_Msk /*!< Channel 1 Half Transfer flag */ 1794 #define DMA_ISR_TEIF1_Pos (3U) 1795 #define DMA_ISR_TEIF1_Msk (0x1UL << DMA_ISR_TEIF1_Pos) /*!< 0x00000008 */ 1796 #define DMA_ISR_TEIF1 DMA_ISR_TEIF1_Msk /*!< Channel 1 Transfer Error flag */ 1797 #define DMA_ISR_GIF2_Pos (4U) 1798 #define DMA_ISR_GIF2_Msk (0x1UL << DMA_ISR_GIF2_Pos) /*!< 0x00000010 */ 1799 #define DMA_ISR_GIF2 DMA_ISR_GIF2_Msk /*!< Channel 2 Global interrupt flag */ 1800 #define DMA_ISR_TCIF2_Pos (5U) 1801 #define DMA_ISR_TCIF2_Msk (0x1UL << DMA_ISR_TCIF2_Pos) /*!< 0x00000020 */ 1802 #define DMA_ISR_TCIF2 DMA_ISR_TCIF2_Msk /*!< Channel 2 Transfer Complete flag */ 1803 #define DMA_ISR_HTIF2_Pos (6U) 1804 #define DMA_ISR_HTIF2_Msk (0x1UL << DMA_ISR_HTIF2_Pos) /*!< 0x00000040 */ 1805 #define DMA_ISR_HTIF2 DMA_ISR_HTIF2_Msk /*!< Channel 2 Half Transfer flag */ 1806 #define DMA_ISR_TEIF2_Pos (7U) 1807 #define DMA_ISR_TEIF2_Msk (0x1UL << DMA_ISR_TEIF2_Pos) /*!< 0x00000080 */ 1808 #define DMA_ISR_TEIF2 DMA_ISR_TEIF2_Msk /*!< Channel 2 Transfer Error flag */ 1809 #define DMA_ISR_GIF3_Pos (8U) 1810 #define DMA_ISR_GIF3_Msk (0x1UL << DMA_ISR_GIF3_Pos) /*!< 0x00000100 */ 1811 #define DMA_ISR_GIF3 DMA_ISR_GIF3_Msk /*!< Channel 3 Global interrupt flag */ 1812 #define DMA_ISR_TCIF3_Pos (9U) 1813 #define DMA_ISR_TCIF3_Msk (0x1UL << DMA_ISR_TCIF3_Pos) /*!< 0x00000200 */ 1814 #define DMA_ISR_TCIF3 DMA_ISR_TCIF3_Msk /*!< Channel 3 Transfer Complete flag */ 1815 #define DMA_ISR_HTIF3_Pos (10U) 1816 #define DMA_ISR_HTIF3_Msk (0x1UL << DMA_ISR_HTIF3_Pos) /*!< 0x00000400 */ 1817 #define DMA_ISR_HTIF3 DMA_ISR_HTIF3_Msk /*!< Channel 3 Half Transfer flag */ 1818 #define DMA_ISR_TEIF3_Pos (11U) 1819 #define DMA_ISR_TEIF3_Msk (0x1UL << DMA_ISR_TEIF3_Pos) /*!< 0x00000800 */ 1820 #define DMA_ISR_TEIF3 DMA_ISR_TEIF3_Msk /*!< Channel 3 Transfer Error flag */ 1821 #define DMA_ISR_GIF4_Pos (12U) 1822 #define DMA_ISR_GIF4_Msk (0x1UL << DMA_ISR_GIF4_Pos) /*!< 0x00001000 */ 1823 #define DMA_ISR_GIF4 DMA_ISR_GIF4_Msk /*!< Channel 4 Global interrupt flag */ 1824 #define DMA_ISR_TCIF4_Pos (13U) 1825 #define DMA_ISR_TCIF4_Msk (0x1UL << DMA_ISR_TCIF4_Pos) /*!< 0x00002000 */ 1826 #define DMA_ISR_TCIF4 DMA_ISR_TCIF4_Msk /*!< Channel 4 Transfer Complete flag */ 1827 #define DMA_ISR_HTIF4_Pos (14U) 1828 #define DMA_ISR_HTIF4_Msk (0x1UL << DMA_ISR_HTIF4_Pos) /*!< 0x00004000 */ 1829 #define DMA_ISR_HTIF4 DMA_ISR_HTIF4_Msk /*!< Channel 4 Half Transfer flag */ 1830 #define DMA_ISR_TEIF4_Pos (15U) 1831 #define DMA_ISR_TEIF4_Msk (0x1UL << DMA_ISR_TEIF4_Pos) /*!< 0x00008000 */ 1832 #define DMA_ISR_TEIF4 DMA_ISR_TEIF4_Msk /*!< Channel 4 Transfer Error flag */ 1833 #define DMA_ISR_GIF5_Pos (16U) 1834 #define DMA_ISR_GIF5_Msk (0x1UL << DMA_ISR_GIF5_Pos) /*!< 0x00010000 */ 1835 #define DMA_ISR_GIF5 DMA_ISR_GIF5_Msk /*!< Channel 5 Global interrupt flag */ 1836 #define DMA_ISR_TCIF5_Pos (17U) 1837 #define DMA_ISR_TCIF5_Msk (0x1UL << DMA_ISR_TCIF5_Pos) /*!< 0x00020000 */ 1838 #define DMA_ISR_TCIF5 DMA_ISR_TCIF5_Msk /*!< Channel 5 Transfer Complete flag */ 1839 #define DMA_ISR_HTIF5_Pos (18U) 1840 #define DMA_ISR_HTIF5_Msk (0x1UL << DMA_ISR_HTIF5_Pos) /*!< 0x00040000 */ 1841 #define DMA_ISR_HTIF5 DMA_ISR_HTIF5_Msk /*!< Channel 5 Half Transfer flag */ 1842 #define DMA_ISR_TEIF5_Pos (19U) 1843 #define DMA_ISR_TEIF5_Msk (0x1UL << DMA_ISR_TEIF5_Pos) /*!< 0x00080000 */ 1844 #define DMA_ISR_TEIF5 DMA_ISR_TEIF5_Msk /*!< Channel 5 Transfer Error flag */ 1845 #define DMA_ISR_GIF6_Pos (20U) 1846 #define DMA_ISR_GIF6_Msk (0x1UL << DMA_ISR_GIF6_Pos) /*!< 0x00100000 */ 1847 #define DMA_ISR_GIF6 DMA_ISR_GIF6_Msk /*!< Channel 6 Global interrupt flag */ 1848 #define DMA_ISR_TCIF6_Pos (21U) 1849 #define DMA_ISR_TCIF6_Msk (0x1UL << DMA_ISR_TCIF6_Pos) /*!< 0x00200000 */ 1850 #define DMA_ISR_TCIF6 DMA_ISR_TCIF6_Msk /*!< Channel 6 Transfer Complete flag */ 1851 #define DMA_ISR_HTIF6_Pos (22U) 1852 #define DMA_ISR_HTIF6_Msk (0x1UL << DMA_ISR_HTIF6_Pos) /*!< 0x00400000 */ 1853 #define DMA_ISR_HTIF6 DMA_ISR_HTIF6_Msk /*!< Channel 6 Half Transfer flag */ 1854 #define DMA_ISR_TEIF6_Pos (23U) 1855 #define DMA_ISR_TEIF6_Msk (0x1UL << DMA_ISR_TEIF6_Pos) /*!< 0x00800000 */ 1856 #define DMA_ISR_TEIF6 DMA_ISR_TEIF6_Msk /*!< Channel 6 Transfer Error flag */ 1857 #define DMA_ISR_GIF7_Pos (24U) 1858 #define DMA_ISR_GIF7_Msk (0x1UL << DMA_ISR_GIF7_Pos) /*!< 0x01000000 */ 1859 #define DMA_ISR_GIF7 DMA_ISR_GIF7_Msk /*!< Channel 7 Global interrupt flag */ 1860 #define DMA_ISR_TCIF7_Pos (25U) 1861 #define DMA_ISR_TCIF7_Msk (0x1UL << DMA_ISR_TCIF7_Pos) /*!< 0x02000000 */ 1862 #define DMA_ISR_TCIF7 DMA_ISR_TCIF7_Msk /*!< Channel 7 Transfer Complete flag */ 1863 #define DMA_ISR_HTIF7_Pos (26U) 1864 #define DMA_ISR_HTIF7_Msk (0x1UL << DMA_ISR_HTIF7_Pos) /*!< 0x04000000 */ 1865 #define DMA_ISR_HTIF7 DMA_ISR_HTIF7_Msk /*!< Channel 7 Half Transfer flag */ 1866 #define DMA_ISR_TEIF7_Pos (27U) 1867 #define DMA_ISR_TEIF7_Msk (0x1UL << DMA_ISR_TEIF7_Pos) /*!< 0x08000000 */ 1868 #define DMA_ISR_TEIF7 DMA_ISR_TEIF7_Msk /*!< Channel 7 Transfer Error flag */ 1869 1870 /******************* Bit definition for DMA_IFCR register *******************/ 1871 #define DMA_IFCR_CGIF1_Pos (0U) 1872 #define DMA_IFCR_CGIF1_Msk (0x1UL << DMA_IFCR_CGIF1_Pos) /*!< 0x00000001 */ 1873 #define DMA_IFCR_CGIF1 DMA_IFCR_CGIF1_Msk /*!< Channel 1 Global interrupt clearr */ 1874 #define DMA_IFCR_CTCIF1_Pos (1U) 1875 #define DMA_IFCR_CTCIF1_Msk (0x1UL << DMA_IFCR_CTCIF1_Pos) /*!< 0x00000002 */ 1876 #define DMA_IFCR_CTCIF1 DMA_IFCR_CTCIF1_Msk /*!< Channel 1 Transfer Complete clear */ 1877 #define DMA_IFCR_CHTIF1_Pos (2U) 1878 #define DMA_IFCR_CHTIF1_Msk (0x1UL << DMA_IFCR_CHTIF1_Pos) /*!< 0x00000004 */ 1879 #define DMA_IFCR_CHTIF1 DMA_IFCR_CHTIF1_Msk /*!< Channel 1 Half Transfer clear */ 1880 #define DMA_IFCR_CTEIF1_Pos (3U) 1881 #define DMA_IFCR_CTEIF1_Msk (0x1UL << DMA_IFCR_CTEIF1_Pos) /*!< 0x00000008 */ 1882 #define DMA_IFCR_CTEIF1 DMA_IFCR_CTEIF1_Msk /*!< Channel 1 Transfer Error clear */ 1883 #define DMA_IFCR_CGIF2_Pos (4U) 1884 #define DMA_IFCR_CGIF2_Msk (0x1UL << DMA_IFCR_CGIF2_Pos) /*!< 0x00000010 */ 1885 #define DMA_IFCR_CGIF2 DMA_IFCR_CGIF2_Msk /*!< Channel 2 Global interrupt clear */ 1886 #define DMA_IFCR_CTCIF2_Pos (5U) 1887 #define DMA_IFCR_CTCIF2_Msk (0x1UL << DMA_IFCR_CTCIF2_Pos) /*!< 0x00000020 */ 1888 #define DMA_IFCR_CTCIF2 DMA_IFCR_CTCIF2_Msk /*!< Channel 2 Transfer Complete clear */ 1889 #define DMA_IFCR_CHTIF2_Pos (6U) 1890 #define DMA_IFCR_CHTIF2_Msk (0x1UL << DMA_IFCR_CHTIF2_Pos) /*!< 0x00000040 */ 1891 #define DMA_IFCR_CHTIF2 DMA_IFCR_CHTIF2_Msk /*!< Channel 2 Half Transfer clear */ 1892 #define DMA_IFCR_CTEIF2_Pos (7U) 1893 #define DMA_IFCR_CTEIF2_Msk (0x1UL << DMA_IFCR_CTEIF2_Pos) /*!< 0x00000080 */ 1894 #define DMA_IFCR_CTEIF2 DMA_IFCR_CTEIF2_Msk /*!< Channel 2 Transfer Error clear */ 1895 #define DMA_IFCR_CGIF3_Pos (8U) 1896 #define DMA_IFCR_CGIF3_Msk (0x1UL << DMA_IFCR_CGIF3_Pos) /*!< 0x00000100 */ 1897 #define DMA_IFCR_CGIF3 DMA_IFCR_CGIF3_Msk /*!< Channel 3 Global interrupt clear */ 1898 #define DMA_IFCR_CTCIF3_Pos (9U) 1899 #define DMA_IFCR_CTCIF3_Msk (0x1UL << DMA_IFCR_CTCIF3_Pos) /*!< 0x00000200 */ 1900 #define DMA_IFCR_CTCIF3 DMA_IFCR_CTCIF3_Msk /*!< Channel 3 Transfer Complete clear */ 1901 #define DMA_IFCR_CHTIF3_Pos (10U) 1902 #define DMA_IFCR_CHTIF3_Msk (0x1UL << DMA_IFCR_CHTIF3_Pos) /*!< 0x00000400 */ 1903 #define DMA_IFCR_CHTIF3 DMA_IFCR_CHTIF3_Msk /*!< Channel 3 Half Transfer clear */ 1904 #define DMA_IFCR_CTEIF3_Pos (11U) 1905 #define DMA_IFCR_CTEIF3_Msk (0x1UL << DMA_IFCR_CTEIF3_Pos) /*!< 0x00000800 */ 1906 #define DMA_IFCR_CTEIF3 DMA_IFCR_CTEIF3_Msk /*!< Channel 3 Transfer Error clear */ 1907 #define DMA_IFCR_CGIF4_Pos (12U) 1908 #define DMA_IFCR_CGIF4_Msk (0x1UL << DMA_IFCR_CGIF4_Pos) /*!< 0x00001000 */ 1909 #define DMA_IFCR_CGIF4 DMA_IFCR_CGIF4_Msk /*!< Channel 4 Global interrupt clear */ 1910 #define DMA_IFCR_CTCIF4_Pos (13U) 1911 #define DMA_IFCR_CTCIF4_Msk (0x1UL << DMA_IFCR_CTCIF4_Pos) /*!< 0x00002000 */ 1912 #define DMA_IFCR_CTCIF4 DMA_IFCR_CTCIF4_Msk /*!< Channel 4 Transfer Complete clear */ 1913 #define DMA_IFCR_CHTIF4_Pos (14U) 1914 #define DMA_IFCR_CHTIF4_Msk (0x1UL << DMA_IFCR_CHTIF4_Pos) /*!< 0x00004000 */ 1915 #define DMA_IFCR_CHTIF4 DMA_IFCR_CHTIF4_Msk /*!< Channel 4 Half Transfer clear */ 1916 #define DMA_IFCR_CTEIF4_Pos (15U) 1917 #define DMA_IFCR_CTEIF4_Msk (0x1UL << DMA_IFCR_CTEIF4_Pos) /*!< 0x00008000 */ 1918 #define DMA_IFCR_CTEIF4 DMA_IFCR_CTEIF4_Msk /*!< Channel 4 Transfer Error clear */ 1919 #define DMA_IFCR_CGIF5_Pos (16U) 1920 #define DMA_IFCR_CGIF5_Msk (0x1UL << DMA_IFCR_CGIF5_Pos) /*!< 0x00010000 */ 1921 #define DMA_IFCR_CGIF5 DMA_IFCR_CGIF5_Msk /*!< Channel 5 Global interrupt clear */ 1922 #define DMA_IFCR_CTCIF5_Pos (17U) 1923 #define DMA_IFCR_CTCIF5_Msk (0x1UL << DMA_IFCR_CTCIF5_Pos) /*!< 0x00020000 */ 1924 #define DMA_IFCR_CTCIF5 DMA_IFCR_CTCIF5_Msk /*!< Channel 5 Transfer Complete clear */ 1925 #define DMA_IFCR_CHTIF5_Pos (18U) 1926 #define DMA_IFCR_CHTIF5_Msk (0x1UL << DMA_IFCR_CHTIF5_Pos) /*!< 0x00040000 */ 1927 #define DMA_IFCR_CHTIF5 DMA_IFCR_CHTIF5_Msk /*!< Channel 5 Half Transfer clear */ 1928 #define DMA_IFCR_CTEIF5_Pos (19U) 1929 #define DMA_IFCR_CTEIF5_Msk (0x1UL << DMA_IFCR_CTEIF5_Pos) /*!< 0x00080000 */ 1930 #define DMA_IFCR_CTEIF5 DMA_IFCR_CTEIF5_Msk /*!< Channel 5 Transfer Error clear */ 1931 #define DMA_IFCR_CGIF6_Pos (20U) 1932 #define DMA_IFCR_CGIF6_Msk (0x1UL << DMA_IFCR_CGIF6_Pos) /*!< 0x00100000 */ 1933 #define DMA_IFCR_CGIF6 DMA_IFCR_CGIF6_Msk /*!< Channel 6 Global interrupt clear */ 1934 #define DMA_IFCR_CTCIF6_Pos (21U) 1935 #define DMA_IFCR_CTCIF6_Msk (0x1UL << DMA_IFCR_CTCIF6_Pos) /*!< 0x00200000 */ 1936 #define DMA_IFCR_CTCIF6 DMA_IFCR_CTCIF6_Msk /*!< Channel 6 Transfer Complete clear */ 1937 #define DMA_IFCR_CHTIF6_Pos (22U) 1938 #define DMA_IFCR_CHTIF6_Msk (0x1UL << DMA_IFCR_CHTIF6_Pos) /*!< 0x00400000 */ 1939 #define DMA_IFCR_CHTIF6 DMA_IFCR_CHTIF6_Msk /*!< Channel 6 Half Transfer clear */ 1940 #define DMA_IFCR_CTEIF6_Pos (23U) 1941 #define DMA_IFCR_CTEIF6_Msk (0x1UL << DMA_IFCR_CTEIF6_Pos) /*!< 0x00800000 */ 1942 #define DMA_IFCR_CTEIF6 DMA_IFCR_CTEIF6_Msk /*!< Channel 6 Transfer Error clear */ 1943 #define DMA_IFCR_CGIF7_Pos (24U) 1944 #define DMA_IFCR_CGIF7_Msk (0x1UL << DMA_IFCR_CGIF7_Pos) /*!< 0x01000000 */ 1945 #define DMA_IFCR_CGIF7 DMA_IFCR_CGIF7_Msk /*!< Channel 7 Global interrupt clear */ 1946 #define DMA_IFCR_CTCIF7_Pos (25U) 1947 #define DMA_IFCR_CTCIF7_Msk (0x1UL << DMA_IFCR_CTCIF7_Pos) /*!< 0x02000000 */ 1948 #define DMA_IFCR_CTCIF7 DMA_IFCR_CTCIF7_Msk /*!< Channel 7 Transfer Complete clear */ 1949 #define DMA_IFCR_CHTIF7_Pos (26U) 1950 #define DMA_IFCR_CHTIF7_Msk (0x1UL << DMA_IFCR_CHTIF7_Pos) /*!< 0x04000000 */ 1951 #define DMA_IFCR_CHTIF7 DMA_IFCR_CHTIF7_Msk /*!< Channel 7 Half Transfer clear */ 1952 #define DMA_IFCR_CTEIF7_Pos (27U) 1953 #define DMA_IFCR_CTEIF7_Msk (0x1UL << DMA_IFCR_CTEIF7_Pos) /*!< 0x08000000 */ 1954 #define DMA_IFCR_CTEIF7 DMA_IFCR_CTEIF7_Msk /*!< Channel 7 Transfer Error clear */ 1955 1956 /******************* Bit definition for DMA_CCR register ********************/ 1957 #define DMA_CCR_EN_Pos (0U) 1958 #define DMA_CCR_EN_Msk (0x1UL << DMA_CCR_EN_Pos) /*!< 0x00000001 */ 1959 #define DMA_CCR_EN DMA_CCR_EN_Msk /*!< Channel enable */ 1960 #define DMA_CCR_TCIE_Pos (1U) 1961 #define DMA_CCR_TCIE_Msk (0x1UL << DMA_CCR_TCIE_Pos) /*!< 0x00000002 */ 1962 #define DMA_CCR_TCIE DMA_CCR_TCIE_Msk /*!< Transfer complete interrupt enable */ 1963 #define DMA_CCR_HTIE_Pos (2U) 1964 #define DMA_CCR_HTIE_Msk (0x1UL << DMA_CCR_HTIE_Pos) /*!< 0x00000004 */ 1965 #define DMA_CCR_HTIE DMA_CCR_HTIE_Msk /*!< Half Transfer interrupt enable */ 1966 #define DMA_CCR_TEIE_Pos (3U) 1967 #define DMA_CCR_TEIE_Msk (0x1UL << DMA_CCR_TEIE_Pos) /*!< 0x00000008 */ 1968 #define DMA_CCR_TEIE DMA_CCR_TEIE_Msk /*!< Transfer error interrupt enable */ 1969 #define DMA_CCR_DIR_Pos (4U) 1970 #define DMA_CCR_DIR_Msk (0x1UL << DMA_CCR_DIR_Pos) /*!< 0x00000010 */ 1971 #define DMA_CCR_DIR DMA_CCR_DIR_Msk /*!< Data transfer direction */ 1972 #define DMA_CCR_CIRC_Pos (5U) 1973 #define DMA_CCR_CIRC_Msk (0x1UL << DMA_CCR_CIRC_Pos) /*!< 0x00000020 */ 1974 #define DMA_CCR_CIRC DMA_CCR_CIRC_Msk /*!< Circular mode */ 1975 #define DMA_CCR_PINC_Pos (6U) 1976 #define DMA_CCR_PINC_Msk (0x1UL << DMA_CCR_PINC_Pos) /*!< 0x00000040 */ 1977 #define DMA_CCR_PINC DMA_CCR_PINC_Msk /*!< Peripheral increment mode */ 1978 #define DMA_CCR_MINC_Pos (7U) 1979 #define DMA_CCR_MINC_Msk (0x1UL << DMA_CCR_MINC_Pos) /*!< 0x00000080 */ 1980 #define DMA_CCR_MINC DMA_CCR_MINC_Msk /*!< Memory increment mode */ 1981 1982 #define DMA_CCR_PSIZE_Pos (8U) 1983 #define DMA_CCR_PSIZE_Msk (0x3UL << DMA_CCR_PSIZE_Pos) /*!< 0x00000300 */ 1984 #define DMA_CCR_PSIZE DMA_CCR_PSIZE_Msk /*!< PSIZE[1:0] bits (Peripheral size) */ 1985 #define DMA_CCR_PSIZE_0 (0x1UL << DMA_CCR_PSIZE_Pos) /*!< 0x00000100 */ 1986 #define DMA_CCR_PSIZE_1 (0x2UL << DMA_CCR_PSIZE_Pos) /*!< 0x00000200 */ 1987 1988 #define DMA_CCR_MSIZE_Pos (10U) 1989 #define DMA_CCR_MSIZE_Msk (0x3UL << DMA_CCR_MSIZE_Pos) /*!< 0x00000C00 */ 1990 #define DMA_CCR_MSIZE DMA_CCR_MSIZE_Msk /*!< MSIZE[1:0] bits (Memory size) */ 1991 #define DMA_CCR_MSIZE_0 (0x1UL << DMA_CCR_MSIZE_Pos) /*!< 0x00000400 */ 1992 #define DMA_CCR_MSIZE_1 (0x2UL << DMA_CCR_MSIZE_Pos) /*!< 0x00000800 */ 1993 1994 #define DMA_CCR_PL_Pos (12U) 1995 #define DMA_CCR_PL_Msk (0x3UL << DMA_CCR_PL_Pos) /*!< 0x00003000 */ 1996 #define DMA_CCR_PL DMA_CCR_PL_Msk /*!< PL[1:0] bits(Channel Priority level)*/ 1997 #define DMA_CCR_PL_0 (0x1UL << DMA_CCR_PL_Pos) /*!< 0x00001000 */ 1998 #define DMA_CCR_PL_1 (0x2UL << DMA_CCR_PL_Pos) /*!< 0x00002000 */ 1999 2000 #define DMA_CCR_MEM2MEM_Pos (14U) 2001 #define DMA_CCR_MEM2MEM_Msk (0x1UL << DMA_CCR_MEM2MEM_Pos) /*!< 0x00004000 */ 2002 #define DMA_CCR_MEM2MEM DMA_CCR_MEM2MEM_Msk /*!< Memory to memory mode */ 2003 2004 /****************** Bit definition for DMA_CNDTR register *******************/ 2005 #define DMA_CNDTR_NDT_Pos (0U) 2006 #define DMA_CNDTR_NDT_Msk (0xFFFFUL << DMA_CNDTR_NDT_Pos) /*!< 0x0000FFFF */ 2007 #define DMA_CNDTR_NDT DMA_CNDTR_NDT_Msk /*!< Number of data to Transfer */ 2008 2009 /****************** Bit definition for DMA_CPAR register ********************/ 2010 #define DMA_CPAR_PA_Pos (0U) 2011 #define DMA_CPAR_PA_Msk (0xFFFFFFFFUL << DMA_CPAR_PA_Pos) /*!< 0xFFFFFFFF */ 2012 #define DMA_CPAR_PA DMA_CPAR_PA_Msk /*!< Peripheral Address */ 2013 2014 /****************** Bit definition for DMA_CMAR register ********************/ 2015 #define DMA_CMAR_MA_Pos (0U) 2016 #define DMA_CMAR_MA_Msk (0xFFFFFFFFUL << DMA_CMAR_MA_Pos) /*!< 0xFFFFFFFF */ 2017 #define DMA_CMAR_MA DMA_CMAR_MA_Msk /*!< Memory Address */ 2018 2019 /******************************************************************************/ 2020 /* */ 2021 /* DMAMUX Controller */ 2022 /* */ 2023 /******************************************************************************/ 2024 /******************** Bits definition for DMAMUX_CxCR register **************/ 2025 #define DMAMUX_CxCR_DMAREQ_ID_Pos (0U) 2026 #define DMAMUX_CxCR_DMAREQ_ID_Msk (0x3FUL << DMAMUX_CxCR_DMAREQ_ID_Pos) /*!< 0x0000003F */ 2027 #define DMAMUX_CxCR_DMAREQ_ID DMAMUX_CxCR_DMAREQ_ID_Msk /*!< DMA Request ID */ 2028 #define DMAMUX_CxCR_DMAREQ_ID_0 (0x01UL << DMAMUX_CxCR_DMAREQ_ID_Pos) /*!< 0x00000001 */ 2029 #define DMAMUX_CxCR_DMAREQ_ID_1 (0x02UL << DMAMUX_CxCR_DMAREQ_ID_Pos) /*!< 0x00000002 */ 2030 #define DMAMUX_CxCR_DMAREQ_ID_2 (0x04UL << DMAMUX_CxCR_DMAREQ_ID_Pos) /*!< 0x00000004 */ 2031 #define DMAMUX_CxCR_DMAREQ_ID_3 (0x08UL << DMAMUX_CxCR_DMAREQ_ID_Pos) /*!< 0x00000008 */ 2032 #define DMAMUX_CxCR_DMAREQ_ID_4 (0x10UL << DMAMUX_CxCR_DMAREQ_ID_Pos) /*!< 0x00000010 */ 2033 #define DMAMUX_CxCR_DMAREQ_ID_5 (0x20UL << DMAMUX_CxCR_DMAREQ_ID_Pos) /*!< 0x00000020 */ 2034 #define DMAMUX_CxCR_DMAREQ_ID_6 (0x40UL << DMAMUX_CxCR_DMAREQ_ID_Pos) /*!< 0x00000040 */ 2035 #define DMAMUX_CxCR_SOIE_Pos (8U) 2036 #define DMAMUX_CxCR_SOIE_Msk (0x1UL << DMAMUX_CxCR_SOIE_Pos) /*!< 0x00000100 */ 2037 #define DMAMUX_CxCR_SOIE DMAMUX_CxCR_SOIE_Msk /*!< Synchro overrun interrupt enable */ 2038 #define DMAMUX_CxCR_EGE_Pos (9U) 2039 #define DMAMUX_CxCR_EGE_Msk (0x1UL << DMAMUX_CxCR_EGE_Pos) /*!< 0x00000200 */ 2040 #define DMAMUX_CxCR_EGE DMAMUX_CxCR_EGE_Msk /*!< Event generation interrupt enable */ 2041 #define DMAMUX_CxCR_SE_Pos (16U) 2042 #define DMAMUX_CxCR_SE_Msk (0x1UL << DMAMUX_CxCR_SE_Pos) /*!< 0x00010000 */ 2043 #define DMAMUX_CxCR_SE DMAMUX_CxCR_SE_Msk /*!< Synchronization enable */ 2044 #define DMAMUX_CxCR_SPOL_Pos (17U) 2045 #define DMAMUX_CxCR_SPOL_Msk (0x3UL << DMAMUX_CxCR_SPOL_Pos) /*!< 0x00060000 */ 2046 #define DMAMUX_CxCR_SPOL DMAMUX_CxCR_SPOL_Msk /*!< Synchronization polarity */ 2047 #define DMAMUX_CxCR_SPOL_0 (0x1UL << DMAMUX_CxCR_SPOL_Pos) /*!< 0x00020000 */ 2048 #define DMAMUX_CxCR_SPOL_1 (0x2UL << DMAMUX_CxCR_SPOL_Pos) /*!< 0x00040000 */ 2049 #define DMAMUX_CxCR_NBREQ_Pos (19U) 2050 #define DMAMUX_CxCR_NBREQ_Msk (0x1FUL << DMAMUX_CxCR_NBREQ_Pos) /*!< 0x00F80000 */ 2051 #define DMAMUX_CxCR_NBREQ DMAMUX_CxCR_NBREQ_Msk /*!< Number of request */ 2052 #define DMAMUX_CxCR_NBREQ_0 (0x01UL << DMAMUX_CxCR_NBREQ_Pos) /*!< 0x00080000 */ 2053 #define DMAMUX_CxCR_NBREQ_1 (0x02UL << DMAMUX_CxCR_NBREQ_Pos) /*!< 0x00100000 */ 2054 #define DMAMUX_CxCR_NBREQ_2 (0x04UL << DMAMUX_CxCR_NBREQ_Pos) /*!< 0x00200000 */ 2055 #define DMAMUX_CxCR_NBREQ_3 (0x08UL << DMAMUX_CxCR_NBREQ_Pos) /*!< 0x00400000 */ 2056 #define DMAMUX_CxCR_NBREQ_4 (0x10UL << DMAMUX_CxCR_NBREQ_Pos) /*!< 0x00800000 */ 2057 #define DMAMUX_CxCR_SYNC_ID_Pos (24U) 2058 #define DMAMUX_CxCR_SYNC_ID_Msk (0x1FUL << DMAMUX_CxCR_SYNC_ID_Pos) /*!< 0x1F000000 */ 2059 #define DMAMUX_CxCR_SYNC_ID DMAMUX_CxCR_SYNC_ID_Msk /*!< Synchronization ID */ 2060 #define DMAMUX_CxCR_SYNC_ID_0 (0x01UL << DMAMUX_CxCR_SYNC_ID_Pos) /*!< 0x01000000 */ 2061 #define DMAMUX_CxCR_SYNC_ID_1 (0x02UL << DMAMUX_CxCR_SYNC_ID_Pos) /*!< 0x02000000 */ 2062 #define DMAMUX_CxCR_SYNC_ID_2 (0x04UL << DMAMUX_CxCR_SYNC_ID_Pos) /*!< 0x04000000 */ 2063 #define DMAMUX_CxCR_SYNC_ID_3 (0x08UL << DMAMUX_CxCR_SYNC_ID_Pos) /*!< 0x08000000 */ 2064 #define DMAMUX_CxCR_SYNC_ID_4 (0x10UL << DMAMUX_CxCR_SYNC_ID_Pos) /*!< 0x10000000 */ 2065 2066 /******************* Bits definition for DMAMUX_CSR register **************/ 2067 #define DMAMUX_CSR_SOF0_Pos (0U) 2068 #define DMAMUX_CSR_SOF0_Msk (0x1UL << DMAMUX_CSR_SOF0_Pos) /*!< 0x00000001 */ 2069 #define DMAMUX_CSR_SOF0 DMAMUX_CSR_SOF0_Msk /*!< Synchronization Overrun Flag 0 */ 2070 #define DMAMUX_CSR_SOF1_Pos (1U) 2071 #define DMAMUX_CSR_SOF1_Msk (0x1UL << DMAMUX_CSR_SOF1_Pos) /*!< 0x00000002 */ 2072 #define DMAMUX_CSR_SOF1 DMAMUX_CSR_SOF1_Msk /*!< Synchronization Overrun Flag 1 */ 2073 #define DMAMUX_CSR_SOF2_Pos (2U) 2074 #define DMAMUX_CSR_SOF2_Msk (0x1UL << DMAMUX_CSR_SOF2_Pos) /*!< 0x00000004 */ 2075 #define DMAMUX_CSR_SOF2 DMAMUX_CSR_SOF2_Msk /*!< Synchronization Overrun Flag 2 */ 2076 #define DMAMUX_CSR_SOF3_Pos (3U) 2077 #define DMAMUX_CSR_SOF3_Msk (0x1UL << DMAMUX_CSR_SOF3_Pos) /*!< 0x00000008 */ 2078 #define DMAMUX_CSR_SOF3 DMAMUX_CSR_SOF3_Msk /*!< Synchronization Overrun Flag 3 */ 2079 #define DMAMUX_CSR_SOF4_Pos (4U) 2080 #define DMAMUX_CSR_SOF4_Msk (0x1UL << DMAMUX_CSR_SOF4_Pos) /*!< 0x00000010 */ 2081 #define DMAMUX_CSR_SOF4 DMAMUX_CSR_SOF4_Msk /*!< Synchronization Overrun Flag 4 */ 2082 #define DMAMUX_CSR_SOF5_Pos (5U) 2083 #define DMAMUX_CSR_SOF5_Msk (0x1UL << DMAMUX_CSR_SOF5_Pos) /*!< 0x00000020 */ 2084 #define DMAMUX_CSR_SOF5 DMAMUX_CSR_SOF5_Msk /*!< Synchronization Overrun Flag 5 */ 2085 #define DMAMUX_CSR_SOF6_Pos (6U) 2086 #define DMAMUX_CSR_SOF6_Msk (0x1UL << DMAMUX_CSR_SOF6_Pos) /*!< 0x00000040 */ 2087 #define DMAMUX_CSR_SOF6 DMAMUX_CSR_SOF6_Msk /*!< Synchronization Overrun Flag 6 */ 2088 2089 /******************** Bits definition for DMAMUX_CFR register **************/ 2090 #define DMAMUX_CFR_CSOF0_Pos (0U) 2091 #define DMAMUX_CFR_CSOF0_Msk (0x1UL << DMAMUX_CFR_CSOF0_Pos) /*!< 0x00000001 */ 2092 #define DMAMUX_CFR_CSOF0 DMAMUX_CFR_CSOF0_Msk /*!< Clear Overrun Flag 0 */ 2093 #define DMAMUX_CFR_CSOF1_Pos (1U) 2094 #define DMAMUX_CFR_CSOF1_Msk (0x1UL << DMAMUX_CFR_CSOF1_Pos) /*!< 0x00000002 */ 2095 #define DMAMUX_CFR_CSOF1 DMAMUX_CFR_CSOF1_Msk /*!< Clear Overrun Flag 1 */ 2096 #define DMAMUX_CFR_CSOF2_Pos (2U) 2097 #define DMAMUX_CFR_CSOF2_Msk (0x1UL << DMAMUX_CFR_CSOF2_Pos) /*!< 0x00000004 */ 2098 #define DMAMUX_CFR_CSOF2 DMAMUX_CFR_CSOF2_Msk /*!< Clear Overrun Flag 2 */ 2099 #define DMAMUX_CFR_CSOF3_Pos (3U) 2100 #define DMAMUX_CFR_CSOF3_Msk (0x1UL << DMAMUX_CFR_CSOF3_Pos) /*!< 0x00000008 */ 2101 #define DMAMUX_CFR_CSOF3 DMAMUX_CFR_CSOF3_Msk /*!< Clear Overrun Flag 3 */ 2102 #define DMAMUX_CFR_CSOF4_Pos (4U) 2103 #define DMAMUX_CFR_CSOF4_Msk (0x1UL << DMAMUX_CFR_CSOF4_Pos) /*!< 0x00000010 */ 2104 #define DMAMUX_CFR_CSOF4 DMAMUX_CFR_CSOF4_Msk /*!< Clear Overrun Flag 4 */ 2105 #define DMAMUX_CFR_CSOF5_Pos (5U) 2106 #define DMAMUX_CFR_CSOF5_Msk (0x1UL << DMAMUX_CFR_CSOF5_Pos) /*!< 0x00000020 */ 2107 #define DMAMUX_CFR_CSOF5 DMAMUX_CFR_CSOF5_Msk /*!< Clear Overrun Flag 5 */ 2108 #define DMAMUX_CFR_CSOF6_Pos (6U) 2109 #define DMAMUX_CFR_CSOF6_Msk (0x1UL << DMAMUX_CFR_CSOF6_Pos) /*!< 0x00000040 */ 2110 #define DMAMUX_CFR_CSOF6 DMAMUX_CFR_CSOF6_Msk /*!< Clear Overrun Flag 6 */ 2111 2112 /******************** Bits definition for DMAMUX_RGxCR register ************/ 2113 #define DMAMUX_RGxCR_SIG_ID_Pos (0U) 2114 #define DMAMUX_RGxCR_SIG_ID_Msk (0x1FUL << DMAMUX_RGxCR_SIG_ID_Pos) /*!< 0x0000001F */ 2115 #define DMAMUX_RGxCR_SIG_ID DMAMUX_RGxCR_SIG_ID_Msk /*!< Signal ID */ 2116 #define DMAMUX_RGxCR_SIG_ID_0 (0x01UL << DMAMUX_RGxCR_SIG_ID_Pos) /*!< 0x00000001 */ 2117 #define DMAMUX_RGxCR_SIG_ID_1 (0x02UL << DMAMUX_RGxCR_SIG_ID_Pos) /*!< 0x00000002 */ 2118 #define DMAMUX_RGxCR_SIG_ID_2 (0x04UL << DMAMUX_RGxCR_SIG_ID_Pos) /*!< 0x00000004 */ 2119 #define DMAMUX_RGxCR_SIG_ID_3 (0x08UL << DMAMUX_RGxCR_SIG_ID_Pos) /*!< 0x00000008 */ 2120 #define DMAMUX_RGxCR_SIG_ID_4 (0x10UL << DMAMUX_RGxCR_SIG_ID_Pos) /*!< 0x00000010 */ 2121 #define DMAMUX_RGxCR_OIE_Pos (8U) 2122 #define DMAMUX_RGxCR_OIE_Msk (0x1UL << DMAMUX_RGxCR_OIE_Pos) /*!< 0x00000100 */ 2123 #define DMAMUX_RGxCR_OIE DMAMUX_RGxCR_OIE_Msk /*!< Overrun interrupt enable */ 2124 #define DMAMUX_RGxCR_GE_Pos (16U) 2125 #define DMAMUX_RGxCR_GE_Msk (0x1UL << DMAMUX_RGxCR_GE_Pos) /*!< 0x00010000 */ 2126 #define DMAMUX_RGxCR_GE DMAMUX_RGxCR_GE_Msk /*!< Generation enable */ 2127 #define DMAMUX_RGxCR_GPOL_Pos (17U) 2128 #define DMAMUX_RGxCR_GPOL_Msk (0x3UL << DMAMUX_RGxCR_GPOL_Pos) /*!< 0x00060000 */ 2129 #define DMAMUX_RGxCR_GPOL DMAMUX_RGxCR_GPOL_Msk /*!< Generation polarity */ 2130 #define DMAMUX_RGxCR_GPOL_0 (0x1UL << DMAMUX_RGxCR_GPOL_Pos) /*!< 0x00020000 */ 2131 #define DMAMUX_RGxCR_GPOL_1 (0x2UL << DMAMUX_RGxCR_GPOL_Pos) /*!< 0x00040000 */ 2132 #define DMAMUX_RGxCR_GNBREQ_Pos (19U) 2133 #define DMAMUX_RGxCR_GNBREQ_Msk (0x1FUL << DMAMUX_RGxCR_GNBREQ_Pos) /*!< 0x00F80000 */ 2134 #define DMAMUX_RGxCR_GNBREQ DMAMUX_RGxCR_GNBREQ_Msk /*!< Number of request */ 2135 #define DMAMUX_RGxCR_GNBREQ_0 (0x01UL << DMAMUX_RGxCR_GNBREQ_Pos) /*!< 0x00080000 */ 2136 #define DMAMUX_RGxCR_GNBREQ_1 (0x02UL << DMAMUX_RGxCR_GNBREQ_Pos) /*!< 0x00100000 */ 2137 #define DMAMUX_RGxCR_GNBREQ_2 (0x04UL << DMAMUX_RGxCR_GNBREQ_Pos) /*!< 0x00200000 */ 2138 #define DMAMUX_RGxCR_GNBREQ_3 (0x08UL << DMAMUX_RGxCR_GNBREQ_Pos) /*!< 0x00400000 */ 2139 #define DMAMUX_RGxCR_GNBREQ_4 (0x10UL << DMAMUX_RGxCR_GNBREQ_Pos) /*!< 0x00800000 */ 2140 2141 /******************** Bits definition for DMAMUX_RGSR register **************/ 2142 #define DMAMUX_RGSR_OF0_Pos (0U) 2143 #define DMAMUX_RGSR_OF0_Msk (0x1UL << DMAMUX_RGSR_OF0_Pos) /*!< 0x00000001 */ 2144 #define DMAMUX_RGSR_OF0 DMAMUX_RGSR_OF0_Msk /*!< Overrun flag 0 */ 2145 #define DMAMUX_RGSR_OF1_Pos (1U) 2146 #define DMAMUX_RGSR_OF1_Msk (0x1UL << DMAMUX_RGSR_OF1_Pos) /*!< 0x00000002 */ 2147 #define DMAMUX_RGSR_OF1 DMAMUX_RGSR_OF1_Msk /*!< Overrun flag 1 */ 2148 #define DMAMUX_RGSR_OF2_Pos (2U) 2149 #define DMAMUX_RGSR_OF2_Msk (0x1UL << DMAMUX_RGSR_OF2_Pos) /*!< 0x00000004 */ 2150 #define DMAMUX_RGSR_OF2 DMAMUX_RGSR_OF2_Msk /*!< Overrun flag 2 */ 2151 #define DMAMUX_RGSR_OF3_Pos (3U) 2152 #define DMAMUX_RGSR_OF3_Msk (0x1UL << DMAMUX_RGSR_OF3_Pos) /*!< 0x00000008 */ 2153 #define DMAMUX_RGSR_OF3 DMAMUX_RGSR_OF3_Msk /*!< Overrun flag 3 */ 2154 2155 /******************** Bits definition for DMAMUX_RGCFR register **************/ 2156 #define DMAMUX_RGCFR_COF0_Pos (0U) 2157 #define DMAMUX_RGCFR_COF0_Msk (0x1UL << DMAMUX_RGCFR_COF0_Pos) /*!< 0x00000001 */ 2158 #define DMAMUX_RGCFR_COF0 DMAMUX_RGCFR_COF0_Msk /*!< Clear Overrun flag 0 */ 2159 #define DMAMUX_RGCFR_COF1_Pos (1U) 2160 #define DMAMUX_RGCFR_COF1_Msk (0x1UL << DMAMUX_RGCFR_COF1_Pos) /*!< 0x00000002 */ 2161 #define DMAMUX_RGCFR_COF1 DMAMUX_RGCFR_COF1_Msk /*!< Clear Overrun flag 1 */ 2162 #define DMAMUX_RGCFR_COF2_Pos (2U) 2163 #define DMAMUX_RGCFR_COF2_Msk (0x1UL << DMAMUX_RGCFR_COF2_Pos) /*!< 0x00000004 */ 2164 #define DMAMUX_RGCFR_COF2 DMAMUX_RGCFR_COF2_Msk /*!< Clear Overrun flag 2 */ 2165 #define DMAMUX_RGCFR_COF3_Pos (3U) 2166 #define DMAMUX_RGCFR_COF3_Msk (0x1UL << DMAMUX_RGCFR_COF3_Pos) /*!< 0x00000008 */ 2167 #define DMAMUX_RGCFR_COF3 DMAMUX_RGCFR_COF3_Msk /*!< Clear Overrun flag 3 */ 2168 2169 /******************************************************************************/ 2170 /* */ 2171 /* External Interrupt/Event Controller */ 2172 /* */ 2173 /******************************************************************************/ 2174 /****************** Bit definition for EXTI_RTSR1 register ******************/ 2175 #define EXTI_RTSR1_RT0_Pos (0U) 2176 #define EXTI_RTSR1_RT0_Msk (0x1UL << EXTI_RTSR1_RT0_Pos) /*!< 0x00000001 */ 2177 #define EXTI_RTSR1_RT0 EXTI_RTSR1_RT0_Msk /*!< Rising trigger configuration for input line 0 */ 2178 #define EXTI_RTSR1_RT1_Pos (1U) 2179 #define EXTI_RTSR1_RT1_Msk (0x1UL << EXTI_RTSR1_RT1_Pos) /*!< 0x00000002 */ 2180 #define EXTI_RTSR1_RT1 EXTI_RTSR1_RT1_Msk /*!< Rising trigger configuration for input line 1 */ 2181 #define EXTI_RTSR1_RT2_Pos (2U) 2182 #define EXTI_RTSR1_RT2_Msk (0x1UL << EXTI_RTSR1_RT2_Pos) /*!< 0x00000004 */ 2183 #define EXTI_RTSR1_RT2 EXTI_RTSR1_RT2_Msk /*!< Rising trigger configuration for input line 2 */ 2184 #define EXTI_RTSR1_RT3_Pos (3U) 2185 #define EXTI_RTSR1_RT3_Msk (0x1UL << EXTI_RTSR1_RT3_Pos) /*!< 0x00000008 */ 2186 #define EXTI_RTSR1_RT3 EXTI_RTSR1_RT3_Msk /*!< Rising trigger configuration for input line 3 */ 2187 #define EXTI_RTSR1_RT4_Pos (4U) 2188 #define EXTI_RTSR1_RT4_Msk (0x1UL << EXTI_RTSR1_RT4_Pos) /*!< 0x00000010 */ 2189 #define EXTI_RTSR1_RT4 EXTI_RTSR1_RT4_Msk /*!< Rising trigger configuration for input line 4 */ 2190 #define EXTI_RTSR1_RT5_Pos (5U) 2191 #define EXTI_RTSR1_RT5_Msk (0x1UL << EXTI_RTSR1_RT5_Pos) /*!< 0x00000020 */ 2192 #define EXTI_RTSR1_RT5 EXTI_RTSR1_RT5_Msk /*!< Rising trigger configuration for input line 5 */ 2193 #define EXTI_RTSR1_RT6_Pos (6U) 2194 #define EXTI_RTSR1_RT6_Msk (0x1UL << EXTI_RTSR1_RT6_Pos) /*!< 0x00000040 */ 2195 #define EXTI_RTSR1_RT6 EXTI_RTSR1_RT6_Msk /*!< Rising trigger configuration for input line 6 */ 2196 #define EXTI_RTSR1_RT7_Pos (7U) 2197 #define EXTI_RTSR1_RT7_Msk (0x1UL << EXTI_RTSR1_RT7_Pos) /*!< 0x00000080 */ 2198 #define EXTI_RTSR1_RT7 EXTI_RTSR1_RT7_Msk /*!< Rising trigger configuration for input line 7 */ 2199 #define EXTI_RTSR1_RT8_Pos (8U) 2200 #define EXTI_RTSR1_RT8_Msk (0x1UL << EXTI_RTSR1_RT8_Pos) /*!< 0x00000100 */ 2201 #define EXTI_RTSR1_RT8 EXTI_RTSR1_RT8_Msk /*!< Rising trigger configuration for input line 8 */ 2202 #define EXTI_RTSR1_RT9_Pos (9U) 2203 #define EXTI_RTSR1_RT9_Msk (0x1UL << EXTI_RTSR1_RT9_Pos) /*!< 0x00000200 */ 2204 #define EXTI_RTSR1_RT9 EXTI_RTSR1_RT9_Msk /*!< Rising trigger configuration for input line 9 */ 2205 #define EXTI_RTSR1_RT10_Pos (10U) 2206 #define EXTI_RTSR1_RT10_Msk (0x1UL << EXTI_RTSR1_RT10_Pos) /*!< 0x00000400 */ 2207 #define EXTI_RTSR1_RT10 EXTI_RTSR1_RT10_Msk /*!< Rising trigger configuration for input line 10 */ 2208 #define EXTI_RTSR1_RT11_Pos (11U) 2209 #define EXTI_RTSR1_RT11_Msk (0x1UL << EXTI_RTSR1_RT11_Pos) /*!< 0x00000800 */ 2210 #define EXTI_RTSR1_RT11 EXTI_RTSR1_RT11_Msk /*!< Rising trigger configuration for input line 11 */ 2211 #define EXTI_RTSR1_RT12_Pos (12U) 2212 #define EXTI_RTSR1_RT12_Msk (0x1UL << EXTI_RTSR1_RT12_Pos) /*!< 0x00001000 */ 2213 #define EXTI_RTSR1_RT12 EXTI_RTSR1_RT12_Msk /*!< Rising trigger configuration for input line 12 */ 2214 #define EXTI_RTSR1_RT13_Pos (13U) 2215 #define EXTI_RTSR1_RT13_Msk (0x1UL << EXTI_RTSR1_RT13_Pos) /*!< 0x00002000 */ 2216 #define EXTI_RTSR1_RT13 EXTI_RTSR1_RT13_Msk /*!< Rising trigger configuration for input line 13 */ 2217 #define EXTI_RTSR1_RT14_Pos (14U) 2218 #define EXTI_RTSR1_RT14_Msk (0x1UL << EXTI_RTSR1_RT14_Pos) /*!< 0x00004000 */ 2219 #define EXTI_RTSR1_RT14 EXTI_RTSR1_RT14_Msk /*!< Rising trigger configuration for input line 14 */ 2220 #define EXTI_RTSR1_RT15_Pos (15U) 2221 #define EXTI_RTSR1_RT15_Msk (0x1UL << EXTI_RTSR1_RT15_Pos) /*!< 0x00008000 */ 2222 #define EXTI_RTSR1_RT15 EXTI_RTSR1_RT15_Msk /*!< Rising trigger configuration for input line 15 */ 2223 #define EXTI_RTSR1_RT16_Pos (16U) 2224 #define EXTI_RTSR1_RT16_Msk (0x1UL << EXTI_RTSR1_RT16_Pos) /*!< 0x00010000 */ 2225 #define EXTI_RTSR1_RT16 EXTI_RTSR1_RT16_Msk /*!< Rising trigger configuration for input line 16 */ 2226 #define EXTI_RTSR1_RT17_Pos (17U) 2227 #define EXTI_RTSR1_RT17_Msk (0x1UL << EXTI_RTSR1_RT17_Pos) /*!< 0x00020000 */ 2228 #define EXTI_RTSR1_RT17 EXTI_RTSR1_RT17_Msk /*!< Rising trigger configuration for input line 17 */ 2229 #define EXTI_RTSR1_RT18_Pos (18U) 2230 #define EXTI_RTSR1_RT18_Msk (0x1UL << EXTI_RTSR1_RT18_Pos) /*!< 0x00040000 */ 2231 #define EXTI_RTSR1_RT18 EXTI_RTSR1_RT18_Msk /*!< Rising trigger configuration for input line 18 */ 2232 2233 /****************** Bit definition for EXTI_FTSR1 register ******************/ 2234 #define EXTI_FTSR1_FT0_Pos (0U) 2235 #define EXTI_FTSR1_FT0_Msk (0x1UL << EXTI_FTSR1_FT0_Pos) /*!< 0x00000001 */ 2236 #define EXTI_FTSR1_FT0 EXTI_FTSR1_FT0_Msk /*!< Falling trigger configuration for input line 0 */ 2237 #define EXTI_FTSR1_FT1_Pos (1U) 2238 #define EXTI_FTSR1_FT1_Msk (0x1UL << EXTI_FTSR1_FT1_Pos) /*!< 0x00000002 */ 2239 #define EXTI_FTSR1_FT1 EXTI_FTSR1_FT1_Msk /*!< Falling trigger configuration for input line 1 */ 2240 #define EXTI_FTSR1_FT2_Pos (2U) 2241 #define EXTI_FTSR1_FT2_Msk (0x1UL << EXTI_FTSR1_FT2_Pos) /*!< 0x00000004 */ 2242 #define EXTI_FTSR1_FT2 EXTI_FTSR1_FT2_Msk /*!< Falling trigger configuration for input line 2 */ 2243 #define EXTI_FTSR1_FT3_Pos (3U) 2244 #define EXTI_FTSR1_FT3_Msk (0x1UL << EXTI_FTSR1_FT3_Pos) /*!< 0x00000008 */ 2245 #define EXTI_FTSR1_FT3 EXTI_FTSR1_FT3_Msk /*!< Falling trigger configuration for input line 3 */ 2246 #define EXTI_FTSR1_FT4_Pos (4U) 2247 #define EXTI_FTSR1_FT4_Msk (0x1UL << EXTI_FTSR1_FT4_Pos) /*!< 0x00000010 */ 2248 #define EXTI_FTSR1_FT4 EXTI_FTSR1_FT4_Msk /*!< Falling trigger configuration for input line 4 */ 2249 #define EXTI_FTSR1_FT5_Pos (5U) 2250 #define EXTI_FTSR1_FT5_Msk (0x1UL << EXTI_FTSR1_FT5_Pos) /*!< 0x00000020 */ 2251 #define EXTI_FTSR1_FT5 EXTI_FTSR1_FT5_Msk /*!< Falling trigger configuration for input line 5 */ 2252 #define EXTI_FTSR1_FT6_Pos (6U) 2253 #define EXTI_FTSR1_FT6_Msk (0x1UL << EXTI_FTSR1_FT6_Pos) /*!< 0x00000040 */ 2254 #define EXTI_FTSR1_FT6 EXTI_FTSR1_FT6_Msk /*!< Falling trigger configuration for input line 6 */ 2255 #define EXTI_FTSR1_FT7_Pos (7U) 2256 #define EXTI_FTSR1_FT7_Msk (0x1UL << EXTI_FTSR1_FT7_Pos) /*!< 0x00000080 */ 2257 #define EXTI_FTSR1_FT7 EXTI_FTSR1_FT7_Msk /*!< Falling trigger configuration for input line 7 */ 2258 #define EXTI_FTSR1_FT8_Pos (8U) 2259 #define EXTI_FTSR1_FT8_Msk (0x1UL << EXTI_FTSR1_FT8_Pos) /*!< 0x00000100 */ 2260 #define EXTI_FTSR1_FT8 EXTI_FTSR1_FT8_Msk /*!< Falling trigger configuration for input line 8 */ 2261 #define EXTI_FTSR1_FT9_Pos (9U) 2262 #define EXTI_FTSR1_FT9_Msk (0x1UL << EXTI_FTSR1_FT9_Pos) /*!< 0x00000200 */ 2263 #define EXTI_FTSR1_FT9 EXTI_FTSR1_FT9_Msk /*!< Falling trigger configuration for input line 9 */ 2264 #define EXTI_FTSR1_FT10_Pos (10U) 2265 #define EXTI_FTSR1_FT10_Msk (0x1UL << EXTI_FTSR1_FT10_Pos) /*!< 0x00000400 */ 2266 #define EXTI_FTSR1_FT10 EXTI_FTSR1_FT10_Msk /*!< Falling trigger configuration for input line 10 */ 2267 #define EXTI_FTSR1_FT11_Pos (11U) 2268 #define EXTI_FTSR1_FT11_Msk (0x1UL << EXTI_FTSR1_FT11_Pos) /*!< 0x00000800 */ 2269 #define EXTI_FTSR1_FT11 EXTI_FTSR1_FT11_Msk /*!< Falling trigger configuration for input line 11 */ 2270 #define EXTI_FTSR1_FT12_Pos (12U) 2271 #define EXTI_FTSR1_FT12_Msk (0x1UL << EXTI_FTSR1_FT12_Pos) /*!< 0x00001000 */ 2272 #define EXTI_FTSR1_FT12 EXTI_FTSR1_FT12_Msk /*!< Falling trigger configuration for input line 12 */ 2273 #define EXTI_FTSR1_FT13_Pos (13U) 2274 #define EXTI_FTSR1_FT13_Msk (0x1UL << EXTI_FTSR1_FT13_Pos) /*!< 0x00002000 */ 2275 #define EXTI_FTSR1_FT13 EXTI_FTSR1_FT13_Msk /*!< Falling trigger configuration for input line 13 */ 2276 #define EXTI_FTSR1_FT14_Pos (14U) 2277 #define EXTI_FTSR1_FT14_Msk (0x1UL << EXTI_FTSR1_FT14_Pos) /*!< 0x00004000 */ 2278 #define EXTI_FTSR1_FT14 EXTI_FTSR1_FT14_Msk /*!< Falling trigger configuration for input line 14 */ 2279 #define EXTI_FTSR1_FT15_Pos (15U) 2280 #define EXTI_FTSR1_FT15_Msk (0x1UL << EXTI_FTSR1_FT15_Pos) /*!< 0x00008000 */ 2281 #define EXTI_FTSR1_FT15 EXTI_FTSR1_FT15_Msk /*!< Falling trigger configuration for input line 15 */ 2282 #define EXTI_FTSR1_FT16_Pos (16U) 2283 #define EXTI_FTSR1_FT16_Msk (0x1UL << EXTI_FTSR1_FT16_Pos) /*!< 0x00010000 */ 2284 #define EXTI_FTSR1_FT16 EXTI_FTSR1_FT16_Msk /*!< Falling trigger configuration for input line 16 */ 2285 #define EXTI_FTSR1_FT17_Pos (17U) 2286 #define EXTI_FTSR1_FT17_Msk (0x1UL << EXTI_FTSR1_FT17_Pos) /*!< 0x00020000 */ 2287 #define EXTI_FTSR1_FT17 EXTI_FTSR1_FT17_Msk /*!< Falling trigger configuration for input line 17 */ 2288 #define EXTI_FTSR1_FT18_Pos (18U) 2289 #define EXTI_FTSR1_FT18_Msk (0x1UL << EXTI_FTSR1_FT18_Pos) /*!< 0x00040000 */ 2290 #define EXTI_FTSR1_FT18 EXTI_FTSR1_FT18_Msk /*!< Falling trigger configuration for input line 18 */ 2291 2292 /****************** Bit definition for EXTI_SWIER1 register *****************/ 2293 #define EXTI_SWIER1_SWI0_Pos (0U) 2294 #define EXTI_SWIER1_SWI0_Msk (0x1UL << EXTI_SWIER1_SWI0_Pos) /*!< 0x00000001 */ 2295 #define EXTI_SWIER1_SWI0 EXTI_SWIER1_SWI0_Msk /*!< Software Interrupt on line 0 */ 2296 #define EXTI_SWIER1_SWI1_Pos (1U) 2297 #define EXTI_SWIER1_SWI1_Msk (0x1UL << EXTI_SWIER1_SWI1_Pos) /*!< 0x00000002 */ 2298 #define EXTI_SWIER1_SWI1 EXTI_SWIER1_SWI1_Msk /*!< Software Interrupt on line 1 */ 2299 #define EXTI_SWIER1_SWI2_Pos (2U) 2300 #define EXTI_SWIER1_SWI2_Msk (0x1UL << EXTI_SWIER1_SWI2_Pos) /*!< 0x00000004 */ 2301 #define EXTI_SWIER1_SWI2 EXTI_SWIER1_SWI2_Msk /*!< Software Interrupt on line 2 */ 2302 #define EXTI_SWIER1_SWI3_Pos (3U) 2303 #define EXTI_SWIER1_SWI3_Msk (0x1UL << EXTI_SWIER1_SWI3_Pos) /*!< 0x00000008 */ 2304 #define EXTI_SWIER1_SWI3 EXTI_SWIER1_SWI3_Msk /*!< Software Interrupt on line 3 */ 2305 #define EXTI_SWIER1_SWI4_Pos (4U) 2306 #define EXTI_SWIER1_SWI4_Msk (0x1UL << EXTI_SWIER1_SWI4_Pos) /*!< 0x00000010 */ 2307 #define EXTI_SWIER1_SWI4 EXTI_SWIER1_SWI4_Msk /*!< Software Interrupt on line 4 */ 2308 #define EXTI_SWIER1_SWI5_Pos (5U) 2309 #define EXTI_SWIER1_SWI5_Msk (0x1UL << EXTI_SWIER1_SWI5_Pos) /*!< 0x00000020 */ 2310 #define EXTI_SWIER1_SWI5 EXTI_SWIER1_SWI5_Msk /*!< Software Interrupt on line 5 */ 2311 #define EXTI_SWIER1_SWI6_Pos (6U) 2312 #define EXTI_SWIER1_SWI6_Msk (0x1UL << EXTI_SWIER1_SWI6_Pos) /*!< 0x00000040 */ 2313 #define EXTI_SWIER1_SWI6 EXTI_SWIER1_SWI6_Msk /*!< Software Interrupt on line 6 */ 2314 #define EXTI_SWIER1_SWI7_Pos (7U) 2315 #define EXTI_SWIER1_SWI7_Msk (0x1UL << EXTI_SWIER1_SWI7_Pos) /*!< 0x00000080 */ 2316 #define EXTI_SWIER1_SWI7 EXTI_SWIER1_SWI7_Msk /*!< Software Interrupt on line 7 */ 2317 #define EXTI_SWIER1_SWI8_Pos (8U) 2318 #define EXTI_SWIER1_SWI8_Msk (0x1UL << EXTI_SWIER1_SWI8_Pos) /*!< 0x00000100 */ 2319 #define EXTI_SWIER1_SWI8 EXTI_SWIER1_SWI8_Msk /*!< Software Interrupt on line 8 */ 2320 #define EXTI_SWIER1_SWI9_Pos (9U) 2321 #define EXTI_SWIER1_SWI9_Msk (0x1UL << EXTI_SWIER1_SWI9_Pos) /*!< 0x00000200 */ 2322 #define EXTI_SWIER1_SWI9 EXTI_SWIER1_SWI9_Msk /*!< Software Interrupt on line 9 */ 2323 #define EXTI_SWIER1_SWI10_Pos (10U) 2324 #define EXTI_SWIER1_SWI10_Msk (0x1UL << EXTI_SWIER1_SWI10_Pos) /*!< 0x00000400 */ 2325 #define EXTI_SWIER1_SWI10 EXTI_SWIER1_SWI10_Msk /*!< Software Interrupt on line 10 */ 2326 #define EXTI_SWIER1_SWI11_Pos (11U) 2327 #define EXTI_SWIER1_SWI11_Msk (0x1UL << EXTI_SWIER1_SWI11_Pos) /*!< 0x00000800 */ 2328 #define EXTI_SWIER1_SWI11 EXTI_SWIER1_SWI11_Msk /*!< Software Interrupt on line 11 */ 2329 #define EXTI_SWIER1_SWI12_Pos (12U) 2330 #define EXTI_SWIER1_SWI12_Msk (0x1UL << EXTI_SWIER1_SWI12_Pos) /*!< 0x00001000 */ 2331 #define EXTI_SWIER1_SWI12 EXTI_SWIER1_SWI12_Msk /*!< Software Interrupt on line 12 */ 2332 #define EXTI_SWIER1_SWI13_Pos (13U) 2333 #define EXTI_SWIER1_SWI13_Msk (0x1UL << EXTI_SWIER1_SWI13_Pos) /*!< 0x00002000 */ 2334 #define EXTI_SWIER1_SWI13 EXTI_SWIER1_SWI13_Msk /*!< Software Interrupt on line 13 */ 2335 #define EXTI_SWIER1_SWI14_Pos (14U) 2336 #define EXTI_SWIER1_SWI14_Msk (0x1UL << EXTI_SWIER1_SWI14_Pos) /*!< 0x00004000 */ 2337 #define EXTI_SWIER1_SWI14 EXTI_SWIER1_SWI14_Msk /*!< Software Interrupt on line 14 */ 2338 #define EXTI_SWIER1_SWI15_Pos (15U) 2339 #define EXTI_SWIER1_SWI15_Msk (0x1UL << EXTI_SWIER1_SWI15_Pos) /*!< 0x00008000 */ 2340 #define EXTI_SWIER1_SWI15 EXTI_SWIER1_SWI15_Msk /*!< Software Interrupt on line 15 */ 2341 #define EXTI_SWIER1_SWI16_Pos (16U) 2342 #define EXTI_SWIER1_SWI16_Msk (0x1UL << EXTI_SWIER1_SWI16_Pos) /*!< 0x00010000 */ 2343 #define EXTI_SWIER1_SWI16 EXTI_SWIER1_SWI16_Msk /*!< Software Interrupt on line 16 */ 2344 #define EXTI_SWIER1_SWI17_Pos (17U) 2345 #define EXTI_SWIER1_SWI17_Msk (0x1UL << EXTI_SWIER1_SWI17_Pos) /*!< 0x00020000 */ 2346 #define EXTI_SWIER1_SWI17 EXTI_SWIER1_SWI17_Msk /*!< Software Interrupt on line 17 */ 2347 #define EXTI_SWIER1_SWI18_Pos (18U) 2348 #define EXTI_SWIER1_SWI18_Msk (0x1UL << EXTI_SWIER1_SWI18_Pos) /*!< 0x00040000 */ 2349 #define EXTI_SWIER1_SWI18 EXTI_SWIER1_SWI18_Msk /*!< Software Interrupt on line 18 */ 2350 2351 /******************* Bit definition for EXTI_RPR1 register ******************/ 2352 #define EXTI_RPR1_RPIF0_Pos (0U) 2353 #define EXTI_RPR1_RPIF0_Msk (0x1UL << EXTI_RPR1_RPIF0_Pos) /*!< 0x00000001 */ 2354 #define EXTI_RPR1_RPIF0 EXTI_RPR1_RPIF0_Msk /*!< Rising Pending Interrupt Flag on line 0 */ 2355 #define EXTI_RPR1_RPIF1_Pos (1U) 2356 #define EXTI_RPR1_RPIF1_Msk (0x1UL << EXTI_RPR1_RPIF1_Pos) /*!< 0x00000002 */ 2357 #define EXTI_RPR1_RPIF1 EXTI_RPR1_RPIF1_Msk /*!< Rising Pending Interrupt Flag on line 1 */ 2358 #define EXTI_RPR1_RPIF2_Pos (2U) 2359 #define EXTI_RPR1_RPIF2_Msk (0x1UL << EXTI_RPR1_RPIF2_Pos) /*!< 0x00000004 */ 2360 #define EXTI_RPR1_RPIF2 EXTI_RPR1_RPIF2_Msk /*!< Rising Pending Interrupt Flag on line 2 */ 2361 #define EXTI_RPR1_RPIF3_Pos (3U) 2362 #define EXTI_RPR1_RPIF3_Msk (0x1UL << EXTI_RPR1_RPIF3_Pos) /*!< 0x00000008 */ 2363 #define EXTI_RPR1_RPIF3 EXTI_RPR1_RPIF3_Msk /*!< Rising Pending Interrupt Flag on line 3 */ 2364 #define EXTI_RPR1_RPIF4_Pos (4U) 2365 #define EXTI_RPR1_RPIF4_Msk (0x1UL << EXTI_RPR1_RPIF4_Pos) /*!< 0x00000010 */ 2366 #define EXTI_RPR1_RPIF4 EXTI_RPR1_RPIF4_Msk /*!< Rising Pending Interrupt Flag on line 4 */ 2367 #define EXTI_RPR1_RPIF5_Pos (5U) 2368 #define EXTI_RPR1_RPIF5_Msk (0x1UL << EXTI_RPR1_RPIF5_Pos) /*!< 0x00000020 */ 2369 #define EXTI_RPR1_RPIF5 EXTI_RPR1_RPIF5_Msk /*!< Rising Pending Interrupt Flag on line 5 */ 2370 #define EXTI_RPR1_RPIF6_Pos (6U) 2371 #define EXTI_RPR1_RPIF6_Msk (0x1UL << EXTI_RPR1_RPIF6_Pos) /*!< 0x00000040 */ 2372 #define EXTI_RPR1_RPIF6 EXTI_RPR1_RPIF6_Msk /*!< Rising Pending Interrupt Flag on line 6 */ 2373 #define EXTI_RPR1_RPIF7_Pos (7U) 2374 #define EXTI_RPR1_RPIF7_Msk (0x1UL << EXTI_RPR1_RPIF7_Pos) /*!< 0x00000080 */ 2375 #define EXTI_RPR1_RPIF7 EXTI_RPR1_RPIF7_Msk /*!< Rising Pending Interrupt Flag on line 7 */ 2376 #define EXTI_RPR1_RPIF8_Pos (8U) 2377 #define EXTI_RPR1_RPIF8_Msk (0x1UL << EXTI_RPR1_RPIF8_Pos) /*!< 0x00000100 */ 2378 #define EXTI_RPR1_RPIF8 EXTI_RPR1_RPIF8_Msk /*!< Rising Pending Interrupt Flag on line 8 */ 2379 #define EXTI_RPR1_RPIF9_Pos (9U) 2380 #define EXTI_RPR1_RPIF9_Msk (0x1UL << EXTI_RPR1_RPIF9_Pos) /*!< 0x00000200 */ 2381 #define EXTI_RPR1_RPIF9 EXTI_RPR1_RPIF9_Msk /*!< Rising Pending Interrupt Flag on line 9 */ 2382 #define EXTI_RPR1_RPIF10_Pos (10U) 2383 #define EXTI_RPR1_RPIF10_Msk (0x1UL << EXTI_RPR1_RPIF10_Pos) /*!< 0x00000400 */ 2384 #define EXTI_RPR1_RPIF10 EXTI_RPR1_RPIF10_Msk /*!< Rising Pending Interrupt Flag on line 10 */ 2385 #define EXTI_RPR1_RPIF11_Pos (11U) 2386 #define EXTI_RPR1_RPIF11_Msk (0x1UL << EXTI_RPR1_RPIF11_Pos) /*!< 0x00000800 */ 2387 #define EXTI_RPR1_RPIF11 EXTI_RPR1_RPIF11_Msk /*!< Rising Pending Interrupt Flag on line 11 */ 2388 #define EXTI_RPR1_RPIF12_Pos (12U) 2389 #define EXTI_RPR1_RPIF12_Msk (0x1UL << EXTI_RPR1_RPIF12_Pos) /*!< 0x00001000 */ 2390 #define EXTI_RPR1_RPIF12 EXTI_RPR1_RPIF12_Msk /*!< Rising Pending Interrupt Flag on line 12 */ 2391 #define EXTI_RPR1_RPIF13_Pos (13U) 2392 #define EXTI_RPR1_RPIF13_Msk (0x1UL << EXTI_RPR1_RPIF13_Pos) /*!< 0x00002000 */ 2393 #define EXTI_RPR1_RPIF13 EXTI_RPR1_RPIF13_Msk /*!< Rising Pending Interrupt Flag on line 13 */ 2394 #define EXTI_RPR1_RPIF14_Pos (14U) 2395 #define EXTI_RPR1_RPIF14_Msk (0x1UL << EXTI_RPR1_RPIF14_Pos) /*!< 0x00004000 */ 2396 #define EXTI_RPR1_RPIF14 EXTI_RPR1_RPIF14_Msk /*!< Rising Pending Interrupt Flag on line 14 */ 2397 #define EXTI_RPR1_RPIF15_Pos (15U) 2398 #define EXTI_RPR1_RPIF15_Msk (0x1UL << EXTI_RPR1_RPIF15_Pos) /*!< 0x00008000 */ 2399 #define EXTI_RPR1_RPIF15 EXTI_RPR1_RPIF15_Msk /*!< Rising Pending Interrupt Flag on line 15 */ 2400 #define EXTI_RPR1_RPIF16_Pos (16U) 2401 #define EXTI_RPR1_RPIF16_Msk (0x1UL << EXTI_RPR1_RPIF16_Pos) /*!< 0x00010000 */ 2402 #define EXTI_RPR1_RPIF16 EXTI_RPR1_RPIF16_Msk /*!< Rising Pending Interrupt Flag on line 16 */ 2403 #define EXTI_RPR1_RPIF17_Pos (17U) 2404 #define EXTI_RPR1_RPIF17_Msk (0x1UL << EXTI_RPR1_RPIF17_Pos) /*!< 0x00020000 */ 2405 #define EXTI_RPR1_RPIF17 EXTI_RPR1_RPIF17_Msk /*!< Rising Pending Interrupt Flag on line 17 */ 2406 #define EXTI_RPR1_RPIF18_Pos (18U) 2407 #define EXTI_RPR1_RPIF18_Msk (0x1UL << EXTI_RPR1_RPIF18_Pos) /*!< 0x00040000 */ 2408 #define EXTI_RPR1_RPIF18 EXTI_RPR1_RPIF18_Msk /*!< Rising Pending Interrupt Flag on line 18 */ 2409 2410 /******************* Bit definition for EXTI_FPR1 register ******************/ 2411 #define EXTI_FPR1_FPIF0_Pos (0U) 2412 #define EXTI_FPR1_FPIF0_Msk (0x1UL << EXTI_FPR1_FPIF0_Pos) /*!< 0x00000001 */ 2413 #define EXTI_FPR1_FPIF0 EXTI_FPR1_FPIF0_Msk /*!< Falling Pending Interrupt Flag on line 0 */ 2414 #define EXTI_FPR1_FPIF1_Pos (1U) 2415 #define EXTI_FPR1_FPIF1_Msk (0x1UL << EXTI_FPR1_FPIF1_Pos) /*!< 0x00000002 */ 2416 #define EXTI_FPR1_FPIF1 EXTI_FPR1_FPIF1_Msk /*!< Falling Pending Interrupt Flag on line 1 */ 2417 #define EXTI_FPR1_FPIF2_Pos (2U) 2418 #define EXTI_FPR1_FPIF2_Msk (0x1UL << EXTI_FPR1_FPIF2_Pos) /*!< 0x00000004 */ 2419 #define EXTI_FPR1_FPIF2 EXTI_FPR1_FPIF2_Msk /*!< Falling Pending Interrupt Flag on line 2 */ 2420 #define EXTI_FPR1_FPIF3_Pos (3U) 2421 #define EXTI_FPR1_FPIF3_Msk (0x1UL << EXTI_FPR1_FPIF3_Pos) /*!< 0x00000008 */ 2422 #define EXTI_FPR1_FPIF3 EXTI_FPR1_FPIF3_Msk /*!< Falling Pending Interrupt Flag on line 3 */ 2423 #define EXTI_FPR1_FPIF4_Pos (4U) 2424 #define EXTI_FPR1_FPIF4_Msk (0x1UL << EXTI_FPR1_FPIF4_Pos) /*!< 0x00000010 */ 2425 #define EXTI_FPR1_FPIF4 EXTI_FPR1_FPIF4_Msk /*!< Falling Pending Interrupt Flag on line 4 */ 2426 #define EXTI_FPR1_FPIF5_Pos (5U) 2427 #define EXTI_FPR1_FPIF5_Msk (0x1UL << EXTI_FPR1_FPIF5_Pos) /*!< 0x00000020 */ 2428 #define EXTI_FPR1_FPIF5 EXTI_FPR1_FPIF5_Msk /*!< Falling Pending Interrupt Flag on line 5 */ 2429 #define EXTI_FPR1_FPIF6_Pos (6U) 2430 #define EXTI_FPR1_FPIF6_Msk (0x1UL << EXTI_FPR1_FPIF6_Pos) /*!< 0x00000040 */ 2431 #define EXTI_FPR1_FPIF6 EXTI_FPR1_FPIF6_Msk /*!< Falling Pending Interrupt Flag on line 6 */ 2432 #define EXTI_FPR1_FPIF7_Pos (7U) 2433 #define EXTI_FPR1_FPIF7_Msk (0x1UL << EXTI_FPR1_FPIF7_Pos) /*!< 0x00000080 */ 2434 #define EXTI_FPR1_FPIF7 EXTI_FPR1_FPIF7_Msk /*!< Falling Pending Interrupt Flag on line 7 */ 2435 #define EXTI_FPR1_FPIF8_Pos (8U) 2436 #define EXTI_FPR1_FPIF8_Msk (0x1UL << EXTI_FPR1_FPIF8_Pos) /*!< 0x00000100 */ 2437 #define EXTI_FPR1_FPIF8 EXTI_FPR1_FPIF8_Msk /*!< Falling Pending Interrupt Flag on line 8 */ 2438 #define EXTI_FPR1_FPIF9_Pos (9U) 2439 #define EXTI_FPR1_FPIF9_Msk (0x1UL << EXTI_FPR1_FPIF9_Pos) /*!< 0x00000200 */ 2440 #define EXTI_FPR1_FPIF9 EXTI_FPR1_FPIF9_Msk /*!< Falling Pending Interrupt Flag on line 9 */ 2441 #define EXTI_FPR1_FPIF10_Pos (10U) 2442 #define EXTI_FPR1_FPIF10_Msk (0x1UL << EXTI_FPR1_FPIF10_Pos) /*!< 0x00000400 */ 2443 #define EXTI_FPR1_FPIF10 EXTI_FPR1_FPIF10_Msk /*!< Falling Pending Interrupt Flag on line 10 */ 2444 #define EXTI_FPR1_FPIF11_Pos (11U) 2445 #define EXTI_FPR1_FPIF11_Msk (0x1UL << EXTI_FPR1_FPIF11_Pos) /*!< 0x00000800 */ 2446 #define EXTI_FPR1_FPIF11 EXTI_FPR1_FPIF11_Msk /*!< Falling Pending Interrupt Flag on line 11 */ 2447 #define EXTI_FPR1_FPIF12_Pos (12U) 2448 #define EXTI_FPR1_FPIF12_Msk (0x1UL << EXTI_FPR1_FPIF12_Pos) /*!< 0x00001000 */ 2449 #define EXTI_FPR1_FPIF12 EXTI_FPR1_FPIF12_Msk /*!< Falling Pending Interrupt Flag on line 12 */ 2450 #define EXTI_FPR1_FPIF13_Pos (13U) 2451 #define EXTI_FPR1_FPIF13_Msk (0x1UL << EXTI_FPR1_FPIF13_Pos) /*!< 0x00002000 */ 2452 #define EXTI_FPR1_FPIF13 EXTI_FPR1_FPIF13_Msk /*!< Falling Pending Interrupt Flag on line 13 */ 2453 #define EXTI_FPR1_FPIF14_Pos (14U) 2454 #define EXTI_FPR1_FPIF14_Msk (0x1UL << EXTI_FPR1_FPIF14_Pos) /*!< 0x00004000 */ 2455 #define EXTI_FPR1_FPIF14 EXTI_FPR1_FPIF14_Msk /*!< Falling Pending Interrupt Flag on line 14 */ 2456 #define EXTI_FPR1_FPIF15_Pos (15U) 2457 #define EXTI_FPR1_FPIF15_Msk (0x1UL << EXTI_FPR1_FPIF15_Pos) /*!< 0x00008000 */ 2458 #define EXTI_FPR1_FPIF15 EXTI_FPR1_FPIF15_Msk /*!< Falling Pending Interrupt Flag on line 15 */ 2459 #define EXTI_FPR1_FPIF16_Pos (16U) 2460 #define EXTI_FPR1_FPIF16_Msk (0x1UL << EXTI_FPR1_FPIF16_Pos) /*!< 0x00010000 */ 2461 #define EXTI_FPR1_FPIF16 EXTI_FPR1_FPIF16_Msk /*!< Falling Pending Interrupt Flag on line 16 */ 2462 #define EXTI_FPR1_FPIF17_Pos (17U) 2463 #define EXTI_FPR1_FPIF17_Msk (0x1UL << EXTI_FPR1_FPIF17_Pos) /*!< 0x00020000 */ 2464 #define EXTI_FPR1_FPIF17 EXTI_FPR1_FPIF17_Msk /*!< Falling Pending Interrupt Flag on line 17 */ 2465 #define EXTI_FPR1_FPIF18_Pos (18U) 2466 #define EXTI_FPR1_FPIF18_Msk (0x1UL << EXTI_FPR1_FPIF18_Pos) /*!< 0x00040000 */ 2467 #define EXTI_FPR1_FPIF18 EXTI_FPR1_FPIF18_Msk /*!< Falling Pending Interrupt Flag on line 18 */ 2468 2469 /***************** Bit definition for EXTI_EXTICR1 register **************/ 2470 #define EXTI_EXTICR1_EXTI0_Pos (0U) 2471 #define EXTI_EXTICR1_EXTI0_Msk (0x7UL << EXTI_EXTICR1_EXTI0_Pos) /*!< 0x00000007 */ 2472 #define EXTI_EXTICR1_EXTI0 EXTI_EXTICR1_EXTI0_Msk /*!< EXTI 0 configuration */ 2473 #define EXTI_EXTICR1_EXTI0_0 (0x1UL << EXTI_EXTICR1_EXTI0_Pos) /*!< 0x00000001 */ 2474 #define EXTI_EXTICR1_EXTI0_1 (0x2UL << EXTI_EXTICR1_EXTI0_Pos) /*!< 0x00000002 */ 2475 #define EXTI_EXTICR1_EXTI0_2 (0x4UL << EXTI_EXTICR1_EXTI0_Pos) /*!< 0x00000004 */ 2476 #define EXTI_EXTICR1_EXTI1_Pos (8U) 2477 #define EXTI_EXTICR1_EXTI1_Msk (0x7UL << EXTI_EXTICR1_EXTI1_Pos) /*!< 0x00000700 */ 2478 #define EXTI_EXTICR1_EXTI1 EXTI_EXTICR1_EXTI1_Msk /*!< EXTI 1 configuration */ 2479 #define EXTI_EXTICR1_EXTI1_0 (0x1UL << EXTI_EXTICR1_EXTI1_Pos) /*!< 0x00000100 */ 2480 #define EXTI_EXTICR1_EXTI1_1 (0x2UL << EXTI_EXTICR1_EXTI1_Pos) /*!< 0x00000200 */ 2481 #define EXTI_EXTICR1_EXTI1_2 (0x4UL << EXTI_EXTICR1_EXTI1_Pos) /*!< 0x00000400 */ 2482 #define EXTI_EXTICR1_EXTI2_Pos (16U) 2483 #define EXTI_EXTICR1_EXTI2_Msk (0x7UL << EXTI_EXTICR1_EXTI2_Pos) /*!< 0x00070000 */ 2484 #define EXTI_EXTICR1_EXTI2 EXTI_EXTICR1_EXTI2_Msk /*!< EXTI 2 configuration */ 2485 #define EXTI_EXTICR1_EXTI2_0 (0x1UL << EXTI_EXTICR1_EXTI2_Pos) /*!< 0x00010000 */ 2486 #define EXTI_EXTICR1_EXTI2_1 (0x2UL << EXTI_EXTICR1_EXTI2_Pos) /*!< 0x00020000 */ 2487 #define EXTI_EXTICR1_EXTI2_2 (0x4UL << EXTI_EXTICR1_EXTI2_Pos) /*!< 0x00040000 */ 2488 #define EXTI_EXTICR1_EXTI3_Pos (24U) 2489 #define EXTI_EXTICR1_EXTI3_Msk (0x7UL << EXTI_EXTICR1_EXTI3_Pos) /*!< 0x07000000 */ 2490 #define EXTI_EXTICR1_EXTI3 EXTI_EXTICR1_EXTI3_Msk /*!< EXTI 3 configuration */ 2491 #define EXTI_EXTICR1_EXTI3_0 (0x1UL << EXTI_EXTICR1_EXTI3_Pos) /*!< 0x01000000 */ 2492 #define EXTI_EXTICR1_EXTI3_1 (0x2UL << EXTI_EXTICR1_EXTI3_Pos) /*!< 0x02000000 */ 2493 #define EXTI_EXTICR1_EXTI3_2 (0x4UL << EXTI_EXTICR1_EXTI3_Pos) /*!< 0x04000000 */ 2494 2495 /***************** Bit definition for EXTI_EXTICR2 register **************/ 2496 #define EXTI_EXTICR2_EXTI4_Pos (0U) 2497 #define EXTI_EXTICR2_EXTI4_Msk (0x7UL << EXTI_EXTICR2_EXTI4_Pos) /*!< 0x00000007 */ 2498 #define EXTI_EXTICR2_EXTI4 EXTI_EXTICR2_EXTI4_Msk /*!< EXTI 4 configuration */ 2499 #define EXTI_EXTICR2_EXTI4_0 (0x1UL << EXTI_EXTICR2_EXTI4_Pos) /*!< 0x00000001 */ 2500 #define EXTI_EXTICR2_EXTI4_1 (0x2UL << EXTI_EXTICR2_EXTI4_Pos) /*!< 0x00000002 */ 2501 #define EXTI_EXTICR2_EXTI4_2 (0x4UL << EXTI_EXTICR2_EXTI4_Pos) /*!< 0x00000004 */ 2502 #define EXTI_EXTICR2_EXTI5_Pos (8U) 2503 #define EXTI_EXTICR2_EXTI5_Msk (0x7UL << EXTI_EXTICR2_EXTI5_Pos) /*!< 0x00000700 */ 2504 #define EXTI_EXTICR2_EXTI5 EXTI_EXTICR2_EXTI5_Msk /*!< EXTI 5 configuration */ 2505 #define EXTI_EXTICR2_EXTI5_0 (0x1UL << EXTI_EXTICR2_EXTI5_Pos) /*!< 0x00000100 */ 2506 #define EXTI_EXTICR2_EXTI5_1 (0x2UL << EXTI_EXTICR2_EXTI5_Pos) /*!< 0x00000200 */ 2507 #define EXTI_EXTICR2_EXTI5_2 (0x4UL << EXTI_EXTICR2_EXTI5_Pos) /*!< 0x00000400 */ 2508 #define EXTI_EXTICR2_EXTI6_Pos (16U) 2509 #define EXTI_EXTICR2_EXTI6_Msk (0x7UL << EXTI_EXTICR2_EXTI6_Pos) /*!< 0x00070000 */ 2510 #define EXTI_EXTICR2_EXTI6 EXTI_EXTICR2_EXTI6_Msk /*!< EXTI 6 configuration */ 2511 #define EXTI_EXTICR2_EXTI6_0 (0x1UL << EXTI_EXTICR2_EXTI6_Pos) /*!< 0x00010000 */ 2512 #define EXTI_EXTICR2_EXTI6_1 (0x2UL << EXTI_EXTICR2_EXTI6_Pos) /*!< 0x00020000 */ 2513 #define EXTI_EXTICR2_EXTI6_2 (0x4UL << EXTI_EXTICR2_EXTI6_Pos) /*!< 0x00040000 */ 2514 #define EXTI_EXTICR2_EXTI7_Pos (24U) 2515 #define EXTI_EXTICR2_EXTI7_Msk (0x7UL << EXTI_EXTICR2_EXTI7_Pos) /*!< 0x07000000 */ 2516 #define EXTI_EXTICR2_EXTI7 EXTI_EXTICR2_EXTI7_Msk /*!< EXTI 7 configuration */ 2517 #define EXTI_EXTICR2_EXTI7_0 (0x1UL << EXTI_EXTICR2_EXTI7_Pos) /*!< 0x01000000 */ 2518 #define EXTI_EXTICR2_EXTI7_1 (0x2UL << EXTI_EXTICR2_EXTI7_Pos) /*!< 0x02000000 */ 2519 #define EXTI_EXTICR2_EXTI7_2 (0x4UL << EXTI_EXTICR2_EXTI7_Pos) /*!< 0x04000000 */ 2520 2521 /***************** Bit definition for EXTI_EXTICR3 register **************/ 2522 #define EXTI_EXTICR3_EXTI8_Pos (0U) 2523 #define EXTI_EXTICR3_EXTI8_Msk (0x7UL << EXTI_EXTICR3_EXTI8_Pos) /*!< 0x00000007 */ 2524 #define EXTI_EXTICR3_EXTI8 EXTI_EXTICR3_EXTI8_Msk /*!< EXTI 8 configuration */ 2525 #define EXTI_EXTICR3_EXTI8_0 (0x1UL << EXTI_EXTICR3_EXTI8_Pos) /*!< 0x00000001 */ 2526 #define EXTI_EXTICR3_EXTI8_1 (0x2UL << EXTI_EXTICR3_EXTI8_Pos) /*!< 0x00000002 */ 2527 #define EXTI_EXTICR3_EXTI8_2 (0x4UL << EXTI_EXTICR3_EXTI8_Pos) /*!< 0x00000004 */ 2528 #define EXTI_EXTICR3_EXTI9_Pos (8U) 2529 #define EXTI_EXTICR3_EXTI9_Msk (0x7UL << EXTI_EXTICR3_EXTI9_Pos) /*!< 0x00000700 */ 2530 #define EXTI_EXTICR3_EXTI9 EXTI_EXTICR3_EXTI9_Msk /*!< EXTI 9 configuration */ 2531 #define EXTI_EXTICR3_EXTI9_0 (0x1UL << EXTI_EXTICR3_EXTI9_Pos) /*!< 0x00000100 */ 2532 #define EXTI_EXTICR3_EXTI9_1 (0x2UL << EXTI_EXTICR3_EXTI9_Pos) /*!< 0x00000200 */ 2533 #define EXTI_EXTICR3_EXTI9_2 (0x4UL << EXTI_EXTICR3_EXTI9_Pos) /*!< 0x00000400 */ 2534 #define EXTI_EXTICR3_EXTI10_Pos (16U) 2535 #define EXTI_EXTICR3_EXTI10_Msk (0x7UL << EXTI_EXTICR3_EXTI10_Pos) /*!< 0x00070000 */ 2536 #define EXTI_EXTICR3_EXTI10 EXTI_EXTICR3_EXTI10_Msk /*!< EXTI 10 configuration */ 2537 #define EXTI_EXTICR3_EXTI10_0 (0x1UL << EXTI_EXTICR3_EXTI10_Pos) /*!< 0x00010000 */ 2538 #define EXTI_EXTICR3_EXTI10_1 (0x2UL << EXTI_EXTICR3_EXTI10_Pos) /*!< 0x00020000 */ 2539 #define EXTI_EXTICR3_EXTI10_2 (0x4UL << EXTI_EXTICR3_EXTI10_Pos) /*!< 0x00040000 */ 2540 #define EXTI_EXTICR3_EXTI11_Pos (24U) 2541 #define EXTI_EXTICR3_EXTI11_Msk (0x7UL << EXTI_EXTICR3_EXTI11_Pos) /*!< 0x07000000 */ 2542 #define EXTI_EXTICR3_EXTI11 EXTI_EXTICR3_EXTI11_Msk /*!< EXTI 11 configuration */ 2543 #define EXTI_EXTICR3_EXTI11_0 (0x1UL << EXTI_EXTICR3_EXTI11_Pos) /*!< 0x01000000 */ 2544 #define EXTI_EXTICR3_EXTI11_1 (0x2UL << EXTI_EXTICR3_EXTI11_Pos) /*!< 0x02000000 */ 2545 #define EXTI_EXTICR3_EXTI11_2 (0x4UL << EXTI_EXTICR3_EXTI11_Pos) /*!< 0x04000000 */ 2546 2547 /***************** Bit definition for EXTI_EXTICR4 register **************/ 2548 #define EXTI_EXTICR4_EXTI12_Pos (0U) 2549 #define EXTI_EXTICR4_EXTI12_Msk (0x7UL << EXTI_EXTICR4_EXTI12_Pos) /*!< 0x00000007 */ 2550 #define EXTI_EXTICR4_EXTI12 EXTI_EXTICR4_EXTI12_Msk /*!< EXTI 12 configuration */ 2551 #define EXTI_EXTICR4_EXTI12_0 (0x1UL << EXTI_EXTICR4_EXTI12_Pos) /*!< 0x00000001 */ 2552 #define EXTI_EXTICR4_EXTI12_1 (0x2UL << EXTI_EXTICR4_EXTI12_Pos) /*!< 0x00000002 */ 2553 #define EXTI_EXTICR4_EXTI12_2 (0x4UL << EXTI_EXTICR4_EXTI12_Pos) /*!< 0x00000004 */ 2554 #define EXTI_EXTICR4_EXTI13_Pos (8U) 2555 #define EXTI_EXTICR4_EXTI13_Msk (0x7UL << EXTI_EXTICR4_EXTI13_Pos) /*!< 0x00000700 */ 2556 #define EXTI_EXTICR4_EXTI13 EXTI_EXTICR4_EXTI13_Msk /*!< EXTI 13 configuration */ 2557 #define EXTI_EXTICR4_EXTI13_0 (0x1UL << EXTI_EXTICR4_EXTI13_Pos) /*!< 0x00000100 */ 2558 #define EXTI_EXTICR4_EXTI13_1 (0x2UL << EXTI_EXTICR4_EXTI13_Pos) /*!< 0x00000200 */ 2559 #define EXTI_EXTICR4_EXTI13_2 (0x4UL << EXTI_EXTICR4_EXTI13_Pos) /*!< 0x00000400 */ 2560 #define EXTI_EXTICR4_EXTI14_Pos (16U) 2561 #define EXTI_EXTICR4_EXTI14_Msk (0x7UL << EXTI_EXTICR4_EXTI14_Pos) /*!< 0x00070000 */ 2562 #define EXTI_EXTICR4_EXTI14 EXTI_EXTICR4_EXTI14_Msk /*!< EXTI 14 configuration */ 2563 #define EXTI_EXTICR4_EXTI14_0 (0x1UL << EXTI_EXTICR4_EXTI14_Pos) /*!< 0x00010000 */ 2564 #define EXTI_EXTICR4_EXTI14_1 (0x2UL << EXTI_EXTICR4_EXTI14_Pos) /*!< 0x00020000 */ 2565 #define EXTI_EXTICR4_EXTI14_2 (0x4UL << EXTI_EXTICR4_EXTI14_Pos) /*!< 0x00040000 */ 2566 #define EXTI_EXTICR4_EXTI15_Pos (24U) 2567 #define EXTI_EXTICR4_EXTI15_Msk (0x7UL << EXTI_EXTICR4_EXTI15_Pos) /*!< 0x07000000 */ 2568 #define EXTI_EXTICR4_EXTI15 EXTI_EXTICR4_EXTI15_Msk /*!< EXTI 15 configuration */ 2569 #define EXTI_EXTICR4_EXTI15_0 (0x1UL << EXTI_EXTICR4_EXTI15_Pos) /*!< 0x01000000 */ 2570 #define EXTI_EXTICR4_EXTI15_1 (0x2UL << EXTI_EXTICR4_EXTI15_Pos) /*!< 0x02000000 */ 2571 #define EXTI_EXTICR4_EXTI15_2 (0x4UL << EXTI_EXTICR4_EXTI15_Pos) /*!< 0x04000000 */ 2572 2573 /******************* Bit definition for EXTI_IMR1 register ******************/ 2574 #define EXTI_IMR1_IM0_Pos (0U) 2575 #define EXTI_IMR1_IM0_Msk (0x1UL << EXTI_IMR1_IM0_Pos) /*!< 0x00000001 */ 2576 #define EXTI_IMR1_IM0 EXTI_IMR1_IM0_Msk /*!< Interrupt Mask on line 0 */ 2577 #define EXTI_IMR1_IM1_Pos (1U) 2578 #define EXTI_IMR1_IM1_Msk (0x1UL << EXTI_IMR1_IM1_Pos) /*!< 0x00000002 */ 2579 #define EXTI_IMR1_IM1 EXTI_IMR1_IM1_Msk /*!< Interrupt Mask on line 1 */ 2580 #define EXTI_IMR1_IM2_Pos (2U) 2581 #define EXTI_IMR1_IM2_Msk (0x1UL << EXTI_IMR1_IM2_Pos) /*!< 0x00000004 */ 2582 #define EXTI_IMR1_IM2 EXTI_IMR1_IM2_Msk /*!< Interrupt Mask on line 2 */ 2583 #define EXTI_IMR1_IM3_Pos (3U) 2584 #define EXTI_IMR1_IM3_Msk (0x1UL << EXTI_IMR1_IM3_Pos) /*!< 0x00000008 */ 2585 #define EXTI_IMR1_IM3 EXTI_IMR1_IM3_Msk /*!< Interrupt Mask on line 3 */ 2586 #define EXTI_IMR1_IM4_Pos (4U) 2587 #define EXTI_IMR1_IM4_Msk (0x1UL << EXTI_IMR1_IM4_Pos) /*!< 0x00000010 */ 2588 #define EXTI_IMR1_IM4 EXTI_IMR1_IM4_Msk /*!< Interrupt Mask on line 4 */ 2589 #define EXTI_IMR1_IM5_Pos (5U) 2590 #define EXTI_IMR1_IM5_Msk (0x1UL << EXTI_IMR1_IM5_Pos) /*!< 0x00000020 */ 2591 #define EXTI_IMR1_IM5 EXTI_IMR1_IM5_Msk /*!< Interrupt Mask on line 5 */ 2592 #define EXTI_IMR1_IM6_Pos (6U) 2593 #define EXTI_IMR1_IM6_Msk (0x1UL << EXTI_IMR1_IM6_Pos) /*!< 0x00000040 */ 2594 #define EXTI_IMR1_IM6 EXTI_IMR1_IM6_Msk /*!< Interrupt Mask on line 6 */ 2595 #define EXTI_IMR1_IM7_Pos (7U) 2596 #define EXTI_IMR1_IM7_Msk (0x1UL << EXTI_IMR1_IM7_Pos) /*!< 0x00000080 */ 2597 #define EXTI_IMR1_IM7 EXTI_IMR1_IM7_Msk /*!< Interrupt Mask on line 7 */ 2598 #define EXTI_IMR1_IM8_Pos (8U) 2599 #define EXTI_IMR1_IM8_Msk (0x1UL << EXTI_IMR1_IM8_Pos) /*!< 0x00000100 */ 2600 #define EXTI_IMR1_IM8 EXTI_IMR1_IM8_Msk /*!< Interrupt Mask on line 8 */ 2601 #define EXTI_IMR1_IM9_Pos (9U) 2602 #define EXTI_IMR1_IM9_Msk (0x1UL << EXTI_IMR1_IM9_Pos) /*!< 0x00000200 */ 2603 #define EXTI_IMR1_IM9 EXTI_IMR1_IM9_Msk /*!< Interrupt Mask on line 9 */ 2604 #define EXTI_IMR1_IM10_Pos (10U) 2605 #define EXTI_IMR1_IM10_Msk (0x1UL << EXTI_IMR1_IM10_Pos) /*!< 0x00000400 */ 2606 #define EXTI_IMR1_IM10 EXTI_IMR1_IM10_Msk /*!< Interrupt Mask on line 10 */ 2607 #define EXTI_IMR1_IM11_Pos (11U) 2608 #define EXTI_IMR1_IM11_Msk (0x1UL << EXTI_IMR1_IM11_Pos) /*!< 0x00000800 */ 2609 #define EXTI_IMR1_IM11 EXTI_IMR1_IM11_Msk /*!< Interrupt Mask on line 11 */ 2610 #define EXTI_IMR1_IM12_Pos (12U) 2611 #define EXTI_IMR1_IM12_Msk (0x1UL << EXTI_IMR1_IM12_Pos) /*!< 0x00001000 */ 2612 #define EXTI_IMR1_IM12 EXTI_IMR1_IM12_Msk /*!< Interrupt Mask on line 12 */ 2613 #define EXTI_IMR1_IM13_Pos (13U) 2614 #define EXTI_IMR1_IM13_Msk (0x1UL << EXTI_IMR1_IM13_Pos) /*!< 0x00002000 */ 2615 #define EXTI_IMR1_IM13 EXTI_IMR1_IM13_Msk /*!< Interrupt Mask on line 13 */ 2616 #define EXTI_IMR1_IM14_Pos (14U) 2617 #define EXTI_IMR1_IM14_Msk (0x1UL << EXTI_IMR1_IM14_Pos) /*!< 0x00004000 */ 2618 #define EXTI_IMR1_IM14 EXTI_IMR1_IM14_Msk /*!< Interrupt Mask on line 14 */ 2619 #define EXTI_IMR1_IM15_Pos (15U) 2620 #define EXTI_IMR1_IM15_Msk (0x1UL << EXTI_IMR1_IM15_Pos) /*!< 0x00008000 */ 2621 #define EXTI_IMR1_IM15 EXTI_IMR1_IM15_Msk /*!< Interrupt Mask on line 15 */ 2622 #define EXTI_IMR1_IM16_Pos (16U) 2623 #define EXTI_IMR1_IM16_Msk (0x1UL << EXTI_IMR1_IM16_Pos) /*!< 0x00010000 */ 2624 #define EXTI_IMR1_IM16 EXTI_IMR1_IM16_Msk /*!< Interrupt Mask on line 16 */ 2625 #define EXTI_IMR1_IM17_Pos (17U) 2626 #define EXTI_IMR1_IM17_Msk (0x1UL << EXTI_IMR1_IM17_Pos) /*!< 0x00020000 */ 2627 #define EXTI_IMR1_IM17 EXTI_IMR1_IM17_Msk /*!< Interrupt Mask on line 17 */ 2628 #define EXTI_IMR1_IM18_Pos (18U) 2629 #define EXTI_IMR1_IM18_Msk (0x1UL << EXTI_IMR1_IM18_Pos) /*!< 0x00040000 */ 2630 #define EXTI_IMR1_IM18 EXTI_IMR1_IM18_Msk /*!< Interrupt Mask on line 18 */ 2631 #define EXTI_IMR1_IM19_Pos (19U) 2632 #define EXTI_IMR1_IM19_Msk (0x1UL << EXTI_IMR1_IM19_Pos) /*!< 0x00080000 */ 2633 #define EXTI_IMR1_IM19 EXTI_IMR1_IM19_Msk /*!< Interrupt Mask on line 19 */ 2634 #define EXTI_IMR1_IM21_Pos (21U) 2635 #define EXTI_IMR1_IM21_Msk (0x1UL << EXTI_IMR1_IM21_Pos) /*!< 0x00200000 */ 2636 #define EXTI_IMR1_IM21 EXTI_IMR1_IM21_Msk /*!< Interrupt Mask on line 21 */ 2637 #define EXTI_IMR1_IM23_Pos (23U) 2638 #define EXTI_IMR1_IM23_Msk (0x1UL << EXTI_IMR1_IM23_Pos) /*!< 0x00800000 */ 2639 #define EXTI_IMR1_IM23 EXTI_IMR1_IM23_Msk /*!< Interrupt Mask on line 23 */ 2640 #define EXTI_IMR1_IM25_Pos (25U) 2641 #define EXTI_IMR1_IM25_Msk (0x1UL << EXTI_IMR1_IM25_Pos) /*!< 0x02000000 */ 2642 #define EXTI_IMR1_IM25 EXTI_IMR1_IM25_Msk /*!< Interrupt Mask on line 25 */ 2643 #define EXTI_IMR1_IM28_Pos (28U) 2644 #define EXTI_IMR1_IM28_Msk (0x1UL << EXTI_IMR1_IM28_Pos) /*!< 0x10000000 */ 2645 #define EXTI_IMR1_IM28 EXTI_IMR1_IM28_Msk /*!< Interrupt Mask on line 28 */ 2646 #define EXTI_IMR1_IM29_Pos (29U) 2647 #define EXTI_IMR1_IM29_Msk (0x1UL << EXTI_IMR1_IM29_Pos) /*!< 0x20000000 */ 2648 #define EXTI_IMR1_IM29 EXTI_IMR1_IM29_Msk /*!< Interrupt Mask on line 29 */ 2649 #define EXTI_IMR1_IM30_Pos (30U) 2650 #define EXTI_IMR1_IM30_Msk (0x1UL << EXTI_IMR1_IM30_Pos) /*!< 0x40000000 */ 2651 #define EXTI_IMR1_IM30 EXTI_IMR1_IM30_Msk /*!< Interrupt Mask on line 30 */ 2652 #define EXTI_IMR1_IM31_Pos (31U) 2653 #define EXTI_IMR1_IM31_Msk (0x1UL << EXTI_IMR1_IM31_Pos) /*!< 0x80000000 */ 2654 #define EXTI_IMR1_IM31 EXTI_IMR1_IM31_Msk /*!< Interrupt Mask on line 31 */ 2655 #define EXTI_IMR1_IM_Pos (0U) 2656 #define EXTI_IMR1_IM_Msk (0xF2AFFFFFUL << EXTI_IMR1_IM_Pos) /*!< 0xF6AFFFFF */ 2657 #define EXTI_IMR1_IM EXTI_IMR1_IM_Msk /*!< Interrupt Mask All */ 2658 2659 2660 /******************* Bit definition for EXTI_EMR1 register ******************/ 2661 #define EXTI_EMR1_EM0_Pos (0U) 2662 #define EXTI_EMR1_EM0_Msk (0x1UL << EXTI_EMR1_EM0_Pos) /*!< 0x00000001 */ 2663 #define EXTI_EMR1_EM0 EXTI_EMR1_EM0_Msk /*!< Event Mask on line 0 */ 2664 #define EXTI_EMR1_EM1_Pos (1U) 2665 #define EXTI_EMR1_EM1_Msk (0x1UL << EXTI_EMR1_EM1_Pos) /*!< 0x00000002 */ 2666 #define EXTI_EMR1_EM1 EXTI_EMR1_EM1_Msk /*!< Event Mask on line 1 */ 2667 #define EXTI_EMR1_EM2_Pos (2U) 2668 #define EXTI_EMR1_EM2_Msk (0x1UL << EXTI_EMR1_EM2_Pos) /*!< 0x00000004 */ 2669 #define EXTI_EMR1_EM2 EXTI_EMR1_EM2_Msk /*!< Event Mask on line 2 */ 2670 #define EXTI_EMR1_EM3_Pos (3U) 2671 #define EXTI_EMR1_EM3_Msk (0x1UL << EXTI_EMR1_EM3_Pos) /*!< 0x00000008 */ 2672 #define EXTI_EMR1_EM3 EXTI_EMR1_EM3_Msk /*!< Event Mask on line 3 */ 2673 #define EXTI_EMR1_EM4_Pos (4U) 2674 #define EXTI_EMR1_EM4_Msk (0x1UL << EXTI_EMR1_EM4_Pos) /*!< 0x00000010 */ 2675 #define EXTI_EMR1_EM4 EXTI_EMR1_EM4_Msk /*!< Event Mask on line 4 */ 2676 #define EXTI_EMR1_EM5_Pos (5U) 2677 #define EXTI_EMR1_EM5_Msk (0x1UL << EXTI_EMR1_EM5_Pos) /*!< 0x00000020 */ 2678 #define EXTI_EMR1_EM5 EXTI_EMR1_EM5_Msk /*!< Event Mask on line 5 */ 2679 #define EXTI_EMR1_EM6_Pos (6U) 2680 #define EXTI_EMR1_EM6_Msk (0x1UL << EXTI_EMR1_EM6_Pos) /*!< 0x00000040 */ 2681 #define EXTI_EMR1_EM6 EXTI_EMR1_EM6_Msk /*!< Event Mask on line 6 */ 2682 #define EXTI_EMR1_EM7_Pos (7U) 2683 #define EXTI_EMR1_EM7_Msk (0x1UL << EXTI_EMR1_EM7_Pos) /*!< 0x00000080 */ 2684 #define EXTI_EMR1_EM7 EXTI_EMR1_EM7_Msk /*!< Event Mask on line 7 */ 2685 #define EXTI_EMR1_EM8_Pos (8U) 2686 #define EXTI_EMR1_EM8_Msk (0x1UL << EXTI_EMR1_EM8_Pos) /*!< 0x00000100 */ 2687 #define EXTI_EMR1_EM8 EXTI_EMR1_EM8_Msk /*!< Event Mask on line 8 */ 2688 #define EXTI_EMR1_EM9_Pos (9U) 2689 #define EXTI_EMR1_EM9_Msk (0x1UL << EXTI_EMR1_EM9_Pos) /*!< 0x00000200 */ 2690 #define EXTI_EMR1_EM9 EXTI_EMR1_EM9_Msk /*!< Event Mask on line 9 */ 2691 #define EXTI_EMR1_EM10_Pos (10U) 2692 #define EXTI_EMR1_EM10_Msk (0x1UL << EXTI_EMR1_EM10_Pos) /*!< 0x00000400 */ 2693 #define EXTI_EMR1_EM10 EXTI_EMR1_EM10_Msk /*!< Event Mask on line 10 */ 2694 #define EXTI_EMR1_EM11_Pos (11U) 2695 #define EXTI_EMR1_EM11_Msk (0x1UL << EXTI_EMR1_EM11_Pos) /*!< 0x00000800 */ 2696 #define EXTI_EMR1_EM11 EXTI_EMR1_EM11_Msk /*!< Event Mask on line 11 */ 2697 #define EXTI_EMR1_EM12_Pos (12U) 2698 #define EXTI_EMR1_EM12_Msk (0x1UL << EXTI_EMR1_EM12_Pos) /*!< 0x00001000 */ 2699 #define EXTI_EMR1_EM12 EXTI_EMR1_EM12_Msk /*!< Event Mask on line 12 */ 2700 #define EXTI_EMR1_EM13_Pos (13U) 2701 #define EXTI_EMR1_EM13_Msk (0x1UL << EXTI_EMR1_EM13_Pos) /*!< 0x00002000 */ 2702 #define EXTI_EMR1_EM13 EXTI_EMR1_EM13_Msk /*!< Event Mask on line 13 */ 2703 #define EXTI_EMR1_EM14_Pos (14U) 2704 #define EXTI_EMR1_EM14_Msk (0x1UL << EXTI_EMR1_EM14_Pos) /*!< 0x00004000 */ 2705 #define EXTI_EMR1_EM14 EXTI_EMR1_EM14_Msk /*!< Event Mask on line 14 */ 2706 #define EXTI_EMR1_EM15_Pos (15U) 2707 #define EXTI_EMR1_EM15_Msk (0x1UL << EXTI_EMR1_EM15_Pos) /*!< 0x00008000 */ 2708 #define EXTI_EMR1_EM15 EXTI_EMR1_EM15_Msk /*!< Event Mask on line 15 */ 2709 #define EXTI_EMR1_EM16_Pos (16U) 2710 #define EXTI_EMR1_EM16_Msk (0x1UL << EXTI_EMR1_EM16_Pos) /*!< 0x00010000 */ 2711 #define EXTI_EMR1_EM16 EXTI_EMR1_EM16_Msk /*!< Event Mask on line 16 */ 2712 #define EXTI_EMR1_EM17_Pos (17U) 2713 #define EXTI_EMR1_EM17_Msk (0x1UL << EXTI_EMR1_EM17_Pos) /*!< 0x00020000 */ 2714 #define EXTI_EMR1_EM17 EXTI_EMR1_EM17_Msk /*!< Event Mask on line 17 */ 2715 #define EXTI_EMR1_EM18_Pos (18U) 2716 #define EXTI_EMR1_EM18_Msk (0x1UL << EXTI_EMR1_EM18_Pos) /*!< 0x00040000 */ 2717 #define EXTI_EMR1_EM18 EXTI_EMR1_EM18_Msk /*!< Event Mask on line 18 */ 2718 #define EXTI_EMR1_EM19_Pos (19U) 2719 #define EXTI_EMR1_EM19_Msk (0x1UL << EXTI_EMR1_EM19_Pos) /*!< 0x00080000 */ 2720 #define EXTI_EMR1_EM19 EXTI_EMR1_EM19_Msk /*!< Event Mask on line 19 */ 2721 #define EXTI_EMR1_EM21_Pos (21U) 2722 #define EXTI_EMR1_EM21_Msk (0x1UL << EXTI_EMR1_EM21_Pos) /*!< 0x00200000 */ 2723 #define EXTI_EMR1_EM21 EXTI_EMR1_EM21_Msk /*!< Event Mask on line 21 */ 2724 #define EXTI_EMR1_EM23_Pos (23U) 2725 #define EXTI_EMR1_EM23_Msk (0x1UL << EXTI_EMR1_EM23_Pos) /*!< 0x00800000 */ 2726 #define EXTI_EMR1_EM23 EXTI_EMR1_EM23_Msk /*!< Event Mask on line 23 */ 2727 #define EXTI_EMR1_EM25_Pos (25U) 2728 #define EXTI_EMR1_EM25_Msk (0x1UL << EXTI_EMR1_EM25_Pos) /*!< 0x02000000 */ 2729 #define EXTI_EMR1_EM25 EXTI_EMR1_EM25_Msk /*!< Event Mask on line 25 */ 2730 #define EXTI_EMR1_EM28_Pos (28U) 2731 #define EXTI_EMR1_EM28_Msk (0x1UL << EXTI_EMR1_EM28_Pos) /*!< 0x10000000 */ 2732 #define EXTI_EMR1_EM28 EXTI_EMR1_EM28_Msk /*!< Event Mask on line 28 */ 2733 #define EXTI_EMR1_EM29_Pos (29U) 2734 #define EXTI_EMR1_EM29_Msk (0x1UL << EXTI_EMR1_EM29_Pos) /*!< 0x20000000 */ 2735 #define EXTI_EMR1_EM29 EXTI_EMR1_EM29_Msk /*!< Event Mask on line 29 */ 2736 #define EXTI_EMR1_EM30_Pos (30U) 2737 #define EXTI_EMR1_EM30_Msk (0x1UL << EXTI_EMR1_EM30_Pos) /*!< 0x40000000 */ 2738 #define EXTI_EMR1_EM30 EXTI_EMR1_EM30_Msk /*!< Event Mask on line 30 */ 2739 #define EXTI_EMR1_EM31_Pos (31U) 2740 #define EXTI_EMR1_EM31_Msk (0x1UL << EXTI_EMR1_EM31_Pos) /*!< 0x80000000 */ 2741 #define EXTI_EMR1_EM31 EXTI_EMR1_EM31_Msk /*!< Event Mask on line 31 */ 2742 2743 2744 /******************************************************************************/ 2745 /* */ 2746 /* FLASH */ 2747 /* */ 2748 /******************************************************************************/ 2749 #define GPIO_NRST_CONFIG_SUPPORT /*!< GPIO feature available only on specific devices: Configure NRST pin */ 2750 #define FLASH_SECURABLE_MEMORY_SUPPORT /*!< Flash feature available only on specific devices: allow to secure memory */ 2751 #define FLASH_PCROP_SUPPORT /*!< Flash feature available only on specific devices: proprietary code read protection areas selected by option */ 2752 2753 /******************* Bits definition for FLASH_ACR register *****************/ 2754 #define FLASH_ACR_LATENCY_Pos (0U) 2755 #define FLASH_ACR_LATENCY_Msk (0x7UL << FLASH_ACR_LATENCY_Pos) /*!< 0x00000007 */ 2756 #define FLASH_ACR_LATENCY FLASH_ACR_LATENCY_Msk 2757 #define FLASH_ACR_LATENCY_0 (0x1UL << FLASH_ACR_LATENCY_Pos) /*!< 0x00000001 */ 2758 #define FLASH_ACR_LATENCY_1 (0x2UL << FLASH_ACR_LATENCY_Pos) /*!< 0x00000002 */ 2759 #define FLASH_ACR_LATENCY_2 (0x4UL << FLASH_ACR_LATENCY_Pos) /*!< 0x00000004 */ 2760 #define FLASH_ACR_PRFTEN_Pos (8U) 2761 #define FLASH_ACR_PRFTEN_Msk (0x1UL << FLASH_ACR_PRFTEN_Pos) /*!< 0x00000100 */ 2762 #define FLASH_ACR_PRFTEN FLASH_ACR_PRFTEN_Msk 2763 #define FLASH_ACR_ICEN_Pos (9U) 2764 #define FLASH_ACR_ICEN_Msk (0x1UL << FLASH_ACR_ICEN_Pos) /*!< 0x00000200 */ 2765 #define FLASH_ACR_ICEN FLASH_ACR_ICEN_Msk 2766 #define FLASH_ACR_ICRST_Pos (11U) 2767 #define FLASH_ACR_ICRST_Msk (0x1UL << FLASH_ACR_ICRST_Pos) /*!< 0x00000800 */ 2768 #define FLASH_ACR_ICRST FLASH_ACR_ICRST_Msk 2769 #define FLASH_ACR_PROGEMPTY_Pos (16U) 2770 #define FLASH_ACR_PROGEMPTY_Msk (0x1UL << FLASH_ACR_PROGEMPTY_Pos) /*!< 0x00010000 */ 2771 #define FLASH_ACR_PROGEMPTY FLASH_ACR_PROGEMPTY_Msk 2772 #define FLASH_ACR_DBG_SWEN_Pos (18U) 2773 #define FLASH_ACR_DBG_SWEN_Msk (0x1UL << FLASH_ACR_DBG_SWEN_Pos) /*!< 0x00040000 */ 2774 #define FLASH_ACR_DBG_SWEN FLASH_ACR_DBG_SWEN_Msk 2775 2776 /******************* Bits definition for FLASH_SR register ******************/ 2777 #define FLASH_SR_EOP_Pos (0U) 2778 #define FLASH_SR_EOP_Msk (0x1UL << FLASH_SR_EOP_Pos) /*!< 0x00000001 */ 2779 #define FLASH_SR_EOP FLASH_SR_EOP_Msk 2780 #define FLASH_SR_OPERR_Pos (1U) 2781 #define FLASH_SR_OPERR_Msk (0x1UL << FLASH_SR_OPERR_Pos) /*!< 0x00000002 */ 2782 #define FLASH_SR_OPERR FLASH_SR_OPERR_Msk 2783 #define FLASH_SR_PROGERR_Pos (3U) 2784 #define FLASH_SR_PROGERR_Msk (0x1UL << FLASH_SR_PROGERR_Pos) /*!< 0x00000008 */ 2785 #define FLASH_SR_PROGERR FLASH_SR_PROGERR_Msk 2786 #define FLASH_SR_WRPERR_Pos (4U) 2787 #define FLASH_SR_WRPERR_Msk (0x1UL << FLASH_SR_WRPERR_Pos) /*!< 0x00000010 */ 2788 #define FLASH_SR_WRPERR FLASH_SR_WRPERR_Msk 2789 #define FLASH_SR_PGAERR_Pos (5U) 2790 #define FLASH_SR_PGAERR_Msk (0x1UL << FLASH_SR_PGAERR_Pos) /*!< 0x00000020 */ 2791 #define FLASH_SR_PGAERR FLASH_SR_PGAERR_Msk 2792 #define FLASH_SR_SIZERR_Pos (6U) 2793 #define FLASH_SR_SIZERR_Msk (0x1UL << FLASH_SR_SIZERR_Pos) /*!< 0x00000040 */ 2794 #define FLASH_SR_SIZERR FLASH_SR_SIZERR_Msk 2795 #define FLASH_SR_PGSERR_Pos (7U) 2796 #define FLASH_SR_PGSERR_Msk (0x1UL << FLASH_SR_PGSERR_Pos) /*!< 0x00000080 */ 2797 #define FLASH_SR_PGSERR FLASH_SR_PGSERR_Msk 2798 #define FLASH_SR_MISERR_Pos (8U) 2799 #define FLASH_SR_MISERR_Msk (0x1UL << FLASH_SR_MISERR_Pos) /*!< 0x00000100 */ 2800 #define FLASH_SR_MISERR FLASH_SR_MISERR_Msk 2801 #define FLASH_SR_FASTERR_Pos (9U) 2802 #define FLASH_SR_FASTERR_Msk (0x1UL << FLASH_SR_FASTERR_Pos) /*!< 0x00000200 */ 2803 #define FLASH_SR_FASTERR FLASH_SR_FASTERR_Msk 2804 #define FLASH_SR_RDERR_Pos (14U) 2805 #define FLASH_SR_RDERR_Msk (0x1UL << FLASH_SR_RDERR_Pos) /*!< 0x00004000 */ 2806 #define FLASH_SR_RDERR FLASH_SR_RDERR_Msk 2807 #define FLASH_SR_OPTVERR_Pos (15U) 2808 #define FLASH_SR_OPTVERR_Msk (0x1UL << FLASH_SR_OPTVERR_Pos) /*!< 0x00008000 */ 2809 #define FLASH_SR_OPTVERR FLASH_SR_OPTVERR_Msk 2810 #define FLASH_SR_BSY1_Pos (16U) 2811 #define FLASH_SR_BSY1_Msk (0x1UL << FLASH_SR_BSY1_Pos) /*!< 0x00010000 */ 2812 #define FLASH_SR_BSY1 FLASH_SR_BSY1_Msk 2813 #define FLASH_SR_CFGBSY_Pos (18U) 2814 #define FLASH_SR_CFGBSY_Msk (0x1UL << FLASH_SR_CFGBSY_Pos) /*!< 0x00040000 */ 2815 #define FLASH_SR_CFGBSY FLASH_SR_CFGBSY_Msk 2816 2817 /******************* Bits definition for FLASH_CR register ******************/ 2818 #define FLASH_CR_PG_Pos (0U) 2819 #define FLASH_CR_PG_Msk (0x1UL << FLASH_CR_PG_Pos) /*!< 0x00000001 */ 2820 #define FLASH_CR_PG FLASH_CR_PG_Msk 2821 #define FLASH_CR_PER_Pos (1U) 2822 #define FLASH_CR_PER_Msk (0x1UL << FLASH_CR_PER_Pos) /*!< 0x00000002 */ 2823 #define FLASH_CR_PER FLASH_CR_PER_Msk 2824 #define FLASH_CR_MER1_Pos (2U) 2825 #define FLASH_CR_MER1_Msk (0x1UL << FLASH_CR_MER1_Pos) /*!< 0x00000004 */ 2826 #define FLASH_CR_MER1 FLASH_CR_MER1_Msk 2827 #define FLASH_CR_PNB_Pos (3U) 2828 #define FLASH_CR_PNB_Msk (0x3FFUL << FLASH_CR_PNB_Pos) /*!< 0x00001FF8 */ 2829 #define FLASH_CR_PNB FLASH_CR_PNB_Msk 2830 #define FLASH_CR_STRT_Pos (16U) 2831 #define FLASH_CR_STRT_Msk (0x1UL << FLASH_CR_STRT_Pos) /*!< 0x00010000 */ 2832 #define FLASH_CR_STRT FLASH_CR_STRT_Msk 2833 #define FLASH_CR_OPTSTRT_Pos (17U) 2834 #define FLASH_CR_OPTSTRT_Msk (0x1UL << FLASH_CR_OPTSTRT_Pos) /*!< 0x00020000 */ 2835 #define FLASH_CR_OPTSTRT FLASH_CR_OPTSTRT_Msk 2836 #define FLASH_CR_FSTPG_Pos (18U) 2837 #define FLASH_CR_FSTPG_Msk (0x1UL << FLASH_CR_FSTPG_Pos) /*!< 0x00040000 */ 2838 #define FLASH_CR_FSTPG FLASH_CR_FSTPG_Msk 2839 #define FLASH_CR_EOPIE_Pos (24U) 2840 #define FLASH_CR_EOPIE_Msk (0x1UL << FLASH_CR_EOPIE_Pos) /*!< 0x01000000 */ 2841 #define FLASH_CR_EOPIE FLASH_CR_EOPIE_Msk 2842 #define FLASH_CR_ERRIE_Pos (25U) 2843 #define FLASH_CR_ERRIE_Msk (0x1UL << FLASH_CR_ERRIE_Pos) /*!< 0x02000000 */ 2844 #define FLASH_CR_ERRIE FLASH_CR_ERRIE_Msk 2845 #define FLASH_CR_RDERRIE_Pos (26U) 2846 #define FLASH_CR_RDERRIE_Msk (0x1UL << FLASH_CR_RDERRIE_Pos) /*!< 0x04000000 */ 2847 #define FLASH_CR_RDERRIE FLASH_CR_RDERRIE_Msk 2848 #define FLASH_CR_OBL_LAUNCH_Pos (27U) 2849 #define FLASH_CR_OBL_LAUNCH_Msk (0x1UL << FLASH_CR_OBL_LAUNCH_Pos) /*!< 0x08000000 */ 2850 #define FLASH_CR_OBL_LAUNCH FLASH_CR_OBL_LAUNCH_Msk 2851 #define FLASH_CR_SEC_PROT_Pos (28U) 2852 #define FLASH_CR_SEC_PROT_Msk (0x1UL << FLASH_CR_SEC_PROT_Pos) /*!< 0x10000000 */ 2853 #define FLASH_CR_SEC_PROT FLASH_CR_SEC_PROT_Msk 2854 #define FLASH_CR_OPTLOCK_Pos (30U) 2855 #define FLASH_CR_OPTLOCK_Msk (0x1UL << FLASH_CR_OPTLOCK_Pos) /*!< 0x40000000 */ 2856 #define FLASH_CR_OPTLOCK FLASH_CR_OPTLOCK_Msk 2857 #define FLASH_CR_LOCK_Pos (31U) 2858 #define FLASH_CR_LOCK_Msk (0x1UL << FLASH_CR_LOCK_Pos) /*!< 0x80000000 */ 2859 #define FLASH_CR_LOCK FLASH_CR_LOCK_Msk 2860 2861 /******************* Bits definition for FLASH_ECCR register ****************/ 2862 #define FLASH_ECCR_ADDR_ECC_Pos (0U) 2863 #define FLASH_ECCR_ADDR_ECC_Msk (0x3FFFUL << FLASH_ECCR_ADDR_ECC_Pos) /*!< 0x00003FFF */ 2864 #define FLASH_ECCR_ADDR_ECC FLASH_ECCR_ADDR_ECC_Msk 2865 #define FLASH_ECCR_SYSF_ECC_Pos (20U) 2866 #define FLASH_ECCR_SYSF_ECC_Msk (0x1UL << FLASH_ECCR_SYSF_ECC_Pos) /*!< 0x00100000 */ 2867 #define FLASH_ECCR_SYSF_ECC FLASH_ECCR_SYSF_ECC_Msk 2868 #define FLASH_ECCR_ECCCIE_Pos (24U) 2869 #define FLASH_ECCR_ECCCIE_Msk (0x1UL << FLASH_ECCR_ECCCIE_Pos) /*!< 0x01000000 */ 2870 #define FLASH_ECCR_ECCCIE FLASH_ECCR_ECCCIE_Msk 2871 #define FLASH_ECCR_ECCC_Pos (30U) 2872 #define FLASH_ECCR_ECCC_Msk (0x1UL << FLASH_ECCR_ECCC_Pos) /*!< 0x40000000 */ 2873 #define FLASH_ECCR_ECCC FLASH_ECCR_ECCC_Msk 2874 #define FLASH_ECCR_ECCD_Pos (31U) 2875 #define FLASH_ECCR_ECCD_Msk (0x1UL << FLASH_ECCR_ECCD_Pos) /*!< 0x80000000 */ 2876 #define FLASH_ECCR_ECCD FLASH_ECCR_ECCD_Msk 2877 2878 /******************* Bits definition for FLASH_OPTR register ****************/ 2879 #define FLASH_OPTR_RDP_Pos (0U) 2880 #define FLASH_OPTR_RDP_Msk (0xFFUL << FLASH_OPTR_RDP_Pos) /*!< 0x000000FF */ 2881 #define FLASH_OPTR_RDP FLASH_OPTR_RDP_Msk 2882 #define FLASH_OPTR_BOR_EN_Pos (8U) 2883 #define FLASH_OPTR_BOR_EN_Msk (0x1UL << FLASH_OPTR_BOR_EN_Pos) /*!< 0x00000100 */ 2884 #define FLASH_OPTR_BOR_EN FLASH_OPTR_BOR_EN_Msk 2885 #define FLASH_OPTR_BORR_LEV_Pos (9U) 2886 #define FLASH_OPTR_BORR_LEV_Msk (0x3UL << FLASH_OPTR_BORR_LEV_Pos) /*!< 0x00000600 */ 2887 #define FLASH_OPTR_BORR_LEV FLASH_OPTR_BORR_LEV_Msk 2888 #define FLASH_OPTR_BORR_LEV_0 (0x1UL << FLASH_OPTR_BORR_LEV_Pos) /*!< 0x00000200 */ 2889 #define FLASH_OPTR_BORR_LEV_1 (0x2UL << FLASH_OPTR_BORR_LEV_Pos) /*!< 0x00000400 */ 2890 #define FLASH_OPTR_BORF_LEV_Pos (11U) 2891 #define FLASH_OPTR_BORF_LEV_Msk (0x3UL << FLASH_OPTR_BORF_LEV_Pos) /*!< 0x00001800 */ 2892 #define FLASH_OPTR_BORF_LEV FLASH_OPTR_BORF_LEV_Msk 2893 #define FLASH_OPTR_BORF_LEV_0 (0x1UL << FLASH_OPTR_BORF_LEV_Pos) /*!< 0x00000800 */ 2894 #define FLASH_OPTR_BORF_LEV_1 (0x2UL << FLASH_OPTR_BORF_LEV_Pos) /*!< 0x00001000 */ 2895 #define FLASH_OPTR_nRST_STOP_Pos (13U) 2896 #define FLASH_OPTR_nRST_STOP_Msk (0x1UL << FLASH_OPTR_nRST_STOP_Pos) /*!< 0x00002000 */ 2897 #define FLASH_OPTR_nRST_STOP FLASH_OPTR_nRST_STOP_Msk 2898 #define FLASH_OPTR_nRST_STDBY_Pos (14U) 2899 #define FLASH_OPTR_nRST_STDBY_Msk (0x1UL << FLASH_OPTR_nRST_STDBY_Pos) /*!< 0x00004000 */ 2900 #define FLASH_OPTR_nRST_STDBY FLASH_OPTR_nRST_STDBY_Msk 2901 #define FLASH_OPTR_nRST_SHDW_Pos (15U) 2902 #define FLASH_OPTR_nRST_SHDW_Msk (0x1UL << FLASH_OPTR_nRST_SHDW_Pos) /*!< 0x00008000 */ 2903 #define FLASH_OPTR_nRST_SHDW FLASH_OPTR_nRST_SHDW_Msk 2904 #define FLASH_OPTR_IWDG_SW_Pos (16U) 2905 #define FLASH_OPTR_IWDG_SW_Msk (0x1UL << FLASH_OPTR_IWDG_SW_Pos) /*!< 0x00010000 */ 2906 #define FLASH_OPTR_IWDG_SW FLASH_OPTR_IWDG_SW_Msk 2907 #define FLASH_OPTR_IWDG_STOP_Pos (17U) 2908 #define FLASH_OPTR_IWDG_STOP_Msk (0x1UL << FLASH_OPTR_IWDG_STOP_Pos) /*!< 0x00020000 */ 2909 #define FLASH_OPTR_IWDG_STOP FLASH_OPTR_IWDG_STOP_Msk 2910 #define FLASH_OPTR_IWDG_STDBY_Pos (18U) 2911 #define FLASH_OPTR_IWDG_STDBY_Msk (0x1UL << FLASH_OPTR_IWDG_STDBY_Pos) /*!< 0x00040000 */ 2912 #define FLASH_OPTR_IWDG_STDBY FLASH_OPTR_IWDG_STDBY_Msk 2913 #define FLASH_OPTR_WWDG_SW_Pos (19U) 2914 #define FLASH_OPTR_WWDG_SW_Msk (0x1UL << FLASH_OPTR_WWDG_SW_Pos) /*!< 0x00080000 */ 2915 #define FLASH_OPTR_WWDG_SW FLASH_OPTR_WWDG_SW_Msk 2916 #define FLASH_OPTR_RAM_PARITY_CHECK_Pos (22U) 2917 #define FLASH_OPTR_RAM_PARITY_CHECK_Msk (0x1UL << FLASH_OPTR_RAM_PARITY_CHECK_Pos) /*!< 0x00400000 */ 2918 #define FLASH_OPTR_RAM_PARITY_CHECK FLASH_OPTR_RAM_PARITY_CHECK_Msk 2919 #define FLASH_OPTR_nBOOT_SEL_Pos (24U) 2920 #define FLASH_OPTR_nBOOT_SEL_Msk (0x1UL << FLASH_OPTR_nBOOT_SEL_Pos) /*!< 0x01000000 */ 2921 #define FLASH_OPTR_nBOOT_SEL FLASH_OPTR_nBOOT_SEL_Msk 2922 #define FLASH_OPTR_nBOOT1_Pos (25U) 2923 #define FLASH_OPTR_nBOOT1_Msk (0x1UL << FLASH_OPTR_nBOOT1_Pos) /*!< 0x02000000 */ 2924 #define FLASH_OPTR_nBOOT1 FLASH_OPTR_nBOOT1_Msk 2925 #define FLASH_OPTR_nBOOT0_Pos (26U) 2926 #define FLASH_OPTR_nBOOT0_Msk (0x1UL << FLASH_OPTR_nBOOT0_Pos) /*!< 0x04000000 */ 2927 #define FLASH_OPTR_nBOOT0 FLASH_OPTR_nBOOT0_Msk 2928 #define FLASH_OPTR_NRST_MODE_Pos (27U) 2929 #define FLASH_OPTR_NRST_MODE_Msk (0x3UL << FLASH_OPTR_NRST_MODE_Pos) /*!< 0x18000000 */ 2930 #define FLASH_OPTR_NRST_MODE FLASH_OPTR_NRST_MODE_Msk 2931 #define FLASH_OPTR_NRST_MODE_0 (0x1UL << FLASH_OPTR_NRST_MODE_Pos) /*!< 0x08000000 */ 2932 #define FLASH_OPTR_NRST_MODE_1 (0x2UL << FLASH_OPTR_NRST_MODE_Pos) /*!< 0x10000000 */ 2933 #define FLASH_OPTR_IRHEN_Pos (29U) 2934 #define FLASH_OPTR_IRHEN_Msk (0x1UL << FLASH_OPTR_IRHEN_Pos) /*!< 0x20000000 */ 2935 #define FLASH_OPTR_IRHEN FLASH_OPTR_IRHEN_Msk 2936 2937 /****************** Bits definition for FLASH_PCROP1ASR register ************/ 2938 #define FLASH_PCROP1ASR_PCROP1A_STRT_Pos (0U) 2939 #define FLASH_PCROP1ASR_PCROP1A_STRT_Msk (0x7FUL << FLASH_PCROP1ASR_PCROP1A_STRT_Pos) /*!< 0x0000007F */ 2940 #define FLASH_PCROP1ASR_PCROP1A_STRT FLASH_PCROP1ASR_PCROP1A_STRT_Msk 2941 2942 /****************** Bits definition for FLASH_PCROP1AER register ************/ 2943 #define FLASH_PCROP1AER_PCROP1A_END_Pos (0U) 2944 #define FLASH_PCROP1AER_PCROP1A_END_Msk (0x7FUL << FLASH_PCROP1AER_PCROP1A_END_Pos) /*!< 0x0000007F */ 2945 #define FLASH_PCROP1AER_PCROP1A_END FLASH_PCROP1AER_PCROP1A_END_Msk 2946 #define FLASH_PCROP1AER_PCROP_RDP_Pos (31U) 2947 #define FLASH_PCROP1AER_PCROP_RDP_Msk (0x1UL << FLASH_PCROP1AER_PCROP_RDP_Pos) /*!< 0x80000000 */ 2948 #define FLASH_PCROP1AER_PCROP_RDP FLASH_PCROP1AER_PCROP_RDP_Msk 2949 2950 /****************** Bits definition for FLASH_WRP1AR register ***************/ 2951 #define FLASH_WRP1AR_WRP1A_STRT_Pos (0U) 2952 #define FLASH_WRP1AR_WRP1A_STRT_Msk (0x1FUL << FLASH_WRP1AR_WRP1A_STRT_Pos) /*!< 0x0000001F */ 2953 #define FLASH_WRP1AR_WRP1A_STRT FLASH_WRP1AR_WRP1A_STRT_Msk 2954 #define FLASH_WRP1AR_WRP1A_END_Pos (16U) 2955 #define FLASH_WRP1AR_WRP1A_END_Msk (0x1FUL << FLASH_WRP1AR_WRP1A_END_Pos) /*!< 0x001F0000 */ 2956 #define FLASH_WRP1AR_WRP1A_END FLASH_WRP1AR_WRP1A_END_Msk 2957 2958 /****************** Bits definition for FLASH_WRP1BR register ***************/ 2959 #define FLASH_WRP1BR_WRP1B_STRT_Pos (0U) 2960 #define FLASH_WRP1BR_WRP1B_STRT_Msk (0x1FUL << FLASH_WRP1BR_WRP1B_STRT_Pos) /*!< 0x0000001F */ 2961 #define FLASH_WRP1BR_WRP1B_STRT FLASH_WRP1BR_WRP1B_STRT_Msk 2962 #define FLASH_WRP1BR_WRP1B_END_Pos (16U) 2963 #define FLASH_WRP1BR_WRP1B_END_Msk (0x1FUL << FLASH_WRP1BR_WRP1B_END_Pos) /*!< 0x001F0000 */ 2964 #define FLASH_WRP1BR_WRP1B_END FLASH_WRP1BR_WRP1B_END_Msk 2965 2966 /****************** Bits definition for FLASH_PCROP1BSR register ************/ 2967 #define FLASH_PCROP1BSR_PCROP1B_STRT_Pos (0U) 2968 #define FLASH_PCROP1BSR_PCROP1B_STRT_Msk (0x7FUL << FLASH_PCROP1BSR_PCROP1B_STRT_Pos) /*!< 0x0000007F */ 2969 #define FLASH_PCROP1BSR_PCROP1B_STRT FLASH_PCROP1BSR_PCROP1B_STRT_Msk 2970 2971 /****************** Bits definition for FLASH_PCROP1BER register ************/ 2972 #define FLASH_PCROP1BER_PCROP1B_END_Pos (0U) 2973 #define FLASH_PCROP1BER_PCROP1B_END_Msk (0x7FUL << FLASH_PCROP1BER_PCROP1B_END_Pos) /*!< 0x0000007F */ 2974 #define FLASH_PCROP1BER_PCROP1B_END FLASH_PCROP1BER_PCROP1B_END_Msk 2975 2976 2977 /****************** Bits definition for FLASH_SECR register *****************/ 2978 #define FLASH_SECR_SEC_SIZE_Pos (0U) 2979 #define FLASH_SECR_SEC_SIZE_Msk (0x3FUL << FLASH_SECR_SEC_SIZE_Pos) /*!< 0x0000003F */ 2980 #define FLASH_SECR_SEC_SIZE FLASH_SECR_SEC_SIZE_Msk 2981 #define FLASH_SECR_BOOT_LOCK_Pos (16U) 2982 #define FLASH_SECR_BOOT_LOCK_Msk (0x1UL << FLASH_SECR_BOOT_LOCK_Pos) /*!< 0x00010000 */ 2983 #define FLASH_SECR_BOOT_LOCK FLASH_SECR_BOOT_LOCK_Msk 2984 2985 /******************************************************************************/ 2986 /* */ 2987 /* General Purpose I/O */ 2988 /* */ 2989 /******************************************************************************/ 2990 /****************** Bits definition for GPIO_MODER register *****************/ 2991 #define GPIO_MODER_MODE0_Pos (0U) 2992 #define GPIO_MODER_MODE0_Msk (0x3UL << GPIO_MODER_MODE0_Pos) /*!< 0x00000003 */ 2993 #define GPIO_MODER_MODE0 GPIO_MODER_MODE0_Msk 2994 #define GPIO_MODER_MODE0_0 (0x1UL << GPIO_MODER_MODE0_Pos) /*!< 0x00000001 */ 2995 #define GPIO_MODER_MODE0_1 (0x2UL << GPIO_MODER_MODE0_Pos) /*!< 0x00000002 */ 2996 #define GPIO_MODER_MODE1_Pos (2U) 2997 #define GPIO_MODER_MODE1_Msk (0x3UL << GPIO_MODER_MODE1_Pos) /*!< 0x0000000C */ 2998 #define GPIO_MODER_MODE1 GPIO_MODER_MODE1_Msk 2999 #define GPIO_MODER_MODE1_0 (0x1UL << GPIO_MODER_MODE1_Pos) /*!< 0x00000004 */ 3000 #define GPIO_MODER_MODE1_1 (0x2UL << GPIO_MODER_MODE1_Pos) /*!< 0x00000008 */ 3001 #define GPIO_MODER_MODE2_Pos (4U) 3002 #define GPIO_MODER_MODE2_Msk (0x3UL << GPIO_MODER_MODE2_Pos) /*!< 0x00000030 */ 3003 #define GPIO_MODER_MODE2 GPIO_MODER_MODE2_Msk 3004 #define GPIO_MODER_MODE2_0 (0x1UL << GPIO_MODER_MODE2_Pos) /*!< 0x00000010 */ 3005 #define GPIO_MODER_MODE2_1 (0x2UL << GPIO_MODER_MODE2_Pos) /*!< 0x00000020 */ 3006 #define GPIO_MODER_MODE3_Pos (6U) 3007 #define GPIO_MODER_MODE3_Msk (0x3UL << GPIO_MODER_MODE3_Pos) /*!< 0x000000C0 */ 3008 #define GPIO_MODER_MODE3 GPIO_MODER_MODE3_Msk 3009 #define GPIO_MODER_MODE3_0 (0x1UL << GPIO_MODER_MODE3_Pos) /*!< 0x00000040 */ 3010 #define GPIO_MODER_MODE3_1 (0x2UL << GPIO_MODER_MODE3_Pos) /*!< 0x00000080 */ 3011 #define GPIO_MODER_MODE4_Pos (8U) 3012 #define GPIO_MODER_MODE4_Msk (0x3UL << GPIO_MODER_MODE4_Pos) /*!< 0x00000300 */ 3013 #define GPIO_MODER_MODE4 GPIO_MODER_MODE4_Msk 3014 #define GPIO_MODER_MODE4_0 (0x1UL << GPIO_MODER_MODE4_Pos) /*!< 0x00000100 */ 3015 #define GPIO_MODER_MODE4_1 (0x2UL << GPIO_MODER_MODE4_Pos) /*!< 0x00000200 */ 3016 #define GPIO_MODER_MODE5_Pos (10U) 3017 #define GPIO_MODER_MODE5_Msk (0x3UL << GPIO_MODER_MODE5_Pos) /*!< 0x00000C00 */ 3018 #define GPIO_MODER_MODE5 GPIO_MODER_MODE5_Msk 3019 #define GPIO_MODER_MODE5_0 (0x1UL << GPIO_MODER_MODE5_Pos) /*!< 0x00000400 */ 3020 #define GPIO_MODER_MODE5_1 (0x2UL << GPIO_MODER_MODE5_Pos) /*!< 0x00000800 */ 3021 #define GPIO_MODER_MODE6_Pos (12U) 3022 #define GPIO_MODER_MODE6_Msk (0x3UL << GPIO_MODER_MODE6_Pos) /*!< 0x00003000 */ 3023 #define GPIO_MODER_MODE6 GPIO_MODER_MODE6_Msk 3024 #define GPIO_MODER_MODE6_0 (0x1UL << GPIO_MODER_MODE6_Pos) /*!< 0x00001000 */ 3025 #define GPIO_MODER_MODE6_1 (0x2UL << GPIO_MODER_MODE6_Pos) /*!< 0x00002000 */ 3026 #define GPIO_MODER_MODE7_Pos (14U) 3027 #define GPIO_MODER_MODE7_Msk (0x3UL << GPIO_MODER_MODE7_Pos) /*!< 0x0000C000 */ 3028 #define GPIO_MODER_MODE7 GPIO_MODER_MODE7_Msk 3029 #define GPIO_MODER_MODE7_0 (0x1UL << GPIO_MODER_MODE7_Pos) /*!< 0x00004000 */ 3030 #define GPIO_MODER_MODE7_1 (0x2UL << GPIO_MODER_MODE7_Pos) /*!< 0x00008000 */ 3031 #define GPIO_MODER_MODE8_Pos (16U) 3032 #define GPIO_MODER_MODE8_Msk (0x3UL << GPIO_MODER_MODE8_Pos) /*!< 0x00030000 */ 3033 #define GPIO_MODER_MODE8 GPIO_MODER_MODE8_Msk 3034 #define GPIO_MODER_MODE8_0 (0x1UL << GPIO_MODER_MODE8_Pos) /*!< 0x00010000 */ 3035 #define GPIO_MODER_MODE8_1 (0x2UL << GPIO_MODER_MODE8_Pos) /*!< 0x00020000 */ 3036 #define GPIO_MODER_MODE9_Pos (18U) 3037 #define GPIO_MODER_MODE9_Msk (0x3UL << GPIO_MODER_MODE9_Pos) /*!< 0x000C0000 */ 3038 #define GPIO_MODER_MODE9 GPIO_MODER_MODE9_Msk 3039 #define GPIO_MODER_MODE9_0 (0x1UL << GPIO_MODER_MODE9_Pos) /*!< 0x00040000 */ 3040 #define GPIO_MODER_MODE9_1 (0x2UL << GPIO_MODER_MODE9_Pos) /*!< 0x00080000 */ 3041 #define GPIO_MODER_MODE10_Pos (20U) 3042 #define GPIO_MODER_MODE10_Msk (0x3UL << GPIO_MODER_MODE10_Pos) /*!< 0x00300000 */ 3043 #define GPIO_MODER_MODE10 GPIO_MODER_MODE10_Msk 3044 #define GPIO_MODER_MODE10_0 (0x1UL << GPIO_MODER_MODE10_Pos) /*!< 0x00100000 */ 3045 #define GPIO_MODER_MODE10_1 (0x2UL << GPIO_MODER_MODE10_Pos) /*!< 0x00200000 */ 3046 #define GPIO_MODER_MODE11_Pos (22U) 3047 #define GPIO_MODER_MODE11_Msk (0x3UL << GPIO_MODER_MODE11_Pos) /*!< 0x00C00000 */ 3048 #define GPIO_MODER_MODE11 GPIO_MODER_MODE11_Msk 3049 #define GPIO_MODER_MODE11_0 (0x1UL << GPIO_MODER_MODE11_Pos) /*!< 0x00400000 */ 3050 #define GPIO_MODER_MODE11_1 (0x2UL << GPIO_MODER_MODE11_Pos) /*!< 0x00800000 */ 3051 #define GPIO_MODER_MODE12_Pos (24U) 3052 #define GPIO_MODER_MODE12_Msk (0x3UL << GPIO_MODER_MODE12_Pos) /*!< 0x03000000 */ 3053 #define GPIO_MODER_MODE12 GPIO_MODER_MODE12_Msk 3054 #define GPIO_MODER_MODE12_0 (0x1UL << GPIO_MODER_MODE12_Pos) /*!< 0x01000000 */ 3055 #define GPIO_MODER_MODE12_1 (0x2UL << GPIO_MODER_MODE12_Pos) /*!< 0x02000000 */ 3056 #define GPIO_MODER_MODE13_Pos (26U) 3057 #define GPIO_MODER_MODE13_Msk (0x3UL << GPIO_MODER_MODE13_Pos) /*!< 0x0C000000 */ 3058 #define GPIO_MODER_MODE13 GPIO_MODER_MODE13_Msk 3059 #define GPIO_MODER_MODE13_0 (0x1UL << GPIO_MODER_MODE13_Pos) /*!< 0x04000000 */ 3060 #define GPIO_MODER_MODE13_1 (0x2UL << GPIO_MODER_MODE13_Pos) /*!< 0x08000000 */ 3061 #define GPIO_MODER_MODE14_Pos (28U) 3062 #define GPIO_MODER_MODE14_Msk (0x3UL << GPIO_MODER_MODE14_Pos) /*!< 0x30000000 */ 3063 #define GPIO_MODER_MODE14 GPIO_MODER_MODE14_Msk 3064 #define GPIO_MODER_MODE14_0 (0x1UL << GPIO_MODER_MODE14_Pos) /*!< 0x10000000 */ 3065 #define GPIO_MODER_MODE14_1 (0x2UL << GPIO_MODER_MODE14_Pos) /*!< 0x20000000 */ 3066 #define GPIO_MODER_MODE15_Pos (30U) 3067 #define GPIO_MODER_MODE15_Msk (0x3UL << GPIO_MODER_MODE15_Pos) /*!< 0xC0000000 */ 3068 #define GPIO_MODER_MODE15 GPIO_MODER_MODE15_Msk 3069 #define GPIO_MODER_MODE15_0 (0x1UL << GPIO_MODER_MODE15_Pos) /*!< 0x40000000 */ 3070 #define GPIO_MODER_MODE15_1 (0x2UL << GPIO_MODER_MODE15_Pos) /*!< 0x80000000 */ 3071 3072 /****************** Bits definition for GPIO_OTYPER register ****************/ 3073 #define GPIO_OTYPER_OT0_Pos (0U) 3074 #define GPIO_OTYPER_OT0_Msk (0x1UL << GPIO_OTYPER_OT0_Pos) /*!< 0x00000001 */ 3075 #define GPIO_OTYPER_OT0 GPIO_OTYPER_OT0_Msk 3076 #define GPIO_OTYPER_OT1_Pos (1U) 3077 #define GPIO_OTYPER_OT1_Msk (0x1UL << GPIO_OTYPER_OT1_Pos) /*!< 0x00000002 */ 3078 #define GPIO_OTYPER_OT1 GPIO_OTYPER_OT1_Msk 3079 #define GPIO_OTYPER_OT2_Pos (2U) 3080 #define GPIO_OTYPER_OT2_Msk (0x1UL << GPIO_OTYPER_OT2_Pos) /*!< 0x00000004 */ 3081 #define GPIO_OTYPER_OT2 GPIO_OTYPER_OT2_Msk 3082 #define GPIO_OTYPER_OT3_Pos (3U) 3083 #define GPIO_OTYPER_OT3_Msk (0x1UL << GPIO_OTYPER_OT3_Pos) /*!< 0x00000008 */ 3084 #define GPIO_OTYPER_OT3 GPIO_OTYPER_OT3_Msk 3085 #define GPIO_OTYPER_OT4_Pos (4U) 3086 #define GPIO_OTYPER_OT4_Msk (0x1UL << GPIO_OTYPER_OT4_Pos) /*!< 0x00000010 */ 3087 #define GPIO_OTYPER_OT4 GPIO_OTYPER_OT4_Msk 3088 #define GPIO_OTYPER_OT5_Pos (5U) 3089 #define GPIO_OTYPER_OT5_Msk (0x1UL << GPIO_OTYPER_OT5_Pos) /*!< 0x00000020 */ 3090 #define GPIO_OTYPER_OT5 GPIO_OTYPER_OT5_Msk 3091 #define GPIO_OTYPER_OT6_Pos (6U) 3092 #define GPIO_OTYPER_OT6_Msk (0x1UL << GPIO_OTYPER_OT6_Pos) /*!< 0x00000040 */ 3093 #define GPIO_OTYPER_OT6 GPIO_OTYPER_OT6_Msk 3094 #define GPIO_OTYPER_OT7_Pos (7U) 3095 #define GPIO_OTYPER_OT7_Msk (0x1UL << GPIO_OTYPER_OT7_Pos) /*!< 0x00000080 */ 3096 #define GPIO_OTYPER_OT7 GPIO_OTYPER_OT7_Msk 3097 #define GPIO_OTYPER_OT8_Pos (8U) 3098 #define GPIO_OTYPER_OT8_Msk (0x1UL << GPIO_OTYPER_OT8_Pos) /*!< 0x00000100 */ 3099 #define GPIO_OTYPER_OT8 GPIO_OTYPER_OT8_Msk 3100 #define GPIO_OTYPER_OT9_Pos (9U) 3101 #define GPIO_OTYPER_OT9_Msk (0x1UL << GPIO_OTYPER_OT9_Pos) /*!< 0x00000200 */ 3102 #define GPIO_OTYPER_OT9 GPIO_OTYPER_OT9_Msk 3103 #define GPIO_OTYPER_OT10_Pos (10U) 3104 #define GPIO_OTYPER_OT10_Msk (0x1UL << GPIO_OTYPER_OT10_Pos) /*!< 0x00000400 */ 3105 #define GPIO_OTYPER_OT10 GPIO_OTYPER_OT10_Msk 3106 #define GPIO_OTYPER_OT11_Pos (11U) 3107 #define GPIO_OTYPER_OT11_Msk (0x1UL << GPIO_OTYPER_OT11_Pos) /*!< 0x00000800 */ 3108 #define GPIO_OTYPER_OT11 GPIO_OTYPER_OT11_Msk 3109 #define GPIO_OTYPER_OT12_Pos (12U) 3110 #define GPIO_OTYPER_OT12_Msk (0x1UL << GPIO_OTYPER_OT12_Pos) /*!< 0x00001000 */ 3111 #define GPIO_OTYPER_OT12 GPIO_OTYPER_OT12_Msk 3112 #define GPIO_OTYPER_OT13_Pos (13U) 3113 #define GPIO_OTYPER_OT13_Msk (0x1UL << GPIO_OTYPER_OT13_Pos) /*!< 0x00002000 */ 3114 #define GPIO_OTYPER_OT13 GPIO_OTYPER_OT13_Msk 3115 #define GPIO_OTYPER_OT14_Pos (14U) 3116 #define GPIO_OTYPER_OT14_Msk (0x1UL << GPIO_OTYPER_OT14_Pos) /*!< 0x00004000 */ 3117 #define GPIO_OTYPER_OT14 GPIO_OTYPER_OT14_Msk 3118 #define GPIO_OTYPER_OT15_Pos (15U) 3119 #define GPIO_OTYPER_OT15_Msk (0x1UL << GPIO_OTYPER_OT15_Pos) /*!< 0x00008000 */ 3120 #define GPIO_OTYPER_OT15 GPIO_OTYPER_OT15_Msk 3121 3122 /****************** Bits definition for GPIO_OSPEEDR register ***************/ 3123 #define GPIO_OSPEEDR_OSPEED0_Pos (0U) 3124 #define GPIO_OSPEEDR_OSPEED0_Msk (0x3UL << GPIO_OSPEEDR_OSPEED0_Pos) /*!< 0x00000003 */ 3125 #define GPIO_OSPEEDR_OSPEED0 GPIO_OSPEEDR_OSPEED0_Msk 3126 #define GPIO_OSPEEDR_OSPEED0_0 (0x1UL << GPIO_OSPEEDR_OSPEED0_Pos) /*!< 0x00000001 */ 3127 #define GPIO_OSPEEDR_OSPEED0_1 (0x2UL << GPIO_OSPEEDR_OSPEED0_Pos) /*!< 0x00000002 */ 3128 #define GPIO_OSPEEDR_OSPEED1_Pos (2U) 3129 #define GPIO_OSPEEDR_OSPEED1_Msk (0x3UL << GPIO_OSPEEDR_OSPEED1_Pos) /*!< 0x0000000C */ 3130 #define GPIO_OSPEEDR_OSPEED1 GPIO_OSPEEDR_OSPEED1_Msk 3131 #define GPIO_OSPEEDR_OSPEED1_0 (0x1UL << GPIO_OSPEEDR_OSPEED1_Pos) /*!< 0x00000004 */ 3132 #define GPIO_OSPEEDR_OSPEED1_1 (0x2UL << GPIO_OSPEEDR_OSPEED1_Pos) /*!< 0x00000008 */ 3133 #define GPIO_OSPEEDR_OSPEED2_Pos (4U) 3134 #define GPIO_OSPEEDR_OSPEED2_Msk (0x3UL << GPIO_OSPEEDR_OSPEED2_Pos) /*!< 0x00000030 */ 3135 #define GPIO_OSPEEDR_OSPEED2 GPIO_OSPEEDR_OSPEED2_Msk 3136 #define GPIO_OSPEEDR_OSPEED2_0 (0x1UL << GPIO_OSPEEDR_OSPEED2_Pos) /*!< 0x00000010 */ 3137 #define GPIO_OSPEEDR_OSPEED2_1 (0x2UL << GPIO_OSPEEDR_OSPEED2_Pos) /*!< 0x00000020 */ 3138 #define GPIO_OSPEEDR_OSPEED3_Pos (6U) 3139 #define GPIO_OSPEEDR_OSPEED3_Msk (0x3UL << GPIO_OSPEEDR_OSPEED3_Pos) /*!< 0x000000C0 */ 3140 #define GPIO_OSPEEDR_OSPEED3 GPIO_OSPEEDR_OSPEED3_Msk 3141 #define GPIO_OSPEEDR_OSPEED3_0 (0x1UL << GPIO_OSPEEDR_OSPEED3_Pos) /*!< 0x00000040 */ 3142 #define GPIO_OSPEEDR_OSPEED3_1 (0x2UL << GPIO_OSPEEDR_OSPEED3_Pos) /*!< 0x00000080 */ 3143 #define GPIO_OSPEEDR_OSPEED4_Pos (8U) 3144 #define GPIO_OSPEEDR_OSPEED4_Msk (0x3UL << GPIO_OSPEEDR_OSPEED4_Pos) /*!< 0x00000300 */ 3145 #define GPIO_OSPEEDR_OSPEED4 GPIO_OSPEEDR_OSPEED4_Msk 3146 #define GPIO_OSPEEDR_OSPEED4_0 (0x1UL << GPIO_OSPEEDR_OSPEED4_Pos) /*!< 0x00000100 */ 3147 #define GPIO_OSPEEDR_OSPEED4_1 (0x2UL << GPIO_OSPEEDR_OSPEED4_Pos) /*!< 0x00000200 */ 3148 #define GPIO_OSPEEDR_OSPEED5_Pos (10U) 3149 #define GPIO_OSPEEDR_OSPEED5_Msk (0x3UL << GPIO_OSPEEDR_OSPEED5_Pos) /*!< 0x00000C00 */ 3150 #define GPIO_OSPEEDR_OSPEED5 GPIO_OSPEEDR_OSPEED5_Msk 3151 #define GPIO_OSPEEDR_OSPEED5_0 (0x1UL << GPIO_OSPEEDR_OSPEED5_Pos) /*!< 0x00000400 */ 3152 #define GPIO_OSPEEDR_OSPEED5_1 (0x2UL << GPIO_OSPEEDR_OSPEED5_Pos) /*!< 0x00000800 */ 3153 #define GPIO_OSPEEDR_OSPEED6_Pos (12U) 3154 #define GPIO_OSPEEDR_OSPEED6_Msk (0x3UL << GPIO_OSPEEDR_OSPEED6_Pos) /*!< 0x00003000 */ 3155 #define GPIO_OSPEEDR_OSPEED6 GPIO_OSPEEDR_OSPEED6_Msk 3156 #define GPIO_OSPEEDR_OSPEED6_0 (0x1UL << GPIO_OSPEEDR_OSPEED6_Pos) /*!< 0x00001000 */ 3157 #define GPIO_OSPEEDR_OSPEED6_1 (0x2UL << GPIO_OSPEEDR_OSPEED6_Pos) /*!< 0x00002000 */ 3158 #define GPIO_OSPEEDR_OSPEED7_Pos (14U) 3159 #define GPIO_OSPEEDR_OSPEED7_Msk (0x3UL << GPIO_OSPEEDR_OSPEED7_Pos) /*!< 0x0000C000 */ 3160 #define GPIO_OSPEEDR_OSPEED7 GPIO_OSPEEDR_OSPEED7_Msk 3161 #define GPIO_OSPEEDR_OSPEED7_0 (0x1UL << GPIO_OSPEEDR_OSPEED7_Pos) /*!< 0x00004000 */ 3162 #define GPIO_OSPEEDR_OSPEED7_1 (0x2UL << GPIO_OSPEEDR_OSPEED7_Pos) /*!< 0x00008000 */ 3163 #define GPIO_OSPEEDR_OSPEED8_Pos (16U) 3164 #define GPIO_OSPEEDR_OSPEED8_Msk (0x3UL << GPIO_OSPEEDR_OSPEED8_Pos) /*!< 0x00030000 */ 3165 #define GPIO_OSPEEDR_OSPEED8 GPIO_OSPEEDR_OSPEED8_Msk 3166 #define GPIO_OSPEEDR_OSPEED8_0 (0x1UL << GPIO_OSPEEDR_OSPEED8_Pos) /*!< 0x00010000 */ 3167 #define GPIO_OSPEEDR_OSPEED8_1 (0x2UL << GPIO_OSPEEDR_OSPEED8_Pos) /*!< 0x00020000 */ 3168 #define GPIO_OSPEEDR_OSPEED9_Pos (18U) 3169 #define GPIO_OSPEEDR_OSPEED9_Msk (0x3UL << GPIO_OSPEEDR_OSPEED9_Pos) /*!< 0x000C0000 */ 3170 #define GPIO_OSPEEDR_OSPEED9 GPIO_OSPEEDR_OSPEED9_Msk 3171 #define GPIO_OSPEEDR_OSPEED9_0 (0x1UL << GPIO_OSPEEDR_OSPEED9_Pos) /*!< 0x00040000 */ 3172 #define GPIO_OSPEEDR_OSPEED9_1 (0x2UL << GPIO_OSPEEDR_OSPEED9_Pos) /*!< 0x00080000 */ 3173 #define GPIO_OSPEEDR_OSPEED10_Pos (20U) 3174 #define GPIO_OSPEEDR_OSPEED10_Msk (0x3UL << GPIO_OSPEEDR_OSPEED10_Pos) /*!< 0x00300000 */ 3175 #define GPIO_OSPEEDR_OSPEED10 GPIO_OSPEEDR_OSPEED10_Msk 3176 #define GPIO_OSPEEDR_OSPEED10_0 (0x1UL << GPIO_OSPEEDR_OSPEED10_Pos) /*!< 0x00100000 */ 3177 #define GPIO_OSPEEDR_OSPEED10_1 (0x2UL << GPIO_OSPEEDR_OSPEED10_Pos) /*!< 0x00200000 */ 3178 #define GPIO_OSPEEDR_OSPEED11_Pos (22U) 3179 #define GPIO_OSPEEDR_OSPEED11_Msk (0x3UL << GPIO_OSPEEDR_OSPEED11_Pos) /*!< 0x00C00000 */ 3180 #define GPIO_OSPEEDR_OSPEED11 GPIO_OSPEEDR_OSPEED11_Msk 3181 #define GPIO_OSPEEDR_OSPEED11_0 (0x1UL << GPIO_OSPEEDR_OSPEED11_Pos) /*!< 0x00400000 */ 3182 #define GPIO_OSPEEDR_OSPEED11_1 (0x2UL << GPIO_OSPEEDR_OSPEED11_Pos) /*!< 0x00800000 */ 3183 #define GPIO_OSPEEDR_OSPEED12_Pos (24U) 3184 #define GPIO_OSPEEDR_OSPEED12_Msk (0x3UL << GPIO_OSPEEDR_OSPEED12_Pos) /*!< 0x03000000 */ 3185 #define GPIO_OSPEEDR_OSPEED12 GPIO_OSPEEDR_OSPEED12_Msk 3186 #define GPIO_OSPEEDR_OSPEED12_0 (0x1UL << GPIO_OSPEEDR_OSPEED12_Pos) /*!< 0x01000000 */ 3187 #define GPIO_OSPEEDR_OSPEED12_1 (0x2UL << GPIO_OSPEEDR_OSPEED12_Pos) /*!< 0x02000000 */ 3188 #define GPIO_OSPEEDR_OSPEED13_Pos (26U) 3189 #define GPIO_OSPEEDR_OSPEED13_Msk (0x3UL << GPIO_OSPEEDR_OSPEED13_Pos) /*!< 0x0C000000 */ 3190 #define GPIO_OSPEEDR_OSPEED13 GPIO_OSPEEDR_OSPEED13_Msk 3191 #define GPIO_OSPEEDR_OSPEED13_0 (0x1UL << GPIO_OSPEEDR_OSPEED13_Pos) /*!< 0x04000000 */ 3192 #define GPIO_OSPEEDR_OSPEED13_1 (0x2UL << GPIO_OSPEEDR_OSPEED13_Pos) /*!< 0x08000000 */ 3193 #define GPIO_OSPEEDR_OSPEED14_Pos (28U) 3194 #define GPIO_OSPEEDR_OSPEED14_Msk (0x3UL << GPIO_OSPEEDR_OSPEED14_Pos) /*!< 0x30000000 */ 3195 #define GPIO_OSPEEDR_OSPEED14 GPIO_OSPEEDR_OSPEED14_Msk 3196 #define GPIO_OSPEEDR_OSPEED14_0 (0x1UL << GPIO_OSPEEDR_OSPEED14_Pos) /*!< 0x10000000 */ 3197 #define GPIO_OSPEEDR_OSPEED14_1 (0x2UL << GPIO_OSPEEDR_OSPEED14_Pos) /*!< 0x20000000 */ 3198 #define GPIO_OSPEEDR_OSPEED15_Pos (30U) 3199 #define GPIO_OSPEEDR_OSPEED15_Msk (0x3UL << GPIO_OSPEEDR_OSPEED15_Pos) /*!< 0xC0000000 */ 3200 #define GPIO_OSPEEDR_OSPEED15 GPIO_OSPEEDR_OSPEED15_Msk 3201 #define GPIO_OSPEEDR_OSPEED15_0 (0x1UL << GPIO_OSPEEDR_OSPEED15_Pos) /*!< 0x40000000 */ 3202 #define GPIO_OSPEEDR_OSPEED15_1 (0x2UL << GPIO_OSPEEDR_OSPEED15_Pos) /*!< 0x80000000 */ 3203 3204 /****************** Bits definition for GPIO_PUPDR register *****************/ 3205 #define GPIO_PUPDR_PUPD0_Pos (0U) 3206 #define GPIO_PUPDR_PUPD0_Msk (0x3UL << GPIO_PUPDR_PUPD0_Pos) /*!< 0x00000003 */ 3207 #define GPIO_PUPDR_PUPD0 GPIO_PUPDR_PUPD0_Msk 3208 #define GPIO_PUPDR_PUPD0_0 (0x1UL << GPIO_PUPDR_PUPD0_Pos) /*!< 0x00000001 */ 3209 #define GPIO_PUPDR_PUPD0_1 (0x2UL << GPIO_PUPDR_PUPD0_Pos) /*!< 0x00000002 */ 3210 #define GPIO_PUPDR_PUPD1_Pos (2U) 3211 #define GPIO_PUPDR_PUPD1_Msk (0x3UL << GPIO_PUPDR_PUPD1_Pos) /*!< 0x0000000C */ 3212 #define GPIO_PUPDR_PUPD1 GPIO_PUPDR_PUPD1_Msk 3213 #define GPIO_PUPDR_PUPD1_0 (0x1UL << GPIO_PUPDR_PUPD1_Pos) /*!< 0x00000004 */ 3214 #define GPIO_PUPDR_PUPD1_1 (0x2UL << GPIO_PUPDR_PUPD1_Pos) /*!< 0x00000008 */ 3215 #define GPIO_PUPDR_PUPD2_Pos (4U) 3216 #define GPIO_PUPDR_PUPD2_Msk (0x3UL << GPIO_PUPDR_PUPD2_Pos) /*!< 0x00000030 */ 3217 #define GPIO_PUPDR_PUPD2 GPIO_PUPDR_PUPD2_Msk 3218 #define GPIO_PUPDR_PUPD2_0 (0x1UL << GPIO_PUPDR_PUPD2_Pos) /*!< 0x00000010 */ 3219 #define GPIO_PUPDR_PUPD2_1 (0x2UL << GPIO_PUPDR_PUPD2_Pos) /*!< 0x00000020 */ 3220 #define GPIO_PUPDR_PUPD3_Pos (6U) 3221 #define GPIO_PUPDR_PUPD3_Msk (0x3UL << GPIO_PUPDR_PUPD3_Pos) /*!< 0x000000C0 */ 3222 #define GPIO_PUPDR_PUPD3 GPIO_PUPDR_PUPD3_Msk 3223 #define GPIO_PUPDR_PUPD3_0 (0x1UL << GPIO_PUPDR_PUPD3_Pos) /*!< 0x00000040 */ 3224 #define GPIO_PUPDR_PUPD3_1 (0x2UL << GPIO_PUPDR_PUPD3_Pos) /*!< 0x00000080 */ 3225 #define GPIO_PUPDR_PUPD4_Pos (8U) 3226 #define GPIO_PUPDR_PUPD4_Msk (0x3UL << GPIO_PUPDR_PUPD4_Pos) /*!< 0x00000300 */ 3227 #define GPIO_PUPDR_PUPD4 GPIO_PUPDR_PUPD4_Msk 3228 #define GPIO_PUPDR_PUPD4_0 (0x1UL << GPIO_PUPDR_PUPD4_Pos) /*!< 0x00000100 */ 3229 #define GPIO_PUPDR_PUPD4_1 (0x2UL << GPIO_PUPDR_PUPD4_Pos) /*!< 0x00000200 */ 3230 #define GPIO_PUPDR_PUPD5_Pos (10U) 3231 #define GPIO_PUPDR_PUPD5_Msk (0x3UL << GPIO_PUPDR_PUPD5_Pos) /*!< 0x00000C00 */ 3232 #define GPIO_PUPDR_PUPD5 GPIO_PUPDR_PUPD5_Msk 3233 #define GPIO_PUPDR_PUPD5_0 (0x1UL << GPIO_PUPDR_PUPD5_Pos) /*!< 0x00000400 */ 3234 #define GPIO_PUPDR_PUPD5_1 (0x2UL << GPIO_PUPDR_PUPD5_Pos) /*!< 0x00000800 */ 3235 #define GPIO_PUPDR_PUPD6_Pos (12U) 3236 #define GPIO_PUPDR_PUPD6_Msk (0x3UL << GPIO_PUPDR_PUPD6_Pos) /*!< 0x00003000 */ 3237 #define GPIO_PUPDR_PUPD6 GPIO_PUPDR_PUPD6_Msk 3238 #define GPIO_PUPDR_PUPD6_0 (0x1UL << GPIO_PUPDR_PUPD6_Pos) /*!< 0x00001000 */ 3239 #define GPIO_PUPDR_PUPD6_1 (0x2UL << GPIO_PUPDR_PUPD6_Pos) /*!< 0x00002000 */ 3240 #define GPIO_PUPDR_PUPD7_Pos (14U) 3241 #define GPIO_PUPDR_PUPD7_Msk (0x3UL << GPIO_PUPDR_PUPD7_Pos) /*!< 0x0000C000 */ 3242 #define GPIO_PUPDR_PUPD7 GPIO_PUPDR_PUPD7_Msk 3243 #define GPIO_PUPDR_PUPD7_0 (0x1UL << GPIO_PUPDR_PUPD7_Pos) /*!< 0x00004000 */ 3244 #define GPIO_PUPDR_PUPD7_1 (0x2UL << GPIO_PUPDR_PUPD7_Pos) /*!< 0x00008000 */ 3245 #define GPIO_PUPDR_PUPD8_Pos (16U) 3246 #define GPIO_PUPDR_PUPD8_Msk (0x3UL << GPIO_PUPDR_PUPD8_Pos) /*!< 0x00030000 */ 3247 #define GPIO_PUPDR_PUPD8 GPIO_PUPDR_PUPD8_Msk 3248 #define GPIO_PUPDR_PUPD8_0 (0x1UL << GPIO_PUPDR_PUPD8_Pos) /*!< 0x00010000 */ 3249 #define GPIO_PUPDR_PUPD8_1 (0x2UL << GPIO_PUPDR_PUPD8_Pos) /*!< 0x00020000 */ 3250 #define GPIO_PUPDR_PUPD9_Pos (18U) 3251 #define GPIO_PUPDR_PUPD9_Msk (0x3UL << GPIO_PUPDR_PUPD9_Pos) /*!< 0x000C0000 */ 3252 #define GPIO_PUPDR_PUPD9 GPIO_PUPDR_PUPD9_Msk 3253 #define GPIO_PUPDR_PUPD9_0 (0x1UL << GPIO_PUPDR_PUPD9_Pos) /*!< 0x00040000 */ 3254 #define GPIO_PUPDR_PUPD9_1 (0x2UL << GPIO_PUPDR_PUPD9_Pos) /*!< 0x00080000 */ 3255 #define GPIO_PUPDR_PUPD10_Pos (20U) 3256 #define GPIO_PUPDR_PUPD10_Msk (0x3UL << GPIO_PUPDR_PUPD10_Pos) /*!< 0x00300000 */ 3257 #define GPIO_PUPDR_PUPD10 GPIO_PUPDR_PUPD10_Msk 3258 #define GPIO_PUPDR_PUPD10_0 (0x1UL << GPIO_PUPDR_PUPD10_Pos) /*!< 0x00100000 */ 3259 #define GPIO_PUPDR_PUPD10_1 (0x2UL << GPIO_PUPDR_PUPD10_Pos) /*!< 0x00200000 */ 3260 #define GPIO_PUPDR_PUPD11_Pos (22U) 3261 #define GPIO_PUPDR_PUPD11_Msk (0x3UL << GPIO_PUPDR_PUPD11_Pos) /*!< 0x00C00000 */ 3262 #define GPIO_PUPDR_PUPD11 GPIO_PUPDR_PUPD11_Msk 3263 #define GPIO_PUPDR_PUPD11_0 (0x1UL << GPIO_PUPDR_PUPD11_Pos) /*!< 0x00400000 */ 3264 #define GPIO_PUPDR_PUPD11_1 (0x2UL << GPIO_PUPDR_PUPD11_Pos) /*!< 0x00800000 */ 3265 #define GPIO_PUPDR_PUPD12_Pos (24U) 3266 #define GPIO_PUPDR_PUPD12_Msk (0x3UL << GPIO_PUPDR_PUPD12_Pos) /*!< 0x03000000 */ 3267 #define GPIO_PUPDR_PUPD12 GPIO_PUPDR_PUPD12_Msk 3268 #define GPIO_PUPDR_PUPD12_0 (0x1UL << GPIO_PUPDR_PUPD12_Pos) /*!< 0x01000000 */ 3269 #define GPIO_PUPDR_PUPD12_1 (0x2UL << GPIO_PUPDR_PUPD12_Pos) /*!< 0x02000000 */ 3270 #define GPIO_PUPDR_PUPD13_Pos (26U) 3271 #define GPIO_PUPDR_PUPD13_Msk (0x3UL << GPIO_PUPDR_PUPD13_Pos) /*!< 0x0C000000 */ 3272 #define GPIO_PUPDR_PUPD13 GPIO_PUPDR_PUPD13_Msk 3273 #define GPIO_PUPDR_PUPD13_0 (0x1UL << GPIO_PUPDR_PUPD13_Pos) /*!< 0x04000000 */ 3274 #define GPIO_PUPDR_PUPD13_1 (0x2UL << GPIO_PUPDR_PUPD13_Pos) /*!< 0x08000000 */ 3275 #define GPIO_PUPDR_PUPD14_Pos (28U) 3276 #define GPIO_PUPDR_PUPD14_Msk (0x3UL << GPIO_PUPDR_PUPD14_Pos) /*!< 0x30000000 */ 3277 #define GPIO_PUPDR_PUPD14 GPIO_PUPDR_PUPD14_Msk 3278 #define GPIO_PUPDR_PUPD14_0 (0x1UL << GPIO_PUPDR_PUPD14_Pos) /*!< 0x10000000 */ 3279 #define GPIO_PUPDR_PUPD14_1 (0x2UL << GPIO_PUPDR_PUPD14_Pos) /*!< 0x20000000 */ 3280 #define GPIO_PUPDR_PUPD15_Pos (30U) 3281 #define GPIO_PUPDR_PUPD15_Msk (0x3UL << GPIO_PUPDR_PUPD15_Pos) /*!< 0xC0000000 */ 3282 #define GPIO_PUPDR_PUPD15 GPIO_PUPDR_PUPD15_Msk 3283 #define GPIO_PUPDR_PUPD15_0 (0x1UL << GPIO_PUPDR_PUPD15_Pos) /*!< 0x40000000 */ 3284 #define GPIO_PUPDR_PUPD15_1 (0x2UL << GPIO_PUPDR_PUPD15_Pos) /*!< 0x80000000 */ 3285 3286 /****************** Bits definition for GPIO_IDR register *******************/ 3287 #define GPIO_IDR_ID0_Pos (0U) 3288 #define GPIO_IDR_ID0_Msk (0x1UL << GPIO_IDR_ID0_Pos) /*!< 0x00000001 */ 3289 #define GPIO_IDR_ID0 GPIO_IDR_ID0_Msk 3290 #define GPIO_IDR_ID1_Pos (1U) 3291 #define GPIO_IDR_ID1_Msk (0x1UL << GPIO_IDR_ID1_Pos) /*!< 0x00000002 */ 3292 #define GPIO_IDR_ID1 GPIO_IDR_ID1_Msk 3293 #define GPIO_IDR_ID2_Pos (2U) 3294 #define GPIO_IDR_ID2_Msk (0x1UL << GPIO_IDR_ID2_Pos) /*!< 0x00000004 */ 3295 #define GPIO_IDR_ID2 GPIO_IDR_ID2_Msk 3296 #define GPIO_IDR_ID3_Pos (3U) 3297 #define GPIO_IDR_ID3_Msk (0x1UL << GPIO_IDR_ID3_Pos) /*!< 0x00000008 */ 3298 #define GPIO_IDR_ID3 GPIO_IDR_ID3_Msk 3299 #define GPIO_IDR_ID4_Pos (4U) 3300 #define GPIO_IDR_ID4_Msk (0x1UL << GPIO_IDR_ID4_Pos) /*!< 0x00000010 */ 3301 #define GPIO_IDR_ID4 GPIO_IDR_ID4_Msk 3302 #define GPIO_IDR_ID5_Pos (5U) 3303 #define GPIO_IDR_ID5_Msk (0x1UL << GPIO_IDR_ID5_Pos) /*!< 0x00000020 */ 3304 #define GPIO_IDR_ID5 GPIO_IDR_ID5_Msk 3305 #define GPIO_IDR_ID6_Pos (6U) 3306 #define GPIO_IDR_ID6_Msk (0x1UL << GPIO_IDR_ID6_Pos) /*!< 0x00000040 */ 3307 #define GPIO_IDR_ID6 GPIO_IDR_ID6_Msk 3308 #define GPIO_IDR_ID7_Pos (7U) 3309 #define GPIO_IDR_ID7_Msk (0x1UL << GPIO_IDR_ID7_Pos) /*!< 0x00000080 */ 3310 #define GPIO_IDR_ID7 GPIO_IDR_ID7_Msk 3311 #define GPIO_IDR_ID8_Pos (8U) 3312 #define GPIO_IDR_ID8_Msk (0x1UL << GPIO_IDR_ID8_Pos) /*!< 0x00000100 */ 3313 #define GPIO_IDR_ID8 GPIO_IDR_ID8_Msk 3314 #define GPIO_IDR_ID9_Pos (9U) 3315 #define GPIO_IDR_ID9_Msk (0x1UL << GPIO_IDR_ID9_Pos) /*!< 0x00000200 */ 3316 #define GPIO_IDR_ID9 GPIO_IDR_ID9_Msk 3317 #define GPIO_IDR_ID10_Pos (10U) 3318 #define GPIO_IDR_ID10_Msk (0x1UL << GPIO_IDR_ID10_Pos) /*!< 0x00000400 */ 3319 #define GPIO_IDR_ID10 GPIO_IDR_ID10_Msk 3320 #define GPIO_IDR_ID11_Pos (11U) 3321 #define GPIO_IDR_ID11_Msk (0x1UL << GPIO_IDR_ID11_Pos) /*!< 0x00000800 */ 3322 #define GPIO_IDR_ID11 GPIO_IDR_ID11_Msk 3323 #define GPIO_IDR_ID12_Pos (12U) 3324 #define GPIO_IDR_ID12_Msk (0x1UL << GPIO_IDR_ID12_Pos) /*!< 0x00001000 */ 3325 #define GPIO_IDR_ID12 GPIO_IDR_ID12_Msk 3326 #define GPIO_IDR_ID13_Pos (13U) 3327 #define GPIO_IDR_ID13_Msk (0x1UL << GPIO_IDR_ID13_Pos) /*!< 0x00002000 */ 3328 #define GPIO_IDR_ID13 GPIO_IDR_ID13_Msk 3329 #define GPIO_IDR_ID14_Pos (14U) 3330 #define GPIO_IDR_ID14_Msk (0x1UL << GPIO_IDR_ID14_Pos) /*!< 0x00004000 */ 3331 #define GPIO_IDR_ID14 GPIO_IDR_ID14_Msk 3332 #define GPIO_IDR_ID15_Pos (15U) 3333 #define GPIO_IDR_ID15_Msk (0x1UL << GPIO_IDR_ID15_Pos) /*!< 0x00008000 */ 3334 #define GPIO_IDR_ID15 GPIO_IDR_ID15_Msk 3335 3336 /****************** Bits definition for GPIO_ODR register *******************/ 3337 #define GPIO_ODR_OD0_Pos (0U) 3338 #define GPIO_ODR_OD0_Msk (0x1UL << GPIO_ODR_OD0_Pos) /*!< 0x00000001 */ 3339 #define GPIO_ODR_OD0 GPIO_ODR_OD0_Msk 3340 #define GPIO_ODR_OD1_Pos (1U) 3341 #define GPIO_ODR_OD1_Msk (0x1UL << GPIO_ODR_OD1_Pos) /*!< 0x00000002 */ 3342 #define GPIO_ODR_OD1 GPIO_ODR_OD1_Msk 3343 #define GPIO_ODR_OD2_Pos (2U) 3344 #define GPIO_ODR_OD2_Msk (0x1UL << GPIO_ODR_OD2_Pos) /*!< 0x00000004 */ 3345 #define GPIO_ODR_OD2 GPIO_ODR_OD2_Msk 3346 #define GPIO_ODR_OD3_Pos (3U) 3347 #define GPIO_ODR_OD3_Msk (0x1UL << GPIO_ODR_OD3_Pos) /*!< 0x00000008 */ 3348 #define GPIO_ODR_OD3 GPIO_ODR_OD3_Msk 3349 #define GPIO_ODR_OD4_Pos (4U) 3350 #define GPIO_ODR_OD4_Msk (0x1UL << GPIO_ODR_OD4_Pos) /*!< 0x00000010 */ 3351 #define GPIO_ODR_OD4 GPIO_ODR_OD4_Msk 3352 #define GPIO_ODR_OD5_Pos (5U) 3353 #define GPIO_ODR_OD5_Msk (0x1UL << GPIO_ODR_OD5_Pos) /*!< 0x00000020 */ 3354 #define GPIO_ODR_OD5 GPIO_ODR_OD5_Msk 3355 #define GPIO_ODR_OD6_Pos (6U) 3356 #define GPIO_ODR_OD6_Msk (0x1UL << GPIO_ODR_OD6_Pos) /*!< 0x00000040 */ 3357 #define GPIO_ODR_OD6 GPIO_ODR_OD6_Msk 3358 #define GPIO_ODR_OD7_Pos (7U) 3359 #define GPIO_ODR_OD7_Msk (0x1UL << GPIO_ODR_OD7_Pos) /*!< 0x00000080 */ 3360 #define GPIO_ODR_OD7 GPIO_ODR_OD7_Msk 3361 #define GPIO_ODR_OD8_Pos (8U) 3362 #define GPIO_ODR_OD8_Msk (0x1UL << GPIO_ODR_OD8_Pos) /*!< 0x00000100 */ 3363 #define GPIO_ODR_OD8 GPIO_ODR_OD8_Msk 3364 #define GPIO_ODR_OD9_Pos (9U) 3365 #define GPIO_ODR_OD9_Msk (0x1UL << GPIO_ODR_OD9_Pos) /*!< 0x00000200 */ 3366 #define GPIO_ODR_OD9 GPIO_ODR_OD9_Msk 3367 #define GPIO_ODR_OD10_Pos (10U) 3368 #define GPIO_ODR_OD10_Msk (0x1UL << GPIO_ODR_OD10_Pos) /*!< 0x00000400 */ 3369 #define GPIO_ODR_OD10 GPIO_ODR_OD10_Msk 3370 #define GPIO_ODR_OD11_Pos (11U) 3371 #define GPIO_ODR_OD11_Msk (0x1UL << GPIO_ODR_OD11_Pos) /*!< 0x00000800 */ 3372 #define GPIO_ODR_OD11 GPIO_ODR_OD11_Msk 3373 #define GPIO_ODR_OD12_Pos (12U) 3374 #define GPIO_ODR_OD12_Msk (0x1UL << GPIO_ODR_OD12_Pos) /*!< 0x00001000 */ 3375 #define GPIO_ODR_OD12 GPIO_ODR_OD12_Msk 3376 #define GPIO_ODR_OD13_Pos (13U) 3377 #define GPIO_ODR_OD13_Msk (0x1UL << GPIO_ODR_OD13_Pos) /*!< 0x00002000 */ 3378 #define GPIO_ODR_OD13 GPIO_ODR_OD13_Msk 3379 #define GPIO_ODR_OD14_Pos (14U) 3380 #define GPIO_ODR_OD14_Msk (0x1UL << GPIO_ODR_OD14_Pos) /*!< 0x00004000 */ 3381 #define GPIO_ODR_OD14 GPIO_ODR_OD14_Msk 3382 #define GPIO_ODR_OD15_Pos (15U) 3383 #define GPIO_ODR_OD15_Msk (0x1UL << GPIO_ODR_OD15_Pos) /*!< 0x00008000 */ 3384 #define GPIO_ODR_OD15 GPIO_ODR_OD15_Msk 3385 3386 /****************** Bits definition for GPIO_BSRR register ******************/ 3387 #define GPIO_BSRR_BS0_Pos (0U) 3388 #define GPIO_BSRR_BS0_Msk (0x1UL << GPIO_BSRR_BS0_Pos) /*!< 0x00000001 */ 3389 #define GPIO_BSRR_BS0 GPIO_BSRR_BS0_Msk 3390 #define GPIO_BSRR_BS1_Pos (1U) 3391 #define GPIO_BSRR_BS1_Msk (0x1UL << GPIO_BSRR_BS1_Pos) /*!< 0x00000002 */ 3392 #define GPIO_BSRR_BS1 GPIO_BSRR_BS1_Msk 3393 #define GPIO_BSRR_BS2_Pos (2U) 3394 #define GPIO_BSRR_BS2_Msk (0x1UL << GPIO_BSRR_BS2_Pos) /*!< 0x00000004 */ 3395 #define GPIO_BSRR_BS2 GPIO_BSRR_BS2_Msk 3396 #define GPIO_BSRR_BS3_Pos (3U) 3397 #define GPIO_BSRR_BS3_Msk (0x1UL << GPIO_BSRR_BS3_Pos) /*!< 0x00000008 */ 3398 #define GPIO_BSRR_BS3 GPIO_BSRR_BS3_Msk 3399 #define GPIO_BSRR_BS4_Pos (4U) 3400 #define GPIO_BSRR_BS4_Msk (0x1UL << GPIO_BSRR_BS4_Pos) /*!< 0x00000010 */ 3401 #define GPIO_BSRR_BS4 GPIO_BSRR_BS4_Msk 3402 #define GPIO_BSRR_BS5_Pos (5U) 3403 #define GPIO_BSRR_BS5_Msk (0x1UL << GPIO_BSRR_BS5_Pos) /*!< 0x00000020 */ 3404 #define GPIO_BSRR_BS5 GPIO_BSRR_BS5_Msk 3405 #define GPIO_BSRR_BS6_Pos (6U) 3406 #define GPIO_BSRR_BS6_Msk (0x1UL << GPIO_BSRR_BS6_Pos) /*!< 0x00000040 */ 3407 #define GPIO_BSRR_BS6 GPIO_BSRR_BS6_Msk 3408 #define GPIO_BSRR_BS7_Pos (7U) 3409 #define GPIO_BSRR_BS7_Msk (0x1UL << GPIO_BSRR_BS7_Pos) /*!< 0x00000080 */ 3410 #define GPIO_BSRR_BS7 GPIO_BSRR_BS7_Msk 3411 #define GPIO_BSRR_BS8_Pos (8U) 3412 #define GPIO_BSRR_BS8_Msk (0x1UL << GPIO_BSRR_BS8_Pos) /*!< 0x00000100 */ 3413 #define GPIO_BSRR_BS8 GPIO_BSRR_BS8_Msk 3414 #define GPIO_BSRR_BS9_Pos (9U) 3415 #define GPIO_BSRR_BS9_Msk (0x1UL << GPIO_BSRR_BS9_Pos) /*!< 0x00000200 */ 3416 #define GPIO_BSRR_BS9 GPIO_BSRR_BS9_Msk 3417 #define GPIO_BSRR_BS10_Pos (10U) 3418 #define GPIO_BSRR_BS10_Msk (0x1UL << GPIO_BSRR_BS10_Pos) /*!< 0x00000400 */ 3419 #define GPIO_BSRR_BS10 GPIO_BSRR_BS10_Msk 3420 #define GPIO_BSRR_BS11_Pos (11U) 3421 #define GPIO_BSRR_BS11_Msk (0x1UL << GPIO_BSRR_BS11_Pos) /*!< 0x00000800 */ 3422 #define GPIO_BSRR_BS11 GPIO_BSRR_BS11_Msk 3423 #define GPIO_BSRR_BS12_Pos (12U) 3424 #define GPIO_BSRR_BS12_Msk (0x1UL << GPIO_BSRR_BS12_Pos) /*!< 0x00001000 */ 3425 #define GPIO_BSRR_BS12 GPIO_BSRR_BS12_Msk 3426 #define GPIO_BSRR_BS13_Pos (13U) 3427 #define GPIO_BSRR_BS13_Msk (0x1UL << GPIO_BSRR_BS13_Pos) /*!< 0x00002000 */ 3428 #define GPIO_BSRR_BS13 GPIO_BSRR_BS13_Msk 3429 #define GPIO_BSRR_BS14_Pos (14U) 3430 #define GPIO_BSRR_BS14_Msk (0x1UL << GPIO_BSRR_BS14_Pos) /*!< 0x00004000 */ 3431 #define GPIO_BSRR_BS14 GPIO_BSRR_BS14_Msk 3432 #define GPIO_BSRR_BS15_Pos (15U) 3433 #define GPIO_BSRR_BS15_Msk (0x1UL << GPIO_BSRR_BS15_Pos) /*!< 0x00008000 */ 3434 #define GPIO_BSRR_BS15 GPIO_BSRR_BS15_Msk 3435 #define GPIO_BSRR_BR0_Pos (16U) 3436 #define GPIO_BSRR_BR0_Msk (0x1UL << GPIO_BSRR_BR0_Pos) /*!< 0x00010000 */ 3437 #define GPIO_BSRR_BR0 GPIO_BSRR_BR0_Msk 3438 #define GPIO_BSRR_BR1_Pos (17U) 3439 #define GPIO_BSRR_BR1_Msk (0x1UL << GPIO_BSRR_BR1_Pos) /*!< 0x00020000 */ 3440 #define GPIO_BSRR_BR1 GPIO_BSRR_BR1_Msk 3441 #define GPIO_BSRR_BR2_Pos (18U) 3442 #define GPIO_BSRR_BR2_Msk (0x1UL << GPIO_BSRR_BR2_Pos) /*!< 0x00040000 */ 3443 #define GPIO_BSRR_BR2 GPIO_BSRR_BR2_Msk 3444 #define GPIO_BSRR_BR3_Pos (19U) 3445 #define GPIO_BSRR_BR3_Msk (0x1UL << GPIO_BSRR_BR3_Pos) /*!< 0x00080000 */ 3446 #define GPIO_BSRR_BR3 GPIO_BSRR_BR3_Msk 3447 #define GPIO_BSRR_BR4_Pos (20U) 3448 #define GPIO_BSRR_BR4_Msk (0x1UL << GPIO_BSRR_BR4_Pos) /*!< 0x00100000 */ 3449 #define GPIO_BSRR_BR4 GPIO_BSRR_BR4_Msk 3450 #define GPIO_BSRR_BR5_Pos (21U) 3451 #define GPIO_BSRR_BR5_Msk (0x1UL << GPIO_BSRR_BR5_Pos) /*!< 0x00200000 */ 3452 #define GPIO_BSRR_BR5 GPIO_BSRR_BR5_Msk 3453 #define GPIO_BSRR_BR6_Pos (22U) 3454 #define GPIO_BSRR_BR6_Msk (0x1UL << GPIO_BSRR_BR6_Pos) /*!< 0x00400000 */ 3455 #define GPIO_BSRR_BR6 GPIO_BSRR_BR6_Msk 3456 #define GPIO_BSRR_BR7_Pos (23U) 3457 #define GPIO_BSRR_BR7_Msk (0x1UL << GPIO_BSRR_BR7_Pos) /*!< 0x00800000 */ 3458 #define GPIO_BSRR_BR7 GPIO_BSRR_BR7_Msk 3459 #define GPIO_BSRR_BR8_Pos (24U) 3460 #define GPIO_BSRR_BR8_Msk (0x1UL << GPIO_BSRR_BR8_Pos) /*!< 0x01000000 */ 3461 #define GPIO_BSRR_BR8 GPIO_BSRR_BR8_Msk 3462 #define GPIO_BSRR_BR9_Pos (25U) 3463 #define GPIO_BSRR_BR9_Msk (0x1UL << GPIO_BSRR_BR9_Pos) /*!< 0x02000000 */ 3464 #define GPIO_BSRR_BR9 GPIO_BSRR_BR9_Msk 3465 #define GPIO_BSRR_BR10_Pos (26U) 3466 #define GPIO_BSRR_BR10_Msk (0x1UL << GPIO_BSRR_BR10_Pos) /*!< 0x04000000 */ 3467 #define GPIO_BSRR_BR10 GPIO_BSRR_BR10_Msk 3468 #define GPIO_BSRR_BR11_Pos (27U) 3469 #define GPIO_BSRR_BR11_Msk (0x1UL << GPIO_BSRR_BR11_Pos) /*!< 0x08000000 */ 3470 #define GPIO_BSRR_BR11 GPIO_BSRR_BR11_Msk 3471 #define GPIO_BSRR_BR12_Pos (28U) 3472 #define GPIO_BSRR_BR12_Msk (0x1UL << GPIO_BSRR_BR12_Pos) /*!< 0x10000000 */ 3473 #define GPIO_BSRR_BR12 GPIO_BSRR_BR12_Msk 3474 #define GPIO_BSRR_BR13_Pos (29U) 3475 #define GPIO_BSRR_BR13_Msk (0x1UL << GPIO_BSRR_BR13_Pos) /*!< 0x20000000 */ 3476 #define GPIO_BSRR_BR13 GPIO_BSRR_BR13_Msk 3477 #define GPIO_BSRR_BR14_Pos (30U) 3478 #define GPIO_BSRR_BR14_Msk (0x1UL << GPIO_BSRR_BR14_Pos) /*!< 0x40000000 */ 3479 #define GPIO_BSRR_BR14 GPIO_BSRR_BR14_Msk 3480 #define GPIO_BSRR_BR15_Pos (31U) 3481 #define GPIO_BSRR_BR15_Msk (0x1UL << GPIO_BSRR_BR15_Pos) /*!< 0x80000000 */ 3482 #define GPIO_BSRR_BR15 GPIO_BSRR_BR15_Msk 3483 3484 /****************** Bit definition for GPIO_LCKR register *********************/ 3485 #define GPIO_LCKR_LCK0_Pos (0U) 3486 #define GPIO_LCKR_LCK0_Msk (0x1UL << GPIO_LCKR_LCK0_Pos) /*!< 0x00000001 */ 3487 #define GPIO_LCKR_LCK0 GPIO_LCKR_LCK0_Msk 3488 #define GPIO_LCKR_LCK1_Pos (1U) 3489 #define GPIO_LCKR_LCK1_Msk (0x1UL << GPIO_LCKR_LCK1_Pos) /*!< 0x00000002 */ 3490 #define GPIO_LCKR_LCK1 GPIO_LCKR_LCK1_Msk 3491 #define GPIO_LCKR_LCK2_Pos (2U) 3492 #define GPIO_LCKR_LCK2_Msk (0x1UL << GPIO_LCKR_LCK2_Pos) /*!< 0x00000004 */ 3493 #define GPIO_LCKR_LCK2 GPIO_LCKR_LCK2_Msk 3494 #define GPIO_LCKR_LCK3_Pos (3U) 3495 #define GPIO_LCKR_LCK3_Msk (0x1UL << GPIO_LCKR_LCK3_Pos) /*!< 0x00000008 */ 3496 #define GPIO_LCKR_LCK3 GPIO_LCKR_LCK3_Msk 3497 #define GPIO_LCKR_LCK4_Pos (4U) 3498 #define GPIO_LCKR_LCK4_Msk (0x1UL << GPIO_LCKR_LCK4_Pos) /*!< 0x00000010 */ 3499 #define GPIO_LCKR_LCK4 GPIO_LCKR_LCK4_Msk 3500 #define GPIO_LCKR_LCK5_Pos (5U) 3501 #define GPIO_LCKR_LCK5_Msk (0x1UL << GPIO_LCKR_LCK5_Pos) /*!< 0x00000020 */ 3502 #define GPIO_LCKR_LCK5 GPIO_LCKR_LCK5_Msk 3503 #define GPIO_LCKR_LCK6_Pos (6U) 3504 #define GPIO_LCKR_LCK6_Msk (0x1UL << GPIO_LCKR_LCK6_Pos) /*!< 0x00000040 */ 3505 #define GPIO_LCKR_LCK6 GPIO_LCKR_LCK6_Msk 3506 #define GPIO_LCKR_LCK7_Pos (7U) 3507 #define GPIO_LCKR_LCK7_Msk (0x1UL << GPIO_LCKR_LCK7_Pos) /*!< 0x00000080 */ 3508 #define GPIO_LCKR_LCK7 GPIO_LCKR_LCK7_Msk 3509 #define GPIO_LCKR_LCK8_Pos (8U) 3510 #define GPIO_LCKR_LCK8_Msk (0x1UL << GPIO_LCKR_LCK8_Pos) /*!< 0x00000100 */ 3511 #define GPIO_LCKR_LCK8 GPIO_LCKR_LCK8_Msk 3512 #define GPIO_LCKR_LCK9_Pos (9U) 3513 #define GPIO_LCKR_LCK9_Msk (0x1UL << GPIO_LCKR_LCK9_Pos) /*!< 0x00000200 */ 3514 #define GPIO_LCKR_LCK9 GPIO_LCKR_LCK9_Msk 3515 #define GPIO_LCKR_LCK10_Pos (10U) 3516 #define GPIO_LCKR_LCK10_Msk (0x1UL << GPIO_LCKR_LCK10_Pos) /*!< 0x00000400 */ 3517 #define GPIO_LCKR_LCK10 GPIO_LCKR_LCK10_Msk 3518 #define GPIO_LCKR_LCK11_Pos (11U) 3519 #define GPIO_LCKR_LCK11_Msk (0x1UL << GPIO_LCKR_LCK11_Pos) /*!< 0x00000800 */ 3520 #define GPIO_LCKR_LCK11 GPIO_LCKR_LCK11_Msk 3521 #define GPIO_LCKR_LCK12_Pos (12U) 3522 #define GPIO_LCKR_LCK12_Msk (0x1UL << GPIO_LCKR_LCK12_Pos) /*!< 0x00001000 */ 3523 #define GPIO_LCKR_LCK12 GPIO_LCKR_LCK12_Msk 3524 #define GPIO_LCKR_LCK13_Pos (13U) 3525 #define GPIO_LCKR_LCK13_Msk (0x1UL << GPIO_LCKR_LCK13_Pos) /*!< 0x00002000 */ 3526 #define GPIO_LCKR_LCK13 GPIO_LCKR_LCK13_Msk 3527 #define GPIO_LCKR_LCK14_Pos (14U) 3528 #define GPIO_LCKR_LCK14_Msk (0x1UL << GPIO_LCKR_LCK14_Pos) /*!< 0x00004000 */ 3529 #define GPIO_LCKR_LCK14 GPIO_LCKR_LCK14_Msk 3530 #define GPIO_LCKR_LCK15_Pos (15U) 3531 #define GPIO_LCKR_LCK15_Msk (0x1UL << GPIO_LCKR_LCK15_Pos) /*!< 0x00008000 */ 3532 #define GPIO_LCKR_LCK15 GPIO_LCKR_LCK15_Msk 3533 #define GPIO_LCKR_LCKK_Pos (16U) 3534 #define GPIO_LCKR_LCKK_Msk (0x1UL << GPIO_LCKR_LCKK_Pos) /*!< 0x00010000 */ 3535 #define GPIO_LCKR_LCKK GPIO_LCKR_LCKK_Msk 3536 3537 /****************** Bit definition for GPIO_AFRL register *********************/ 3538 #define GPIO_AFRL_AFSEL0_Pos (0U) 3539 #define GPIO_AFRL_AFSEL0_Msk (0xFUL << GPIO_AFRL_AFSEL0_Pos) /*!< 0x0000000F */ 3540 #define GPIO_AFRL_AFSEL0 GPIO_AFRL_AFSEL0_Msk 3541 #define GPIO_AFRL_AFSEL0_0 (0x1UL << GPIO_AFRL_AFSEL0_Pos) /*!< 0x00000001 */ 3542 #define GPIO_AFRL_AFSEL0_1 (0x2UL << GPIO_AFRL_AFSEL0_Pos) /*!< 0x00000002 */ 3543 #define GPIO_AFRL_AFSEL0_2 (0x4UL << GPIO_AFRL_AFSEL0_Pos) /*!< 0x00000004 */ 3544 #define GPIO_AFRL_AFSEL0_3 (0x8UL << GPIO_AFRL_AFSEL0_Pos) /*!< 0x00000008 */ 3545 #define GPIO_AFRL_AFSEL1_Pos (4U) 3546 #define GPIO_AFRL_AFSEL1_Msk (0xFUL << GPIO_AFRL_AFSEL1_Pos) /*!< 0x000000F0 */ 3547 #define GPIO_AFRL_AFSEL1 GPIO_AFRL_AFSEL1_Msk 3548 #define GPIO_AFRL_AFSEL1_0 (0x1UL << GPIO_AFRL_AFSEL1_Pos) /*!< 0x00000010 */ 3549 #define GPIO_AFRL_AFSEL1_1 (0x2UL << GPIO_AFRL_AFSEL1_Pos) /*!< 0x00000020 */ 3550 #define GPIO_AFRL_AFSEL1_2 (0x4UL << GPIO_AFRL_AFSEL1_Pos) /*!< 0x00000040 */ 3551 #define GPIO_AFRL_AFSEL1_3 (0x8UL << GPIO_AFRL_AFSEL1_Pos) /*!< 0x00000080 */ 3552 #define GPIO_AFRL_AFSEL2_Pos (8U) 3553 #define GPIO_AFRL_AFSEL2_Msk (0xFUL << GPIO_AFRL_AFSEL2_Pos) /*!< 0x00000F00 */ 3554 #define GPIO_AFRL_AFSEL2 GPIO_AFRL_AFSEL2_Msk 3555 #define GPIO_AFRL_AFSEL2_0 (0x1UL << GPIO_AFRL_AFSEL2_Pos) /*!< 0x00000100 */ 3556 #define GPIO_AFRL_AFSEL2_1 (0x2UL << GPIO_AFRL_AFSEL2_Pos) /*!< 0x00000200 */ 3557 #define GPIO_AFRL_AFSEL2_2 (0x4UL << GPIO_AFRL_AFSEL2_Pos) /*!< 0x00000400 */ 3558 #define GPIO_AFRL_AFSEL2_3 (0x8UL << GPIO_AFRL_AFSEL2_Pos) /*!< 0x00000800 */ 3559 #define GPIO_AFRL_AFSEL3_Pos (12U) 3560 #define GPIO_AFRL_AFSEL3_Msk (0xFUL << GPIO_AFRL_AFSEL3_Pos) /*!< 0x0000F000 */ 3561 #define GPIO_AFRL_AFSEL3 GPIO_AFRL_AFSEL3_Msk 3562 #define GPIO_AFRL_AFSEL3_0 (0x1UL << GPIO_AFRL_AFSEL3_Pos) /*!< 0x00001000 */ 3563 #define GPIO_AFRL_AFSEL3_1 (0x2UL << GPIO_AFRL_AFSEL3_Pos) /*!< 0x00002000 */ 3564 #define GPIO_AFRL_AFSEL3_2 (0x4UL << GPIO_AFRL_AFSEL3_Pos) /*!< 0x00004000 */ 3565 #define GPIO_AFRL_AFSEL3_3 (0x8UL << GPIO_AFRL_AFSEL3_Pos) /*!< 0x00008000 */ 3566 #define GPIO_AFRL_AFSEL4_Pos (16U) 3567 #define GPIO_AFRL_AFSEL4_Msk (0xFUL << GPIO_AFRL_AFSEL4_Pos) /*!< 0x000F0000 */ 3568 #define GPIO_AFRL_AFSEL4 GPIO_AFRL_AFSEL4_Msk 3569 #define GPIO_AFRL_AFSEL4_0 (0x1UL << GPIO_AFRL_AFSEL4_Pos) /*!< 0x00010000 */ 3570 #define GPIO_AFRL_AFSEL4_1 (0x2UL << GPIO_AFRL_AFSEL4_Pos) /*!< 0x00020000 */ 3571 #define GPIO_AFRL_AFSEL4_2 (0x4UL << GPIO_AFRL_AFSEL4_Pos) /*!< 0x00040000 */ 3572 #define GPIO_AFRL_AFSEL4_3 (0x8UL << GPIO_AFRL_AFSEL4_Pos) /*!< 0x00080000 */ 3573 #define GPIO_AFRL_AFSEL5_Pos (20U) 3574 #define GPIO_AFRL_AFSEL5_Msk (0xFUL << GPIO_AFRL_AFSEL5_Pos) /*!< 0x00F00000 */ 3575 #define GPIO_AFRL_AFSEL5 GPIO_AFRL_AFSEL5_Msk 3576 #define GPIO_AFRL_AFSEL5_0 (0x1UL << GPIO_AFRL_AFSEL5_Pos) /*!< 0x00100000 */ 3577 #define GPIO_AFRL_AFSEL5_1 (0x2UL << GPIO_AFRL_AFSEL5_Pos) /*!< 0x00200000 */ 3578 #define GPIO_AFRL_AFSEL5_2 (0x4UL << GPIO_AFRL_AFSEL5_Pos) /*!< 0x00400000 */ 3579 #define GPIO_AFRL_AFSEL5_3 (0x8UL << GPIO_AFRL_AFSEL5_Pos) /*!< 0x00800000 */ 3580 #define GPIO_AFRL_AFSEL6_Pos (24U) 3581 #define GPIO_AFRL_AFSEL6_Msk (0xFUL << GPIO_AFRL_AFSEL6_Pos) /*!< 0x0F000000 */ 3582 #define GPIO_AFRL_AFSEL6 GPIO_AFRL_AFSEL6_Msk 3583 #define GPIO_AFRL_AFSEL6_0 (0x1UL << GPIO_AFRL_AFSEL6_Pos) /*!< 0x01000000 */ 3584 #define GPIO_AFRL_AFSEL6_1 (0x2UL << GPIO_AFRL_AFSEL6_Pos) /*!< 0x02000000 */ 3585 #define GPIO_AFRL_AFSEL6_2 (0x4UL << GPIO_AFRL_AFSEL6_Pos) /*!< 0x04000000 */ 3586 #define GPIO_AFRL_AFSEL6_3 (0x8UL << GPIO_AFRL_AFSEL6_Pos) /*!< 0x08000000 */ 3587 #define GPIO_AFRL_AFSEL7_Pos (28U) 3588 #define GPIO_AFRL_AFSEL7_Msk (0xFUL << GPIO_AFRL_AFSEL7_Pos) /*!< 0xF0000000 */ 3589 #define GPIO_AFRL_AFSEL7 GPIO_AFRL_AFSEL7_Msk 3590 #define GPIO_AFRL_AFSEL7_0 (0x1UL << GPIO_AFRL_AFSEL7_Pos) /*!< 0x10000000 */ 3591 #define GPIO_AFRL_AFSEL7_1 (0x2UL << GPIO_AFRL_AFSEL7_Pos) /*!< 0x20000000 */ 3592 #define GPIO_AFRL_AFSEL7_2 (0x4UL << GPIO_AFRL_AFSEL7_Pos) /*!< 0x40000000 */ 3593 #define GPIO_AFRL_AFSEL7_3 (0x8UL << GPIO_AFRL_AFSEL7_Pos) /*!< 0x80000000 */ 3594 3595 /****************** Bit definition for GPIO_AFRH register *********************/ 3596 #define GPIO_AFRH_AFSEL8_Pos (0U) 3597 #define GPIO_AFRH_AFSEL8_Msk (0xFUL << GPIO_AFRH_AFSEL8_Pos) /*!< 0x0000000F */ 3598 #define GPIO_AFRH_AFSEL8 GPIO_AFRH_AFSEL8_Msk 3599 #define GPIO_AFRH_AFSEL8_0 (0x1UL << GPIO_AFRH_AFSEL8_Pos) /*!< 0x00000001 */ 3600 #define GPIO_AFRH_AFSEL8_1 (0x2UL << GPIO_AFRH_AFSEL8_Pos) /*!< 0x00000002 */ 3601 #define GPIO_AFRH_AFSEL8_2 (0x4UL << GPIO_AFRH_AFSEL8_Pos) /*!< 0x00000004 */ 3602 #define GPIO_AFRH_AFSEL8_3 (0x8UL << GPIO_AFRH_AFSEL8_Pos) /*!< 0x00000008 */ 3603 #define GPIO_AFRH_AFSEL9_Pos (4U) 3604 #define GPIO_AFRH_AFSEL9_Msk (0xFUL << GPIO_AFRH_AFSEL9_Pos) /*!< 0x000000F0 */ 3605 #define GPIO_AFRH_AFSEL9 GPIO_AFRH_AFSEL9_Msk 3606 #define GPIO_AFRH_AFSEL9_0 (0x1UL << GPIO_AFRH_AFSEL9_Pos) /*!< 0x00000010 */ 3607 #define GPIO_AFRH_AFSEL9_1 (0x2UL << GPIO_AFRH_AFSEL9_Pos) /*!< 0x00000020 */ 3608 #define GPIO_AFRH_AFSEL9_2 (0x4UL << GPIO_AFRH_AFSEL9_Pos) /*!< 0x00000040 */ 3609 #define GPIO_AFRH_AFSEL9_3 (0x8UL << GPIO_AFRH_AFSEL9_Pos) /*!< 0x00000080 */ 3610 #define GPIO_AFRH_AFSEL10_Pos (8U) 3611 #define GPIO_AFRH_AFSEL10_Msk (0xFUL << GPIO_AFRH_AFSEL10_Pos) /*!< 0x00000F00 */ 3612 #define GPIO_AFRH_AFSEL10 GPIO_AFRH_AFSEL10_Msk 3613 #define GPIO_AFRH_AFSEL10_0 (0x1UL << GPIO_AFRH_AFSEL10_Pos) /*!< 0x00000100 */ 3614 #define GPIO_AFRH_AFSEL10_1 (0x2UL << GPIO_AFRH_AFSEL10_Pos) /*!< 0x00000200 */ 3615 #define GPIO_AFRH_AFSEL10_2 (0x4UL << GPIO_AFRH_AFSEL10_Pos) /*!< 0x00000400 */ 3616 #define GPIO_AFRH_AFSEL10_3 (0x8UL << GPIO_AFRH_AFSEL10_Pos) /*!< 0x00000800 */ 3617 #define GPIO_AFRH_AFSEL11_Pos (12U) 3618 #define GPIO_AFRH_AFSEL11_Msk (0xFUL << GPIO_AFRH_AFSEL11_Pos) /*!< 0x0000F000 */ 3619 #define GPIO_AFRH_AFSEL11 GPIO_AFRH_AFSEL11_Msk 3620 #define GPIO_AFRH_AFSEL11_0 (0x1UL << GPIO_AFRH_AFSEL11_Pos) /*!< 0x00001000 */ 3621 #define GPIO_AFRH_AFSEL11_1 (0x2UL << GPIO_AFRH_AFSEL11_Pos) /*!< 0x00002000 */ 3622 #define GPIO_AFRH_AFSEL11_2 (0x4UL << GPIO_AFRH_AFSEL11_Pos) /*!< 0x00004000 */ 3623 #define GPIO_AFRH_AFSEL11_3 (0x8UL << GPIO_AFRH_AFSEL11_Pos) /*!< 0x00008000 */ 3624 #define GPIO_AFRH_AFSEL12_Pos (16U) 3625 #define GPIO_AFRH_AFSEL12_Msk (0xFUL << GPIO_AFRH_AFSEL12_Pos) /*!< 0x000F0000 */ 3626 #define GPIO_AFRH_AFSEL12 GPIO_AFRH_AFSEL12_Msk 3627 #define GPIO_AFRH_AFSEL12_0 (0x1UL << GPIO_AFRH_AFSEL12_Pos) /*!< 0x00010000 */ 3628 #define GPIO_AFRH_AFSEL12_1 (0x2UL << GPIO_AFRH_AFSEL12_Pos) /*!< 0x00020000 */ 3629 #define GPIO_AFRH_AFSEL12_2 (0x4UL << GPIO_AFRH_AFSEL12_Pos) /*!< 0x00040000 */ 3630 #define GPIO_AFRH_AFSEL12_3 (0x8UL << GPIO_AFRH_AFSEL12_Pos) /*!< 0x00080000 */ 3631 #define GPIO_AFRH_AFSEL13_Pos (20U) 3632 #define GPIO_AFRH_AFSEL13_Msk (0xFUL << GPIO_AFRH_AFSEL13_Pos) /*!< 0x00F00000 */ 3633 #define GPIO_AFRH_AFSEL13 GPIO_AFRH_AFSEL13_Msk 3634 #define GPIO_AFRH_AFSEL13_0 (0x1UL << GPIO_AFRH_AFSEL13_Pos) /*!< 0x00100000 */ 3635 #define GPIO_AFRH_AFSEL13_1 (0x2UL << GPIO_AFRH_AFSEL13_Pos) /*!< 0x00200000 */ 3636 #define GPIO_AFRH_AFSEL13_2 (0x4UL << GPIO_AFRH_AFSEL13_Pos) /*!< 0x00400000 */ 3637 #define GPIO_AFRH_AFSEL13_3 (0x8UL << GPIO_AFRH_AFSEL13_Pos) /*!< 0x00800000 */ 3638 #define GPIO_AFRH_AFSEL14_Pos (24U) 3639 #define GPIO_AFRH_AFSEL14_Msk (0xFUL << GPIO_AFRH_AFSEL14_Pos) /*!< 0x0F000000 */ 3640 #define GPIO_AFRH_AFSEL14 GPIO_AFRH_AFSEL14_Msk 3641 #define GPIO_AFRH_AFSEL14_0 (0x1UL << GPIO_AFRH_AFSEL14_Pos) /*!< 0x01000000 */ 3642 #define GPIO_AFRH_AFSEL14_1 (0x2UL << GPIO_AFRH_AFSEL14_Pos) /*!< 0x02000000 */ 3643 #define GPIO_AFRH_AFSEL14_2 (0x4UL << GPIO_AFRH_AFSEL14_Pos) /*!< 0x04000000 */ 3644 #define GPIO_AFRH_AFSEL14_3 (0x8UL << GPIO_AFRH_AFSEL14_Pos) /*!< 0x08000000 */ 3645 #define GPIO_AFRH_AFSEL15_Pos (28U) 3646 #define GPIO_AFRH_AFSEL15_Msk (0xFUL << GPIO_AFRH_AFSEL15_Pos) /*!< 0xF0000000 */ 3647 #define GPIO_AFRH_AFSEL15 GPIO_AFRH_AFSEL15_Msk 3648 #define GPIO_AFRH_AFSEL15_0 (0x1UL << GPIO_AFRH_AFSEL15_Pos) /*!< 0x10000000 */ 3649 #define GPIO_AFRH_AFSEL15_1 (0x2UL << GPIO_AFRH_AFSEL15_Pos) /*!< 0x20000000 */ 3650 #define GPIO_AFRH_AFSEL15_2 (0x4UL << GPIO_AFRH_AFSEL15_Pos) /*!< 0x40000000 */ 3651 #define GPIO_AFRH_AFSEL15_3 (0x8UL << GPIO_AFRH_AFSEL15_Pos) /*!< 0x80000000 */ 3652 3653 /****************** Bits definition for GPIO_BRR register ******************/ 3654 #define GPIO_BRR_BR0_Pos (0U) 3655 #define GPIO_BRR_BR0_Msk (0x1UL << GPIO_BRR_BR0_Pos) /*!< 0x00000001 */ 3656 #define GPIO_BRR_BR0 GPIO_BRR_BR0_Msk 3657 #define GPIO_BRR_BR1_Pos (1U) 3658 #define GPIO_BRR_BR1_Msk (0x1UL << GPIO_BRR_BR1_Pos) /*!< 0x00000002 */ 3659 #define GPIO_BRR_BR1 GPIO_BRR_BR1_Msk 3660 #define GPIO_BRR_BR2_Pos (2U) 3661 #define GPIO_BRR_BR2_Msk (0x1UL << GPIO_BRR_BR2_Pos) /*!< 0x00000004 */ 3662 #define GPIO_BRR_BR2 GPIO_BRR_BR2_Msk 3663 #define GPIO_BRR_BR3_Pos (3U) 3664 #define GPIO_BRR_BR3_Msk (0x1UL << GPIO_BRR_BR3_Pos) /*!< 0x00000008 */ 3665 #define GPIO_BRR_BR3 GPIO_BRR_BR3_Msk 3666 #define GPIO_BRR_BR4_Pos (4U) 3667 #define GPIO_BRR_BR4_Msk (0x1UL << GPIO_BRR_BR4_Pos) /*!< 0x00000010 */ 3668 #define GPIO_BRR_BR4 GPIO_BRR_BR4_Msk 3669 #define GPIO_BRR_BR5_Pos (5U) 3670 #define GPIO_BRR_BR5_Msk (0x1UL << GPIO_BRR_BR5_Pos) /*!< 0x00000020 */ 3671 #define GPIO_BRR_BR5 GPIO_BRR_BR5_Msk 3672 #define GPIO_BRR_BR6_Pos (6U) 3673 #define GPIO_BRR_BR6_Msk (0x1UL << GPIO_BRR_BR6_Pos) /*!< 0x00000040 */ 3674 #define GPIO_BRR_BR6 GPIO_BRR_BR6_Msk 3675 #define GPIO_BRR_BR7_Pos (7U) 3676 #define GPIO_BRR_BR7_Msk (0x1UL << GPIO_BRR_BR7_Pos) /*!< 0x00000080 */ 3677 #define GPIO_BRR_BR7 GPIO_BRR_BR7_Msk 3678 #define GPIO_BRR_BR8_Pos (8U) 3679 #define GPIO_BRR_BR8_Msk (0x1UL << GPIO_BRR_BR8_Pos) /*!< 0x00000100 */ 3680 #define GPIO_BRR_BR8 GPIO_BRR_BR8_Msk 3681 #define GPIO_BRR_BR9_Pos (9U) 3682 #define GPIO_BRR_BR9_Msk (0x1UL << GPIO_BRR_BR9_Pos) /*!< 0x00000200 */ 3683 #define GPIO_BRR_BR9 GPIO_BRR_BR9_Msk 3684 #define GPIO_BRR_BR10_Pos (10U) 3685 #define GPIO_BRR_BR10_Msk (0x1UL << GPIO_BRR_BR10_Pos) /*!< 0x00000400 */ 3686 #define GPIO_BRR_BR10 GPIO_BRR_BR10_Msk 3687 #define GPIO_BRR_BR11_Pos (11U) 3688 #define GPIO_BRR_BR11_Msk (0x1UL << GPIO_BRR_BR11_Pos) /*!< 0x00000800 */ 3689 #define GPIO_BRR_BR11 GPIO_BRR_BR11_Msk 3690 #define GPIO_BRR_BR12_Pos (12U) 3691 #define GPIO_BRR_BR12_Msk (0x1UL << GPIO_BRR_BR12_Pos) /*!< 0x00001000 */ 3692 #define GPIO_BRR_BR12 GPIO_BRR_BR12_Msk 3693 #define GPIO_BRR_BR13_Pos (13U) 3694 #define GPIO_BRR_BR13_Msk (0x1UL << GPIO_BRR_BR13_Pos) /*!< 0x00002000 */ 3695 #define GPIO_BRR_BR13 GPIO_BRR_BR13_Msk 3696 #define GPIO_BRR_BR14_Pos (14U) 3697 #define GPIO_BRR_BR14_Msk (0x1UL << GPIO_BRR_BR14_Pos) /*!< 0x00004000 */ 3698 #define GPIO_BRR_BR14 GPIO_BRR_BR14_Msk 3699 #define GPIO_BRR_BR15_Pos (15U) 3700 #define GPIO_BRR_BR15_Msk (0x1UL << GPIO_BRR_BR15_Pos) /*!< 0x00008000 */ 3701 #define GPIO_BRR_BR15 GPIO_BRR_BR15_Msk 3702 3703 3704 /******************************************************************************/ 3705 /* */ 3706 /* Inter-integrated Circuit Interface (I2C) */ 3707 /* */ 3708 /******************************************************************************/ 3709 /******************* Bit definition for I2C_CR1 register *******************/ 3710 #define I2C_CR1_PE_Pos (0U) 3711 #define I2C_CR1_PE_Msk (0x1UL << I2C_CR1_PE_Pos) /*!< 0x00000001 */ 3712 #define I2C_CR1_PE I2C_CR1_PE_Msk /*!< Peripheral enable */ 3713 #define I2C_CR1_TXIE_Pos (1U) 3714 #define I2C_CR1_TXIE_Msk (0x1UL << I2C_CR1_TXIE_Pos) /*!< 0x00000002 */ 3715 #define I2C_CR1_TXIE I2C_CR1_TXIE_Msk /*!< TX interrupt enable */ 3716 #define I2C_CR1_RXIE_Pos (2U) 3717 #define I2C_CR1_RXIE_Msk (0x1UL << I2C_CR1_RXIE_Pos) /*!< 0x00000004 */ 3718 #define I2C_CR1_RXIE I2C_CR1_RXIE_Msk /*!< RX interrupt enable */ 3719 #define I2C_CR1_ADDRIE_Pos (3U) 3720 #define I2C_CR1_ADDRIE_Msk (0x1UL << I2C_CR1_ADDRIE_Pos) /*!< 0x00000008 */ 3721 #define I2C_CR1_ADDRIE I2C_CR1_ADDRIE_Msk /*!< Address match interrupt enable */ 3722 #define I2C_CR1_NACKIE_Pos (4U) 3723 #define I2C_CR1_NACKIE_Msk (0x1UL << I2C_CR1_NACKIE_Pos) /*!< 0x00000010 */ 3724 #define I2C_CR1_NACKIE I2C_CR1_NACKIE_Msk /*!< NACK received interrupt enable */ 3725 #define I2C_CR1_STOPIE_Pos (5U) 3726 #define I2C_CR1_STOPIE_Msk (0x1UL << I2C_CR1_STOPIE_Pos) /*!< 0x00000020 */ 3727 #define I2C_CR1_STOPIE I2C_CR1_STOPIE_Msk /*!< STOP detection interrupt enable */ 3728 #define I2C_CR1_TCIE_Pos (6U) 3729 #define I2C_CR1_TCIE_Msk (0x1UL << I2C_CR1_TCIE_Pos) /*!< 0x00000040 */ 3730 #define I2C_CR1_TCIE I2C_CR1_TCIE_Msk /*!< Transfer complete interrupt enable */ 3731 #define I2C_CR1_ERRIE_Pos (7U) 3732 #define I2C_CR1_ERRIE_Msk (0x1UL << I2C_CR1_ERRIE_Pos) /*!< 0x00000080 */ 3733 #define I2C_CR1_ERRIE I2C_CR1_ERRIE_Msk /*!< Errors interrupt enable */ 3734 #define I2C_CR1_DNF_Pos (8U) 3735 #define I2C_CR1_DNF_Msk (0xFUL << I2C_CR1_DNF_Pos) /*!< 0x00000F00 */ 3736 #define I2C_CR1_DNF I2C_CR1_DNF_Msk /*!< Digital noise filter */ 3737 #define I2C_CR1_ANFOFF_Pos (12U) 3738 #define I2C_CR1_ANFOFF_Msk (0x1UL << I2C_CR1_ANFOFF_Pos) /*!< 0x00001000 */ 3739 #define I2C_CR1_ANFOFF I2C_CR1_ANFOFF_Msk /*!< Analog noise filter OFF */ 3740 #define I2C_CR1_SWRST_Pos (13U) 3741 #define I2C_CR1_SWRST_Msk (0x1UL << I2C_CR1_SWRST_Pos) /*!< 0x00002000 */ 3742 #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software reset */ 3743 #define I2C_CR1_TXDMAEN_Pos (14U) 3744 #define I2C_CR1_TXDMAEN_Msk (0x1UL << I2C_CR1_TXDMAEN_Pos) /*!< 0x00004000 */ 3745 #define I2C_CR1_TXDMAEN I2C_CR1_TXDMAEN_Msk /*!< DMA transmission requests enable */ 3746 #define I2C_CR1_RXDMAEN_Pos (15U) 3747 #define I2C_CR1_RXDMAEN_Msk (0x1UL << I2C_CR1_RXDMAEN_Pos) /*!< 0x00008000 */ 3748 #define I2C_CR1_RXDMAEN I2C_CR1_RXDMAEN_Msk /*!< DMA reception requests enable */ 3749 #define I2C_CR1_SBC_Pos (16U) 3750 #define I2C_CR1_SBC_Msk (0x1UL << I2C_CR1_SBC_Pos) /*!< 0x00010000 */ 3751 #define I2C_CR1_SBC I2C_CR1_SBC_Msk /*!< Slave byte control */ 3752 #define I2C_CR1_NOSTRETCH_Pos (17U) 3753 #define I2C_CR1_NOSTRETCH_Msk (0x1UL << I2C_CR1_NOSTRETCH_Pos) /*!< 0x00020000 */ 3754 #define I2C_CR1_NOSTRETCH I2C_CR1_NOSTRETCH_Msk /*!< Clock stretching disable */ 3755 #define I2C_CR1_WUPEN_Pos (18U) 3756 #define I2C_CR1_WUPEN_Msk (0x1UL << I2C_CR1_WUPEN_Pos) /*!< 0x00040000 */ 3757 #define I2C_CR1_WUPEN I2C_CR1_WUPEN_Msk /*!< Wakeup from STOP enable */ 3758 #define I2C_CR1_GCEN_Pos (19U) 3759 #define I2C_CR1_GCEN_Msk (0x1UL << I2C_CR1_GCEN_Pos) /*!< 0x00080000 */ 3760 #define I2C_CR1_GCEN I2C_CR1_GCEN_Msk /*!< General call enable */ 3761 #define I2C_CR1_SMBHEN_Pos (20U) 3762 #define I2C_CR1_SMBHEN_Msk (0x1UL << I2C_CR1_SMBHEN_Pos) /*!< 0x00100000 */ 3763 #define I2C_CR1_SMBHEN I2C_CR1_SMBHEN_Msk /*!< SMBus host address enable */ 3764 #define I2C_CR1_SMBDEN_Pos (21U) 3765 #define I2C_CR1_SMBDEN_Msk (0x1UL << I2C_CR1_SMBDEN_Pos) /*!< 0x00200000 */ 3766 #define I2C_CR1_SMBDEN I2C_CR1_SMBDEN_Msk /*!< SMBus device default address enable */ 3767 #define I2C_CR1_ALERTEN_Pos (22U) 3768 #define I2C_CR1_ALERTEN_Msk (0x1UL << I2C_CR1_ALERTEN_Pos) /*!< 0x00400000 */ 3769 #define I2C_CR1_ALERTEN I2C_CR1_ALERTEN_Msk /*!< SMBus alert enable */ 3770 #define I2C_CR1_PECEN_Pos (23U) 3771 #define I2C_CR1_PECEN_Msk (0x1UL << I2C_CR1_PECEN_Pos) /*!< 0x00800000 */ 3772 #define I2C_CR1_PECEN I2C_CR1_PECEN_Msk /*!< PEC enable */ 3773 3774 /****************** Bit definition for I2C_CR2 register ********************/ 3775 #define I2C_CR2_SADD_Pos (0U) 3776 #define I2C_CR2_SADD_Msk (0x3FFUL << I2C_CR2_SADD_Pos) /*!< 0x000003FF */ 3777 #define I2C_CR2_SADD I2C_CR2_SADD_Msk /*!< Slave address (master mode) */ 3778 #define I2C_CR2_RD_WRN_Pos (10U) 3779 #define I2C_CR2_RD_WRN_Msk (0x1UL << I2C_CR2_RD_WRN_Pos) /*!< 0x00000400 */ 3780 #define I2C_CR2_RD_WRN I2C_CR2_RD_WRN_Msk /*!< Transfer direction (master mode) */ 3781 #define I2C_CR2_ADD10_Pos (11U) 3782 #define I2C_CR2_ADD10_Msk (0x1UL << I2C_CR2_ADD10_Pos) /*!< 0x00000800 */ 3783 #define I2C_CR2_ADD10 I2C_CR2_ADD10_Msk /*!< 10-bit addressing mode (master mode) */ 3784 #define I2C_CR2_HEAD10R_Pos (12U) 3785 #define I2C_CR2_HEAD10R_Msk (0x1UL << I2C_CR2_HEAD10R_Pos) /*!< 0x00001000 */ 3786 #define I2C_CR2_HEAD10R I2C_CR2_HEAD10R_Msk /*!< 10-bit address header only read direction (master mode) */ 3787 #define I2C_CR2_START_Pos (13U) 3788 #define I2C_CR2_START_Msk (0x1UL << I2C_CR2_START_Pos) /*!< 0x00002000 */ 3789 #define I2C_CR2_START I2C_CR2_START_Msk /*!< START generation */ 3790 #define I2C_CR2_STOP_Pos (14U) 3791 #define I2C_CR2_STOP_Msk (0x1UL << I2C_CR2_STOP_Pos) /*!< 0x00004000 */ 3792 #define I2C_CR2_STOP I2C_CR2_STOP_Msk /*!< STOP generation (master mode) */ 3793 #define I2C_CR2_NACK_Pos (15U) 3794 #define I2C_CR2_NACK_Msk (0x1UL << I2C_CR2_NACK_Pos) /*!< 0x00008000 */ 3795 #define I2C_CR2_NACK I2C_CR2_NACK_Msk /*!< NACK generation (slave mode) */ 3796 #define I2C_CR2_NBYTES_Pos (16U) 3797 #define I2C_CR2_NBYTES_Msk (0xFFUL << I2C_CR2_NBYTES_Pos) /*!< 0x00FF0000 */ 3798 #define I2C_CR2_NBYTES I2C_CR2_NBYTES_Msk /*!< Number of bytes */ 3799 #define I2C_CR2_RELOAD_Pos (24U) 3800 #define I2C_CR2_RELOAD_Msk (0x1UL << I2C_CR2_RELOAD_Pos) /*!< 0x01000000 */ 3801 #define I2C_CR2_RELOAD I2C_CR2_RELOAD_Msk /*!< NBYTES reload mode */ 3802 #define I2C_CR2_AUTOEND_Pos (25U) 3803 #define I2C_CR2_AUTOEND_Msk (0x1UL << I2C_CR2_AUTOEND_Pos) /*!< 0x02000000 */ 3804 #define I2C_CR2_AUTOEND I2C_CR2_AUTOEND_Msk /*!< Automatic end mode (master mode) */ 3805 #define I2C_CR2_PECBYTE_Pos (26U) 3806 #define I2C_CR2_PECBYTE_Msk (0x1UL << I2C_CR2_PECBYTE_Pos) /*!< 0x04000000 */ 3807 #define I2C_CR2_PECBYTE I2C_CR2_PECBYTE_Msk /*!< Packet error checking byte */ 3808 3809 /******************* Bit definition for I2C_OAR1 register ******************/ 3810 #define I2C_OAR1_OA1_Pos (0U) 3811 #define I2C_OAR1_OA1_Msk (0x3FFUL << I2C_OAR1_OA1_Pos) /*!< 0x000003FF */ 3812 #define I2C_OAR1_OA1 I2C_OAR1_OA1_Msk /*!< Interface own address 1 */ 3813 #define I2C_OAR1_OA1MODE_Pos (10U) 3814 #define I2C_OAR1_OA1MODE_Msk (0x1UL << I2C_OAR1_OA1MODE_Pos) /*!< 0x00000400 */ 3815 #define I2C_OAR1_OA1MODE I2C_OAR1_OA1MODE_Msk /*!< Own address 1 10-bit mode */ 3816 #define I2C_OAR1_OA1EN_Pos (15U) 3817 #define I2C_OAR1_OA1EN_Msk (0x1UL << I2C_OAR1_OA1EN_Pos) /*!< 0x00008000 */ 3818 #define I2C_OAR1_OA1EN I2C_OAR1_OA1EN_Msk /*!< Own address 1 enable */ 3819 3820 /******************* Bit definition for I2C_OAR2 register ******************/ 3821 #define I2C_OAR2_OA2_Pos (1U) 3822 #define I2C_OAR2_OA2_Msk (0x7FUL << I2C_OAR2_OA2_Pos) /*!< 0x000000FE */ 3823 #define I2C_OAR2_OA2 I2C_OAR2_OA2_Msk /*!< Interface own address 2 */ 3824 #define I2C_OAR2_OA2MSK_Pos (8U) 3825 #define I2C_OAR2_OA2MSK_Msk (0x7UL << I2C_OAR2_OA2MSK_Pos) /*!< 0x00000700 */ 3826 #define I2C_OAR2_OA2MSK I2C_OAR2_OA2MSK_Msk /*!< Own address 2 masks */ 3827 #define I2C_OAR2_OA2NOMASK (0U) /*!< No mask */ 3828 #define I2C_OAR2_OA2MASK01_Pos (8U) 3829 #define I2C_OAR2_OA2MASK01_Msk (0x1UL << I2C_OAR2_OA2MASK01_Pos) /*!< 0x00000100 */ 3830 #define I2C_OAR2_OA2MASK01 I2C_OAR2_OA2MASK01_Msk /*!< OA2[1] is masked, Only OA2[7:2] are compared */ 3831 #define I2C_OAR2_OA2MASK02_Pos (9U) 3832 #define I2C_OAR2_OA2MASK02_Msk (0x1UL << I2C_OAR2_OA2MASK02_Pos) /*!< 0x00000200 */ 3833 #define I2C_OAR2_OA2MASK02 I2C_OAR2_OA2MASK02_Msk /*!< OA2[2:1] is masked, Only OA2[7:3] are compared */ 3834 #define I2C_OAR2_OA2MASK03_Pos (8U) 3835 #define I2C_OAR2_OA2MASK03_Msk (0x3UL << I2C_OAR2_OA2MASK03_Pos) /*!< 0x00000300 */ 3836 #define I2C_OAR2_OA2MASK03 I2C_OAR2_OA2MASK03_Msk /*!< OA2[3:1] is masked, Only OA2[7:4] are compared */ 3837 #define I2C_OAR2_OA2MASK04_Pos (10U) 3838 #define I2C_OAR2_OA2MASK04_Msk (0x1UL << I2C_OAR2_OA2MASK04_Pos) /*!< 0x00000400 */ 3839 #define I2C_OAR2_OA2MASK04 I2C_OAR2_OA2MASK04_Msk /*!< OA2[4:1] is masked, Only OA2[7:5] are compared */ 3840 #define I2C_OAR2_OA2MASK05_Pos (8U) 3841 #define I2C_OAR2_OA2MASK05_Msk (0x5UL << I2C_OAR2_OA2MASK05_Pos) /*!< 0x00000500 */ 3842 #define I2C_OAR2_OA2MASK05 I2C_OAR2_OA2MASK05_Msk /*!< OA2[5:1] is masked, Only OA2[7:6] are compared */ 3843 #define I2C_OAR2_OA2MASK06_Pos (9U) 3844 #define I2C_OAR2_OA2MASK06_Msk (0x3UL << I2C_OAR2_OA2MASK06_Pos) /*!< 0x00000600 */ 3845 #define I2C_OAR2_OA2MASK06 I2C_OAR2_OA2MASK06_Msk /*!< OA2[6:1] is masked, Only OA2[7] are compared */ 3846 #define I2C_OAR2_OA2MASK07_Pos (8U) 3847 #define I2C_OAR2_OA2MASK07_Msk (0x7UL << I2C_OAR2_OA2MASK07_Pos) /*!< 0x00000700 */ 3848 #define I2C_OAR2_OA2MASK07 I2C_OAR2_OA2MASK07_Msk /*!< OA2[7:1] is masked, No comparison is done */ 3849 #define I2C_OAR2_OA2EN_Pos (15U) 3850 #define I2C_OAR2_OA2EN_Msk (0x1UL << I2C_OAR2_OA2EN_Pos) /*!< 0x00008000 */ 3851 #define I2C_OAR2_OA2EN I2C_OAR2_OA2EN_Msk /*!< Own address 2 enable */ 3852 3853 /******************* Bit definition for I2C_TIMINGR register *******************/ 3854 #define I2C_TIMINGR_SCLL_Pos (0U) 3855 #define I2C_TIMINGR_SCLL_Msk (0xFFUL << I2C_TIMINGR_SCLL_Pos) /*!< 0x000000FF */ 3856 #define I2C_TIMINGR_SCLL I2C_TIMINGR_SCLL_Msk /*!< SCL low period (master mode) */ 3857 #define I2C_TIMINGR_SCLH_Pos (8U) 3858 #define I2C_TIMINGR_SCLH_Msk (0xFFUL << I2C_TIMINGR_SCLH_Pos) /*!< 0x0000FF00 */ 3859 #define I2C_TIMINGR_SCLH I2C_TIMINGR_SCLH_Msk /*!< SCL high period (master mode) */ 3860 #define I2C_TIMINGR_SDADEL_Pos (16U) 3861 #define I2C_TIMINGR_SDADEL_Msk (0xFUL << I2C_TIMINGR_SDADEL_Pos) /*!< 0x000F0000 */ 3862 #define I2C_TIMINGR_SDADEL I2C_TIMINGR_SDADEL_Msk /*!< Data hold time */ 3863 #define I2C_TIMINGR_SCLDEL_Pos (20U) 3864 #define I2C_TIMINGR_SCLDEL_Msk (0xFUL << I2C_TIMINGR_SCLDEL_Pos) /*!< 0x00F00000 */ 3865 #define I2C_TIMINGR_SCLDEL I2C_TIMINGR_SCLDEL_Msk /*!< Data setup time */ 3866 #define I2C_TIMINGR_PRESC_Pos (28U) 3867 #define I2C_TIMINGR_PRESC_Msk (0xFUL << I2C_TIMINGR_PRESC_Pos) /*!< 0xF0000000 */ 3868 #define I2C_TIMINGR_PRESC I2C_TIMINGR_PRESC_Msk /*!< Timings prescaler */ 3869 3870 /******************* Bit definition for I2C_TIMEOUTR register *******************/ 3871 #define I2C_TIMEOUTR_TIMEOUTA_Pos (0U) 3872 #define I2C_TIMEOUTR_TIMEOUTA_Msk (0xFFFUL << I2C_TIMEOUTR_TIMEOUTA_Pos) /*!< 0x00000FFF */ 3873 #define I2C_TIMEOUTR_TIMEOUTA I2C_TIMEOUTR_TIMEOUTA_Msk /*!< Bus timeout A */ 3874 #define I2C_TIMEOUTR_TIDLE_Pos (12U) 3875 #define I2C_TIMEOUTR_TIDLE_Msk (0x1UL << I2C_TIMEOUTR_TIDLE_Pos) /*!< 0x00001000 */ 3876 #define I2C_TIMEOUTR_TIDLE I2C_TIMEOUTR_TIDLE_Msk /*!< Idle clock timeout detection */ 3877 #define I2C_TIMEOUTR_TIMOUTEN_Pos (15U) 3878 #define I2C_TIMEOUTR_TIMOUTEN_Msk (0x1UL << I2C_TIMEOUTR_TIMOUTEN_Pos) /*!< 0x00008000 */ 3879 #define I2C_TIMEOUTR_TIMOUTEN I2C_TIMEOUTR_TIMOUTEN_Msk /*!< Clock timeout enable */ 3880 #define I2C_TIMEOUTR_TIMEOUTB_Pos (16U) 3881 #define I2C_TIMEOUTR_TIMEOUTB_Msk (0xFFFUL << I2C_TIMEOUTR_TIMEOUTB_Pos) /*!< 0x0FFF0000 */ 3882 #define I2C_TIMEOUTR_TIMEOUTB I2C_TIMEOUTR_TIMEOUTB_Msk /*!< Bus timeout B*/ 3883 #define I2C_TIMEOUTR_TEXTEN_Pos (31U) 3884 #define I2C_TIMEOUTR_TEXTEN_Msk (0x1UL << I2C_TIMEOUTR_TEXTEN_Pos) /*!< 0x80000000 */ 3885 #define I2C_TIMEOUTR_TEXTEN I2C_TIMEOUTR_TEXTEN_Msk /*!< Extended clock timeout enable */ 3886 3887 /****************** Bit definition for I2C_ISR register *********************/ 3888 #define I2C_ISR_TXE_Pos (0U) 3889 #define I2C_ISR_TXE_Msk (0x1UL << I2C_ISR_TXE_Pos) /*!< 0x00000001 */ 3890 #define I2C_ISR_TXE I2C_ISR_TXE_Msk /*!< Transmit data register empty */ 3891 #define I2C_ISR_TXIS_Pos (1U) 3892 #define I2C_ISR_TXIS_Msk (0x1UL << I2C_ISR_TXIS_Pos) /*!< 0x00000002 */ 3893 #define I2C_ISR_TXIS I2C_ISR_TXIS_Msk /*!< Transmit interrupt status */ 3894 #define I2C_ISR_RXNE_Pos (2U) 3895 #define I2C_ISR_RXNE_Msk (0x1UL << I2C_ISR_RXNE_Pos) /*!< 0x00000004 */ 3896 #define I2C_ISR_RXNE I2C_ISR_RXNE_Msk /*!< Receive data register not empty */ 3897 #define I2C_ISR_ADDR_Pos (3U) 3898 #define I2C_ISR_ADDR_Msk (0x1UL << I2C_ISR_ADDR_Pos) /*!< 0x00000008 */ 3899 #define I2C_ISR_ADDR I2C_ISR_ADDR_Msk /*!< Address matched (slave mode)*/ 3900 #define I2C_ISR_NACKF_Pos (4U) 3901 #define I2C_ISR_NACKF_Msk (0x1UL << I2C_ISR_NACKF_Pos) /*!< 0x00000010 */ 3902 #define I2C_ISR_NACKF I2C_ISR_NACKF_Msk /*!< NACK received flag */ 3903 #define I2C_ISR_STOPF_Pos (5U) 3904 #define I2C_ISR_STOPF_Msk (0x1UL << I2C_ISR_STOPF_Pos) /*!< 0x00000020 */ 3905 #define I2C_ISR_STOPF I2C_ISR_STOPF_Msk /*!< STOP detection flag */ 3906 #define I2C_ISR_TC_Pos (6U) 3907 #define I2C_ISR_TC_Msk (0x1UL << I2C_ISR_TC_Pos) /*!< 0x00000040 */ 3908 #define I2C_ISR_TC I2C_ISR_TC_Msk /*!< Transfer complete (master mode) */ 3909 #define I2C_ISR_TCR_Pos (7U) 3910 #define I2C_ISR_TCR_Msk (0x1UL << I2C_ISR_TCR_Pos) /*!< 0x00000080 */ 3911 #define I2C_ISR_TCR I2C_ISR_TCR_Msk /*!< Transfer complete reload */ 3912 #define I2C_ISR_BERR_Pos (8U) 3913 #define I2C_ISR_BERR_Msk (0x1UL << I2C_ISR_BERR_Pos) /*!< 0x00000100 */ 3914 #define I2C_ISR_BERR I2C_ISR_BERR_Msk /*!< Bus error */ 3915 #define I2C_ISR_ARLO_Pos (9U) 3916 #define I2C_ISR_ARLO_Msk (0x1UL << I2C_ISR_ARLO_Pos) /*!< 0x00000200 */ 3917 #define I2C_ISR_ARLO I2C_ISR_ARLO_Msk /*!< Arbitration lost */ 3918 #define I2C_ISR_OVR_Pos (10U) 3919 #define I2C_ISR_OVR_Msk (0x1UL << I2C_ISR_OVR_Pos) /*!< 0x00000400 */ 3920 #define I2C_ISR_OVR I2C_ISR_OVR_Msk /*!< Overrun/Underrun */ 3921 #define I2C_ISR_PECERR_Pos (11U) 3922 #define I2C_ISR_PECERR_Msk (0x1UL << I2C_ISR_PECERR_Pos) /*!< 0x00000800 */ 3923 #define I2C_ISR_PECERR I2C_ISR_PECERR_Msk /*!< PEC error in reception */ 3924 #define I2C_ISR_TIMEOUT_Pos (12U) 3925 #define I2C_ISR_TIMEOUT_Msk (0x1UL << I2C_ISR_TIMEOUT_Pos) /*!< 0x00001000 */ 3926 #define I2C_ISR_TIMEOUT I2C_ISR_TIMEOUT_Msk /*!< Timeout or Tlow detection flag */ 3927 #define I2C_ISR_ALERT_Pos (13U) 3928 #define I2C_ISR_ALERT_Msk (0x1UL << I2C_ISR_ALERT_Pos) /*!< 0x00002000 */ 3929 #define I2C_ISR_ALERT I2C_ISR_ALERT_Msk /*!< SMBus alert */ 3930 #define I2C_ISR_BUSY_Pos (15U) 3931 #define I2C_ISR_BUSY_Msk (0x1UL << I2C_ISR_BUSY_Pos) /*!< 0x00008000 */ 3932 #define I2C_ISR_BUSY I2C_ISR_BUSY_Msk /*!< Bus busy */ 3933 #define I2C_ISR_DIR_Pos (16U) 3934 #define I2C_ISR_DIR_Msk (0x1UL << I2C_ISR_DIR_Pos) /*!< 0x00010000 */ 3935 #define I2C_ISR_DIR I2C_ISR_DIR_Msk /*!< Transfer direction (slave mode) */ 3936 #define I2C_ISR_ADDCODE_Pos (17U) 3937 #define I2C_ISR_ADDCODE_Msk (0x7FUL << I2C_ISR_ADDCODE_Pos) /*!< 0x00FE0000 */ 3938 #define I2C_ISR_ADDCODE I2C_ISR_ADDCODE_Msk /*!< Address match code (slave mode) */ 3939 3940 /****************** Bit definition for I2C_ICR register *********************/ 3941 #define I2C_ICR_ADDRCF_Pos (3U) 3942 #define I2C_ICR_ADDRCF_Msk (0x1UL << I2C_ICR_ADDRCF_Pos) /*!< 0x00000008 */ 3943 #define I2C_ICR_ADDRCF I2C_ICR_ADDRCF_Msk /*!< Address matched clear flag */ 3944 #define I2C_ICR_NACKCF_Pos (4U) 3945 #define I2C_ICR_NACKCF_Msk (0x1UL << I2C_ICR_NACKCF_Pos) /*!< 0x00000010 */ 3946 #define I2C_ICR_NACKCF I2C_ICR_NACKCF_Msk /*!< NACK clear flag */ 3947 #define I2C_ICR_STOPCF_Pos (5U) 3948 #define I2C_ICR_STOPCF_Msk (0x1UL << I2C_ICR_STOPCF_Pos) /*!< 0x00000020 */ 3949 #define I2C_ICR_STOPCF I2C_ICR_STOPCF_Msk /*!< STOP detection clear flag */ 3950 #define I2C_ICR_BERRCF_Pos (8U) 3951 #define I2C_ICR_BERRCF_Msk (0x1UL << I2C_ICR_BERRCF_Pos) /*!< 0x00000100 */ 3952 #define I2C_ICR_BERRCF I2C_ICR_BERRCF_Msk /*!< Bus error clear flag */ 3953 #define I2C_ICR_ARLOCF_Pos (9U) 3954 #define I2C_ICR_ARLOCF_Msk (0x1UL << I2C_ICR_ARLOCF_Pos) /*!< 0x00000200 */ 3955 #define I2C_ICR_ARLOCF I2C_ICR_ARLOCF_Msk /*!< Arbitration lost clear flag */ 3956 #define I2C_ICR_OVRCF_Pos (10U) 3957 #define I2C_ICR_OVRCF_Msk (0x1UL << I2C_ICR_OVRCF_Pos) /*!< 0x00000400 */ 3958 #define I2C_ICR_OVRCF I2C_ICR_OVRCF_Msk /*!< Overrun/Underrun clear flag */ 3959 #define I2C_ICR_PECCF_Pos (11U) 3960 #define I2C_ICR_PECCF_Msk (0x1UL << I2C_ICR_PECCF_Pos) /*!< 0x00000800 */ 3961 #define I2C_ICR_PECCF I2C_ICR_PECCF_Msk /*!< PAC error clear flag */ 3962 #define I2C_ICR_TIMOUTCF_Pos (12U) 3963 #define I2C_ICR_TIMOUTCF_Msk (0x1UL << I2C_ICR_TIMOUTCF_Pos) /*!< 0x00001000 */ 3964 #define I2C_ICR_TIMOUTCF I2C_ICR_TIMOUTCF_Msk /*!< Timeout clear flag */ 3965 #define I2C_ICR_ALERTCF_Pos (13U) 3966 #define I2C_ICR_ALERTCF_Msk (0x1UL << I2C_ICR_ALERTCF_Pos) /*!< 0x00002000 */ 3967 #define I2C_ICR_ALERTCF I2C_ICR_ALERTCF_Msk /*!< Alert clear flag */ 3968 3969 /****************** Bit definition for I2C_PECR register *********************/ 3970 #define I2C_PECR_PEC_Pos (0U) 3971 #define I2C_PECR_PEC_Msk (0xFFUL << I2C_PECR_PEC_Pos) /*!< 0x000000FF */ 3972 #define I2C_PECR_PEC I2C_PECR_PEC_Msk /*!< PEC register */ 3973 3974 /****************** Bit definition for I2C_RXDR register *********************/ 3975 #define I2C_RXDR_RXDATA_Pos (0U) 3976 #define I2C_RXDR_RXDATA_Msk (0xFFUL << I2C_RXDR_RXDATA_Pos) /*!< 0x000000FF */ 3977 #define I2C_RXDR_RXDATA I2C_RXDR_RXDATA_Msk /*!< 8-bit receive data */ 3978 3979 /****************** Bit definition for I2C_TXDR register *********************/ 3980 #define I2C_TXDR_TXDATA_Pos (0U) 3981 #define I2C_TXDR_TXDATA_Msk (0xFFUL << I2C_TXDR_TXDATA_Pos) /*!< 0x000000FF */ 3982 #define I2C_TXDR_TXDATA I2C_TXDR_TXDATA_Msk /*!< 8-bit transmit data */ 3983 3984 3985 /******************************************************************************/ 3986 /* */ 3987 /* Independent WATCHDOG (IWDG) */ 3988 /* */ 3989 /******************************************************************************/ 3990 /******************* Bit definition for IWDG_KR register ********************/ 3991 #define IWDG_KR_KEY_Pos (0U) 3992 #define IWDG_KR_KEY_Msk (0xFFFFUL << IWDG_KR_KEY_Pos) /*!< 0x0000FFFF */ 3993 #define IWDG_KR_KEY IWDG_KR_KEY_Msk /*!<Key value (write only, read 0000h) */ 3994 3995 /******************* Bit definition for IWDG_PR register ********************/ 3996 #define IWDG_PR_PR_Pos (0U) 3997 #define IWDG_PR_PR_Msk (0x7UL << IWDG_PR_PR_Pos) /*!< 0x00000007 */ 3998 #define IWDG_PR_PR IWDG_PR_PR_Msk /*!<PR[2:0] (Prescaler divider) */ 3999 #define IWDG_PR_PR_0 (0x1UL << IWDG_PR_PR_Pos) /*!< 0x00000001 */ 4000 #define IWDG_PR_PR_1 (0x2UL << IWDG_PR_PR_Pos) /*!< 0x00000002 */ 4001 #define IWDG_PR_PR_2 (0x4UL << IWDG_PR_PR_Pos) /*!< 0x00000004 */ 4002 4003 /******************* Bit definition for IWDG_RLR register *******************/ 4004 #define IWDG_RLR_RL_Pos (0U) 4005 #define IWDG_RLR_RL_Msk (0xFFFUL << IWDG_RLR_RL_Pos) /*!< 0x00000FFF */ 4006 #define IWDG_RLR_RL IWDG_RLR_RL_Msk /*!<Watchdog counter reload value */ 4007 4008 /******************* Bit definition for IWDG_SR register ********************/ 4009 #define IWDG_SR_PVU_Pos (0U) 4010 #define IWDG_SR_PVU_Msk (0x1UL << IWDG_SR_PVU_Pos) /*!< 0x00000001 */ 4011 #define IWDG_SR_PVU IWDG_SR_PVU_Msk /*!< Watchdog prescaler value update */ 4012 #define IWDG_SR_RVU_Pos (1U) 4013 #define IWDG_SR_RVU_Msk (0x1UL << IWDG_SR_RVU_Pos) /*!< 0x00000002 */ 4014 #define IWDG_SR_RVU IWDG_SR_RVU_Msk /*!< Watchdog counter reload value update */ 4015 #define IWDG_SR_WVU_Pos (2U) 4016 #define IWDG_SR_WVU_Msk (0x1UL << IWDG_SR_WVU_Pos) /*!< 0x00000004 */ 4017 #define IWDG_SR_WVU IWDG_SR_WVU_Msk /*!< Watchdog counter window value update */ 4018 4019 /******************* Bit definition for IWDG_KR register ********************/ 4020 #define IWDG_WINR_WIN_Pos (0U) 4021 #define IWDG_WINR_WIN_Msk (0xFFFUL << IWDG_WINR_WIN_Pos) /*!< 0x00000FFF */ 4022 #define IWDG_WINR_WIN IWDG_WINR_WIN_Msk /*!< Watchdog counter window value */ 4023 4024 4025 /******************************************************************************/ 4026 /* */ 4027 /* Power Control */ 4028 /* */ 4029 /******************************************************************************/ 4030 #define PWR_PVD_SUPPORT /*!< PWR feature available only on specific devices: Power Voltage Detection feature */ 4031 #define PWR_BOR_SUPPORT /*!< PWR feature available only on specific devices: Brown-Out Reset feature */ 4032 #define PWR_SHDW_SUPPORT /*!< PWR feature available only on specific devices: Shutdown mode */ 4033 4034 /******************** Bit definition for PWR_CR1 register ********************/ 4035 #define PWR_CR1_LPMS_Pos (0U) 4036 #define PWR_CR1_LPMS_Msk (0x7UL << PWR_CR1_LPMS_Pos) /*!< 0x00000007 */ 4037 #define PWR_CR1_LPMS PWR_CR1_LPMS_Msk /*!< Low Power Mode Selection */ 4038 #define PWR_CR1_LPMS_0 (0x1UL << PWR_CR1_LPMS_Pos) /*!< 0x00000001 */ 4039 #define PWR_CR1_LPMS_1 (0x2UL << PWR_CR1_LPMS_Pos) /*!< 0x00000002 */ 4040 #define PWR_CR1_LPMS_2 (0x4UL << PWR_CR1_LPMS_Pos) /*!< 0x00000004 */ 4041 #define PWR_CR1_FPD_STOP_Pos (3U) 4042 #define PWR_CR1_FPD_STOP_Msk (0x1UL << PWR_CR1_FPD_STOP_Pos) /*!< 0x00000008 */ 4043 #define PWR_CR1_FPD_STOP PWR_CR1_FPD_STOP_Msk /*!< Flash power down mode during stop */ 4044 #define PWR_CR1_FPD_LPRUN_Pos (4U) 4045 #define PWR_CR1_FPD_LPRUN_Msk (0x1UL << PWR_CR1_FPD_LPRUN_Pos) /*!< 0x00000010 */ 4046 #define PWR_CR1_FPD_LPRUN PWR_CR1_FPD_LPRUN_Msk /*!< Flash power down mode during run */ 4047 #define PWR_CR1_FPD_LPSLP_Pos (5U) 4048 #define PWR_CR1_FPD_LPSLP_Msk (0x1UL << PWR_CR1_FPD_LPSLP_Pos) /*!< 0x00000020 */ 4049 #define PWR_CR1_FPD_LPSLP PWR_CR1_FPD_LPSLP_Msk /*!< Flash power down mode during sleep */ 4050 #define PWR_CR1_DBP_Pos (8U) 4051 #define PWR_CR1_DBP_Msk (0x1UL << PWR_CR1_DBP_Pos) /*!< 0x00000100 */ 4052 #define PWR_CR1_DBP PWR_CR1_DBP_Msk /*!< Disable Backup Domain write protection */ 4053 #define PWR_CR1_VOS_Pos (9U) 4054 #define PWR_CR1_VOS_Msk (0x3UL << PWR_CR1_VOS_Pos) /*!< 0x00000600 */ 4055 #define PWR_CR1_VOS PWR_CR1_VOS_Msk /*!< Voltage scaling */ 4056 #define PWR_CR1_VOS_0 (0x1UL << PWR_CR1_VOS_Pos) /*!< Voltage scaling bit 0 */ 4057 #define PWR_CR1_VOS_1 (0x2UL << PWR_CR1_VOS_Pos) /*!< Voltage scaling bit 1 */ 4058 #define PWR_CR1_LPR_Pos (14U) 4059 #define PWR_CR1_LPR_Msk (0x1UL << PWR_CR1_LPR_Pos) /*!< 0x00004000 */ 4060 #define PWR_CR1_LPR PWR_CR1_LPR_Msk /*!< Regulator Low-Power Run mode */ 4061 4062 /******************** Bit definition for PWR_CR2 register ********************/ 4063 #define PWR_CR2_PVDE_Pos (0U) 4064 #define PWR_CR2_PVDE_Msk (0x1UL << PWR_CR2_PVDE_Pos) /*!< 0x00000001 */ 4065 #define PWR_CR2_PVDE PWR_CR2_PVDE_Msk /*!< Programmable Voltage Detector Enable */ 4066 #define PWR_CR2_PVDFT_Pos (1U) 4067 #define PWR_CR2_PVDFT_Msk (0x7UL << PWR_CR2_PVDFT_Pos) /*!< 0x0000000E */ 4068 #define PWR_CR2_PVDFT PWR_CR2_PVDFT_Msk /*!< PVD Falling Threshold Selection bit field */ 4069 #define PWR_CR2_PVDFT_0 (0x1UL << PWR_CR2_PVDFT_Pos) /*!< 0x00000002 */ 4070 #define PWR_CR2_PVDFT_1 (0x2UL << PWR_CR2_PVDFT_Pos) /*!< 0x00000004 */ 4071 #define PWR_CR2_PVDFT_2 (0x4UL << PWR_CR2_PVDFT_Pos) /*!< 0x00000008 */ 4072 #define PWR_CR2_PVDRT_Pos (4U) 4073 #define PWR_CR2_PVDRT_Msk (0x7UL << PWR_CR2_PVDRT_Pos) /*!< 0x00000070 */ 4074 #define PWR_CR2_PVDRT PWR_CR2_PVDRT_Msk /*!< PVD Rising Threshold Selection bit field */ 4075 #define PWR_CR2_PVDRT_0 (0x1UL << PWR_CR2_PVDRT_Pos) /*!< 0x00000010 */ 4076 #define PWR_CR2_PVDRT_1 (0x2UL << PWR_CR2_PVDRT_Pos) /*!< 0x00000020 */ 4077 #define PWR_CR2_PVDRT_2 (0x4UL << PWR_CR2_PVDRT_Pos) /*!< 0x00000040 */ 4078 4079 /******************** Bit definition for PWR_CR3 register ********************/ 4080 #define PWR_CR3_EWUP_Pos (0U) 4081 #define PWR_CR3_EWUP_Msk (0x2BUL << PWR_CR3_EWUP_Pos) /*!< 0x0000002B */ 4082 #define PWR_CR3_EWUP PWR_CR3_EWUP_Msk /*!< Enable all Wake-Up Pins */ 4083 #define PWR_CR3_EWUP1_Pos (0U) 4084 #define PWR_CR3_EWUP1_Msk (0x1UL << PWR_CR3_EWUP1_Pos) /*!< 0x00000001 */ 4085 #define PWR_CR3_EWUP1 PWR_CR3_EWUP1_Msk /*!< Enable WKUP pin 1 */ 4086 #define PWR_CR3_EWUP2_Pos (1U) 4087 #define PWR_CR3_EWUP2_Msk (0x1UL << PWR_CR3_EWUP2_Pos) /*!< 0x00000002 */ 4088 #define PWR_CR3_EWUP2 PWR_CR3_EWUP2_Msk /*!< Enable WKUP pin 2 */ 4089 #define PWR_CR3_EWUP4_Pos (3U) 4090 #define PWR_CR3_EWUP4_Msk (0x1UL << PWR_CR3_EWUP4_Pos) /*!< 0x00000008 */ 4091 #define PWR_CR3_EWUP4 PWR_CR3_EWUP4_Msk /*!< Enable WKUP pin 4 */ 4092 #define PWR_CR3_EWUP6_Pos (5U) 4093 #define PWR_CR3_EWUP6_Msk (0x1UL << PWR_CR3_EWUP6_Pos) /*!< 0x00000020 */ 4094 #define PWR_CR3_EWUP6 PWR_CR3_EWUP6_Msk /*!< Enable WKUP pin 6 */ 4095 #define PWR_CR3_RRS_Pos (8U) 4096 #define PWR_CR3_RRS_Msk (0x1UL << PWR_CR3_RRS_Pos) /*!< 0x00000100 */ 4097 #define PWR_CR3_RRS PWR_CR3_RRS_Msk /*!< RAM retention in Standby mode */ 4098 #define PWR_CR3_ENB_ULP_Pos (9U) 4099 #define PWR_CR3_ENB_ULP_Msk (0x1UL << PWR_CR3_ENB_ULP_Pos) /*!< 0x00000200 */ 4100 #define PWR_CR3_ENB_ULP PWR_CR3_ENB_ULP_Msk /*!< Enable sampling resistor bridge in the LPMU_RESET block */ 4101 #define PWR_CR3_APC_Pos (10U) 4102 #define PWR_CR3_APC_Msk (0x1UL << PWR_CR3_APC_Pos) /*!< 0x00000400 */ 4103 #define PWR_CR3_APC PWR_CR3_APC_Msk /*!< Apply pull-up and pull-down configuration */ 4104 #define PWR_CR3_EIWUL_Pos (15U) 4105 #define PWR_CR3_EIWUL_Msk (0x1UL << PWR_CR3_EIWUL_Pos) /*!< 0x00008000 */ 4106 #define PWR_CR3_EIWUL PWR_CR3_EIWUL_Msk /*!< Enable Internal Wake-up line */ 4107 4108 /******************** Bit definition for PWR_CR4 register ********************/ 4109 #define PWR_CR4_WP_Pos (0U) 4110 #define PWR_CR4_WP_Msk (0x2BUL << PWR_CR4_WP_Pos) /*!< 0x0000002B */ 4111 #define PWR_CR4_WP PWR_CR4_WP_Msk /*!< all Wake-Up Pin polarity */ 4112 #define PWR_CR4_WP1_Pos (0U) 4113 #define PWR_CR4_WP1_Msk (0x1UL << PWR_CR4_WP1_Pos) /*!< 0x00000001 */ 4114 #define PWR_CR4_WP1 PWR_CR4_WP1_Msk /*!< Wake-Up Pin 1 polarity */ 4115 #define PWR_CR4_WP2_Pos (1U) 4116 #define PWR_CR4_WP2_Msk (0x1UL << PWR_CR4_WP2_Pos) /*!< 0x00000002 */ 4117 #define PWR_CR4_WP2 PWR_CR4_WP2_Msk /*!< Wake-Up Pin 2 polarity */ 4118 #define PWR_CR4_WP4_Pos (3U) 4119 #define PWR_CR4_WP4_Msk (0x1UL << PWR_CR4_WP4_Pos) /*!< 0x00000008 */ 4120 #define PWR_CR4_WP4 PWR_CR4_WP4_Msk /*!< Wake-Up Pin 4 polarity */ 4121 #define PWR_CR4_WP6_Pos (5U) 4122 #define PWR_CR4_WP6_Msk (0x1UL << PWR_CR4_WP6_Pos) /*!< 0x00000020 */ 4123 #define PWR_CR4_WP6 PWR_CR4_WP6_Msk /*!< Wake-Up Pin 6 polarity */ 4124 #define PWR_CR4_VBE_Pos (8U) 4125 #define PWR_CR4_VBE_Msk (0x1UL << PWR_CR4_VBE_Pos) /*!< 0x00000100 */ 4126 #define PWR_CR4_VBE PWR_CR4_VBE_Msk /*!< VBAT Battery charging Enable */ 4127 #define PWR_CR4_VBRS_Pos (9U) 4128 #define PWR_CR4_VBRS_Msk (0x1UL << PWR_CR4_VBRS_Pos) /*!< 0x00000200 */ 4129 #define PWR_CR4_VBRS PWR_CR4_VBRS_Msk /*!< VBAT Battery charging Resistor Selection */ 4130 4131 /******************** Bit definition for PWR_SR1 register ********************/ 4132 #define PWR_SR1_WUF_Pos (0U) 4133 #define PWR_SR1_WUF_Msk (0x2BUL << PWR_SR1_WUF_Pos) /*!< 0x0000002B */ 4134 #define PWR_SR1_WUF PWR_SR1_WUF_Msk /*!< Wakeup Flags */ 4135 #define PWR_SR1_WUF1_Pos (0U) 4136 #define PWR_SR1_WUF1_Msk (0x1UL << PWR_SR1_WUF1_Pos) /*!< 0x00000001 */ 4137 #define PWR_SR1_WUF1 PWR_SR1_WUF1_Msk /*!< Wakeup Flag 1 */ 4138 #define PWR_SR1_WUF2_Pos (1U) 4139 #define PWR_SR1_WUF2_Msk (0x1UL << PWR_SR1_WUF2_Pos) /*!< 0x00000002 */ 4140 #define PWR_SR1_WUF2 PWR_SR1_WUF2_Msk /*!< Wakeup Flag 2 */ 4141 #define PWR_SR1_WUF4_Pos (3U) 4142 #define PWR_SR1_WUF4_Msk (0x1UL << PWR_SR1_WUF4_Pos) /*!< 0x00000008 */ 4143 #define PWR_SR1_WUF4 PWR_SR1_WUF4_Msk /*!< Wakeup Flag 4 */ 4144 #define PWR_SR1_WUF6_Pos (5U) 4145 #define PWR_SR1_WUF6_Msk (0x1UL << PWR_SR1_WUF6_Pos) /*!< 0x00000020 */ 4146 #define PWR_SR1_WUF6 PWR_SR1_WUF6_Msk /*!< Wakeup Flag 6 */ 4147 #define PWR_SR1_SBF_Pos (8U) 4148 #define PWR_SR1_SBF_Msk (0x1UL << PWR_SR1_SBF_Pos) /*!< 0x00000100 */ 4149 #define PWR_SR1_SBF PWR_SR1_SBF_Msk /*!< Standby Flag */ 4150 #define PWR_SR1_WUFI_Pos (15U) 4151 #define PWR_SR1_WUFI_Msk (0x1UL << PWR_SR1_WUFI_Pos) /*!< 0x00008000 */ 4152 #define PWR_SR1_WUFI PWR_SR1_WUFI_Msk /*!< Wakeup Flag Internal */ 4153 4154 /******************** Bit definition for PWR_SR2 register ********************/ 4155 #define PWR_SR2_FLASH_RDY_Pos (7U) 4156 #define PWR_SR2_FLASH_RDY_Msk (0x1UL << PWR_SR2_FLASH_RDY_Pos) /*!< 0x00000080 */ 4157 #define PWR_SR2_FLASH_RDY PWR_SR2_FLASH_RDY_Msk /*!< Flash Ready */ 4158 #define PWR_SR2_REGLPS_Pos (8U) 4159 #define PWR_SR2_REGLPS_Msk (0x1UL << PWR_SR2_REGLPS_Pos) /*!< 0x00000100 */ 4160 #define PWR_SR2_REGLPS PWR_SR2_REGLPS_Msk /*!< Regulator Low Power started */ 4161 #define PWR_SR2_REGLPF_Pos (9U) 4162 #define PWR_SR2_REGLPF_Msk (0x1UL << PWR_SR2_REGLPF_Pos) /*!< 0x00000200 */ 4163 #define PWR_SR2_REGLPF PWR_SR2_REGLPF_Msk /*!< Regulator Low Power flag */ 4164 #define PWR_SR2_VOSF_Pos (10U) 4165 #define PWR_SR2_VOSF_Msk (0x1UL << PWR_SR2_VOSF_Pos) /*!< 0x00000400 */ 4166 #define PWR_SR2_VOSF PWR_SR2_VOSF_Msk /*!< Voltage Scaling Flag */ 4167 #define PWR_SR2_PVDO_Pos (11U) 4168 #define PWR_SR2_PVDO_Msk (0x1UL << PWR_SR2_PVDO_Pos) /*!< 0x00000800 */ 4169 #define PWR_SR2_PVDO PWR_SR2_PVDO_Msk /*!< Power voltage detector output */ 4170 4171 /******************** Bit definition for PWR_SCR register ********************/ 4172 #define PWR_SCR_CWUF_Pos (0U) 4173 #define PWR_SCR_CWUF_Msk (0x2BUL << PWR_SCR_CWUF_Pos) /*!< 0x0000002B */ 4174 #define PWR_SCR_CWUF PWR_SCR_CWUF_Msk /*!< Clear Wake-up Flags */ 4175 #define PWR_SCR_CWUF1_Pos (0U) 4176 #define PWR_SCR_CWUF1_Msk (0x1UL << PWR_SCR_CWUF1_Pos) /*!< 0x00000001 */ 4177 #define PWR_SCR_CWUF1 PWR_SCR_CWUF1_Msk /*!< Clear Wake-up Flag 1 */ 4178 #define PWR_SCR_CWUF2_Pos (1U) 4179 #define PWR_SCR_CWUF2_Msk (0x1UL << PWR_SCR_CWUF2_Pos) /*!< 0x00000002 */ 4180 #define PWR_SCR_CWUF2 PWR_SCR_CWUF2_Msk /*!< Clear Wake-up Flag 2 */ 4181 #define PWR_SCR_CWUF4_Pos (3U) 4182 #define PWR_SCR_CWUF4_Msk (0x1UL << PWR_SCR_CWUF4_Pos) /*!< 0x00000008 */ 4183 #define PWR_SCR_CWUF4 PWR_SCR_CWUF4_Msk /*!< Clear Wake-up Flag 4 */ 4184 #define PWR_SCR_CWUF6_Pos (5U) 4185 #define PWR_SCR_CWUF6_Msk (0x1UL << PWR_SCR_CWUF6_Pos) /*!< 0x00000020 */ 4186 #define PWR_SCR_CWUF6 PWR_SCR_CWUF6_Msk /*!< Clear Wake-up Flag 6 */ 4187 #define PWR_SCR_CSBF_Pos (8U) 4188 #define PWR_SCR_CSBF_Msk (0x1UL << PWR_SCR_CSBF_Pos) /*!< 0x00000100 */ 4189 #define PWR_SCR_CSBF PWR_SCR_CSBF_Msk /*!< Clear Standby Flag */ 4190 4191 /******************** Bit definition for PWR_PUCRA register *****************/ 4192 #define PWR_PUCRA_PU0_Pos (0U) 4193 #define PWR_PUCRA_PU0_Msk (0x1UL << PWR_PUCRA_PU0_Pos) /*!< 0x00000001 */ 4194 #define PWR_PUCRA_PU0 PWR_PUCRA_PU0_Msk /*!< Pin PA0 Pull-Up set */ 4195 #define PWR_PUCRA_PU1_Pos (1U) 4196 #define PWR_PUCRA_PU1_Msk (0x1UL << PWR_PUCRA_PU1_Pos) /*!< 0x00000002 */ 4197 #define PWR_PUCRA_PU1 PWR_PUCRA_PU1_Msk /*!< Pin PA1 Pull-Up set */ 4198 #define PWR_PUCRA_PU2_Pos (2U) 4199 #define PWR_PUCRA_PU2_Msk (0x1UL << PWR_PUCRA_PU2_Pos) /*!< 0x00000004 */ 4200 #define PWR_PUCRA_PU2 PWR_PUCRA_PU2_Msk /*!< Pin PA2 Pull-Up set */ 4201 #define PWR_PUCRA_PU3_Pos (3U) 4202 #define PWR_PUCRA_PU3_Msk (0x1UL << PWR_PUCRA_PU3_Pos) /*!< 0x00000008 */ 4203 #define PWR_PUCRA_PU3 PWR_PUCRA_PU3_Msk /*!< Pin PA3 Pull-Up set */ 4204 #define PWR_PUCRA_PU4_Pos (4U) 4205 #define PWR_PUCRA_PU4_Msk (0x1UL << PWR_PUCRA_PU4_Pos) /*!< 0x00000010 */ 4206 #define PWR_PUCRA_PU4 PWR_PUCRA_PU4_Msk /*!< Pin PA4 Pull-Up set */ 4207 #define PWR_PUCRA_PU5_Pos (5U) 4208 #define PWR_PUCRA_PU5_Msk (0x1UL << PWR_PUCRA_PU5_Pos) /*!< 0x00000020 */ 4209 #define PWR_PUCRA_PU5 PWR_PUCRA_PU5_Msk /*!< Pin PA5 Pull-Up set */ 4210 #define PWR_PUCRA_PU6_Pos (6U) 4211 #define PWR_PUCRA_PU6_Msk (0x1UL << PWR_PUCRA_PU6_Pos) /*!< 0x00000040 */ 4212 #define PWR_PUCRA_PU6 PWR_PUCRA_PU6_Msk /*!< Pin PA6 Pull-Up set */ 4213 #define PWR_PUCRA_PU7_Pos (7U) 4214 #define PWR_PUCRA_PU7_Msk (0x1UL << PWR_PUCRA_PU7_Pos) /*!< 0x00000080 */ 4215 #define PWR_PUCRA_PU7 PWR_PUCRA_PU7_Msk /*!< Pin PA7 Pull-Up set */ 4216 #define PWR_PUCRA_PU8_Pos (8U) 4217 #define PWR_PUCRA_PU8_Msk (0x1UL << PWR_PUCRA_PU8_Pos) /*!< 0x00000100 */ 4218 #define PWR_PUCRA_PU8 PWR_PUCRA_PU8_Msk /*!< Pin PA8 Pull-Up set */ 4219 #define PWR_PUCRA_PU9_Pos (9U) 4220 #define PWR_PUCRA_PU9_Msk (0x1UL << PWR_PUCRA_PU9_Pos) /*!< 0x00000200 */ 4221 #define PWR_PUCRA_PU9 PWR_PUCRA_PU9_Msk /*!< Pin PA9 Pull-Up set */ 4222 #define PWR_PUCRA_PU10_Pos (10U) 4223 #define PWR_PUCRA_PU10_Msk (0x1UL << PWR_PUCRA_PU10_Pos) /*!< 0x00000400 */ 4224 #define PWR_PUCRA_PU10 PWR_PUCRA_PU10_Msk /*!< Pin PA10 Pull-Up set */ 4225 #define PWR_PUCRA_PU11_Pos (11U) 4226 #define PWR_PUCRA_PU11_Msk (0x1UL << PWR_PUCRA_PU11_Pos) /*!< 0x00000800 */ 4227 #define PWR_PUCRA_PU11 PWR_PUCRA_PU11_Msk /*!< Pin PA11 Pull-Up set */ 4228 #define PWR_PUCRA_PU12_Pos (12U) 4229 #define PWR_PUCRA_PU12_Msk (0x1UL << PWR_PUCRA_PU12_Pos) /*!< 0x00001000 */ 4230 #define PWR_PUCRA_PU12 PWR_PUCRA_PU12_Msk /*!< Pin PA12 Pull-Up set */ 4231 #define PWR_PUCRA_PU13_Pos (13U) 4232 #define PWR_PUCRA_PU13_Msk (0x1UL << PWR_PUCRA_PU13_Pos) /*!< 0x00002000 */ 4233 #define PWR_PUCRA_PU13 PWR_PUCRA_PU13_Msk /*!< Pin PA13 Pull-Up set */ 4234 #define PWR_PUCRA_PU14_Pos (14U) 4235 #define PWR_PUCRA_PU14_Msk (0x1UL << PWR_PUCRA_PU14_Pos) /*!< 0x00004000 */ 4236 #define PWR_PUCRA_PU14 PWR_PUCRA_PU14_Msk /*!< Pin PA14 Pull-Up set */ 4237 #define PWR_PUCRA_PU15_Pos (15U) 4238 #define PWR_PUCRA_PU15_Msk (0x1UL << PWR_PUCRA_PU15_Pos) /*!< 0x00008000 */ 4239 #define PWR_PUCRA_PU15 PWR_PUCRA_PU15_Msk /*!< Pin PA15 Pull-Up set */ 4240 4241 /******************** Bit definition for PWR_PDCRA register *****************/ 4242 #define PWR_PDCRA_PD0_Pos (0U) 4243 #define PWR_PDCRA_PD0_Msk (0x1UL << PWR_PDCRA_PD0_Pos) /*!< 0x00000001 */ 4244 #define PWR_PDCRA_PD0 PWR_PDCRA_PD0_Msk /*!< Pin PA0 Pull-Down set */ 4245 #define PWR_PDCRA_PD1_Pos (1U) 4246 #define PWR_PDCRA_PD1_Msk (0x1UL << PWR_PDCRA_PD1_Pos) /*!< 0x00000002 */ 4247 #define PWR_PDCRA_PD1 PWR_PDCRA_PD1_Msk /*!< Pin PA1 Pull-Down set */ 4248 #define PWR_PDCRA_PD2_Pos (2U) 4249 #define PWR_PDCRA_PD2_Msk (0x1UL << PWR_PDCRA_PD2_Pos) /*!< 0x00000004 */ 4250 #define PWR_PDCRA_PD2 PWR_PDCRA_PD2_Msk /*!< Pin PA2 Pull-Down set */ 4251 #define PWR_PDCRA_PD3_Pos (3U) 4252 #define PWR_PDCRA_PD3_Msk (0x1UL << PWR_PDCRA_PD3_Pos) /*!< 0x00000008 */ 4253 #define PWR_PDCRA_PD3 PWR_PDCRA_PD3_Msk /*!< Pin PA3 Pull-Down set */ 4254 #define PWR_PDCRA_PD4_Pos (4U) 4255 #define PWR_PDCRA_PD4_Msk (0x1UL << PWR_PDCRA_PD4_Pos) /*!< 0x00000010 */ 4256 #define PWR_PDCRA_PD4 PWR_PDCRA_PD4_Msk /*!< Pin PA4 Pull-Down set */ 4257 #define PWR_PDCRA_PD5_Pos (5U) 4258 #define PWR_PDCRA_PD5_Msk (0x1UL << PWR_PDCRA_PD5_Pos) /*!< 0x00000020 */ 4259 #define PWR_PDCRA_PD5 PWR_PDCRA_PD5_Msk /*!< Pin PA5 Pull-Down set */ 4260 #define PWR_PDCRA_PD6_Pos (6U) 4261 #define PWR_PDCRA_PD6_Msk (0x1UL << PWR_PDCRA_PD6_Pos) /*!< 0x00000040 */ 4262 #define PWR_PDCRA_PD6 PWR_PDCRA_PD6_Msk /*!< Pin PA6 Pull-Down set */ 4263 #define PWR_PDCRA_PD7_Pos (7U) 4264 #define PWR_PDCRA_PD7_Msk (0x1UL << PWR_PDCRA_PD7_Pos) /*!< 0x00000080 */ 4265 #define PWR_PDCRA_PD7 PWR_PDCRA_PD7_Msk /*!< Pin PA7 Pull-Down set */ 4266 #define PWR_PDCRA_PD8_Pos (8U) 4267 #define PWR_PDCRA_PD8_Msk (0x1UL << PWR_PDCRA_PD8_Pos) /*!< 0x00000100 */ 4268 #define PWR_PDCRA_PD8 PWR_PDCRA_PD8_Msk /*!< Pin PA8 Pull-Down set */ 4269 #define PWR_PDCRA_PD9_Pos (9U) 4270 #define PWR_PDCRA_PD9_Msk (0x1UL << PWR_PDCRA_PD9_Pos) /*!< 0x00000200 */ 4271 #define PWR_PDCRA_PD9 PWR_PDCRA_PD9_Msk /*!< Pin PA9 Pull-Down set */ 4272 #define PWR_PDCRA_PD10_Pos (10U) 4273 #define PWR_PDCRA_PD10_Msk (0x1UL << PWR_PDCRA_PD10_Pos) /*!< 0x00000400 */ 4274 #define PWR_PDCRA_PD10 PWR_PDCRA_PD10_Msk /*!< Pin PA10 Pull-Down set */ 4275 #define PWR_PDCRA_PD11_Pos (11U) 4276 #define PWR_PDCRA_PD11_Msk (0x1UL << PWR_PDCRA_PD11_Pos) /*!< 0x00000800 */ 4277 #define PWR_PDCRA_PD11 PWR_PDCRA_PD11_Msk /*!< Pin PA11 Pull-Down set */ 4278 #define PWR_PDCRA_PD12_Pos (12U) 4279 #define PWR_PDCRA_PD12_Msk (0x1UL << PWR_PDCRA_PD12_Pos) /*!< 0x00001000 */ 4280 #define PWR_PDCRA_PD12 PWR_PDCRA_PD12_Msk /*!< Pin PA12 Pull-Down set */ 4281 #define PWR_PDCRA_PD13_Pos (13U) 4282 #define PWR_PDCRA_PD13_Msk (0x1UL << PWR_PDCRA_PD13_Pos) /*!< 0x00002000 */ 4283 #define PWR_PDCRA_PD13 PWR_PDCRA_PD13_Msk /*!< Pin PA13 Pull-Down set */ 4284 #define PWR_PDCRA_PD14_Pos (14U) 4285 #define PWR_PDCRA_PD14_Msk (0x1UL << PWR_PDCRA_PD14_Pos) /*!< 0x00004000 */ 4286 #define PWR_PDCRA_PD14 PWR_PDCRA_PD14_Msk /*!< Pin PA14 Pull-Down set */ 4287 #define PWR_PDCRA_PD15_Pos (15U) 4288 #define PWR_PDCRA_PD15_Msk (0x1UL << PWR_PDCRA_PD15_Pos) /*!< 0x00008000 */ 4289 #define PWR_PDCRA_PD15 PWR_PDCRA_PD15_Msk /*!< Pin PA15 Pull-Down set */ 4290 4291 /******************** Bit definition for PWR_PUCRB register *****************/ 4292 #define PWR_PUCRB_PU0_Pos (0U) 4293 #define PWR_PUCRB_PU0_Msk (0x1UL << PWR_PUCRB_PU0_Pos) /*!< 0x00000001 */ 4294 #define PWR_PUCRB_PU0 PWR_PUCRB_PU0_Msk /*!< Pin PB0 Pull-Up set */ 4295 #define PWR_PUCRB_PU1_Pos (1U) 4296 #define PWR_PUCRB_PU1_Msk (0x1UL << PWR_PUCRB_PU1_Pos) /*!< 0x00000002 */ 4297 #define PWR_PUCRB_PU1 PWR_PUCRB_PU1_Msk /*!< Pin PB1 Pull-Up set */ 4298 #define PWR_PUCRB_PU2_Pos (2U) 4299 #define PWR_PUCRB_PU2_Msk (0x1UL << PWR_PUCRB_PU2_Pos) /*!< 0x00000004 */ 4300 #define PWR_PUCRB_PU2 PWR_PUCRB_PU2_Msk /*!< Pin PB2 Pull-Up set */ 4301 #define PWR_PUCRB_PU3_Pos (3U) 4302 #define PWR_PUCRB_PU3_Msk (0x1UL << PWR_PUCRB_PU3_Pos) /*!< 0x00000008 */ 4303 #define PWR_PUCRB_PU3 PWR_PUCRB_PU3_Msk /*!< Pin PB3 Pull-Up set */ 4304 #define PWR_PUCRB_PU4_Pos (4U) 4305 #define PWR_PUCRB_PU4_Msk (0x1UL << PWR_PUCRB_PU4_Pos) /*!< 0x00000010 */ 4306 #define PWR_PUCRB_PU4 PWR_PUCRB_PU4_Msk /*!< Pin PB4 Pull-Up set */ 4307 #define PWR_PUCRB_PU5_Pos (5U) 4308 #define PWR_PUCRB_PU5_Msk (0x1UL << PWR_PUCRB_PU5_Pos) /*!< 0x00000020 */ 4309 #define PWR_PUCRB_PU5 PWR_PUCRB_PU5_Msk /*!< Pin PB5 Pull-Up set */ 4310 #define PWR_PUCRB_PU6_Pos (6U) 4311 #define PWR_PUCRB_PU6_Msk (0x1UL << PWR_PUCRB_PU6_Pos) /*!< 0x00000040 */ 4312 #define PWR_PUCRB_PU6 PWR_PUCRB_PU6_Msk /*!< Pin PB6 Pull-Up set */ 4313 #define PWR_PUCRB_PU7_Pos (7U) 4314 #define PWR_PUCRB_PU7_Msk (0x1UL << PWR_PUCRB_PU7_Pos) /*!< 0x00000080 */ 4315 #define PWR_PUCRB_PU7 PWR_PUCRB_PU7_Msk /*!< Pin PB7 Pull-Up set */ 4316 #define PWR_PUCRB_PU8_Pos (8U) 4317 #define PWR_PUCRB_PU8_Msk (0x1UL << PWR_PUCRB_PU8_Pos) /*!< 0x00000100 */ 4318 #define PWR_PUCRB_PU8 PWR_PUCRB_PU8_Msk /*!< Pin PB8 Pull-Up set */ 4319 #define PWR_PUCRB_PU9_Pos (9U) 4320 #define PWR_PUCRB_PU9_Msk (0x1UL << PWR_PUCRB_PU9_Pos) /*!< 0x00000200 */ 4321 #define PWR_PUCRB_PU9 PWR_PUCRB_PU9_Msk /*!< Pin PB9 Pull-Up set */ 4322 #define PWR_PUCRB_PU10_Pos (10U) 4323 #define PWR_PUCRB_PU10_Msk (0x1UL << PWR_PUCRB_PU10_Pos) /*!< 0x00000400 */ 4324 #define PWR_PUCRB_PU10 PWR_PUCRB_PU10_Msk /*!< Pin PB10 Pull-Up set */ 4325 #define PWR_PUCRB_PU11_Pos (11U) 4326 #define PWR_PUCRB_PU11_Msk (0x1UL << PWR_PUCRB_PU11_Pos) /*!< 0x00000800 */ 4327 #define PWR_PUCRB_PU11 PWR_PUCRB_PU11_Msk /*!< Pin PB11 Pull-Up set */ 4328 #define PWR_PUCRB_PU12_Pos (12U) 4329 #define PWR_PUCRB_PU12_Msk (0x1UL << PWR_PUCRB_PU12_Pos) /*!< 0x00001000 */ 4330 #define PWR_PUCRB_PU12 PWR_PUCRB_PU12_Msk /*!< Pin PB12 Pull-Up set */ 4331 #define PWR_PUCRB_PU13_Pos (13U) 4332 #define PWR_PUCRB_PU13_Msk (0x1UL << PWR_PUCRB_PU13_Pos) /*!< 0x00002000 */ 4333 #define PWR_PUCRB_PU13 PWR_PUCRB_PU13_Msk /*!< Pin PB13 Pull-Up set */ 4334 #define PWR_PUCRB_PU14_Pos (14U) 4335 #define PWR_PUCRB_PU14_Msk (0x1UL << PWR_PUCRB_PU14_Pos) /*!< 0x00004000 */ 4336 #define PWR_PUCRB_PU14 PWR_PUCRB_PU14_Msk /*!< Pin PB14 Pull-Up set */ 4337 #define PWR_PUCRB_PU15_Pos (15U) 4338 #define PWR_PUCRB_PU15_Msk (0x1UL << PWR_PUCRB_PU15_Pos) /*!< 0x00008000 */ 4339 #define PWR_PUCRB_PU15 PWR_PUCRB_PU15_Msk /*!< Pin PB15 Pull-Up set */ 4340 4341 /******************** Bit definition for PWR_PDCRB register *****************/ 4342 #define PWR_PDCRB_PD0_Pos (0U) 4343 #define PWR_PDCRB_PD0_Msk (0x1UL << PWR_PDCRB_PD0_Pos) /*!< 0x00000001 */ 4344 #define PWR_PDCRB_PD0 PWR_PDCRB_PD0_Msk /*!< Pin PB0 Pull-Down set */ 4345 #define PWR_PDCRB_PD1_Pos (1U) 4346 #define PWR_PDCRB_PD1_Msk (0x1UL << PWR_PDCRB_PD1_Pos) /*!< 0x00000002 */ 4347 #define PWR_PDCRB_PD1 PWR_PDCRB_PD1_Msk /*!< Pin PB1 Pull-Down set */ 4348 #define PWR_PDCRB_PD2_Pos (2U) 4349 #define PWR_PDCRB_PD2_Msk (0x1UL << PWR_PDCRB_PD2_Pos) /*!< 0x00000004 */ 4350 #define PWR_PDCRB_PD2 PWR_PDCRB_PD2_Msk /*!< Pin PB2 Pull-Down set */ 4351 #define PWR_PDCRB_PD3_Pos (3U) 4352 #define PWR_PDCRB_PD3_Msk (0x1UL << PWR_PDCRB_PD3_Pos) /*!< 0x00000008 */ 4353 #define PWR_PDCRB_PD3 PWR_PDCRB_PD3_Msk /*!< Pin PB3 Pull-Down set */ 4354 #define PWR_PDCRB_PD4_Pos (4U) 4355 #define PWR_PDCRB_PD4_Msk (0x1UL << PWR_PDCRB_PD4_Pos) /*!< 0x00000010 */ 4356 #define PWR_PDCRB_PD4 PWR_PDCRB_PD4_Msk /*!< Pin PB4 Pull-Down set */ 4357 #define PWR_PDCRB_PD5_Pos (5U) 4358 #define PWR_PDCRB_PD5_Msk (0x1UL << PWR_PDCRB_PD5_Pos) /*!< 0x00000020 */ 4359 #define PWR_PDCRB_PD5 PWR_PDCRB_PD5_Msk /*!< Pin PB5 Pull-Down set */ 4360 #define PWR_PDCRB_PD6_Pos (6U) 4361 #define PWR_PDCRB_PD6_Msk (0x1UL << PWR_PDCRB_PD6_Pos) /*!< 0x00000040 */ 4362 #define PWR_PDCRB_PD6 PWR_PDCRB_PD6_Msk /*!< Pin PB6 Pull-Down set */ 4363 #define PWR_PDCRB_PD7_Pos (7U) 4364 #define PWR_PDCRB_PD7_Msk (0x1UL << PWR_PDCRB_PD7_Pos) /*!< 0x00000080 */ 4365 #define PWR_PDCRB_PD7 PWR_PDCRB_PD7_Msk /*!< Pin PB7 Pull-Down set */ 4366 #define PWR_PDCRB_PD8_Pos (8U) 4367 #define PWR_PDCRB_PD8_Msk (0x1UL << PWR_PDCRB_PD8_Pos) /*!< 0x00000100 */ 4368 #define PWR_PDCRB_PD8 PWR_PDCRB_PD8_Msk /*!< Pin PB8 Pull-Down set */ 4369 #define PWR_PDCRB_PD9_Pos (9U) 4370 #define PWR_PDCRB_PD9_Msk (0x1UL << PWR_PDCRB_PD9_Pos) /*!< 0x00000200 */ 4371 #define PWR_PDCRB_PD9 PWR_PDCRB_PD9_Msk /*!< Pin PB9 Pull-Down set */ 4372 #define PWR_PDCRB_PD10_Pos (10U) 4373 #define PWR_PDCRB_PD10_Msk (0x1UL << PWR_PDCRB_PD10_Pos) /*!< 0x00000400 */ 4374 #define PWR_PDCRB_PD10 PWR_PDCRB_PD10_Msk /*!< Pin PB10 Pull-Down set */ 4375 #define PWR_PDCRB_PD11_Pos (11U) 4376 #define PWR_PDCRB_PD11_Msk (0x1UL << PWR_PDCRB_PD11_Pos) /*!< 0x00000800 */ 4377 #define PWR_PDCRB_PD11 PWR_PDCRB_PD11_Msk /*!< Pin PB11 Pull-Down set */ 4378 #define PWR_PDCRB_PD12_Pos (12U) 4379 #define PWR_PDCRB_PD12_Msk (0x1UL << PWR_PDCRB_PD12_Pos) /*!< 0x00001000 */ 4380 #define PWR_PDCRB_PD12 PWR_PDCRB_PD12_Msk /*!< Pin PB12 Pull-Down set */ 4381 #define PWR_PDCRB_PD13_Pos (13U) 4382 #define PWR_PDCRB_PD13_Msk (0x1UL << PWR_PDCRB_PD13_Pos) /*!< 0x00002000 */ 4383 #define PWR_PDCRB_PD13 PWR_PDCRB_PD13_Msk /*!< Pin PB13 Pull-Down set */ 4384 #define PWR_PDCRB_PD14_Pos (14U) 4385 #define PWR_PDCRB_PD14_Msk (0x1UL << PWR_PDCRB_PD14_Pos) /*!< 0x00004000 */ 4386 #define PWR_PDCRB_PD14 PWR_PDCRB_PD14_Msk /*!< Pin PB14 Pull-Down set */ 4387 #define PWR_PDCRB_PD15_Pos (15U) 4388 #define PWR_PDCRB_PD15_Msk (0x1UL << PWR_PDCRB_PD15_Pos) /*!< 0x00008000 */ 4389 #define PWR_PDCRB_PD15 PWR_PDCRB_PD15_Msk /*!< Pin PB15 Pull-Down set */ 4390 4391 /******************** Bit definition for PWR_PUCRC register *****************/ 4392 #define PWR_PUCRC_PU6_Pos (6U) 4393 #define PWR_PUCRC_PU6_Msk (0x1UL << PWR_PUCRC_PU6_Pos) /*!< 0x00000040 */ 4394 #define PWR_PUCRC_PU6 PWR_PUCRC_PU6_Msk /*!< Pin PC6 Pull-Up set */ 4395 #define PWR_PUCRC_PU7_Pos (7U) 4396 #define PWR_PUCRC_PU7_Msk (0x1UL << PWR_PUCRC_PU7_Pos) /*!< 0x00000080 */ 4397 #define PWR_PUCRC_PU7 PWR_PUCRC_PU7_Msk /*!< Pin PC7 Pull-Up set */ 4398 #define PWR_PUCRC_PU13_Pos (13U) 4399 #define PWR_PUCRC_PU13_Msk (0x1UL << PWR_PUCRC_PU13_Pos) /*!< 0x00002000 */ 4400 #define PWR_PUCRC_PU13 PWR_PUCRC_PU13_Msk /*!< Pin PC13 Pull-Up set */ 4401 #define PWR_PUCRC_PU14_Pos (14U) 4402 #define PWR_PUCRC_PU14_Msk (0x1UL << PWR_PUCRC_PU14_Pos) /*!< 0x00004000 */ 4403 #define PWR_PUCRC_PU14 PWR_PUCRC_PU14_Msk /*!< Pin PC14 Pull-Up set */ 4404 #define PWR_PUCRC_PU15_Pos (15U) 4405 #define PWR_PUCRC_PU15_Msk (0x1UL << PWR_PUCRC_PU15_Pos) /*!< 0x00008000 */ 4406 #define PWR_PUCRC_PU15 PWR_PUCRC_PU15_Msk /*!< Pin PC15 Pull-Up set */ 4407 4408 /******************** Bit definition for PWR_PDCRC register *****************/ 4409 #define PWR_PDCRC_PD6_Pos (6U) 4410 #define PWR_PDCRC_PD6_Msk (0x1UL << PWR_PDCRC_PD6_Pos) /*!< 0x00000040 */ 4411 #define PWR_PDCRC_PD6 PWR_PDCRC_PD6_Msk /*!< Pin PC6 Pull-Down set */ 4412 #define PWR_PDCRC_PD7_Pos (7U) 4413 #define PWR_PDCRC_PD7_Msk (0x1UL << PWR_PDCRC_PD7_Pos) /*!< 0x00000080 */ 4414 #define PWR_PDCRC_PD7 PWR_PDCRC_PD7_Msk /*!< Pin PC7 Pull-Down set */ 4415 #define PWR_PDCRC_PD13_Pos (13U) 4416 #define PWR_PDCRC_PD13_Msk (0x1UL << PWR_PDCRC_PD13_Pos) /*!< 0x00002000 */ 4417 #define PWR_PDCRC_PD13 PWR_PDCRC_PD13_Msk /*!< Pin PC13 Pull-Down set */ 4418 #define PWR_PDCRC_PD14_Pos (14U) 4419 #define PWR_PDCRC_PD14_Msk (0x1UL << PWR_PDCRC_PD14_Pos) /*!< 0x00004000 */ 4420 #define PWR_PDCRC_PD14 PWR_PDCRC_PD14_Msk /*!< Pin PC14 Pull-Down set */ 4421 #define PWR_PDCRC_PD15_Pos (15U) 4422 #define PWR_PDCRC_PD15_Msk (0x1UL << PWR_PDCRC_PD15_Pos) /*!< 0x00008000 */ 4423 #define PWR_PDCRC_PD15 PWR_PDCRC_PD15_Msk /*!< Pin PC15 Pull-Down set */ 4424 4425 /******************** Bit definition for PWR_PUCRD register *****************/ 4426 #define PWR_PUCRD_PU0_Pos (0U) 4427 #define PWR_PUCRD_PU0_Msk (0x1UL << PWR_PUCRD_PU0_Pos) /*!< 0x00000001 */ 4428 #define PWR_PUCRD_PU0 PWR_PUCRD_PU0_Msk /*!< Pin PD0 Pull-Up set */ 4429 #define PWR_PUCRD_PU1_Pos (1U) 4430 #define PWR_PUCRD_PU1_Msk (0x1UL << PWR_PUCRD_PU1_Pos) /*!< 0x00000002 */ 4431 #define PWR_PUCRD_PU1 PWR_PUCRD_PU1_Msk /*!< Pin PD1 Pull-Up set */ 4432 #define PWR_PUCRD_PU2_Pos (2U) 4433 #define PWR_PUCRD_PU2_Msk (0x1UL << PWR_PUCRD_PU2_Pos) /*!< 0x00000004 */ 4434 #define PWR_PUCRD_PU2 PWR_PUCRD_PU2_Msk /*!< Pin PD2 Pull-Up set */ 4435 #define PWR_PUCRD_PU3_Pos (3U) 4436 #define PWR_PUCRD_PU3_Msk (0x1UL << PWR_PUCRD_PU3_Pos) /*!< 0x00000008 */ 4437 #define PWR_PUCRD_PU3 PWR_PUCRD_PU3_Msk /*!< Pin PD3 Pull-Up set */ 4438 4439 /******************** Bit definition for PWR_PDCRD register *****************/ 4440 #define PWR_PDCRD_PD0_Pos (0U) 4441 #define PWR_PDCRD_PD0_Msk (0x1UL << PWR_PDCRD_PD0_Pos) /*!< 0x00000001 */ 4442 #define PWR_PDCRD_PD0 PWR_PDCRD_PD0_Msk /*!< Pin PD0 Pull-Down set */ 4443 #define PWR_PDCRD_PD1_Pos (1U) 4444 #define PWR_PDCRD_PD1_Msk (0x1UL << PWR_PDCRD_PD1_Pos) /*!< 0x00000002 */ 4445 #define PWR_PDCRD_PD1 PWR_PDCRD_PD1_Msk /*!< Pin PD1 Pull-Down set */ 4446 #define PWR_PDCRD_PD2_Pos (2U) 4447 #define PWR_PDCRD_PD2_Msk (0x1UL << PWR_PDCRD_PD2_Pos) /*!< 0x00000004 */ 4448 #define PWR_PDCRD_PD2 PWR_PDCRD_PD2_Msk /*!< Pin PD2 Pull-Down set */ 4449 #define PWR_PDCRD_PD3_Pos (3U) 4450 #define PWR_PDCRD_PD3_Msk (0x1UL << PWR_PDCRD_PD3_Pos) /*!< 0x00000008 */ 4451 #define PWR_PDCRD_PD3 PWR_PDCRD_PD3_Msk /*!< Pin PD3 Pull-Down set */ 4452 4453 /******************** Bit definition for PWR_PUCRF register *****************/ 4454 #define PWR_PUCRF_PU0_Pos (0U) 4455 #define PWR_PUCRF_PU0_Msk (0x1UL << PWR_PUCRF_PU0_Pos) /*!< 0x00000001 */ 4456 #define PWR_PUCRF_PU0 PWR_PUCRF_PU0_Msk /*!< Pin PF0 Pull-Up set */ 4457 #define PWR_PUCRF_PU1_Pos (1U) 4458 #define PWR_PUCRF_PU1_Msk (0x1UL << PWR_PUCRF_PU1_Pos) /*!< 0x00000002 */ 4459 #define PWR_PUCRF_PU1 PWR_PUCRF_PU1_Msk /*!< Pin PF1 Pull-Up set */ 4460 #define PWR_PUCRF_PU2_Pos (2U) 4461 #define PWR_PUCRF_PU2_Msk (0x1UL << PWR_PUCRF_PU2_Pos) /*!< 0x00000004 */ 4462 #define PWR_PUCRF_PU2 PWR_PUCRF_PU2_Msk /*!< Pin PF2 Pull-Up set */ 4463 4464 /******************** Bit definition for PWR_PDCRF register *****************/ 4465 #define PWR_PDCRF_PD0_Pos (0U) 4466 #define PWR_PDCRF_PD0_Msk (0x1UL << PWR_PDCRF_PD0_Pos) /*!< 0x00000001 */ 4467 #define PWR_PDCRF_PD0 PWR_PDCRF_PD0_Msk /*!< Pin PF0 Pull-Down set */ 4468 #define PWR_PDCRF_PD1_Pos (1U) 4469 #define PWR_PDCRF_PD1_Msk (0x1UL << PWR_PDCRF_PD1_Pos) /*!< 0x00000002 */ 4470 #define PWR_PDCRF_PD1 PWR_PDCRF_PD1_Msk /*!< Pin PF1 Pull-Down set */ 4471 #define PWR_PDCRF_PD2_Pos (2U) 4472 #define PWR_PDCRF_PD2_Msk (0x1UL << PWR_PDCRF_PD2_Pos) /*!< 0x00000004 */ 4473 #define PWR_PDCRF_PD2 PWR_PDCRF_PD2_Msk /*!< Pin PF2 Pull-Down set */ 4474 4475 /******************************************************************************/ 4476 /* */ 4477 /* Reset and Clock Control */ 4478 /* */ 4479 /******************************************************************************/ 4480 /* 4481 * @brief Specific device feature definitions (not present on all devices in the STM32G0 series) 4482 */ 4483 #define RCC_PLLQ_SUPPORT 4484 4485 /******************** Bit definition for RCC_CR register *****************/ 4486 #define RCC_CR_HSION_Pos (8U) 4487 #define RCC_CR_HSION_Msk (0x1UL << RCC_CR_HSION_Pos) /*!< 0x00000100 */ 4488 #define RCC_CR_HSION RCC_CR_HSION_Msk /*!< Internal High Speed clock enable */ 4489 #define RCC_CR_HSIKERON_Pos (9U) 4490 #define RCC_CR_HSIKERON_Msk (0x1UL << RCC_CR_HSIKERON_Pos) /*!< 0x00000200 */ 4491 #define RCC_CR_HSIKERON RCC_CR_HSIKERON_Msk /*!< Internal High Speed clock enable for some IPs Kernel */ 4492 #define RCC_CR_HSIRDY_Pos (10U) 4493 #define RCC_CR_HSIRDY_Msk (0x1UL << RCC_CR_HSIRDY_Pos) /*!< 0x00000400 */ 4494 #define RCC_CR_HSIRDY RCC_CR_HSIRDY_Msk /*!< Internal High Speed clock ready flag */ 4495 #define RCC_CR_HSIDIV_Pos (11U) 4496 #define RCC_CR_HSIDIV_Msk (0x7UL << RCC_CR_HSIDIV_Pos) /*!< 0x00003800 */ 4497 #define RCC_CR_HSIDIV RCC_CR_HSIDIV_Msk /*!< HSIDIV[13:11] Internal High Speed clock division factor */ 4498 #define RCC_CR_HSIDIV_0 (0x1UL << RCC_CR_HSIDIV_Pos) /*!< 0x00000800 */ 4499 #define RCC_CR_HSIDIV_1 (0x2UL << RCC_CR_HSIDIV_Pos) /*!< 0x00001000 */ 4500 #define RCC_CR_HSIDIV_2 (0x4UL << RCC_CR_HSIDIV_Pos) /*!< 0x00002000 */ 4501 #define RCC_CR_HSEON_Pos (16U) 4502 #define RCC_CR_HSEON_Msk (0x1UL << RCC_CR_HSEON_Pos) /*!< 0x00010000 */ 4503 #define RCC_CR_HSEON RCC_CR_HSEON_Msk /*!< External High Speed clock enable */ 4504 #define RCC_CR_HSERDY_Pos (17U) 4505 #define RCC_CR_HSERDY_Msk (0x1UL << RCC_CR_HSERDY_Pos) /*!< 0x00020000 */ 4506 #define RCC_CR_HSERDY RCC_CR_HSERDY_Msk /*!< External High Speed clock ready */ 4507 #define RCC_CR_HSEBYP_Pos (18U) 4508 #define RCC_CR_HSEBYP_Msk (0x1UL << RCC_CR_HSEBYP_Pos) /*!< 0x00040000 */ 4509 #define RCC_CR_HSEBYP RCC_CR_HSEBYP_Msk /*!< External High Speed clock Bypass */ 4510 #define RCC_CR_CSSON_Pos (19U) 4511 #define RCC_CR_CSSON_Msk (0x1UL << RCC_CR_CSSON_Pos) /*!< 0x00080000 */ 4512 #define RCC_CR_CSSON RCC_CR_CSSON_Msk /*!< HSE Clock Security System enable */ 4513 4514 #define RCC_CR_PLLON_Pos (24U) 4515 #define RCC_CR_PLLON_Msk (0x1UL << RCC_CR_PLLON_Pos) /*!< 0x01000000 */ 4516 #define RCC_CR_PLLON RCC_CR_PLLON_Msk /*!< System PLL clock enable */ 4517 #define RCC_CR_PLLRDY_Pos (25U) 4518 #define RCC_CR_PLLRDY_Msk (0x1UL << RCC_CR_PLLRDY_Pos) /*!< 0x02000000 */ 4519 #define RCC_CR_PLLRDY RCC_CR_PLLRDY_Msk /*!< System PLL clock ready */ 4520 4521 /******************** Bit definition for RCC_ICSCR register ***************/ 4522 /*!< HSICAL configuration */ 4523 #define RCC_ICSCR_HSICAL_Pos (0U) 4524 #define RCC_ICSCR_HSICAL_Msk (0xFFUL << RCC_ICSCR_HSICAL_Pos) /*!< 0x000000FF */ 4525 #define RCC_ICSCR_HSICAL RCC_ICSCR_HSICAL_Msk /*!< HSICAL[7:0] bits */ 4526 #define RCC_ICSCR_HSICAL_0 (0x01UL << RCC_ICSCR_HSICAL_Pos) /*!< 0x00000001 */ 4527 #define RCC_ICSCR_HSICAL_1 (0x02UL << RCC_ICSCR_HSICAL_Pos) /*!< 0x00000002 */ 4528 #define RCC_ICSCR_HSICAL_2 (0x04UL << RCC_ICSCR_HSICAL_Pos) /*!< 0x00000004 */ 4529 #define RCC_ICSCR_HSICAL_3 (0x08UL << RCC_ICSCR_HSICAL_Pos) /*!< 0x00000008 */ 4530 #define RCC_ICSCR_HSICAL_4 (0x10UL << RCC_ICSCR_HSICAL_Pos) /*!< 0x00000010 */ 4531 #define RCC_ICSCR_HSICAL_5 (0x20UL << RCC_ICSCR_HSICAL_Pos) /*!< 0x00000020 */ 4532 #define RCC_ICSCR_HSICAL_6 (0x40UL << RCC_ICSCR_HSICAL_Pos) /*!< 0x00000040 */ 4533 #define RCC_ICSCR_HSICAL_7 (0x80UL << RCC_ICSCR_HSICAL_Pos) /*!< 0x00000080 */ 4534 4535 /*!< HSITRIM configuration */ 4536 #define RCC_ICSCR_HSITRIM_Pos (8U) 4537 #define RCC_ICSCR_HSITRIM_Msk (0x7FUL << RCC_ICSCR_HSITRIM_Pos) /*!< 0x00007F00 */ 4538 #define RCC_ICSCR_HSITRIM RCC_ICSCR_HSITRIM_Msk /*!< HSITRIM[14:8] bits */ 4539 #define RCC_ICSCR_HSITRIM_0 (0x01UL << RCC_ICSCR_HSITRIM_Pos) /*!< 0x00000100 */ 4540 #define RCC_ICSCR_HSITRIM_1 (0x02UL << RCC_ICSCR_HSITRIM_Pos) /*!< 0x00000200 */ 4541 #define RCC_ICSCR_HSITRIM_2 (0x04UL << RCC_ICSCR_HSITRIM_Pos) /*!< 0x00000400 */ 4542 #define RCC_ICSCR_HSITRIM_3 (0x08UL << RCC_ICSCR_HSITRIM_Pos) /*!< 0x00000800 */ 4543 #define RCC_ICSCR_HSITRIM_4 (0x10UL << RCC_ICSCR_HSITRIM_Pos) /*!< 0x00001000 */ 4544 #define RCC_ICSCR_HSITRIM_5 (0x20UL << RCC_ICSCR_HSITRIM_Pos) /*!< 0x00002000 */ 4545 #define RCC_ICSCR_HSITRIM_6 (0x40UL << RCC_ICSCR_HSITRIM_Pos) /*!< 0x00004000 */ 4546 4547 /******************** Bit definition for RCC_CFGR register ***************/ 4548 /*!< SW configuration */ 4549 #define RCC_CFGR_SW_Pos (0U) 4550 #define RCC_CFGR_SW_Msk (0x7UL << RCC_CFGR_SW_Pos) /*!< 0x00000007 */ 4551 #define RCC_CFGR_SW RCC_CFGR_SW_Msk /*!< SW[2:0] bits (System clock Switch) */ 4552 #define RCC_CFGR_SW_0 (0x1UL << RCC_CFGR_SW_Pos) /*!< 0x00000001 */ 4553 #define RCC_CFGR_SW_1 (0x2UL << RCC_CFGR_SW_Pos) /*!< 0x00000002 */ 4554 #define RCC_CFGR_SW_2 (0x4UL << RCC_CFGR_SW_Pos) /*!< 0x00000004 */ 4555 4556 /*!< SWS configuration */ 4557 #define RCC_CFGR_SWS_Pos (3U) 4558 #define RCC_CFGR_SWS_Msk (0x7UL << RCC_CFGR_SWS_Pos) /*!< 0x00000038 */ 4559 #define RCC_CFGR_SWS RCC_CFGR_SWS_Msk /*!< SWS[2:0] bits (System Clock Switch Status) */ 4560 #define RCC_CFGR_SWS_0 (0x1UL << RCC_CFGR_SWS_Pos) /*!< 0x00000008 */ 4561 #define RCC_CFGR_SWS_1 (0x2UL << RCC_CFGR_SWS_Pos) /*!< 0x00000010 */ 4562 #define RCC_CFGR_SWS_2 (0x4UL << RCC_CFGR_SWS_Pos) /*!< 0x00000020 */ 4563 4564 /*!< HPRE configuration */ 4565 #define RCC_CFGR_HPRE_Pos (8U) 4566 #define RCC_CFGR_HPRE_Msk (0xFUL << RCC_CFGR_HPRE_Pos) /*!< 0x00000F00 */ 4567 #define RCC_CFGR_HPRE RCC_CFGR_HPRE_Msk /*!< HPRE[3:0] bits (AHB prescaler) */ 4568 #define RCC_CFGR_HPRE_0 (0x1UL << RCC_CFGR_HPRE_Pos) /*!< 0x00000100 */ 4569 #define RCC_CFGR_HPRE_1 (0x2UL << RCC_CFGR_HPRE_Pos) /*!< 0x00000200 */ 4570 #define RCC_CFGR_HPRE_2 (0x4UL << RCC_CFGR_HPRE_Pos) /*!< 0x00000400 */ 4571 #define RCC_CFGR_HPRE_3 (0x8UL << RCC_CFGR_HPRE_Pos) /*!< 0x00000800 */ 4572 4573 /*!< PPRE configuration */ 4574 #define RCC_CFGR_PPRE_Pos (12U) 4575 #define RCC_CFGR_PPRE_Msk (0x7UL << RCC_CFGR_PPRE_Pos) /*!< 0x00007000 */ 4576 #define RCC_CFGR_PPRE RCC_CFGR_PPRE_Msk /*!< PRE1[2:0] bits (APB prescaler) */ 4577 #define RCC_CFGR_PPRE_0 (0x1UL << RCC_CFGR_PPRE_Pos) /*!< 0x00001000 */ 4578 #define RCC_CFGR_PPRE_1 (0x2UL << RCC_CFGR_PPRE_Pos) /*!< 0x00002000 */ 4579 #define RCC_CFGR_PPRE_2 (0x4UL << RCC_CFGR_PPRE_Pos) /*!< 0x00004000 */ 4580 4581 4582 /*!< MCOSEL configuration */ 4583 #define RCC_CFGR_MCOSEL_Pos (24U) 4584 #define RCC_CFGR_MCOSEL_Msk (0x7UL << RCC_CFGR_MCOSEL_Pos) /*!< 0x07000000 */ 4585 #define RCC_CFGR_MCOSEL RCC_CFGR_MCOSEL_Msk /*!< MCOSEL [2:0] bits (Clock output selection) */ 4586 #define RCC_CFGR_MCOSEL_0 (0x1UL << RCC_CFGR_MCOSEL_Pos) /*!< 0x01000000 */ 4587 #define RCC_CFGR_MCOSEL_1 (0x2UL << RCC_CFGR_MCOSEL_Pos) /*!< 0x02000000 */ 4588 #define RCC_CFGR_MCOSEL_2 (0x4UL << RCC_CFGR_MCOSEL_Pos) /*!< 0x04000000 */ 4589 4590 /*!< MCO Prescaler configuration */ 4591 #define RCC_CFGR_MCOPRE_Pos (28U) 4592 #define RCC_CFGR_MCOPRE_Msk (0x7UL << RCC_CFGR_MCOPRE_Pos) /*!< 0x70000000 */ 4593 #define RCC_CFGR_MCOPRE RCC_CFGR_MCOPRE_Msk /*!< MCO prescaler [2:0] */ 4594 #define RCC_CFGR_MCOPRE_0 (0x1UL << RCC_CFGR_MCOPRE_Pos) /*!< 0x10000000 */ 4595 #define RCC_CFGR_MCOPRE_1 (0x2UL << RCC_CFGR_MCOPRE_Pos) /*!< 0x20000000 */ 4596 #define RCC_CFGR_MCOPRE_2 (0x4UL << RCC_CFGR_MCOPRE_Pos) /*!< 0x40000000 */ 4597 4598 /******************** Bit definition for RCC_PLLCFGR register ***************/ 4599 #define RCC_PLLCFGR_PLLSRC_Pos (0U) 4600 #define RCC_PLLCFGR_PLLSRC_Msk (0x3UL << RCC_PLLCFGR_PLLSRC_Pos) /*!< 0x00000003 */ 4601 #define RCC_PLLCFGR_PLLSRC RCC_PLLCFGR_PLLSRC_Msk 4602 #define RCC_PLLCFGR_PLLSRC_0 (0x1UL << RCC_PLLCFGR_PLLSRC_Pos) /*!< 0x00000001 */ 4603 #define RCC_PLLCFGR_PLLSRC_1 (0x2UL << RCC_PLLCFGR_PLLSRC_Pos) /*!< 0x00000002 */ 4604 4605 #define RCC_PLLCFGR_PLLSRC_NONE (0x00000000UL) /*!< No clock sent to PLL */ 4606 #define RCC_PLLCFGR_PLLSRC_HSI_Pos (1U) 4607 #define RCC_PLLCFGR_PLLSRC_HSI_Msk (0x1UL << RCC_PLLCFGR_PLLSRC_HSI_Pos) /*!< 0x00000002 */ 4608 #define RCC_PLLCFGR_PLLSRC_HSI RCC_PLLCFGR_PLLSRC_HSI_Msk /*!< HSI source clock selected */ 4609 #define RCC_PLLCFGR_PLLSRC_HSE_Pos (0U) 4610 #define RCC_PLLCFGR_PLLSRC_HSE_Msk (0x3UL << RCC_PLLCFGR_PLLSRC_HSE_Pos) /*!< 0x00000003 */ 4611 #define RCC_PLLCFGR_PLLSRC_HSE RCC_PLLCFGR_PLLSRC_HSE_Msk /*!< HSE source clock selected */ 4612 4613 #define RCC_PLLCFGR_PLLM_Pos (4U) 4614 #define RCC_PLLCFGR_PLLM_Msk (0x7UL << RCC_PLLCFGR_PLLM_Pos) /*!< 0x00000070 */ 4615 #define RCC_PLLCFGR_PLLM RCC_PLLCFGR_PLLM_Msk 4616 #define RCC_PLLCFGR_PLLM_0 (0x1UL << RCC_PLLCFGR_PLLM_Pos) /*!< 0x00000010 */ 4617 #define RCC_PLLCFGR_PLLM_1 (0x2UL << RCC_PLLCFGR_PLLM_Pos) /*!< 0x00000020 */ 4618 #define RCC_PLLCFGR_PLLM_2 (0x4UL << RCC_PLLCFGR_PLLM_Pos) /*!< 0x00000040 */ 4619 4620 #define RCC_PLLCFGR_PLLN_Pos (8U) 4621 #define RCC_PLLCFGR_PLLN_Msk (0x7FUL << RCC_PLLCFGR_PLLN_Pos) /*!< 0x00007F00 */ 4622 #define RCC_PLLCFGR_PLLN RCC_PLLCFGR_PLLN_Msk 4623 #define RCC_PLLCFGR_PLLN_0 (0x01UL << RCC_PLLCFGR_PLLN_Pos) /*!< 0x00000100 */ 4624 #define RCC_PLLCFGR_PLLN_1 (0x02UL << RCC_PLLCFGR_PLLN_Pos) /*!< 0x00000200 */ 4625 #define RCC_PLLCFGR_PLLN_2 (0x04UL << RCC_PLLCFGR_PLLN_Pos) /*!< 0x00000400 */ 4626 #define RCC_PLLCFGR_PLLN_3 (0x08UL << RCC_PLLCFGR_PLLN_Pos) /*!< 0x00000800 */ 4627 #define RCC_PLLCFGR_PLLN_4 (0x10UL << RCC_PLLCFGR_PLLN_Pos) /*!< 0x00001000 */ 4628 #define RCC_PLLCFGR_PLLN_5 (0x20UL << RCC_PLLCFGR_PLLN_Pos) /*!< 0x00002000 */ 4629 #define RCC_PLLCFGR_PLLN_6 (0x40UL << RCC_PLLCFGR_PLLN_Pos) /*!< 0x00004000 */ 4630 4631 #define RCC_PLLCFGR_PLLPEN_Pos (16U) 4632 #define RCC_PLLCFGR_PLLPEN_Msk (0x1UL << RCC_PLLCFGR_PLLPEN_Pos) /*!< 0x00010000 */ 4633 #define RCC_PLLCFGR_PLLPEN RCC_PLLCFGR_PLLPEN_Msk 4634 4635 #define RCC_PLLCFGR_PLLP_Pos (17U) 4636 #define RCC_PLLCFGR_PLLP_Msk (0x1FUL << RCC_PLLCFGR_PLLP_Pos) /*!< 0x003E0000 */ 4637 #define RCC_PLLCFGR_PLLP RCC_PLLCFGR_PLLP_Msk 4638 #define RCC_PLLCFGR_PLLP_0 (0x01UL << RCC_PLLCFGR_PLLP_Pos) /*!< 0x00020000 */ 4639 #define RCC_PLLCFGR_PLLP_1 (0x02UL << RCC_PLLCFGR_PLLP_Pos) /*!< 0x00040000 */ 4640 #define RCC_PLLCFGR_PLLP_2 (0x04UL << RCC_PLLCFGR_PLLP_Pos) /*!< 0x00080000 */ 4641 #define RCC_PLLCFGR_PLLP_3 (0x08UL << RCC_PLLCFGR_PLLP_Pos) /*!< 0x00100000 */ 4642 #define RCC_PLLCFGR_PLLP_4 (0x10UL << RCC_PLLCFGR_PLLP_Pos) /*!< 0x00200000 */ 4643 4644 #define RCC_PLLCFGR_PLLQEN_Pos (24U) 4645 #define RCC_PLLCFGR_PLLQEN_Msk (0x1UL << RCC_PLLCFGR_PLLQEN_Pos) /*!< 0x01000000 */ 4646 #define RCC_PLLCFGR_PLLQEN RCC_PLLCFGR_PLLQEN_Msk 4647 4648 #define RCC_PLLCFGR_PLLQ_Pos (25U) 4649 #define RCC_PLLCFGR_PLLQ_Msk (0x7UL << RCC_PLLCFGR_PLLQ_Pos) /*!< 0x0E000000 */ 4650 #define RCC_PLLCFGR_PLLQ RCC_PLLCFGR_PLLQ_Msk 4651 #define RCC_PLLCFGR_PLLQ_0 (0x1UL << RCC_PLLCFGR_PLLQ_Pos) /*!< 0x02000000 */ 4652 #define RCC_PLLCFGR_PLLQ_1 (0x2UL << RCC_PLLCFGR_PLLQ_Pos) /*!< 0x04000000 */ 4653 #define RCC_PLLCFGR_PLLQ_2 (0x4UL << RCC_PLLCFGR_PLLQ_Pos) /*!< 0x08000000 */ 4654 4655 #define RCC_PLLCFGR_PLLREN_Pos (28U) 4656 #define RCC_PLLCFGR_PLLREN_Msk (0x1UL << RCC_PLLCFGR_PLLREN_Pos) /*!< 0x10000000 */ 4657 #define RCC_PLLCFGR_PLLREN RCC_PLLCFGR_PLLREN_Msk 4658 4659 #define RCC_PLLCFGR_PLLR_Pos (29U) 4660 #define RCC_PLLCFGR_PLLR_Msk (0x7UL << RCC_PLLCFGR_PLLR_Pos) /*!< 0xE0000000 */ 4661 #define RCC_PLLCFGR_PLLR RCC_PLLCFGR_PLLR_Msk 4662 #define RCC_PLLCFGR_PLLR_0 (0x1UL << RCC_PLLCFGR_PLLR_Pos) /*!< 0x20000000 */ 4663 #define RCC_PLLCFGR_PLLR_1 (0x2UL << RCC_PLLCFGR_PLLR_Pos) /*!< 0x40000000 */ 4664 #define RCC_PLLCFGR_PLLR_2 (0x4UL << RCC_PLLCFGR_PLLR_Pos) /*!< 0x80000000 */ 4665 4666 /******************** Bit definition for RCC_CIER register ******************/ 4667 #define RCC_CIER_LSIRDYIE_Pos (0U) 4668 #define RCC_CIER_LSIRDYIE_Msk (0x1UL << RCC_CIER_LSIRDYIE_Pos) /*!< 0x00000001 */ 4669 #define RCC_CIER_LSIRDYIE RCC_CIER_LSIRDYIE_Msk 4670 #define RCC_CIER_LSERDYIE_Pos (1U) 4671 #define RCC_CIER_LSERDYIE_Msk (0x1UL << RCC_CIER_LSERDYIE_Pos) /*!< 0x00000002 */ 4672 #define RCC_CIER_LSERDYIE RCC_CIER_LSERDYIE_Msk 4673 #define RCC_CIER_HSIRDYIE_Pos (3U) 4674 #define RCC_CIER_HSIRDYIE_Msk (0x1UL << RCC_CIER_HSIRDYIE_Pos) /*!< 0x00000008 */ 4675 #define RCC_CIER_HSIRDYIE RCC_CIER_HSIRDYIE_Msk 4676 #define RCC_CIER_HSERDYIE_Pos (4U) 4677 #define RCC_CIER_HSERDYIE_Msk (0x1UL << RCC_CIER_HSERDYIE_Pos) /*!< 0x00000010 */ 4678 #define RCC_CIER_HSERDYIE RCC_CIER_HSERDYIE_Msk 4679 #define RCC_CIER_PLLRDYIE_Pos (5U) 4680 #define RCC_CIER_PLLRDYIE_Msk (0x1UL << RCC_CIER_PLLRDYIE_Pos) /*!< 0x00000020 */ 4681 #define RCC_CIER_PLLRDYIE RCC_CIER_PLLRDYIE_Msk 4682 4683 /******************** Bit definition for RCC_CIFR register ******************/ 4684 #define RCC_CIFR_LSIRDYF_Pos (0U) 4685 #define RCC_CIFR_LSIRDYF_Msk (0x1UL << RCC_CIFR_LSIRDYF_Pos) /*!< 0x00000001 */ 4686 #define RCC_CIFR_LSIRDYF RCC_CIFR_LSIRDYF_Msk 4687 #define RCC_CIFR_LSERDYF_Pos (1U) 4688 #define RCC_CIFR_LSERDYF_Msk (0x1UL << RCC_CIFR_LSERDYF_Pos) /*!< 0x00000002 */ 4689 #define RCC_CIFR_LSERDYF RCC_CIFR_LSERDYF_Msk 4690 #define RCC_CIFR_HSIRDYF_Pos (3U) 4691 #define RCC_CIFR_HSIRDYF_Msk (0x1UL << RCC_CIFR_HSIRDYF_Pos) /*!< 0x00000008 */ 4692 #define RCC_CIFR_HSIRDYF RCC_CIFR_HSIRDYF_Msk 4693 #define RCC_CIFR_HSERDYF_Pos (4U) 4694 #define RCC_CIFR_HSERDYF_Msk (0x1UL << RCC_CIFR_HSERDYF_Pos) /*!< 0x00000010 */ 4695 #define RCC_CIFR_HSERDYF RCC_CIFR_HSERDYF_Msk 4696 #define RCC_CIFR_PLLRDYF_Pos (5U) 4697 #define RCC_CIFR_PLLRDYF_Msk (0x1UL << RCC_CIFR_PLLRDYF_Pos) /*!< 0x00000020 */ 4698 #define RCC_CIFR_PLLRDYF RCC_CIFR_PLLRDYF_Msk 4699 #define RCC_CIFR_CSSF_Pos (8U) 4700 #define RCC_CIFR_CSSF_Msk (0x1UL << RCC_CIFR_CSSF_Pos) /*!< 0x00000100 */ 4701 #define RCC_CIFR_CSSF RCC_CIFR_CSSF_Msk 4702 #define RCC_CIFR_LSECSSF_Pos (9U) 4703 #define RCC_CIFR_LSECSSF_Msk (0x1UL << RCC_CIFR_LSECSSF_Pos) /*!< 0x00000200 */ 4704 #define RCC_CIFR_LSECSSF RCC_CIFR_LSECSSF_Msk 4705 4706 /******************** Bit definition for RCC_CICR register ******************/ 4707 #define RCC_CICR_LSIRDYC_Pos (0U) 4708 #define RCC_CICR_LSIRDYC_Msk (0x1UL << RCC_CICR_LSIRDYC_Pos) /*!< 0x00000001 */ 4709 #define RCC_CICR_LSIRDYC RCC_CICR_LSIRDYC_Msk 4710 #define RCC_CICR_LSERDYC_Pos (1U) 4711 #define RCC_CICR_LSERDYC_Msk (0x1UL << RCC_CICR_LSERDYC_Pos) /*!< 0x00000002 */ 4712 #define RCC_CICR_LSERDYC RCC_CICR_LSERDYC_Msk 4713 #define RCC_CICR_HSIRDYC_Pos (3U) 4714 #define RCC_CICR_HSIRDYC_Msk (0x1UL << RCC_CICR_HSIRDYC_Pos) /*!< 0x00000008 */ 4715 #define RCC_CICR_HSIRDYC RCC_CICR_HSIRDYC_Msk 4716 #define RCC_CICR_HSERDYC_Pos (4U) 4717 #define RCC_CICR_HSERDYC_Msk (0x1UL << RCC_CICR_HSERDYC_Pos) /*!< 0x00000010 */ 4718 #define RCC_CICR_HSERDYC RCC_CICR_HSERDYC_Msk 4719 #define RCC_CICR_PLLRDYC_Pos (5U) 4720 #define RCC_CICR_PLLRDYC_Msk (0x1UL << RCC_CICR_PLLRDYC_Pos) /*!< 0x00000020 */ 4721 #define RCC_CICR_PLLRDYC RCC_CICR_PLLRDYC_Msk 4722 #define RCC_CICR_CSSC_Pos (8U) 4723 #define RCC_CICR_CSSC_Msk (0x1UL << RCC_CICR_CSSC_Pos) /*!< 0x00000100 */ 4724 #define RCC_CICR_CSSC RCC_CICR_CSSC_Msk 4725 #define RCC_CICR_LSECSSC_Pos (9U) 4726 #define RCC_CICR_LSECSSC_Msk (0x1UL << RCC_CICR_LSECSSC_Pos) /*!< 0x00000200 */ 4727 #define RCC_CICR_LSECSSC RCC_CICR_LSECSSC_Msk 4728 4729 /******************** Bit definition for RCC_IOPRSTR register ****************/ 4730 #define RCC_IOPRSTR_GPIOARST_Pos (0U) 4731 #define RCC_IOPRSTR_GPIOARST_Msk (0x1UL << RCC_IOPRSTR_GPIOARST_Pos) /*!< 0x00000001 */ 4732 #define RCC_IOPRSTR_GPIOARST RCC_IOPRSTR_GPIOARST_Msk 4733 #define RCC_IOPRSTR_GPIOBRST_Pos (1U) 4734 #define RCC_IOPRSTR_GPIOBRST_Msk (0x1UL << RCC_IOPRSTR_GPIOBRST_Pos) /*!< 0x00000002 */ 4735 #define RCC_IOPRSTR_GPIOBRST RCC_IOPRSTR_GPIOBRST_Msk 4736 #define RCC_IOPRSTR_GPIOCRST_Pos (2U) 4737 #define RCC_IOPRSTR_GPIOCRST_Msk (0x1UL << RCC_IOPRSTR_GPIOCRST_Pos) /*!< 0x00000004 */ 4738 #define RCC_IOPRSTR_GPIOCRST RCC_IOPRSTR_GPIOCRST_Msk 4739 #define RCC_IOPRSTR_GPIODRST_Pos (3U) 4740 #define RCC_IOPRSTR_GPIODRST_Msk (0x1UL << RCC_IOPRSTR_GPIODRST_Pos) /*!< 0x00000008 */ 4741 #define RCC_IOPRSTR_GPIODRST RCC_IOPRSTR_GPIODRST_Msk 4742 #define RCC_IOPRSTR_GPIOFRST_Pos (5U) 4743 #define RCC_IOPRSTR_GPIOFRST_Msk (0x1UL << RCC_IOPRSTR_GPIOFRST_Pos) /*!< 0x00000020 */ 4744 #define RCC_IOPRSTR_GPIOFRST RCC_IOPRSTR_GPIOFRST_Msk 4745 4746 /******************** Bit definition for RCC_AHBRSTR register ***************/ 4747 #define RCC_AHBRSTR_DMA1RST_Pos (0U) 4748 #define RCC_AHBRSTR_DMA1RST_Msk (0x1UL << RCC_AHBRSTR_DMA1RST_Pos) /*!< 0x00000001 */ 4749 #define RCC_AHBRSTR_DMA1RST RCC_AHBRSTR_DMA1RST_Msk 4750 #define RCC_AHBRSTR_FLASHRST_Pos (8U) 4751 #define RCC_AHBRSTR_FLASHRST_Msk (0x1UL << RCC_AHBRSTR_FLASHRST_Pos) /*!< 0x00000100 */ 4752 #define RCC_AHBRSTR_FLASHRST RCC_AHBRSTR_FLASHRST_Msk 4753 #define RCC_AHBRSTR_CRCRST_Pos (12U) 4754 #define RCC_AHBRSTR_CRCRST_Msk (0x1UL << RCC_AHBRSTR_CRCRST_Pos) /*!< 0x00001000 */ 4755 #define RCC_AHBRSTR_CRCRST RCC_AHBRSTR_CRCRST_Msk 4756 4757 /******************** Bit definition for RCC_APBRSTR1 register **************/ 4758 #define RCC_APBRSTR1_TIM2RST_Pos (0U) 4759 #define RCC_APBRSTR1_TIM2RST_Msk (0x1UL << RCC_APBRSTR1_TIM2RST_Pos) /*!< 0x00000001 */ 4760 #define RCC_APBRSTR1_TIM2RST RCC_APBRSTR1_TIM2RST_Msk 4761 #define RCC_APBRSTR1_TIM3RST_Pos (1U) 4762 #define RCC_APBRSTR1_TIM3RST_Msk (0x1UL << RCC_APBRSTR1_TIM3RST_Pos) /*!< 0x00000002 */ 4763 #define RCC_APBRSTR1_TIM3RST RCC_APBRSTR1_TIM3RST_Msk 4764 #define RCC_APBRSTR1_TIM6RST_Pos (4U) 4765 #define RCC_APBRSTR1_TIM6RST_Msk (0x1UL << RCC_APBRSTR1_TIM6RST_Pos) /*!< 0x00000010 */ 4766 #define RCC_APBRSTR1_TIM6RST RCC_APBRSTR1_TIM6RST_Msk 4767 #define RCC_APBRSTR1_TIM7RST_Pos (5U) 4768 #define RCC_APBRSTR1_TIM7RST_Msk (0x1UL << RCC_APBRSTR1_TIM7RST_Pos) /*!< 0x00000020 */ 4769 #define RCC_APBRSTR1_TIM7RST RCC_APBRSTR1_TIM7RST_Msk 4770 #define RCC_APBRSTR1_SPI2RST_Pos (14U) 4771 #define RCC_APBRSTR1_SPI2RST_Msk (0x1UL << RCC_APBRSTR1_SPI2RST_Pos) /*!< 0x00004000 */ 4772 #define RCC_APBRSTR1_SPI2RST RCC_APBRSTR1_SPI2RST_Msk 4773 #define RCC_APBRSTR1_USART2RST_Pos (17U) 4774 #define RCC_APBRSTR1_USART2RST_Msk (0x1UL << RCC_APBRSTR1_USART2RST_Pos) /*!< 0x00020000 */ 4775 #define RCC_APBRSTR1_USART2RST RCC_APBRSTR1_USART2RST_Msk 4776 #define RCC_APBRSTR1_LPUART1RST_Pos (20U) 4777 #define RCC_APBRSTR1_LPUART1RST_Msk (0x1UL << RCC_APBRSTR1_LPUART1RST_Pos) /*!< 0x00100000 */ 4778 #define RCC_APBRSTR1_LPUART1RST RCC_APBRSTR1_LPUART1RST_Msk 4779 #define RCC_APBRSTR1_I2C1RST_Pos (21U) 4780 #define RCC_APBRSTR1_I2C1RST_Msk (0x1UL << RCC_APBRSTR1_I2C1RST_Pos) /*!< 0x00200000 */ 4781 #define RCC_APBRSTR1_I2C1RST RCC_APBRSTR1_I2C1RST_Msk 4782 #define RCC_APBRSTR1_I2C2RST_Pos (22U) 4783 #define RCC_APBRSTR1_I2C2RST_Msk (0x1UL << RCC_APBRSTR1_I2C2RST_Pos) /*!< 0x00400000 */ 4784 #define RCC_APBRSTR1_I2C2RST RCC_APBRSTR1_I2C2RST_Msk 4785 #define RCC_APBRSTR1_DBGRST_Pos (27U) 4786 #define RCC_APBRSTR1_DBGRST_Msk (0x1UL << RCC_APBRSTR1_DBGRST_Pos) /*!< 0x08000000 */ 4787 #define RCC_APBRSTR1_DBGRST RCC_APBRSTR1_DBGRST_Msk 4788 #define RCC_APBRSTR1_PWRRST_Pos (28U) 4789 #define RCC_APBRSTR1_PWRRST_Msk (0x1UL << RCC_APBRSTR1_PWRRST_Pos) /*!< 0x10000000 */ 4790 #define RCC_APBRSTR1_PWRRST RCC_APBRSTR1_PWRRST_Msk 4791 #define RCC_APBRSTR1_DAC1RST_Pos (29U) 4792 #define RCC_APBRSTR1_DAC1RST_Msk (0x1UL << RCC_APBRSTR1_DAC1RST_Pos) /*!< 0x20000000 */ 4793 #define RCC_APBRSTR1_DAC1RST RCC_APBRSTR1_DAC1RST_Msk 4794 #define RCC_APBRSTR1_LPTIM2RST_Pos (30U) 4795 #define RCC_APBRSTR1_LPTIM2RST_Msk (0x1UL << RCC_APBRSTR1_LPTIM2RST_Pos) /*!< 0x40000000 */ 4796 #define RCC_APBRSTR1_LPTIM2RST RCC_APBRSTR1_LPTIM2RST_Msk 4797 #define RCC_APBRSTR1_LPTIM1RST_Pos (31U) 4798 #define RCC_APBRSTR1_LPTIM1RST_Msk (0x1UL << RCC_APBRSTR1_LPTIM1RST_Pos) /*!< 0x80000000 */ 4799 #define RCC_APBRSTR1_LPTIM1RST RCC_APBRSTR1_LPTIM1RST_Msk 4800 4801 /******************** Bit definition for RCC_APBRSTR2 register **************/ 4802 #define RCC_APBRSTR2_SYSCFGRST_Pos (0U) 4803 #define RCC_APBRSTR2_SYSCFGRST_Msk (0x1UL << RCC_APBRSTR2_SYSCFGRST_Pos) /*!< 0x00000001 */ 4804 #define RCC_APBRSTR2_SYSCFGRST RCC_APBRSTR2_SYSCFGRST_Msk 4805 #define RCC_APBRSTR2_TIM1RST_Pos (11U) 4806 #define RCC_APBRSTR2_TIM1RST_Msk (0x1UL << RCC_APBRSTR2_TIM1RST_Pos) /*!< 0x00000800 */ 4807 #define RCC_APBRSTR2_TIM1RST RCC_APBRSTR2_TIM1RST_Msk 4808 #define RCC_APBRSTR2_SPI1RST_Pos (12U) 4809 #define RCC_APBRSTR2_SPI1RST_Msk (0x1UL << RCC_APBRSTR2_SPI1RST_Pos) /*!< 0x00001000 */ 4810 #define RCC_APBRSTR2_SPI1RST RCC_APBRSTR2_SPI1RST_Msk 4811 #define RCC_APBRSTR2_USART1RST_Pos (14U) 4812 #define RCC_APBRSTR2_USART1RST_Msk (0x1UL << RCC_APBRSTR2_USART1RST_Pos) /*!< 0x00004000 */ 4813 #define RCC_APBRSTR2_USART1RST RCC_APBRSTR2_USART1RST_Msk 4814 #define RCC_APBRSTR2_TIM14RST_Pos (15U) 4815 #define RCC_APBRSTR2_TIM14RST_Msk (0x1UL << RCC_APBRSTR2_TIM14RST_Pos) /*!< 0x00008000 */ 4816 #define RCC_APBRSTR2_TIM14RST RCC_APBRSTR2_TIM14RST_Msk 4817 #define RCC_APBRSTR2_TIM15RST_Pos (16U) 4818 #define RCC_APBRSTR2_TIM15RST_Msk (0x1UL << RCC_APBRSTR2_TIM15RST_Pos) /*!< 0x00010000 */ 4819 #define RCC_APBRSTR2_TIM15RST RCC_APBRSTR2_TIM15RST_Msk 4820 #define RCC_APBRSTR2_TIM16RST_Pos (17U) 4821 #define RCC_APBRSTR2_TIM16RST_Msk (0x1UL << RCC_APBRSTR2_TIM16RST_Pos) /*!< 0x00020000 */ 4822 #define RCC_APBRSTR2_TIM16RST RCC_APBRSTR2_TIM16RST_Msk 4823 #define RCC_APBRSTR2_TIM17RST_Pos (18U) 4824 #define RCC_APBRSTR2_TIM17RST_Msk (0x1UL << RCC_APBRSTR2_TIM17RST_Pos) /*!< 0x00040000 */ 4825 #define RCC_APBRSTR2_TIM17RST RCC_APBRSTR2_TIM17RST_Msk 4826 #define RCC_APBRSTR2_ADCRST_Pos (20U) 4827 #define RCC_APBRSTR2_ADCRST_Msk (0x1UL << RCC_APBRSTR2_ADCRST_Pos) /*!< 0x00100000 */ 4828 #define RCC_APBRSTR2_ADCRST RCC_APBRSTR2_ADCRST_Msk 4829 4830 /******************** Bit definition for RCC_IOPENR register ****************/ 4831 #define RCC_IOPENR_GPIOAEN_Pos (0U) 4832 #define RCC_IOPENR_GPIOAEN_Msk (0x1UL << RCC_IOPENR_GPIOAEN_Pos) /*!< 0x00000001 */ 4833 #define RCC_IOPENR_GPIOAEN RCC_IOPENR_GPIOAEN_Msk 4834 #define RCC_IOPENR_GPIOBEN_Pos (1U) 4835 #define RCC_IOPENR_GPIOBEN_Msk (0x1UL << RCC_IOPENR_GPIOBEN_Pos) /*!< 0x00000002 */ 4836 #define RCC_IOPENR_GPIOBEN RCC_IOPENR_GPIOBEN_Msk 4837 #define RCC_IOPENR_GPIOCEN_Pos (2U) 4838 #define RCC_IOPENR_GPIOCEN_Msk (0x1UL << RCC_IOPENR_GPIOCEN_Pos) /*!< 0x00000004 */ 4839 #define RCC_IOPENR_GPIOCEN RCC_IOPENR_GPIOCEN_Msk 4840 #define RCC_IOPENR_GPIODEN_Pos (3U) 4841 #define RCC_IOPENR_GPIODEN_Msk (0x1UL << RCC_IOPENR_GPIODEN_Pos) /*!< 0x00000008 */ 4842 #define RCC_IOPENR_GPIODEN RCC_IOPENR_GPIODEN_Msk 4843 #define RCC_IOPENR_GPIOFEN_Pos (5U) 4844 #define RCC_IOPENR_GPIOFEN_Msk (0x1UL << RCC_IOPENR_GPIOFEN_Pos) /*!< 0x00000020 */ 4845 #define RCC_IOPENR_GPIOFEN RCC_IOPENR_GPIOFEN_Msk 4846 4847 /******************** Bit definition for RCC_AHBENR register ****************/ 4848 #define RCC_AHBENR_DMA1EN_Pos (0U) 4849 #define RCC_AHBENR_DMA1EN_Msk (0x1UL << RCC_AHBENR_DMA1EN_Pos) /*!< 0x00000001 */ 4850 #define RCC_AHBENR_DMA1EN RCC_AHBENR_DMA1EN_Msk 4851 #define RCC_AHBENR_FLASHEN_Pos (8U) 4852 #define RCC_AHBENR_FLASHEN_Msk (0x1UL << RCC_AHBENR_FLASHEN_Pos) /*!< 0x00000100 */ 4853 #define RCC_AHBENR_FLASHEN RCC_AHBENR_FLASHEN_Msk 4854 #define RCC_AHBENR_CRCEN_Pos (12U) 4855 #define RCC_AHBENR_CRCEN_Msk (0x1UL << RCC_AHBENR_CRCEN_Pos) /*!< 0x00001000 */ 4856 #define RCC_AHBENR_CRCEN RCC_AHBENR_CRCEN_Msk 4857 4858 /******************** Bit definition for RCC_APBENR1 register ***************/ 4859 #define RCC_APBENR1_TIM2EN_Pos (0U) 4860 #define RCC_APBENR1_TIM2EN_Msk (0x1UL << RCC_APBENR1_TIM2EN_Pos) /*!< 0x00000001 */ 4861 #define RCC_APBENR1_TIM2EN RCC_APBENR1_TIM2EN_Msk 4862 #define RCC_APBENR1_TIM3EN_Pos (1U) 4863 #define RCC_APBENR1_TIM3EN_Msk (0x1UL << RCC_APBENR1_TIM3EN_Pos) /*!< 0x00000002 */ 4864 #define RCC_APBENR1_TIM3EN RCC_APBENR1_TIM3EN_Msk 4865 #define RCC_APBENR1_TIM6EN_Pos (4U) 4866 #define RCC_APBENR1_TIM6EN_Msk (0x1UL << RCC_APBENR1_TIM6EN_Pos) /*!< 0x00000010 */ 4867 #define RCC_APBENR1_TIM6EN RCC_APBENR1_TIM6EN_Msk 4868 #define RCC_APBENR1_TIM7EN_Pos (5U) 4869 #define RCC_APBENR1_TIM7EN_Msk (0x1UL << RCC_APBENR1_TIM7EN_Pos) /*!< 0x00000020 */ 4870 #define RCC_APBENR1_TIM7EN RCC_APBENR1_TIM7EN_Msk 4871 #define RCC_APBENR1_RTCAPBEN_Pos (10U) 4872 #define RCC_APBENR1_RTCAPBEN_Msk (0x1UL << RCC_APBENR1_RTCAPBEN_Pos) /*!< 0x00000400 */ 4873 #define RCC_APBENR1_RTCAPBEN RCC_APBENR1_RTCAPBEN_Msk 4874 #define RCC_APBENR1_WWDGEN_Pos (11U) 4875 #define RCC_APBENR1_WWDGEN_Msk (0x1UL << RCC_APBENR1_WWDGEN_Pos) /*!< 0x00000800 */ 4876 #define RCC_APBENR1_WWDGEN RCC_APBENR1_WWDGEN_Msk 4877 #define RCC_APBENR1_SPI2EN_Pos (14U) 4878 #define RCC_APBENR1_SPI2EN_Msk (0x1UL << RCC_APBENR1_SPI2EN_Pos) /*!< 0x00004000 */ 4879 #define RCC_APBENR1_SPI2EN RCC_APBENR1_SPI2EN_Msk 4880 #define RCC_APBENR1_USART2EN_Pos (17U) 4881 #define RCC_APBENR1_USART2EN_Msk (0x1UL << RCC_APBENR1_USART2EN_Pos) /*!< 0x00020000 */ 4882 #define RCC_APBENR1_USART2EN RCC_APBENR1_USART2EN_Msk 4883 #define RCC_APBENR1_LPUART1EN_Pos (20U) 4884 #define RCC_APBENR1_LPUART1EN_Msk (0x1UL << RCC_APBENR1_LPUART1EN_Pos) /*!< 0x00100000 */ 4885 #define RCC_APBENR1_LPUART1EN RCC_APBENR1_LPUART1EN_Msk 4886 #define RCC_APBENR1_I2C1EN_Pos (21U) 4887 #define RCC_APBENR1_I2C1EN_Msk (0x1UL << RCC_APBENR1_I2C1EN_Pos) /*!< 0x00200000 */ 4888 #define RCC_APBENR1_I2C1EN RCC_APBENR1_I2C1EN_Msk 4889 #define RCC_APBENR1_I2C2EN_Pos (22U) 4890 #define RCC_APBENR1_I2C2EN_Msk (0x1UL << RCC_APBENR1_I2C2EN_Pos) /*!< 0x00400000 */ 4891 #define RCC_APBENR1_I2C2EN RCC_APBENR1_I2C2EN_Msk 4892 #define RCC_APBENR1_DBGEN_Pos (27U) 4893 #define RCC_APBENR1_DBGEN_Msk (0x1UL << RCC_APBENR1_DBGEN_Pos) /*!< 0x08000000 */ 4894 #define RCC_APBENR1_DBGEN RCC_APBENR1_DBGEN_Msk 4895 #define RCC_APBENR1_PWREN_Pos (28U) 4896 #define RCC_APBENR1_PWREN_Msk (0x1UL << RCC_APBENR1_PWREN_Pos) /*!< 0x10000000 */ 4897 #define RCC_APBENR1_PWREN RCC_APBENR1_PWREN_Msk 4898 #define RCC_APBENR1_DAC1EN_Pos (29U) 4899 #define RCC_APBENR1_DAC1EN_Msk (0x1UL << RCC_APBENR1_DAC1EN_Pos) /*!< 0x20000000 */ 4900 #define RCC_APBENR1_DAC1EN RCC_APBENR1_DAC1EN_Msk 4901 #define RCC_APBENR1_LPTIM2EN_Pos (30U) 4902 #define RCC_APBENR1_LPTIM2EN_Msk (0x1UL << RCC_APBENR1_LPTIM2EN_Pos) /*!< 0x40000000 */ 4903 #define RCC_APBENR1_LPTIM2EN RCC_APBENR1_LPTIM2EN_Msk 4904 #define RCC_APBENR1_LPTIM1EN_Pos (31U) 4905 #define RCC_APBENR1_LPTIM1EN_Msk (0x1UL << RCC_APBENR1_LPTIM1EN_Pos) /*!< 0x80000000 */ 4906 #define RCC_APBENR1_LPTIM1EN RCC_APBENR1_LPTIM1EN_Msk 4907 4908 /******************** Bit definition for RCC_APBENR2 register **************/ 4909 #define RCC_APBENR2_SYSCFGEN_Pos (0U) 4910 #define RCC_APBENR2_SYSCFGEN_Msk (0x1UL << RCC_APBENR2_SYSCFGEN_Pos) /*!< 0x00000001 */ 4911 #define RCC_APBENR2_SYSCFGEN RCC_APBENR2_SYSCFGEN_Msk 4912 #define RCC_APBENR2_TIM1EN_Pos (11U) 4913 #define RCC_APBENR2_TIM1EN_Msk (0x1UL << RCC_APBENR2_TIM1EN_Pos) /*!< 0x00000800 */ 4914 #define RCC_APBENR2_TIM1EN RCC_APBENR2_TIM1EN_Msk 4915 #define RCC_APBENR2_SPI1EN_Pos (12U) 4916 #define RCC_APBENR2_SPI1EN_Msk (0x1UL << RCC_APBENR2_SPI1EN_Pos) /*!< 0x00001000 */ 4917 #define RCC_APBENR2_SPI1EN RCC_APBENR2_SPI1EN_Msk 4918 #define RCC_APBENR2_USART1EN_Pos (14U) 4919 #define RCC_APBENR2_USART1EN_Msk (0x1UL << RCC_APBENR2_USART1EN_Pos) /*!< 0x00004000 */ 4920 #define RCC_APBENR2_USART1EN RCC_APBENR2_USART1EN_Msk 4921 #define RCC_APBENR2_TIM14EN_Pos (15U) 4922 #define RCC_APBENR2_TIM14EN_Msk (0x1UL << RCC_APBENR2_TIM14EN_Pos) /*!< 0x00008000 */ 4923 #define RCC_APBENR2_TIM14EN RCC_APBENR2_TIM14EN_Msk 4924 #define RCC_APBENR2_TIM15EN_Pos (16U) 4925 #define RCC_APBENR2_TIM15EN_Msk (0x1UL << RCC_APBENR2_TIM15EN_Pos) /*!< 0x00010000 */ 4926 #define RCC_APBENR2_TIM15EN RCC_APBENR2_TIM15EN_Msk 4927 #define RCC_APBENR2_TIM16EN_Pos (17U) 4928 #define RCC_APBENR2_TIM16EN_Msk (0x1UL << RCC_APBENR2_TIM16EN_Pos) /*!< 0x00020000 */ 4929 #define RCC_APBENR2_TIM16EN RCC_APBENR2_TIM16EN_Msk 4930 #define RCC_APBENR2_TIM17EN_Pos (18U) 4931 #define RCC_APBENR2_TIM17EN_Msk (0x1UL << RCC_APBENR2_TIM17EN_Pos) /*!< 0x00040000 */ 4932 #define RCC_APBENR2_TIM17EN RCC_APBENR2_TIM17EN_Msk 4933 #define RCC_APBENR2_ADCEN_Pos (20U) 4934 #define RCC_APBENR2_ADCEN_Msk (0x1UL << RCC_APBENR2_ADCEN_Pos) /*!< 0x00100000 */ 4935 #define RCC_APBENR2_ADCEN RCC_APBENR2_ADCEN_Msk 4936 4937 /******************** Bit definition for RCC_IOPSMENR register *************/ 4938 #define RCC_IOPSMENR_GPIOASMEN_Pos (0U) 4939 #define RCC_IOPSMENR_GPIOASMEN_Msk (0x1UL << RCC_IOPSMENR_GPIOASMEN_Pos) /*!< 0x00000001 */ 4940 #define RCC_IOPSMENR_GPIOASMEN RCC_IOPSMENR_GPIOASMEN_Msk 4941 #define RCC_IOPSMENR_GPIOBSMEN_Pos (1U) 4942 #define RCC_IOPSMENR_GPIOBSMEN_Msk (0x1UL << RCC_IOPSMENR_GPIOBSMEN_Pos) /*!< 0x00000002 */ 4943 #define RCC_IOPSMENR_GPIOBSMEN RCC_IOPSMENR_GPIOBSMEN_Msk 4944 #define RCC_IOPSMENR_GPIOCSMEN_Pos (2U) 4945 #define RCC_IOPSMENR_GPIOCSMEN_Msk (0x1UL << RCC_IOPSMENR_GPIOCSMEN_Pos) /*!< 0x00000004 */ 4946 #define RCC_IOPSMENR_GPIOCSMEN RCC_IOPSMENR_GPIOCSMEN_Msk 4947 #define RCC_IOPSMENR_GPIODSMEN_Pos (3U) 4948 #define RCC_IOPSMENR_GPIODSMEN_Msk (0x1UL << RCC_IOPSMENR_GPIODSMEN_Pos) /*!< 0x00000008 */ 4949 #define RCC_IOPSMENR_GPIODSMEN RCC_IOPSMENR_GPIODSMEN_Msk 4950 #define RCC_IOPSMENR_GPIOFSMEN_Pos (5U) 4951 #define RCC_IOPSMENR_GPIOFSMEN_Msk (0x1UL << RCC_IOPSMENR_GPIOFSMEN_Pos) /*!< 0x00000020 */ 4952 #define RCC_IOPSMENR_GPIOFSMEN RCC_IOPSMENR_GPIOFSMEN_Msk 4953 4954 /******************** Bit definition for RCC_AHBSMENR register *************/ 4955 #define RCC_AHBSMENR_DMA1SMEN_Pos (0U) 4956 #define RCC_AHBSMENR_DMA1SMEN_Msk (0x1UL << RCC_AHBSMENR_DMA1SMEN_Pos) /*!< 0x00000001 */ 4957 #define RCC_AHBSMENR_DMA1SMEN RCC_AHBSMENR_DMA1SMEN_Msk 4958 #define RCC_AHBSMENR_FLASHSMEN_Pos (8U) 4959 #define RCC_AHBSMENR_FLASHSMEN_Msk (0x1UL << RCC_AHBSMENR_FLASHSMEN_Pos) /*!< 0x00000100 */ 4960 #define RCC_AHBSMENR_FLASHSMEN RCC_AHBSMENR_FLASHSMEN_Msk 4961 #define RCC_AHBSMENR_SRAMSMEN_Pos (9U) 4962 #define RCC_AHBSMENR_SRAMSMEN_Msk (0x1UL << RCC_AHBSMENR_SRAMSMEN_Pos) /*!< 0x00000200 */ 4963 #define RCC_AHBSMENR_SRAMSMEN RCC_AHBSMENR_SRAMSMEN_Msk 4964 #define RCC_AHBSMENR_CRCSMEN_Pos (12U) 4965 #define RCC_AHBSMENR_CRCSMEN_Msk (0x1UL << RCC_AHBSMENR_CRCSMEN_Pos) /*!< 0x00001000 */ 4966 #define RCC_AHBSMENR_CRCSMEN RCC_AHBSMENR_CRCSMEN_Msk 4967 4968 /******************** Bit definition for RCC_APBSMENR1 register *************/ 4969 #define RCC_APBSMENR1_TIM2SMEN_Pos (0U) 4970 #define RCC_APBSMENR1_TIM2SMEN_Msk (0x1UL << RCC_APBSMENR1_TIM2SMEN_Pos) /*!< 0x00000001 */ 4971 #define RCC_APBSMENR1_TIM2SMEN RCC_APBSMENR1_TIM2SMEN_Msk 4972 #define RCC_APBSMENR1_TIM3SMEN_Pos (1U) 4973 #define RCC_APBSMENR1_TIM3SMEN_Msk (0x1UL << RCC_APBSMENR1_TIM3SMEN_Pos) /*!< 0x00000002 */ 4974 #define RCC_APBSMENR1_TIM3SMEN RCC_APBSMENR1_TIM3SMEN_Msk 4975 #define RCC_APBSMENR1_TIM6SMEN_Pos (4U) 4976 #define RCC_APBSMENR1_TIM6SMEN_Msk (0x1UL << RCC_APBSMENR1_TIM6SMEN_Pos) /*!< 0x00000010 */ 4977 #define RCC_APBSMENR1_TIM6SMEN RCC_APBSMENR1_TIM6SMEN_Msk 4978 #define RCC_APBSMENR1_TIM7SMEN_Pos (5U) 4979 #define RCC_APBSMENR1_TIM7SMEN_Msk (0x1UL << RCC_APBSMENR1_TIM7SMEN_Pos) /*!< 0x00000020 */ 4980 #define RCC_APBSMENR1_TIM7SMEN RCC_APBSMENR1_TIM7SMEN_Msk 4981 #define RCC_APBSMENR1_RTCAPBSMEN_Pos (10U) 4982 #define RCC_APBSMENR1_RTCAPBSMEN_Msk (0x1UL << RCC_APBSMENR1_RTCAPBSMEN_Pos) /*!< 0x00000400 */ 4983 #define RCC_APBSMENR1_RTCAPBSMEN RCC_APBSMENR1_RTCAPBSMEN_Msk 4984 #define RCC_APBSMENR1_WWDGSMEN_Pos (11U) 4985 #define RCC_APBSMENR1_WWDGSMEN_Msk (0x1UL << RCC_APBSMENR1_WWDGSMEN_Pos) /*!< 0x00000800 */ 4986 #define RCC_APBSMENR1_WWDGSMEN RCC_APBSMENR1_WWDGSMEN_Msk 4987 #define RCC_APBSMENR1_SPI2SMEN_Pos (14U) 4988 #define RCC_APBSMENR1_SPI2SMEN_Msk (0x1UL << RCC_APBSMENR1_SPI2SMEN_Pos) /*!< 0x00004000 */ 4989 #define RCC_APBSMENR1_SPI2SMEN RCC_APBSMENR1_SPI2SMEN_Msk 4990 #define RCC_APBSMENR1_USART2SMEN_Pos (17U) 4991 #define RCC_APBSMENR1_USART2SMEN_Msk (0x1UL << RCC_APBSMENR1_USART2SMEN_Pos) /*!< 0x00020000 */ 4992 #define RCC_APBSMENR1_USART2SMEN RCC_APBSMENR1_USART2SMEN_Msk 4993 #define RCC_APBSMENR1_LPUART1SMEN_Pos (20U) 4994 #define RCC_APBSMENR1_LPUART1SMEN_Msk (0x1UL << RCC_APBSMENR1_LPUART1SMEN_Pos) /*!< 0x00100000 */ 4995 #define RCC_APBSMENR1_LPUART1SMEN RCC_APBSMENR1_LPUART1SMEN_Msk 4996 #define RCC_APBSMENR1_I2C1SMEN_Pos (21U) 4997 #define RCC_APBSMENR1_I2C1SMEN_Msk (0x1UL << RCC_APBSMENR1_I2C1SMEN_Pos) /*!< 0x00200000 */ 4998 #define RCC_APBSMENR1_I2C1SMEN RCC_APBSMENR1_I2C1SMEN_Msk 4999 #define RCC_APBSMENR1_I2C2SMEN_Pos (22U) 5000 #define RCC_APBSMENR1_I2C2SMEN_Msk (0x1UL << RCC_APBSMENR1_I2C2SMEN_Pos) /*!< 0x00400000 */ 5001 #define RCC_APBSMENR1_I2C2SMEN RCC_APBSMENR1_I2C2SMEN_Msk 5002 #define RCC_APBSMENR1_DBGSMEN_Pos (27U) 5003 #define RCC_APBSMENR1_DBGSMEN_Msk (0x1UL << RCC_APBSMENR1_DBGSMEN_Pos) /*!< 0x08000000 */ 5004 #define RCC_APBSMENR1_DBGSMEN RCC_APBSMENR1_DBGSMEN_Msk 5005 #define RCC_APBSMENR1_PWRSMEN_Pos (28U) 5006 #define RCC_APBSMENR1_PWRSMEN_Msk (0x1UL << RCC_APBSMENR1_PWRSMEN_Pos) /*!< 0x10000000 */ 5007 #define RCC_APBSMENR1_PWRSMEN RCC_APBSMENR1_PWRSMEN_Msk 5008 #define RCC_APBSMENR1_DAC1SMEN_Pos (29U) 5009 #define RCC_APBSMENR1_DAC1SMEN_Msk (0x1UL << RCC_APBSMENR1_DAC1SMEN_Pos) /*!< 0x20000000 */ 5010 #define RCC_APBSMENR1_DAC1SMEN RCC_APBSMENR1_DAC1SMEN_Msk 5011 #define RCC_APBSMENR1_LPTIM2SMEN_Pos (30U) 5012 #define RCC_APBSMENR1_LPTIM2SMEN_Msk (0x1UL << RCC_APBSMENR1_LPTIM2SMEN_Pos) /*!< 0x40000000 */ 5013 #define RCC_APBSMENR1_LPTIM2SMEN RCC_APBSMENR1_LPTIM2SMEN_Msk 5014 #define RCC_APBSMENR1_LPTIM1SMEN_Pos (31U) 5015 #define RCC_APBSMENR1_LPTIM1SMEN_Msk (0x1UL << RCC_APBSMENR1_LPTIM1SMEN_Pos) /*!< 0x80000000 */ 5016 #define RCC_APBSMENR1_LPTIM1SMEN RCC_APBSMENR1_LPTIM1SMEN_Msk 5017 5018 /******************** Bit definition for RCC_APBSMENR2 register *************/ 5019 #define RCC_APBSMENR2_SYSCFGSMEN_Pos (0U) 5020 #define RCC_APBSMENR2_SYSCFGSMEN_Msk (0x1UL << RCC_APBSMENR2_SYSCFGSMEN_Pos) /*!< 0x00000001 */ 5021 #define RCC_APBSMENR2_SYSCFGSMEN RCC_APBSMENR2_SYSCFGSMEN_Msk 5022 #define RCC_APBSMENR2_TIM1SMEN_Pos (11U) 5023 #define RCC_APBSMENR2_TIM1SMEN_Msk (0x1UL << RCC_APBSMENR2_TIM1SMEN_Pos) /*!< 0x00000800 */ 5024 #define RCC_APBSMENR2_TIM1SMEN RCC_APBSMENR2_TIM1SMEN_Msk 5025 #define RCC_APBSMENR2_SPI1SMEN_Pos (12U) 5026 #define RCC_APBSMENR2_SPI1SMEN_Msk (0x1UL << RCC_APBSMENR2_SPI1SMEN_Pos) /*!< 0x00001000 */ 5027 #define RCC_APBSMENR2_SPI1SMEN RCC_APBSMENR2_SPI1SMEN_Msk 5028 #define RCC_APBSMENR2_USART1SMEN_Pos (14U) 5029 #define RCC_APBSMENR2_USART1SMEN_Msk (0x1UL << RCC_APBSMENR2_USART1SMEN_Pos) /*!< 0x00004000 */ 5030 #define RCC_APBSMENR2_USART1SMEN RCC_APBSMENR2_USART1SMEN_Msk 5031 #define RCC_APBSMENR2_TIM14SMEN_Pos (15U) 5032 #define RCC_APBSMENR2_TIM14SMEN_Msk (0x1UL << RCC_APBSMENR2_TIM14SMEN_Pos) /*!< 0x00008000 */ 5033 #define RCC_APBSMENR2_TIM14SMEN RCC_APBSMENR2_TIM14SMEN_Msk 5034 #define RCC_APBSMENR2_TIM15SMEN_Pos (16U) 5035 #define RCC_APBSMENR2_TIM15SMEN_Msk (0x1UL << RCC_APBSMENR2_TIM15SMEN_Pos) /*!< 0x00010000 */ 5036 #define RCC_APBSMENR2_TIM15SMEN RCC_APBSMENR2_TIM15SMEN_Msk 5037 #define RCC_APBSMENR2_TIM16SMEN_Pos (17U) 5038 #define RCC_APBSMENR2_TIM16SMEN_Msk (0x1UL << RCC_APBSMENR2_TIM16SMEN_Pos) /*!< 0x00020000 */ 5039 #define RCC_APBSMENR2_TIM16SMEN RCC_APBSMENR2_TIM16SMEN_Msk 5040 #define RCC_APBSMENR2_TIM17SMEN_Pos (18U) 5041 #define RCC_APBSMENR2_TIM17SMEN_Msk (0x1UL << RCC_APBSMENR2_TIM17SMEN_Pos) /*!< 0x00040000 */ 5042 #define RCC_APBSMENR2_TIM17SMEN RCC_APBSMENR2_TIM17SMEN_Msk 5043 #define RCC_APBSMENR2_ADCSMEN_Pos (20U) 5044 #define RCC_APBSMENR2_ADCSMEN_Msk (0x1UL << RCC_APBSMENR2_ADCSMEN_Pos) /*!< 0x00100000 */ 5045 #define RCC_APBSMENR2_ADCSMEN RCC_APBSMENR2_ADCSMEN_Msk 5046 5047 /******************** Bit definition for RCC_CCIPR register ******************/ 5048 #define RCC_CCIPR_USART1SEL_Pos (0U) 5049 #define RCC_CCIPR_USART1SEL_Msk (0x3UL << RCC_CCIPR_USART1SEL_Pos) /*!< 0x00000003 */ 5050 #define RCC_CCIPR_USART1SEL RCC_CCIPR_USART1SEL_Msk 5051 #define RCC_CCIPR_USART1SEL_0 (0x1UL << RCC_CCIPR_USART1SEL_Pos) /*!< 0x00000001 */ 5052 #define RCC_CCIPR_USART1SEL_1 (0x2UL << RCC_CCIPR_USART1SEL_Pos) /*!< 0x00000002 */ 5053 5054 5055 5056 #define RCC_CCIPR_LPUART1SEL_Pos (10U) 5057 #define RCC_CCIPR_LPUART1SEL_Msk (0x3UL << RCC_CCIPR_LPUART1SEL_Pos) /*!< 0x00000C00 */ 5058 #define RCC_CCIPR_LPUART1SEL RCC_CCIPR_LPUART1SEL_Msk 5059 #define RCC_CCIPR_LPUART1SEL_0 (0x1UL << RCC_CCIPR_LPUART1SEL_Pos) /*!< 0x00000400 */ 5060 #define RCC_CCIPR_LPUART1SEL_1 (0x2UL << RCC_CCIPR_LPUART1SEL_Pos) /*!< 0x00000800 */ 5061 5062 #define RCC_CCIPR_I2C1SEL_Pos (12U) 5063 #define RCC_CCIPR_I2C1SEL_Msk (0x3UL << RCC_CCIPR_I2C1SEL_Pos) /*!< 0x00003000 */ 5064 #define RCC_CCIPR_I2C1SEL RCC_CCIPR_I2C1SEL_Msk 5065 #define RCC_CCIPR_I2C1SEL_0 (0x1UL << RCC_CCIPR_I2C1SEL_Pos) /*!< 0x00001000 */ 5066 #define RCC_CCIPR_I2C1SEL_1 (0x2UL << RCC_CCIPR_I2C1SEL_Pos) /*!< 0x00002000 */ 5067 5068 #define RCC_CCIPR_I2S1SEL_Pos (14U) 5069 #define RCC_CCIPR_I2S1SEL_Msk (0x3UL << RCC_CCIPR_I2S1SEL_Pos) /*!< 0x0000C000 */ 5070 #define RCC_CCIPR_I2S1SEL RCC_CCIPR_I2S1SEL_Msk 5071 #define RCC_CCIPR_I2S1SEL_0 (0x1UL << RCC_CCIPR_I2S1SEL_Pos) /*!< 0x00004000 */ 5072 #define RCC_CCIPR_I2S1SEL_1 (0x2UL << RCC_CCIPR_I2S1SEL_Pos) /*!< 0x00008000 */ 5073 5074 #define RCC_CCIPR_LPTIM1SEL_Pos (18U) 5075 #define RCC_CCIPR_LPTIM1SEL_Msk (0x3UL << RCC_CCIPR_LPTIM1SEL_Pos) /*!< 0x000C0000 */ 5076 #define RCC_CCIPR_LPTIM1SEL RCC_CCIPR_LPTIM1SEL_Msk 5077 #define RCC_CCIPR_LPTIM1SEL_0 (0x1UL << RCC_CCIPR_LPTIM1SEL_Pos) /*!< 0x00040000 */ 5078 #define RCC_CCIPR_LPTIM1SEL_1 (0x2UL << RCC_CCIPR_LPTIM1SEL_Pos) /*!< 0x00080000 */ 5079 5080 #define RCC_CCIPR_LPTIM2SEL_Pos (20U) 5081 #define RCC_CCIPR_LPTIM2SEL_Msk (0x3UL << RCC_CCIPR_LPTIM2SEL_Pos) /*!< 0x00300000 */ 5082 #define RCC_CCIPR_LPTIM2SEL RCC_CCIPR_LPTIM2SEL_Msk 5083 #define RCC_CCIPR_LPTIM2SEL_0 (0x1UL << RCC_CCIPR_LPTIM2SEL_Pos) /*!< 0x00100000 */ 5084 #define RCC_CCIPR_LPTIM2SEL_1 (0x2UL << RCC_CCIPR_LPTIM2SEL_Pos) /*!< 0x00200000 */ 5085 5086 #define RCC_CCIPR_TIM1SEL_Pos (22U) 5087 #define RCC_CCIPR_TIM1SEL_Msk (0x1UL << RCC_CCIPR_TIM1SEL_Pos) /*!< 0x00400000 */ 5088 #define RCC_CCIPR_TIM1SEL RCC_CCIPR_TIM1SEL_Msk 5089 5090 #define RCC_CCIPR_TIM15SEL_Pos (24U) 5091 #define RCC_CCIPR_TIM15SEL_Msk (0x1UL << RCC_CCIPR_TIM15SEL_Pos) /*!< 0x01000000 */ 5092 #define RCC_CCIPR_TIM15SEL RCC_CCIPR_TIM15SEL_Msk 5093 5094 5095 #define RCC_CCIPR_ADCSEL_Pos (30U) 5096 #define RCC_CCIPR_ADCSEL_Msk (0x3UL << RCC_CCIPR_ADCSEL_Pos) /*!< 0xC0000000 */ 5097 #define RCC_CCIPR_ADCSEL RCC_CCIPR_ADCSEL_Msk 5098 #define RCC_CCIPR_ADCSEL_0 (0x1UL << RCC_CCIPR_ADCSEL_Pos) /*!< 0x40000000 */ 5099 #define RCC_CCIPR_ADCSEL_1 (0x2UL << RCC_CCIPR_ADCSEL_Pos) /*!< 0x80000000 */ 5100 5101 /******************** Bit definition for RCC_BDCR register ******************/ 5102 #define RCC_BDCR_LSEON_Pos (0U) 5103 #define RCC_BDCR_LSEON_Msk (0x1UL << RCC_BDCR_LSEON_Pos) /*!< 0x00000001 */ 5104 #define RCC_BDCR_LSEON RCC_BDCR_LSEON_Msk 5105 #define RCC_BDCR_LSERDY_Pos (1U) 5106 #define RCC_BDCR_LSERDY_Msk (0x1UL << RCC_BDCR_LSERDY_Pos) /*!< 0x00000002 */ 5107 #define RCC_BDCR_LSERDY RCC_BDCR_LSERDY_Msk 5108 #define RCC_BDCR_LSEBYP_Pos (2U) 5109 #define RCC_BDCR_LSEBYP_Msk (0x1UL << RCC_BDCR_LSEBYP_Pos) /*!< 0x00000004 */ 5110 #define RCC_BDCR_LSEBYP RCC_BDCR_LSEBYP_Msk 5111 5112 #define RCC_BDCR_LSEDRV_Pos (3U) 5113 #define RCC_BDCR_LSEDRV_Msk (0x3UL << RCC_BDCR_LSEDRV_Pos) /*!< 0x00000018 */ 5114 #define RCC_BDCR_LSEDRV RCC_BDCR_LSEDRV_Msk 5115 #define RCC_BDCR_LSEDRV_0 (0x1UL << RCC_BDCR_LSEDRV_Pos) /*!< 0x00000008 */ 5116 #define RCC_BDCR_LSEDRV_1 (0x2UL << RCC_BDCR_LSEDRV_Pos) /*!< 0x00000010 */ 5117 5118 #define RCC_BDCR_LSECSSON_Pos (5U) 5119 #define RCC_BDCR_LSECSSON_Msk (0x1UL << RCC_BDCR_LSECSSON_Pos) /*!< 0x00000020 */ 5120 #define RCC_BDCR_LSECSSON RCC_BDCR_LSECSSON_Msk 5121 #define RCC_BDCR_LSECSSD_Pos (6U) 5122 #define RCC_BDCR_LSECSSD_Msk (0x1UL << RCC_BDCR_LSECSSD_Pos) /*!< 0x00000040 */ 5123 #define RCC_BDCR_LSECSSD RCC_BDCR_LSECSSD_Msk 5124 5125 #define RCC_BDCR_RTCSEL_Pos (8U) 5126 #define RCC_BDCR_RTCSEL_Msk (0x3UL << RCC_BDCR_RTCSEL_Pos) /*!< 0x00000300 */ 5127 #define RCC_BDCR_RTCSEL RCC_BDCR_RTCSEL_Msk 5128 #define RCC_BDCR_RTCSEL_0 (0x1UL << RCC_BDCR_RTCSEL_Pos) /*!< 0x00000100 */ 5129 #define RCC_BDCR_RTCSEL_1 (0x2UL << RCC_BDCR_RTCSEL_Pos) /*!< 0x00000200 */ 5130 5131 #define RCC_BDCR_RTCEN_Pos (15U) 5132 #define RCC_BDCR_RTCEN_Msk (0x1UL << RCC_BDCR_RTCEN_Pos) /*!< 0x00008000 */ 5133 #define RCC_BDCR_RTCEN RCC_BDCR_RTCEN_Msk 5134 #define RCC_BDCR_BDRST_Pos (16U) 5135 #define RCC_BDCR_BDRST_Msk (0x1UL << RCC_BDCR_BDRST_Pos) /*!< 0x00010000 */ 5136 #define RCC_BDCR_BDRST RCC_BDCR_BDRST_Msk 5137 5138 #define RCC_BDCR_LSCOEN_Pos (24U) 5139 #define RCC_BDCR_LSCOEN_Msk (0x1UL << RCC_BDCR_LSCOEN_Pos) /*!< 0x01000000 */ 5140 #define RCC_BDCR_LSCOEN RCC_BDCR_LSCOEN_Msk 5141 #define RCC_BDCR_LSCOSEL_Pos (25U) 5142 #define RCC_BDCR_LSCOSEL_Msk (0x1UL << RCC_BDCR_LSCOSEL_Pos) /*!< 0x02000000 */ 5143 #define RCC_BDCR_LSCOSEL RCC_BDCR_LSCOSEL_Msk 5144 5145 /******************** Bit definition for RCC_CSR register *******************/ 5146 #define RCC_CSR_LSION_Pos (0U) 5147 #define RCC_CSR_LSION_Msk (0x1UL << RCC_CSR_LSION_Pos) /*!< 0x00000001 */ 5148 #define RCC_CSR_LSION RCC_CSR_LSION_Msk 5149 #define RCC_CSR_LSIRDY_Pos (1U) 5150 #define RCC_CSR_LSIRDY_Msk (0x1UL << RCC_CSR_LSIRDY_Pos) /*!< 0x00000002 */ 5151 #define RCC_CSR_LSIRDY RCC_CSR_LSIRDY_Msk 5152 5153 #define RCC_CSR_RMVF_Pos (23U) 5154 #define RCC_CSR_RMVF_Msk (0x1UL << RCC_CSR_RMVF_Pos) /*!< 0x00800000 */ 5155 #define RCC_CSR_RMVF RCC_CSR_RMVF_Msk 5156 #define RCC_CSR_OBLRSTF_Pos (25U) 5157 #define RCC_CSR_OBLRSTF_Msk (0x1UL << RCC_CSR_OBLRSTF_Pos) /*!< 0x02000000 */ 5158 #define RCC_CSR_OBLRSTF RCC_CSR_OBLRSTF_Msk 5159 #define RCC_CSR_PINRSTF_Pos (26U) 5160 #define RCC_CSR_PINRSTF_Msk (0x1UL << RCC_CSR_PINRSTF_Pos) /*!< 0x04000000 */ 5161 #define RCC_CSR_PINRSTF RCC_CSR_PINRSTF_Msk 5162 #define RCC_CSR_PWRRSTF_Pos (27U) 5163 #define RCC_CSR_PWRRSTF_Msk (0x1UL << RCC_CSR_PWRRSTF_Pos) /*!< 0x08000000 */ 5164 #define RCC_CSR_PWRRSTF RCC_CSR_PWRRSTF_Msk 5165 #define RCC_CSR_SFTRSTF_Pos (28U) 5166 #define RCC_CSR_SFTRSTF_Msk (0x1UL << RCC_CSR_SFTRSTF_Pos) /*!< 0x10000000 */ 5167 #define RCC_CSR_SFTRSTF RCC_CSR_SFTRSTF_Msk 5168 #define RCC_CSR_IWDGRSTF_Pos (29U) 5169 #define RCC_CSR_IWDGRSTF_Msk (0x1UL << RCC_CSR_IWDGRSTF_Pos) /*!< 0x20000000 */ 5170 #define RCC_CSR_IWDGRSTF RCC_CSR_IWDGRSTF_Msk 5171 #define RCC_CSR_WWDGRSTF_Pos (30U) 5172 #define RCC_CSR_WWDGRSTF_Msk (0x1UL << RCC_CSR_WWDGRSTF_Pos) /*!< 0x40000000 */ 5173 #define RCC_CSR_WWDGRSTF RCC_CSR_WWDGRSTF_Msk 5174 #define RCC_CSR_LPWRRSTF_Pos (31U) 5175 #define RCC_CSR_LPWRRSTF_Msk (0x1UL << RCC_CSR_LPWRRSTF_Pos) /*!< 0x80000000 */ 5176 #define RCC_CSR_LPWRRSTF RCC_CSR_LPWRRSTF_Msk 5177 5178 /******************************************************************************/ 5179 /* */ 5180 /* Real-Time Clock (RTC) */ 5181 /* */ 5182 /******************************************************************************/ 5183 /* 5184 * @brief Specific device feature definitions 5185 */ 5186 #define RTC_WAKEUP_SUPPORT 5187 #define RTC_BACKUP_SUPPORT 5188 5189 /******************** Bits definition for RTC_TR register *******************/ 5190 #define RTC_TR_PM_Pos (22U) 5191 #define RTC_TR_PM_Msk (0x1UL << RTC_TR_PM_Pos) /*!< 0x00400000 */ 5192 #define RTC_TR_PM RTC_TR_PM_Msk 5193 #define RTC_TR_HT_Pos (20U) 5194 #define RTC_TR_HT_Msk (0x3UL << RTC_TR_HT_Pos) /*!< 0x00300000 */ 5195 #define RTC_TR_HT RTC_TR_HT_Msk 5196 #define RTC_TR_HT_0 (0x1UL << RTC_TR_HT_Pos) /*!< 0x00100000 */ 5197 #define RTC_TR_HT_1 (0x2UL << RTC_TR_HT_Pos) /*!< 0x00200000 */ 5198 #define RTC_TR_HU_Pos (16U) 5199 #define RTC_TR_HU_Msk (0xFUL << RTC_TR_HU_Pos) /*!< 0x000F0000 */ 5200 #define RTC_TR_HU RTC_TR_HU_Msk 5201 #define RTC_TR_HU_0 (0x1UL << RTC_TR_HU_Pos) /*!< 0x00010000 */ 5202 #define RTC_TR_HU_1 (0x2UL << RTC_TR_HU_Pos) /*!< 0x00020000 */ 5203 #define RTC_TR_HU_2 (0x4UL << RTC_TR_HU_Pos) /*!< 0x00040000 */ 5204 #define RTC_TR_HU_3 (0x8UL << RTC_TR_HU_Pos) /*!< 0x00080000 */ 5205 #define RTC_TR_MNT_Pos (12U) 5206 #define RTC_TR_MNT_Msk (0x7UL << RTC_TR_MNT_Pos) /*!< 0x00007000 */ 5207 #define RTC_TR_MNT RTC_TR_MNT_Msk 5208 #define RTC_TR_MNT_0 (0x1UL << RTC_TR_MNT_Pos) /*!< 0x00001000 */ 5209 #define RTC_TR_MNT_1 (0x2UL << RTC_TR_MNT_Pos) /*!< 0x00002000 */ 5210 #define RTC_TR_MNT_2 (0x4UL << RTC_TR_MNT_Pos) /*!< 0x00004000 */ 5211 #define RTC_TR_MNU_Pos (8U) 5212 #define RTC_TR_MNU_Msk (0xFUL << RTC_TR_MNU_Pos) /*!< 0x00000F00 */ 5213 #define RTC_TR_MNU RTC_TR_MNU_Msk 5214 #define RTC_TR_MNU_0 (0x1UL << RTC_TR_MNU_Pos) /*!< 0x00000100 */ 5215 #define RTC_TR_MNU_1 (0x2UL << RTC_TR_MNU_Pos) /*!< 0x00000200 */ 5216 #define RTC_TR_MNU_2 (0x4UL << RTC_TR_MNU_Pos) /*!< 0x00000400 */ 5217 #define RTC_TR_MNU_3 (0x8UL << RTC_TR_MNU_Pos) /*!< 0x00000800 */ 5218 #define RTC_TR_ST_Pos (4U) 5219 #define RTC_TR_ST_Msk (0x7UL << RTC_TR_ST_Pos) /*!< 0x00000070 */ 5220 #define RTC_TR_ST RTC_TR_ST_Msk 5221 #define RTC_TR_ST_0 (0x1UL << RTC_TR_ST_Pos) /*!< 0x00000010 */ 5222 #define RTC_TR_ST_1 (0x2UL << RTC_TR_ST_Pos) /*!< 0x00000020 */ 5223 #define RTC_TR_ST_2 (0x4UL << RTC_TR_ST_Pos) /*!< 0x00000040 */ 5224 #define RTC_TR_SU_Pos (0U) 5225 #define RTC_TR_SU_Msk (0xFUL << RTC_TR_SU_Pos) /*!< 0x0000000F */ 5226 #define RTC_TR_SU RTC_TR_SU_Msk 5227 #define RTC_TR_SU_0 (0x1UL << RTC_TR_SU_Pos) /*!< 0x00000001 */ 5228 #define RTC_TR_SU_1 (0x2UL << RTC_TR_SU_Pos) /*!< 0x00000002 */ 5229 #define RTC_TR_SU_2 (0x4UL << RTC_TR_SU_Pos) /*!< 0x00000004 */ 5230 #define RTC_TR_SU_3 (0x8UL << RTC_TR_SU_Pos) /*!< 0x00000008 */ 5231 5232 /******************** Bits definition for RTC_DR register *******************/ 5233 #define RTC_DR_YT_Pos (20U) 5234 #define RTC_DR_YT_Msk (0xFUL << RTC_DR_YT_Pos) /*!< 0x00F00000 */ 5235 #define RTC_DR_YT RTC_DR_YT_Msk 5236 #define RTC_DR_YT_0 (0x1UL << RTC_DR_YT_Pos) /*!< 0x00100000 */ 5237 #define RTC_DR_YT_1 (0x2UL << RTC_DR_YT_Pos) /*!< 0x00200000 */ 5238 #define RTC_DR_YT_2 (0x4UL << RTC_DR_YT_Pos) /*!< 0x00400000 */ 5239 #define RTC_DR_YT_3 (0x8UL << RTC_DR_YT_Pos) /*!< 0x00800000 */ 5240 #define RTC_DR_YU_Pos (16U) 5241 #define RTC_DR_YU_Msk (0xFUL << RTC_DR_YU_Pos) /*!< 0x000F0000 */ 5242 #define RTC_DR_YU RTC_DR_YU_Msk 5243 #define RTC_DR_YU_0 (0x1UL << RTC_DR_YU_Pos) /*!< 0x00010000 */ 5244 #define RTC_DR_YU_1 (0x2UL << RTC_DR_YU_Pos) /*!< 0x00020000 */ 5245 #define RTC_DR_YU_2 (0x4UL << RTC_DR_YU_Pos) /*!< 0x00040000 */ 5246 #define RTC_DR_YU_3 (0x8UL << RTC_DR_YU_Pos) /*!< 0x00080000 */ 5247 #define RTC_DR_WDU_Pos (13U) 5248 #define RTC_DR_WDU_Msk (0x7UL << RTC_DR_WDU_Pos) /*!< 0x0000E000 */ 5249 #define RTC_DR_WDU RTC_DR_WDU_Msk 5250 #define RTC_DR_WDU_0 (0x1UL << RTC_DR_WDU_Pos) /*!< 0x00002000 */ 5251 #define RTC_DR_WDU_1 (0x2UL << RTC_DR_WDU_Pos) /*!< 0x00004000 */ 5252 #define RTC_DR_WDU_2 (0x4UL << RTC_DR_WDU_Pos) /*!< 0x00008000 */ 5253 #define RTC_DR_MT_Pos (12U) 5254 #define RTC_DR_MT_Msk (0x1UL << RTC_DR_MT_Pos) /*!< 0x00001000 */ 5255 #define RTC_DR_MT RTC_DR_MT_Msk 5256 #define RTC_DR_MU_Pos (8U) 5257 #define RTC_DR_MU_Msk (0xFUL << RTC_DR_MU_Pos) /*!< 0x00000F00 */ 5258 #define RTC_DR_MU RTC_DR_MU_Msk 5259 #define RTC_DR_MU_0 (0x1UL << RTC_DR_MU_Pos) /*!< 0x00000100 */ 5260 #define RTC_DR_MU_1 (0x2UL << RTC_DR_MU_Pos) /*!< 0x00000200 */ 5261 #define RTC_DR_MU_2 (0x4UL << RTC_DR_MU_Pos) /*!< 0x00000400 */ 5262 #define RTC_DR_MU_3 (0x8UL << RTC_DR_MU_Pos) /*!< 0x00000800 */ 5263 #define RTC_DR_DT_Pos (4U) 5264 #define RTC_DR_DT_Msk (0x3UL << RTC_DR_DT_Pos) /*!< 0x00000030 */ 5265 #define RTC_DR_DT RTC_DR_DT_Msk 5266 #define RTC_DR_DT_0 (0x1UL << RTC_DR_DT_Pos) /*!< 0x00000010 */ 5267 #define RTC_DR_DT_1 (0x2UL << RTC_DR_DT_Pos) /*!< 0x00000020 */ 5268 #define RTC_DR_DU_Pos (0U) 5269 #define RTC_DR_DU_Msk (0xFUL << RTC_DR_DU_Pos) /*!< 0x0000000F */ 5270 #define RTC_DR_DU RTC_DR_DU_Msk 5271 #define RTC_DR_DU_0 (0x1UL << RTC_DR_DU_Pos) /*!< 0x00000001 */ 5272 #define RTC_DR_DU_1 (0x2UL << RTC_DR_DU_Pos) /*!< 0x00000002 */ 5273 #define RTC_DR_DU_2 (0x4UL << RTC_DR_DU_Pos) /*!< 0x00000004 */ 5274 #define RTC_DR_DU_3 (0x8UL << RTC_DR_DU_Pos) /*!< 0x00000008 */ 5275 5276 /******************** Bits definition for RTC_SSR register ******************/ 5277 #define RTC_SSR_SS_Pos (0U) 5278 #define RTC_SSR_SS_Msk (0xFFFFUL << RTC_SSR_SS_Pos) /*!< 0x0000FFFF */ 5279 #define RTC_SSR_SS RTC_SSR_SS_Msk 5280 5281 /******************** Bits definition for RTC_ICSR register ******************/ 5282 #define RTC_ICSR_RECALPF_Pos (16U) 5283 #define RTC_ICSR_RECALPF_Msk (0x1UL << RTC_ICSR_RECALPF_Pos) /*!< 0x00010000 */ 5284 #define RTC_ICSR_RECALPF RTC_ICSR_RECALPF_Msk 5285 #define RTC_ICSR_INIT_Pos (7U) 5286 #define RTC_ICSR_INIT_Msk (0x1UL << RTC_ICSR_INIT_Pos) /*!< 0x00000080 */ 5287 #define RTC_ICSR_INIT RTC_ICSR_INIT_Msk 5288 #define RTC_ICSR_INITF_Pos (6U) 5289 #define RTC_ICSR_INITF_Msk (0x1UL << RTC_ICSR_INITF_Pos) /*!< 0x00000040 */ 5290 #define RTC_ICSR_INITF RTC_ICSR_INITF_Msk 5291 #define RTC_ICSR_RSF_Pos (5U) 5292 #define RTC_ICSR_RSF_Msk (0x1UL << RTC_ICSR_RSF_Pos) /*!< 0x00000020 */ 5293 #define RTC_ICSR_RSF RTC_ICSR_RSF_Msk 5294 #define RTC_ICSR_INITS_Pos (4U) 5295 #define RTC_ICSR_INITS_Msk (0x1UL << RTC_ICSR_INITS_Pos) /*!< 0x00000010 */ 5296 #define RTC_ICSR_INITS RTC_ICSR_INITS_Msk 5297 #define RTC_ICSR_SHPF_Pos (3U) 5298 #define RTC_ICSR_SHPF_Msk (0x1UL << RTC_ICSR_SHPF_Pos) /*!< 0x00000008 */ 5299 #define RTC_ICSR_SHPF RTC_ICSR_SHPF_Msk 5300 #define RTC_ICSR_WUTWF_Pos (2U) 5301 #define RTC_ICSR_WUTWF_Msk (0x1UL << RTC_ICSR_WUTWF_Pos) /*!< 0x00000004 */ 5302 #define RTC_ICSR_WUTWF RTC_ICSR_WUTWF_Msk /*!< Wakeup timer write flag > */ 5303 #define RTC_ICSR_ALRBWF_Pos (1U) 5304 #define RTC_ICSR_ALRBWF_Msk (0x1UL << RTC_ICSR_ALRBWF_Pos) /*!< 0x00000002 */ 5305 #define RTC_ICSR_ALRBWF RTC_ICSR_ALRBWF_Msk 5306 #define RTC_ICSR_ALRAWF_Pos (0U) 5307 #define RTC_ICSR_ALRAWF_Msk (0x1UL << RTC_ICSR_ALRAWF_Pos) /*!< 0x00000001 */ 5308 #define RTC_ICSR_ALRAWF RTC_ICSR_ALRAWF_Msk 5309 5310 /******************** Bits definition for RTC_PRER register *****************/ 5311 #define RTC_PRER_PREDIV_A_Pos (16U) 5312 #define RTC_PRER_PREDIV_A_Msk (0x7FUL << RTC_PRER_PREDIV_A_Pos) /*!< 0x007F0000 */ 5313 #define RTC_PRER_PREDIV_A RTC_PRER_PREDIV_A_Msk 5314 #define RTC_PRER_PREDIV_S_Pos (0U) 5315 #define RTC_PRER_PREDIV_S_Msk (0x7FFFUL << RTC_PRER_PREDIV_S_Pos) /*!< 0x00007FFF */ 5316 #define RTC_PRER_PREDIV_S RTC_PRER_PREDIV_S_Msk 5317 5318 /******************** Bits definition for RTC_WUTR register *****************/ 5319 #define RTC_WUTR_WUT_Pos (0U) 5320 #define RTC_WUTR_WUT_Msk (0xFFFFUL << RTC_WUTR_WUT_Pos) /*!< 0x0000FFFF */ 5321 #define RTC_WUTR_WUT RTC_WUTR_WUT_Msk /*!< Wakeup auto-reload value bits > */ 5322 5323 /******************** Bits definition for RTC_CR register *******************/ 5324 #define RTC_CR_OUT2EN_Pos (31U) 5325 #define RTC_CR_OUT2EN_Msk (0x1UL << RTC_CR_OUT2EN_Pos) /*!< 0x80000000 */ 5326 #define RTC_CR_OUT2EN RTC_CR_OUT2EN_Msk /*!< RTC_OUT2 output enable */ 5327 #define RTC_CR_TAMPALRM_TYPE_Pos (30U) 5328 #define RTC_CR_TAMPALRM_TYPE_Msk (0x1UL << RTC_CR_TAMPALRM_TYPE_Pos) /*!< 0x40000000 */ 5329 #define RTC_CR_TAMPALRM_TYPE RTC_CR_TAMPALRM_TYPE_Msk /*!< TAMPALARM output type */ 5330 #define RTC_CR_TAMPALRM_PU_Pos (29U) 5331 #define RTC_CR_TAMPALRM_PU_Msk (0x1UL << RTC_CR_TAMPALRM_PU_Pos) /*!< 0x20000000 */ 5332 #define RTC_CR_TAMPALRM_PU RTC_CR_TAMPALRM_PU_Msk /*!< TAMPALARM output pull-up config */ 5333 #define RTC_CR_TAMPOE_Pos (26U) 5334 #define RTC_CR_TAMPOE_Msk (0x1UL << RTC_CR_TAMPOE_Pos) /*!< 0x04000000 */ 5335 #define RTC_CR_TAMPOE RTC_CR_TAMPOE_Msk /*!< Tamper detection output enable on TAMPALARM */ 5336 #define RTC_CR_TAMPTS_Pos (25U) 5337 #define RTC_CR_TAMPTS_Msk (0x1UL << RTC_CR_TAMPTS_Pos) /*!< 0x02000000 */ 5338 #define RTC_CR_TAMPTS RTC_CR_TAMPTS_Msk /*!< Activate timestamp on tamper detection event */ 5339 #define RTC_CR_ITSE_Pos (24U) 5340 #define RTC_CR_ITSE_Msk (0x1UL << RTC_CR_ITSE_Pos) /*!< 0x01000000 */ 5341 #define RTC_CR_ITSE RTC_CR_ITSE_Msk /*!< Timestamp on internal event enable */ 5342 #define RTC_CR_COE_Pos (23U) 5343 #define RTC_CR_COE_Msk (0x1UL << RTC_CR_COE_Pos) /*!< 0x00800000 */ 5344 #define RTC_CR_COE RTC_CR_COE_Msk 5345 #define RTC_CR_OSEL_Pos (21U) 5346 #define RTC_CR_OSEL_Msk (0x3UL << RTC_CR_OSEL_Pos) /*!< 0x00600000 */ 5347 #define RTC_CR_OSEL RTC_CR_OSEL_Msk 5348 #define RTC_CR_OSEL_0 (0x1UL << RTC_CR_OSEL_Pos) /*!< 0x00200000 */ 5349 #define RTC_CR_OSEL_1 (0x2UL << RTC_CR_OSEL_Pos) /*!< 0x00400000 */ 5350 #define RTC_CR_POL_Pos (20U) 5351 #define RTC_CR_POL_Msk (0x1UL << RTC_CR_POL_Pos) /*!< 0x00100000 */ 5352 #define RTC_CR_POL RTC_CR_POL_Msk 5353 #define RTC_CR_COSEL_Pos (19U) 5354 #define RTC_CR_COSEL_Msk (0x1UL << RTC_CR_COSEL_Pos) /*!< 0x00080000 */ 5355 #define RTC_CR_COSEL RTC_CR_COSEL_Msk 5356 #define RTC_CR_BKP_Pos (18U) 5357 #define RTC_CR_BKP_Msk (0x1UL << RTC_CR_BKP_Pos) /*!< 0x00040000 */ 5358 #define RTC_CR_BKP RTC_CR_BKP_Msk 5359 #define RTC_CR_SUB1H_Pos (17U) 5360 #define RTC_CR_SUB1H_Msk (0x1UL << RTC_CR_SUB1H_Pos) /*!< 0x00020000 */ 5361 #define RTC_CR_SUB1H RTC_CR_SUB1H_Msk 5362 #define RTC_CR_ADD1H_Pos (16U) 5363 #define RTC_CR_ADD1H_Msk (0x1UL << RTC_CR_ADD1H_Pos) /*!< 0x00010000 */ 5364 #define RTC_CR_ADD1H RTC_CR_ADD1H_Msk 5365 #define RTC_CR_TSIE_Pos (15U) 5366 #define RTC_CR_TSIE_Msk (0x1UL << RTC_CR_TSIE_Pos) /*!< 0x00008000 */ 5367 #define RTC_CR_TSIE RTC_CR_TSIE_Msk /*!< Timestamp interrupt enable > */ 5368 #define RTC_CR_WUTIE_Pos (14U) 5369 #define RTC_CR_WUTIE_Msk (0x1UL << RTC_CR_WUTIE_Pos) /*!< 0x00004000 */ 5370 #define RTC_CR_WUTIE RTC_CR_WUTIE_Msk /*!< Wakeup timer interrupt enable > */ 5371 #define RTC_CR_ALRBIE_Pos (13U) 5372 #define RTC_CR_ALRBIE_Msk (0x1UL << RTC_CR_ALRBIE_Pos) /*!< 0x00002000 */ 5373 #define RTC_CR_ALRBIE RTC_CR_ALRBIE_Msk 5374 #define RTC_CR_ALRAIE_Pos (12U) 5375 #define RTC_CR_ALRAIE_Msk (0x1UL << RTC_CR_ALRAIE_Pos) /*!< 0x00001000 */ 5376 #define RTC_CR_ALRAIE RTC_CR_ALRAIE_Msk 5377 #define RTC_CR_TSE_Pos (11U) 5378 #define RTC_CR_TSE_Msk (0x1UL << RTC_CR_TSE_Pos) /*!< 0x00000800 */ 5379 #define RTC_CR_TSE RTC_CR_TSE_Msk /*!< timestamp enable > */ 5380 #define RTC_CR_WUTE_Pos (10U) 5381 #define RTC_CR_WUTE_Msk (0x1UL << RTC_CR_WUTE_Pos) /*!< 0x00000400 */ 5382 #define RTC_CR_WUTE RTC_CR_WUTE_Msk /*!< Wakeup timer enable > */ 5383 #define RTC_CR_ALRBE_Pos (9U) 5384 #define RTC_CR_ALRBE_Msk (0x1UL << RTC_CR_ALRBE_Pos) /*!< 0x00000200 */ 5385 #define RTC_CR_ALRBE RTC_CR_ALRBE_Msk 5386 #define RTC_CR_ALRAE_Pos (8U) 5387 #define RTC_CR_ALRAE_Msk (0x1UL << RTC_CR_ALRAE_Pos) /*!< 0x00000100 */ 5388 #define RTC_CR_ALRAE RTC_CR_ALRAE_Msk 5389 #define RTC_CR_FMT_Pos (6U) 5390 #define RTC_CR_FMT_Msk (0x1UL << RTC_CR_FMT_Pos) /*!< 0x00000040 */ 5391 #define RTC_CR_FMT RTC_CR_FMT_Msk 5392 #define RTC_CR_BYPSHAD_Pos (5U) 5393 #define RTC_CR_BYPSHAD_Msk (0x1UL << RTC_CR_BYPSHAD_Pos) /*!< 0x00000020 */ 5394 #define RTC_CR_BYPSHAD RTC_CR_BYPSHAD_Msk 5395 #define RTC_CR_REFCKON_Pos (4U) 5396 #define RTC_CR_REFCKON_Msk (0x1UL << RTC_CR_REFCKON_Pos) /*!< 0x00000010 */ 5397 #define RTC_CR_REFCKON RTC_CR_REFCKON_Msk 5398 #define RTC_CR_TSEDGE_Pos (3U) 5399 #define RTC_CR_TSEDGE_Msk (0x1UL << RTC_CR_TSEDGE_Pos) /*!< 0x00000008 */ 5400 #define RTC_CR_TSEDGE RTC_CR_TSEDGE_Msk /*!< Timestamp event active edge > */ 5401 #define RTC_CR_WUCKSEL_Pos (0U) 5402 #define RTC_CR_WUCKSEL_Msk (0x7UL << RTC_CR_WUCKSEL_Pos) /*!< 0x00000007 */ 5403 #define RTC_CR_WUCKSEL RTC_CR_WUCKSEL_Msk /*!< Wakeup clock selection > */ 5404 #define RTC_CR_WUCKSEL_0 (0x1UL << RTC_CR_WUCKSEL_Pos) /*!< 0x00000001 */ 5405 #define RTC_CR_WUCKSEL_1 (0x2UL << RTC_CR_WUCKSEL_Pos) /*!< 0x00000002 */ 5406 #define RTC_CR_WUCKSEL_2 (0x4UL << RTC_CR_WUCKSEL_Pos) /*!< 0x00000004 */ 5407 5408 /******************** Bits definition for RTC_WPR register ******************/ 5409 #define RTC_WPR_KEY_Pos (0U) 5410 #define RTC_WPR_KEY_Msk (0xFFUL << RTC_WPR_KEY_Pos) /*!< 0x000000FF */ 5411 #define RTC_WPR_KEY RTC_WPR_KEY_Msk 5412 5413 /******************** Bits definition for RTC_CALR register *****************/ 5414 #define RTC_CALR_CALP_Pos (15U) 5415 #define RTC_CALR_CALP_Msk (0x1UL << RTC_CALR_CALP_Pos) /*!< 0x00008000 */ 5416 #define RTC_CALR_CALP RTC_CALR_CALP_Msk 5417 #define RTC_CALR_CALW8_Pos (14U) 5418 #define RTC_CALR_CALW8_Msk (0x1UL << RTC_CALR_CALW8_Pos) /*!< 0x00004000 */ 5419 #define RTC_CALR_CALW8 RTC_CALR_CALW8_Msk 5420 #define RTC_CALR_CALW16_Pos (13U) 5421 #define RTC_CALR_CALW16_Msk (0x1UL << RTC_CALR_CALW16_Pos) /*!< 0x00002000 */ 5422 #define RTC_CALR_CALW16 RTC_CALR_CALW16_Msk 5423 #define RTC_CALR_CALM_Pos (0U) 5424 #define RTC_CALR_CALM_Msk (0x1FFUL << RTC_CALR_CALM_Pos) /*!< 0x000001FF */ 5425 #define RTC_CALR_CALM RTC_CALR_CALM_Msk 5426 #define RTC_CALR_CALM_0 (0x001UL << RTC_CALR_CALM_Pos) /*!< 0x00000001 */ 5427 #define RTC_CALR_CALM_1 (0x002UL << RTC_CALR_CALM_Pos) /*!< 0x00000002 */ 5428 #define RTC_CALR_CALM_2 (0x004UL << RTC_CALR_CALM_Pos) /*!< 0x00000004 */ 5429 #define RTC_CALR_CALM_3 (0x008UL << RTC_CALR_CALM_Pos) /*!< 0x00000008 */ 5430 #define RTC_CALR_CALM_4 (0x010UL << RTC_CALR_CALM_Pos) /*!< 0x00000010 */ 5431 #define RTC_CALR_CALM_5 (0x020UL << RTC_CALR_CALM_Pos) /*!< 0x00000020 */ 5432 #define RTC_CALR_CALM_6 (0x040UL << RTC_CALR_CALM_Pos) /*!< 0x00000040 */ 5433 #define RTC_CALR_CALM_7 (0x080UL << RTC_CALR_CALM_Pos) /*!< 0x00000080 */ 5434 #define RTC_CALR_CALM_8 (0x100UL << RTC_CALR_CALM_Pos) /*!< 0x00000100 */ 5435 5436 /******************** Bits definition for RTC_SHIFTR register ***************/ 5437 #define RTC_SHIFTR_SUBFS_Pos (0U) 5438 #define RTC_SHIFTR_SUBFS_Msk (0x7FFFUL << RTC_SHIFTR_SUBFS_Pos) /*!< 0x00007FFF */ 5439 #define RTC_SHIFTR_SUBFS RTC_SHIFTR_SUBFS_Msk 5440 #define RTC_SHIFTR_ADD1S_Pos (31U) 5441 #define RTC_SHIFTR_ADD1S_Msk (0x1UL << RTC_SHIFTR_ADD1S_Pos) /*!< 0x80000000 */ 5442 #define RTC_SHIFTR_ADD1S RTC_SHIFTR_ADD1S_Msk 5443 5444 /******************** Bits definition for RTC_TSTR register *****************/ 5445 #define RTC_TSTR_PM_Pos (22U) 5446 #define RTC_TSTR_PM_Msk (0x1UL << RTC_TSTR_PM_Pos) /*!< 0x00400000 */ 5447 #define RTC_TSTR_PM RTC_TSTR_PM_Msk /*!< AM-PM notation > */ 5448 #define RTC_TSTR_HT_Pos (20U) 5449 #define RTC_TSTR_HT_Msk (0x3UL << RTC_TSTR_HT_Pos) /*!< 0x00300000 */ 5450 #define RTC_TSTR_HT RTC_TSTR_HT_Msk 5451 #define RTC_TSTR_HT_0 (0x1UL << RTC_TSTR_HT_Pos) /*!< 0x00100000 */ 5452 #define RTC_TSTR_HT_1 (0x2UL << RTC_TSTR_HT_Pos) /*!< 0x00200000 */ 5453 #define RTC_TSTR_HU_Pos (16U) 5454 #define RTC_TSTR_HU_Msk (0xFUL << RTC_TSTR_HU_Pos) /*!< 0x000F0000 */ 5455 #define RTC_TSTR_HU RTC_TSTR_HU_Msk 5456 #define RTC_TSTR_HU_0 (0x1UL << RTC_TSTR_HU_Pos) /*!< 0x00010000 */ 5457 #define RTC_TSTR_HU_1 (0x2UL << RTC_TSTR_HU_Pos) /*!< 0x00020000 */ 5458 #define RTC_TSTR_HU_2 (0x4UL << RTC_TSTR_HU_Pos) /*!< 0x00040000 */ 5459 #define RTC_TSTR_HU_3 (0x8UL << RTC_TSTR_HU_Pos) /*!< 0x00080000 */ 5460 #define RTC_TSTR_MNT_Pos (12U) 5461 #define RTC_TSTR_MNT_Msk (0x7UL << RTC_TSTR_MNT_Pos) /*!< 0x00007000 */ 5462 #define RTC_TSTR_MNT RTC_TSTR_MNT_Msk 5463 #define RTC_TSTR_MNT_0 (0x1UL << RTC_TSTR_MNT_Pos) /*!< 0x00001000 */ 5464 #define RTC_TSTR_MNT_1 (0x2UL << RTC_TSTR_MNT_Pos) /*!< 0x00002000 */ 5465 #define RTC_TSTR_MNT_2 (0x4UL << RTC_TSTR_MNT_Pos) /*!< 0x00004000 */ 5466 #define RTC_TSTR_MNU_Pos (8U) 5467 #define RTC_TSTR_MNU_Msk (0xFUL << RTC_TSTR_MNU_Pos) /*!< 0x00000F00 */ 5468 #define RTC_TSTR_MNU RTC_TSTR_MNU_Msk 5469 #define RTC_TSTR_MNU_0 (0x1UL << RTC_TSTR_MNU_Pos) /*!< 0x00000100 */ 5470 #define RTC_TSTR_MNU_1 (0x2UL << RTC_TSTR_MNU_Pos) /*!< 0x00000200 */ 5471 #define RTC_TSTR_MNU_2 (0x4UL << RTC_TSTR_MNU_Pos) /*!< 0x00000400 */ 5472 #define RTC_TSTR_MNU_3 (0x8UL << RTC_TSTR_MNU_Pos) /*!< 0x00000800 */ 5473 #define RTC_TSTR_ST_Pos (4U) 5474 #define RTC_TSTR_ST_Msk (0x7UL << RTC_TSTR_ST_Pos) /*!< 0x00000070 */ 5475 #define RTC_TSTR_ST RTC_TSTR_ST_Msk 5476 #define RTC_TSTR_ST_0 (0x1UL << RTC_TSTR_ST_Pos) /*!< 0x00000010 */ 5477 #define RTC_TSTR_ST_1 (0x2UL << RTC_TSTR_ST_Pos) /*!< 0x00000020 */ 5478 #define RTC_TSTR_ST_2 (0x4UL << RTC_TSTR_ST_Pos) /*!< 0x00000040 */ 5479 #define RTC_TSTR_SU_Pos (0U) 5480 #define RTC_TSTR_SU_Msk (0xFUL << RTC_TSTR_SU_Pos) /*!< 0x0000000F */ 5481 #define RTC_TSTR_SU RTC_TSTR_SU_Msk 5482 #define RTC_TSTR_SU_0 (0x1UL << RTC_TSTR_SU_Pos) /*!< 0x00000001 */ 5483 #define RTC_TSTR_SU_1 (0x2UL << RTC_TSTR_SU_Pos) /*!< 0x00000002 */ 5484 #define RTC_TSTR_SU_2 (0x4UL << RTC_TSTR_SU_Pos) /*!< 0x00000004 */ 5485 #define RTC_TSTR_SU_3 (0x8UL << RTC_TSTR_SU_Pos) /*!< 0x00000008 */ 5486 5487 /******************** Bits definition for RTC_TSDR register *****************/ 5488 #define RTC_TSDR_WDU_Pos (13U) 5489 #define RTC_TSDR_WDU_Msk (0x7UL << RTC_TSDR_WDU_Pos) /*!< 0x0000E000 */ 5490 #define RTC_TSDR_WDU RTC_TSDR_WDU_Msk /*!< Week day units > */ 5491 #define RTC_TSDR_WDU_0 (0x1UL << RTC_TSDR_WDU_Pos) /*!< 0x00002000 */ 5492 #define RTC_TSDR_WDU_1 (0x2UL << RTC_TSDR_WDU_Pos) /*!< 0x00004000 */ 5493 #define RTC_TSDR_WDU_2 (0x4UL << RTC_TSDR_WDU_Pos) /*!< 0x00008000 */ 5494 #define RTC_TSDR_MT_Pos (12U) 5495 #define RTC_TSDR_MT_Msk (0x1UL << RTC_TSDR_MT_Pos) /*!< 0x00001000 */ 5496 #define RTC_TSDR_MT RTC_TSDR_MT_Msk 5497 #define RTC_TSDR_MU_Pos (8U) 5498 #define RTC_TSDR_MU_Msk (0xFUL << RTC_TSDR_MU_Pos) /*!< 0x00000F00 */ 5499 #define RTC_TSDR_MU RTC_TSDR_MU_Msk 5500 #define RTC_TSDR_MU_0 (0x1UL << RTC_TSDR_MU_Pos) /*!< 0x00000100 */ 5501 #define RTC_TSDR_MU_1 (0x2UL << RTC_TSDR_MU_Pos) /*!< 0x00000200 */ 5502 #define RTC_TSDR_MU_2 (0x4UL << RTC_TSDR_MU_Pos) /*!< 0x00000400 */ 5503 #define RTC_TSDR_MU_3 (0x8UL << RTC_TSDR_MU_Pos) /*!< 0x00000800 */ 5504 #define RTC_TSDR_DT_Pos (4U) 5505 #define RTC_TSDR_DT_Msk (0x3UL << RTC_TSDR_DT_Pos) /*!< 0x00000030 */ 5506 #define RTC_TSDR_DT RTC_TSDR_DT_Msk 5507 #define RTC_TSDR_DT_0 (0x1UL << RTC_TSDR_DT_Pos) /*!< 0x00000010 */ 5508 #define RTC_TSDR_DT_1 (0x2UL << RTC_TSDR_DT_Pos) /*!< 0x00000020 */ 5509 #define RTC_TSDR_DU_Pos (0U) 5510 #define RTC_TSDR_DU_Msk (0xFUL << RTC_TSDR_DU_Pos) /*!< 0x0000000F */ 5511 #define RTC_TSDR_DU RTC_TSDR_DU_Msk 5512 #define RTC_TSDR_DU_0 (0x1UL << RTC_TSDR_DU_Pos) /*!< 0x00000001 */ 5513 #define RTC_TSDR_DU_1 (0x2UL << RTC_TSDR_DU_Pos) /*!< 0x00000002 */ 5514 #define RTC_TSDR_DU_2 (0x4UL << RTC_TSDR_DU_Pos) /*!< 0x00000004 */ 5515 #define RTC_TSDR_DU_3 (0x8UL << RTC_TSDR_DU_Pos) /*!< 0x00000008 */ 5516 5517 /******************** Bits definition for RTC_TSSSR register ****************/ 5518 #define RTC_TSSSR_SS_Pos (0U) 5519 #define RTC_TSSSR_SS_Msk (0xFFFFUL << RTC_TSSSR_SS_Pos) /*!< 0x0000FFFF */ 5520 #define RTC_TSSSR_SS RTC_TSSSR_SS_Msk /*!< Sub second value > */ 5521 5522 /******************** Bits definition for RTC_ALRMAR register ***************/ 5523 #define RTC_ALRMAR_MSK4_Pos (31U) 5524 #define RTC_ALRMAR_MSK4_Msk (0x1UL << RTC_ALRMAR_MSK4_Pos) /*!< 0x80000000 */ 5525 #define RTC_ALRMAR_MSK4 RTC_ALRMAR_MSK4_Msk 5526 #define RTC_ALRMAR_WDSEL_Pos (30U) 5527 #define RTC_ALRMAR_WDSEL_Msk (0x1UL << RTC_ALRMAR_WDSEL_Pos) /*!< 0x40000000 */ 5528 #define RTC_ALRMAR_WDSEL RTC_ALRMAR_WDSEL_Msk 5529 #define RTC_ALRMAR_DT_Pos (28U) 5530 #define RTC_ALRMAR_DT_Msk (0x3UL << RTC_ALRMAR_DT_Pos) /*!< 0x30000000 */ 5531 #define RTC_ALRMAR_DT RTC_ALRMAR_DT_Msk 5532 #define RTC_ALRMAR_DT_0 (0x1UL << RTC_ALRMAR_DT_Pos) /*!< 0x10000000 */ 5533 #define RTC_ALRMAR_DT_1 (0x2UL << RTC_ALRMAR_DT_Pos) /*!< 0x20000000 */ 5534 #define RTC_ALRMAR_DU_Pos (24U) 5535 #define RTC_ALRMAR_DU_Msk (0xFUL << RTC_ALRMAR_DU_Pos) /*!< 0x0F000000 */ 5536 #define RTC_ALRMAR_DU RTC_ALRMAR_DU_Msk 5537 #define RTC_ALRMAR_DU_0 (0x1UL << RTC_ALRMAR_DU_Pos) /*!< 0x01000000 */ 5538 #define RTC_ALRMAR_DU_1 (0x2UL << RTC_ALRMAR_DU_Pos) /*!< 0x02000000 */ 5539 #define RTC_ALRMAR_DU_2 (0x4UL << RTC_ALRMAR_DU_Pos) /*!< 0x04000000 */ 5540 #define RTC_ALRMAR_DU_3 (0x8UL << RTC_ALRMAR_DU_Pos) /*!< 0x08000000 */ 5541 #define RTC_ALRMAR_MSK3_Pos (23U) 5542 #define RTC_ALRMAR_MSK3_Msk (0x1UL << RTC_ALRMAR_MSK3_Pos) /*!< 0x00800000 */ 5543 #define RTC_ALRMAR_MSK3 RTC_ALRMAR_MSK3_Msk 5544 #define RTC_ALRMAR_PM_Pos (22U) 5545 #define RTC_ALRMAR_PM_Msk (0x1UL << RTC_ALRMAR_PM_Pos) /*!< 0x00400000 */ 5546 #define RTC_ALRMAR_PM RTC_ALRMAR_PM_Msk 5547 #define RTC_ALRMAR_HT_Pos (20U) 5548 #define RTC_ALRMAR_HT_Msk (0x3UL << RTC_ALRMAR_HT_Pos) /*!< 0x00300000 */ 5549 #define RTC_ALRMAR_HT RTC_ALRMAR_HT_Msk 5550 #define RTC_ALRMAR_HT_0 (0x1UL << RTC_ALRMAR_HT_Pos) /*!< 0x00100000 */ 5551 #define RTC_ALRMAR_HT_1 (0x2UL << RTC_ALRMAR_HT_Pos) /*!< 0x00200000 */ 5552 #define RTC_ALRMAR_HU_Pos (16U) 5553 #define RTC_ALRMAR_HU_Msk (0xFUL << RTC_ALRMAR_HU_Pos) /*!< 0x000F0000 */ 5554 #define RTC_ALRMAR_HU RTC_ALRMAR_HU_Msk 5555 #define RTC_ALRMAR_HU_0 (0x1UL << RTC_ALRMAR_HU_Pos) /*!< 0x00010000 */ 5556 #define RTC_ALRMAR_HU_1 (0x2UL << RTC_ALRMAR_HU_Pos) /*!< 0x00020000 */ 5557 #define RTC_ALRMAR_HU_2 (0x4UL << RTC_ALRMAR_HU_Pos) /*!< 0x00040000 */ 5558 #define RTC_ALRMAR_HU_3 (0x8UL << RTC_ALRMAR_HU_Pos) /*!< 0x00080000 */ 5559 #define RTC_ALRMAR_MSK2_Pos (15U) 5560 #define RTC_ALRMAR_MSK2_Msk (0x1UL << RTC_ALRMAR_MSK2_Pos) /*!< 0x00008000 */ 5561 #define RTC_ALRMAR_MSK2 RTC_ALRMAR_MSK2_Msk 5562 #define RTC_ALRMAR_MNT_Pos (12U) 5563 #define RTC_ALRMAR_MNT_Msk (0x7UL << RTC_ALRMAR_MNT_Pos) /*!< 0x00007000 */ 5564 #define RTC_ALRMAR_MNT RTC_ALRMAR_MNT_Msk 5565 #define RTC_ALRMAR_MNT_0 (0x1UL << RTC_ALRMAR_MNT_Pos) /*!< 0x00001000 */ 5566 #define RTC_ALRMAR_MNT_1 (0x2UL << RTC_ALRMAR_MNT_Pos) /*!< 0x00002000 */ 5567 #define RTC_ALRMAR_MNT_2 (0x4UL << RTC_ALRMAR_MNT_Pos) /*!< 0x00004000 */ 5568 #define RTC_ALRMAR_MNU_Pos (8U) 5569 #define RTC_ALRMAR_MNU_Msk (0xFUL << RTC_ALRMAR_MNU_Pos) /*!< 0x00000F00 */ 5570 #define RTC_ALRMAR_MNU RTC_ALRMAR_MNU_Msk 5571 #define RTC_ALRMAR_MNU_0 (0x1UL << RTC_ALRMAR_MNU_Pos) /*!< 0x00000100 */ 5572 #define RTC_ALRMAR_MNU_1 (0x2UL << RTC_ALRMAR_MNU_Pos) /*!< 0x00000200 */ 5573 #define RTC_ALRMAR_MNU_2 (0x4UL << RTC_ALRMAR_MNU_Pos) /*!< 0x00000400 */ 5574 #define RTC_ALRMAR_MNU_3 (0x8UL << RTC_ALRMAR_MNU_Pos) /*!< 0x00000800 */ 5575 #define RTC_ALRMAR_MSK1_Pos (7U) 5576 #define RTC_ALRMAR_MSK1_Msk (0x1UL << RTC_ALRMAR_MSK1_Pos) /*!< 0x00000080 */ 5577 #define RTC_ALRMAR_MSK1 RTC_ALRMAR_MSK1_Msk 5578 #define RTC_ALRMAR_ST_Pos (4U) 5579 #define RTC_ALRMAR_ST_Msk (0x7UL << RTC_ALRMAR_ST_Pos) /*!< 0x00000070 */ 5580 #define RTC_ALRMAR_ST RTC_ALRMAR_ST_Msk 5581 #define RTC_ALRMAR_ST_0 (0x1UL << RTC_ALRMAR_ST_Pos) /*!< 0x00000010 */ 5582 #define RTC_ALRMAR_ST_1 (0x2UL << RTC_ALRMAR_ST_Pos) /*!< 0x00000020 */ 5583 #define RTC_ALRMAR_ST_2 (0x4UL << RTC_ALRMAR_ST_Pos) /*!< 0x00000040 */ 5584 #define RTC_ALRMAR_SU_Pos (0U) 5585 #define RTC_ALRMAR_SU_Msk (0xFUL << RTC_ALRMAR_SU_Pos) /*!< 0x0000000F */ 5586 #define RTC_ALRMAR_SU RTC_ALRMAR_SU_Msk 5587 #define RTC_ALRMAR_SU_0 (0x1UL << RTC_ALRMAR_SU_Pos) /*!< 0x00000001 */ 5588 #define RTC_ALRMAR_SU_1 (0x2UL << RTC_ALRMAR_SU_Pos) /*!< 0x00000002 */ 5589 #define RTC_ALRMAR_SU_2 (0x4UL << RTC_ALRMAR_SU_Pos) /*!< 0x00000004 */ 5590 #define RTC_ALRMAR_SU_3 (0x8UL << RTC_ALRMAR_SU_Pos) /*!< 0x00000008 */ 5591 5592 /******************** Bits definition for RTC_ALRMASSR register *************/ 5593 #define RTC_ALRMASSR_MASKSS_Pos (24U) 5594 #define RTC_ALRMASSR_MASKSS_Msk (0xFUL << RTC_ALRMASSR_MASKSS_Pos) /*!< 0x0F000000 */ 5595 #define RTC_ALRMASSR_MASKSS RTC_ALRMASSR_MASKSS_Msk 5596 #define RTC_ALRMASSR_MASKSS_0 (0x1UL << RTC_ALRMASSR_MASKSS_Pos) /*!< 0x01000000 */ 5597 #define RTC_ALRMASSR_MASKSS_1 (0x2UL << RTC_ALRMASSR_MASKSS_Pos) /*!< 0x02000000 */ 5598 #define RTC_ALRMASSR_MASKSS_2 (0x4UL << RTC_ALRMASSR_MASKSS_Pos) /*!< 0x04000000 */ 5599 #define RTC_ALRMASSR_MASKSS_3 (0x8UL << RTC_ALRMASSR_MASKSS_Pos) /*!< 0x08000000 */ 5600 #define RTC_ALRMASSR_SS_Pos (0U) 5601 #define RTC_ALRMASSR_SS_Msk (0x7FFFUL << RTC_ALRMASSR_SS_Pos) /*!< 0x00007FFF */ 5602 #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk 5603 5604 /******************** Bits definition for RTC_ALRMBR register ***************/ 5605 #define RTC_ALRMBR_MSK4_Pos (31U) 5606 #define RTC_ALRMBR_MSK4_Msk (0x1UL << RTC_ALRMBR_MSK4_Pos) /*!< 0x80000000 */ 5607 #define RTC_ALRMBR_MSK4 RTC_ALRMBR_MSK4_Msk 5608 #define RTC_ALRMBR_WDSEL_Pos (30U) 5609 #define RTC_ALRMBR_WDSEL_Msk (0x1UL << RTC_ALRMBR_WDSEL_Pos) /*!< 0x40000000 */ 5610 #define RTC_ALRMBR_WDSEL RTC_ALRMBR_WDSEL_Msk 5611 #define RTC_ALRMBR_DT_Pos (28U) 5612 #define RTC_ALRMBR_DT_Msk (0x3UL << RTC_ALRMBR_DT_Pos) /*!< 0x30000000 */ 5613 #define RTC_ALRMBR_DT RTC_ALRMBR_DT_Msk 5614 #define RTC_ALRMBR_DT_0 (0x1UL << RTC_ALRMBR_DT_Pos) /*!< 0x10000000 */ 5615 #define RTC_ALRMBR_DT_1 (0x2UL << RTC_ALRMBR_DT_Pos) /*!< 0x20000000 */ 5616 #define RTC_ALRMBR_DU_Pos (24U) 5617 #define RTC_ALRMBR_DU_Msk (0xFUL << RTC_ALRMBR_DU_Pos) /*!< 0x0F000000 */ 5618 #define RTC_ALRMBR_DU RTC_ALRMBR_DU_Msk 5619 #define RTC_ALRMBR_DU_0 (0x1UL << RTC_ALRMBR_DU_Pos) /*!< 0x01000000 */ 5620 #define RTC_ALRMBR_DU_1 (0x2UL << RTC_ALRMBR_DU_Pos) /*!< 0x02000000 */ 5621 #define RTC_ALRMBR_DU_2 (0x4UL << RTC_ALRMBR_DU_Pos) /*!< 0x04000000 */ 5622 #define RTC_ALRMBR_DU_3 (0x8UL << RTC_ALRMBR_DU_Pos) /*!< 0x08000000 */ 5623 #define RTC_ALRMBR_MSK3_Pos (23U) 5624 #define RTC_ALRMBR_MSK3_Msk (0x1UL << RTC_ALRMBR_MSK3_Pos) /*!< 0x00800000 */ 5625 #define RTC_ALRMBR_MSK3 RTC_ALRMBR_MSK3_Msk 5626 #define RTC_ALRMBR_PM_Pos (22U) 5627 #define RTC_ALRMBR_PM_Msk (0x1UL << RTC_ALRMBR_PM_Pos) /*!< 0x00400000 */ 5628 #define RTC_ALRMBR_PM RTC_ALRMBR_PM_Msk 5629 #define RTC_ALRMBR_HT_Pos (20U) 5630 #define RTC_ALRMBR_HT_Msk (0x3UL << RTC_ALRMBR_HT_Pos) /*!< 0x00300000 */ 5631 #define RTC_ALRMBR_HT RTC_ALRMBR_HT_Msk 5632 #define RTC_ALRMBR_HT_0 (0x1UL << RTC_ALRMBR_HT_Pos) /*!< 0x00100000 */ 5633 #define RTC_ALRMBR_HT_1 (0x2UL << RTC_ALRMBR_HT_Pos) /*!< 0x00200000 */ 5634 #define RTC_ALRMBR_HU_Pos (16U) 5635 #define RTC_ALRMBR_HU_Msk (0xFUL << RTC_ALRMBR_HU_Pos) /*!< 0x000F0000 */ 5636 #define RTC_ALRMBR_HU RTC_ALRMBR_HU_Msk 5637 #define RTC_ALRMBR_HU_0 (0x1UL << RTC_ALRMBR_HU_Pos) /*!< 0x00010000 */ 5638 #define RTC_ALRMBR_HU_1 (0x2UL << RTC_ALRMBR_HU_Pos) /*!< 0x00020000 */ 5639 #define RTC_ALRMBR_HU_2 (0x4UL << RTC_ALRMBR_HU_Pos) /*!< 0x00040000 */ 5640 #define RTC_ALRMBR_HU_3 (0x8UL << RTC_ALRMBR_HU_Pos) /*!< 0x00080000 */ 5641 #define RTC_ALRMBR_MSK2_Pos (15U) 5642 #define RTC_ALRMBR_MSK2_Msk (0x1UL << RTC_ALRMBR_MSK2_Pos) /*!< 0x00008000 */ 5643 #define RTC_ALRMBR_MSK2 RTC_ALRMBR_MSK2_Msk 5644 #define RTC_ALRMBR_MNT_Pos (12U) 5645 #define RTC_ALRMBR_MNT_Msk (0x7UL << RTC_ALRMBR_MNT_Pos) /*!< 0x00007000 */ 5646 #define RTC_ALRMBR_MNT RTC_ALRMBR_MNT_Msk 5647 #define RTC_ALRMBR_MNT_0 (0x1UL << RTC_ALRMBR_MNT_Pos) /*!< 0x00001000 */ 5648 #define RTC_ALRMBR_MNT_1 (0x2UL << RTC_ALRMBR_MNT_Pos) /*!< 0x00002000 */ 5649 #define RTC_ALRMBR_MNT_2 (0x4UL << RTC_ALRMBR_MNT_Pos) /*!< 0x00004000 */ 5650 #define RTC_ALRMBR_MNU_Pos (8U) 5651 #define RTC_ALRMBR_MNU_Msk (0xFUL << RTC_ALRMBR_MNU_Pos) /*!< 0x00000F00 */ 5652 #define RTC_ALRMBR_MNU RTC_ALRMBR_MNU_Msk 5653 #define RTC_ALRMBR_MNU_0 (0x1UL << RTC_ALRMBR_MNU_Pos) /*!< 0x00000100 */ 5654 #define RTC_ALRMBR_MNU_1 (0x2UL << RTC_ALRMBR_MNU_Pos) /*!< 0x00000200 */ 5655 #define RTC_ALRMBR_MNU_2 (0x4UL << RTC_ALRMBR_MNU_Pos) /*!< 0x00000400 */ 5656 #define RTC_ALRMBR_MNU_3 (0x8UL << RTC_ALRMBR_MNU_Pos) /*!< 0x00000800 */ 5657 #define RTC_ALRMBR_MSK1_Pos (7U) 5658 #define RTC_ALRMBR_MSK1_Msk (0x1UL << RTC_ALRMBR_MSK1_Pos) /*!< 0x00000080 */ 5659 #define RTC_ALRMBR_MSK1 RTC_ALRMBR_MSK1_Msk 5660 #define RTC_ALRMBR_ST_Pos (4U) 5661 #define RTC_ALRMBR_ST_Msk (0x7UL << RTC_ALRMBR_ST_Pos) /*!< 0x00000070 */ 5662 #define RTC_ALRMBR_ST RTC_ALRMBR_ST_Msk 5663 #define RTC_ALRMBR_ST_0 (0x1UL << RTC_ALRMBR_ST_Pos) /*!< 0x00000010 */ 5664 #define RTC_ALRMBR_ST_1 (0x2UL << RTC_ALRMBR_ST_Pos) /*!< 0x00000020 */ 5665 #define RTC_ALRMBR_ST_2 (0x4UL << RTC_ALRMBR_ST_Pos) /*!< 0x00000040 */ 5666 #define RTC_ALRMBR_SU_Pos (0U) 5667 #define RTC_ALRMBR_SU_Msk (0xFUL << RTC_ALRMBR_SU_Pos) /*!< 0x0000000F */ 5668 #define RTC_ALRMBR_SU RTC_ALRMBR_SU_Msk 5669 #define RTC_ALRMBR_SU_0 (0x1UL << RTC_ALRMBR_SU_Pos) /*!< 0x00000001 */ 5670 #define RTC_ALRMBR_SU_1 (0x2UL << RTC_ALRMBR_SU_Pos) /*!< 0x00000002 */ 5671 #define RTC_ALRMBR_SU_2 (0x4UL << RTC_ALRMBR_SU_Pos) /*!< 0x00000004 */ 5672 #define RTC_ALRMBR_SU_3 (0x8UL << RTC_ALRMBR_SU_Pos) /*!< 0x00000008 */ 5673 5674 /******************** Bits definition for RTC_ALRMASSR register *************/ 5675 #define RTC_ALRMBSSR_MASKSS_Pos (24U) 5676 #define RTC_ALRMBSSR_MASKSS_Msk (0xFUL << RTC_ALRMBSSR_MASKSS_Pos) /*!< 0x0F000000 */ 5677 #define RTC_ALRMBSSR_MASKSS RTC_ALRMBSSR_MASKSS_Msk 5678 #define RTC_ALRMBSSR_MASKSS_0 (0x1UL << RTC_ALRMBSSR_MASKSS_Pos) /*!< 0x01000000 */ 5679 #define RTC_ALRMBSSR_MASKSS_1 (0x2UL << RTC_ALRMBSSR_MASKSS_Pos) /*!< 0x02000000 */ 5680 #define RTC_ALRMBSSR_MASKSS_2 (0x4UL << RTC_ALRMBSSR_MASKSS_Pos) /*!< 0x04000000 */ 5681 #define RTC_ALRMBSSR_MASKSS_3 (0x8UL << RTC_ALRMBSSR_MASKSS_Pos) /*!< 0x08000000 */ 5682 #define RTC_ALRMBSSR_SS_Pos (0U) 5683 #define RTC_ALRMBSSR_SS_Msk (0x7FFFUL << RTC_ALRMBSSR_SS_Pos) /*!< 0x00007FFF */ 5684 #define RTC_ALRMBSSR_SS RTC_ALRMBSSR_SS_Msk 5685 5686 /******************** Bits definition for RTC_SR register *******************/ 5687 #define RTC_SR_ITSF_Pos (5U) 5688 #define RTC_SR_ITSF_Msk (0x1UL << RTC_SR_ITSF_Pos) /*!< 0x00000020 */ 5689 #define RTC_SR_ITSF RTC_SR_ITSF_Msk 5690 #define RTC_SR_TSOVF_Pos (4U) 5691 #define RTC_SR_TSOVF_Msk (0x1UL << RTC_SR_TSOVF_Pos) /*!< 0x00000010 */ 5692 #define RTC_SR_TSOVF RTC_SR_TSOVF_Msk /*!< Timestamp overflow flag > */ 5693 #define RTC_SR_TSF_Pos (3U) 5694 #define RTC_SR_TSF_Msk (0x1UL << RTC_SR_TSF_Pos) /*!< 0x00000008 */ 5695 #define RTC_SR_TSF RTC_SR_TSF_Msk /*!< Timestamp flag > */ 5696 #define RTC_SR_WUTF_Pos (2U) 5697 #define RTC_SR_WUTF_Msk (0x1UL << RTC_SR_WUTF_Pos) /*!< 0x00000004 */ 5698 #define RTC_SR_WUTF RTC_SR_WUTF_Msk /*!< Wakeup timer flag > */ 5699 #define RTC_SR_ALRBF_Pos (1U) 5700 #define RTC_SR_ALRBF_Msk (0x1UL << RTC_SR_ALRBF_Pos) /*!< 0x00000002 */ 5701 #define RTC_SR_ALRBF RTC_SR_ALRBF_Msk 5702 #define RTC_SR_ALRAF_Pos (0U) 5703 #define RTC_SR_ALRAF_Msk (0x1UL << RTC_SR_ALRAF_Pos) /*!< 0x00000001 */ 5704 #define RTC_SR_ALRAF RTC_SR_ALRAF_Msk 5705 5706 /******************** Bits definition for RTC_MISR register *****************/ 5707 #define RTC_MISR_ITSMF_Pos (5U) 5708 #define RTC_MISR_ITSMF_Msk (0x1UL << RTC_MISR_ITSMF_Pos) /*!< 0x00000020 */ 5709 #define RTC_MISR_ITSMF RTC_MISR_ITSMF_Msk 5710 #define RTC_MISR_TSOVMF_Pos (4U) 5711 #define RTC_MISR_TSOVMF_Msk (0x1UL << RTC_MISR_TSOVMF_Pos) /*!< 0x00000010 */ 5712 #define RTC_MISR_TSOVMF RTC_MISR_TSOVMF_Msk /*!< Timestamp overflow masked flag > */ 5713 #define RTC_MISR_TSMF_Pos (3U) 5714 #define RTC_MISR_TSMF_Msk (0x1UL << RTC_MISR_TSMF_Pos) /*!< 0x00000008 */ 5715 #define RTC_MISR_TSMF RTC_MISR_TSMF_Msk /*!< Timestamp masked flag > */ 5716 #define RTC_MISR_WUTMF_Pos (2U) 5717 #define RTC_MISR_WUTMF_Msk (0x1UL << RTC_MISR_WUTMF_Pos) /*!< 0x00000004 */ 5718 #define RTC_MISR_WUTMF RTC_MISR_WUTMF_Msk /*!< Wakeup timer masked flag > */ 5719 #define RTC_MISR_ALRBMF_Pos (1U) 5720 #define RTC_MISR_ALRBMF_Msk (0x1UL << RTC_MISR_ALRBMF_Pos) /*!< 0x00000002 */ 5721 #define RTC_MISR_ALRBMF RTC_MISR_ALRBMF_Msk 5722 #define RTC_MISR_ALRAMF_Pos (0U) 5723 #define RTC_MISR_ALRAMF_Msk (0x1UL << RTC_MISR_ALRAMF_Pos) /*!< 0x00000001 */ 5724 #define RTC_MISR_ALRAMF RTC_MISR_ALRAMF_Msk 5725 5726 /******************** Bits definition for RTC_SCR register ******************/ 5727 #define RTC_SCR_CITSF_Pos (5U) 5728 #define RTC_SCR_CITSF_Msk (0x1UL << RTC_SCR_CITSF_Pos) /*!< 0x00000020 */ 5729 #define RTC_SCR_CITSF RTC_SCR_CITSF_Msk 5730 #define RTC_SCR_CTSOVF_Pos (4U) 5731 #define RTC_SCR_CTSOVF_Msk (0x1UL << RTC_SCR_CTSOVF_Pos) /*!< 0x00000010 */ 5732 #define RTC_SCR_CTSOVF RTC_SCR_CTSOVF_Msk /*!< Clear timestamp overflow flag > */ 5733 #define RTC_SCR_CTSF_Pos (3U) 5734 #define RTC_SCR_CTSF_Msk (0x1UL << RTC_SCR_CTSF_Pos) /*!< 0x00000008 */ 5735 #define RTC_SCR_CTSF RTC_SCR_CTSF_Msk /*!< Clear timestamp flag > */ 5736 #define RTC_SCR_CWUTF_Pos (2U) 5737 #define RTC_SCR_CWUTF_Msk (0x1UL << RTC_SCR_CWUTF_Pos) /*!< 0x00000004 */ 5738 #define RTC_SCR_CWUTF RTC_SCR_CWUTF_Msk /*!< Clear wakeup timer flag > */ 5739 #define RTC_SCR_CALRBF_Pos (1U) 5740 #define RTC_SCR_CALRBF_Msk (0x1UL << RTC_SCR_CALRBF_Pos) /*!< 0x00000002 */ 5741 #define RTC_SCR_CALRBF RTC_SCR_CALRBF_Msk 5742 #define RTC_SCR_CALRAF_Pos (0U) 5743 #define RTC_SCR_CALRAF_Msk (0x1UL << RTC_SCR_CALRAF_Pos) /*!< 0x00000001 */ 5744 #define RTC_SCR_CALRAF RTC_SCR_CALRAF_Msk 5745 5746 /******************************************************************************/ 5747 /* */ 5748 /* Tamper and backup register (TAMP) */ 5749 /* */ 5750 /******************************************************************************/ 5751 /******************** Bits definition for TAMP_CR1 register *****************/ 5752 #define TAMP_CR1_TAMP1E_Pos (0U) 5753 #define TAMP_CR1_TAMP1E_Msk (0x1UL << TAMP_CR1_TAMP1E_Pos) /*!< 0x00000001 */ 5754 #define TAMP_CR1_TAMP1E TAMP_CR1_TAMP1E_Msk 5755 #define TAMP_CR1_TAMP2E_Pos (1U) 5756 #define TAMP_CR1_TAMP2E_Msk (0x1UL << TAMP_CR1_TAMP2E_Pos) /*!< 0x00000002 */ 5757 #define TAMP_CR1_TAMP2E TAMP_CR1_TAMP2E_Msk 5758 #define TAMP_CR1_ITAMP3E_Pos (18U) 5759 #define TAMP_CR1_ITAMP3E_Msk (0x1UL << TAMP_CR1_ITAMP3E_Pos) /*!< 0x00040000 */ 5760 #define TAMP_CR1_ITAMP3E TAMP_CR1_ITAMP3E_Msk 5761 #define TAMP_CR1_ITAMP4E_Pos (19U) 5762 #define TAMP_CR1_ITAMP4E_Msk (0x1UL << TAMP_CR1_ITAMP4E_Pos) /*!< 0x00080000 */ 5763 #define TAMP_CR1_ITAMP4E TAMP_CR1_ITAMP4E_Msk 5764 #define TAMP_CR1_ITAMP5E_Pos (20U) 5765 #define TAMP_CR1_ITAMP5E_Msk (0x1UL << TAMP_CR1_ITAMP5E_Pos) /*!< 0x00100000 */ 5766 #define TAMP_CR1_ITAMP5E TAMP_CR1_ITAMP5E_Msk 5767 #define TAMP_CR1_ITAMP6E_Pos (21U) 5768 #define TAMP_CR1_ITAMP6E_Msk (0x1UL << TAMP_CR1_ITAMP6E_Pos) /*!< 0x00200000 */ 5769 #define TAMP_CR1_ITAMP6E TAMP_CR1_ITAMP6E_Msk 5770 5771 /******************** Bits definition for TAMP_CR2 register *****************/ 5772 #define TAMP_CR2_TAMP1NOERASE_Pos (0U) 5773 #define TAMP_CR2_TAMP1NOERASE_Msk (0x1UL << TAMP_CR2_TAMP1NOERASE_Pos) /*!< 0x00000001 */ 5774 #define TAMP_CR2_TAMP1NOERASE TAMP_CR2_TAMP1NOERASE_Msk 5775 #define TAMP_CR2_TAMP2NOERASE_Pos (1U) 5776 #define TAMP_CR2_TAMP2NOERASE_Msk (0x1UL << TAMP_CR2_TAMP2NOERASE_Pos) /*!< 0x00000002 */ 5777 #define TAMP_CR2_TAMP2NOERASE TAMP_CR2_TAMP2NOERASE_Msk 5778 #define TAMP_CR2_TAMP1MSK_Pos (16U) 5779 #define TAMP_CR2_TAMP1MSK_Msk (0x1UL << TAMP_CR2_TAMP1MSK_Pos) /*!< 0x00010000 */ 5780 #define TAMP_CR2_TAMP1MSK TAMP_CR2_TAMP1MSK_Msk 5781 #define TAMP_CR2_TAMP2MSK_Pos (17U) 5782 #define TAMP_CR2_TAMP2MSK_Msk (0x1UL << TAMP_CR2_TAMP2MSK_Pos) /*!< 0x00020000 */ 5783 #define TAMP_CR2_TAMP2MSK TAMP_CR2_TAMP2MSK_Msk 5784 #define TAMP_CR2_TAMP1TRG_Pos (24U) 5785 #define TAMP_CR2_TAMP1TRG_Msk (0x1UL << TAMP_CR2_TAMP1TRG_Pos) /*!< 0x01000000 */ 5786 #define TAMP_CR2_TAMP1TRG TAMP_CR2_TAMP1TRG_Msk 5787 #define TAMP_CR2_TAMP2TRG_Pos (25U) 5788 #define TAMP_CR2_TAMP2TRG_Msk (0x1UL << TAMP_CR2_TAMP2TRG_Pos) /*!< 0x02000000 */ 5789 #define TAMP_CR2_TAMP2TRG TAMP_CR2_TAMP2TRG_Msk 5790 5791 /******************** Bits definition for TAMP_FLTCR register ***************/ 5792 #define TAMP_FLTCR_TAMPFREQ_0 0x00000001U 5793 #define TAMP_FLTCR_TAMPFREQ_1 0x00000002U 5794 #define TAMP_FLTCR_TAMPFREQ_2 0x00000004U 5795 #define TAMP_FLTCR_TAMPFREQ_Pos (0U) 5796 #define TAMP_FLTCR_TAMPFREQ_Msk (0x7UL << TAMP_FLTCR_TAMPFREQ_Pos) /*!< 0x00000007 */ 5797 #define TAMP_FLTCR_TAMPFREQ TAMP_FLTCR_TAMPFREQ_Msk 5798 #define TAMP_FLTCR_TAMPFLT_0 0x00000008U 5799 #define TAMP_FLTCR_TAMPFLT_1 0x00000010U 5800 #define TAMP_FLTCR_TAMPFLT_Pos (3U) 5801 #define TAMP_FLTCR_TAMPFLT_Msk (0x3UL << TAMP_FLTCR_TAMPFLT_Pos) /*!< 0x00000018 */ 5802 #define TAMP_FLTCR_TAMPFLT TAMP_FLTCR_TAMPFLT_Msk 5803 #define TAMP_FLTCR_TAMPPRCH_0 0x00000020U 5804 #define TAMP_FLTCR_TAMPPRCH_1 0x00000040U 5805 #define TAMP_FLTCR_TAMPPRCH_Pos (5U) 5806 #define TAMP_FLTCR_TAMPPRCH_Msk (0x3UL << TAMP_FLTCR_TAMPPRCH_Pos) /*!< 0x00000060 */ 5807 #define TAMP_FLTCR_TAMPPRCH TAMP_FLTCR_TAMPPRCH_Msk 5808 #define TAMP_FLTCR_TAMPPUDIS_Pos (7U) 5809 #define TAMP_FLTCR_TAMPPUDIS_Msk (0x1UL << TAMP_FLTCR_TAMPPUDIS_Pos) /*!< 0x00000080 */ 5810 #define TAMP_FLTCR_TAMPPUDIS TAMP_FLTCR_TAMPPUDIS_Msk 5811 5812 /******************** Bits definition for TAMP_IER register *****************/ 5813 #define TAMP_IER_TAMP1IE_Pos (0U) 5814 #define TAMP_IER_TAMP1IE_Msk (0x1UL << TAMP_IER_TAMP1IE_Pos) /*!< 0x00000001 */ 5815 #define TAMP_IER_TAMP1IE TAMP_IER_TAMP1IE_Msk 5816 #define TAMP_IER_TAMP2IE_Pos (1U) 5817 #define TAMP_IER_TAMP2IE_Msk (0x1UL << TAMP_IER_TAMP2IE_Pos) /*!< 0x00000002 */ 5818 #define TAMP_IER_TAMP2IE TAMP_IER_TAMP2IE_Msk 5819 #define TAMP_IER_ITAMP3IE_Pos (18U) 5820 #define TAMP_IER_ITAMP3IE_Msk (0x1UL << TAMP_IER_ITAMP3IE_Pos) /*!< 0x00040000 */ 5821 #define TAMP_IER_ITAMP3IE TAMP_IER_ITAMP3IE_Msk 5822 #define TAMP_IER_ITAMP4IE_Pos (19U) 5823 #define TAMP_IER_ITAMP4IE_Msk (0x1UL << TAMP_IER_ITAMP4IE_Pos) /*!< 0x00080000 */ 5824 #define TAMP_IER_ITAMP4IE TAMP_IER_ITAMP4IE_Msk 5825 #define TAMP_IER_ITAMP5IE_Pos (20U) 5826 #define TAMP_IER_ITAMP5IE_Msk (0x1UL << TAMP_IER_ITAMP5IE_Pos) /*!< 0x00100000 */ 5827 #define TAMP_IER_ITAMP5IE TAMP_IER_ITAMP5IE_Msk 5828 #define TAMP_IER_ITAMP6IE_Pos (21U) 5829 #define TAMP_IER_ITAMP6IE_Msk (0x1UL << TAMP_IER_ITAMP6IE_Pos) /*!< 0x00200000 */ 5830 #define TAMP_IER_ITAMP6IE TAMP_IER_ITAMP6IE_Msk 5831 5832 /******************** Bits definition for TAMP_SR register ******************/ 5833 #define TAMP_SR_TAMP1F_Pos (0U) 5834 #define TAMP_SR_TAMP1F_Msk (0x1UL << TAMP_SR_TAMP1F_Pos) /*!< 0x00000001 */ 5835 #define TAMP_SR_TAMP1F TAMP_SR_TAMP1F_Msk 5836 #define TAMP_SR_TAMP2F_Pos (1U) 5837 #define TAMP_SR_TAMP2F_Msk (0x1UL << TAMP_SR_TAMP2F_Pos) /*!< 0x00000002 */ 5838 #define TAMP_SR_TAMP2F TAMP_SR_TAMP2F_Msk 5839 #define TAMP_SR_ITAMP3F_Pos (18U) 5840 #define TAMP_SR_ITAMP3F_Msk (0x1UL << TAMP_SR_ITAMP3F_Pos) /*!< 0x00040000 */ 5841 #define TAMP_SR_ITAMP3F TAMP_SR_ITAMP3F_Msk 5842 #define TAMP_SR_ITAMP4F_Pos (19U) 5843 #define TAMP_SR_ITAMP4F_Msk (0x1UL << TAMP_SR_ITAMP4F_Pos) /*!< 0x00080000 */ 5844 #define TAMP_SR_ITAMP4F TAMP_SR_ITAMP4F_Msk 5845 #define TAMP_SR_ITAMP5F_Pos (20U) 5846 #define TAMP_SR_ITAMP5F_Msk (0x1UL << TAMP_SR_ITAMP5F_Pos) /*!< 0x00100000 */ 5847 #define TAMP_SR_ITAMP5F TAMP_SR_ITAMP5F_Msk 5848 #define TAMP_SR_ITAMP6F_Pos (21U) 5849 #define TAMP_SR_ITAMP6F_Msk (0x1UL << TAMP_SR_ITAMP6F_Pos) /*!< 0x00200000 */ 5850 #define TAMP_SR_ITAMP6F TAMP_SR_ITAMP6F_Msk 5851 5852 /******************** Bits definition for TAMP_MISR register ****************/ 5853 #define TAMP_MISR_TAMP1MF_Pos (0U) 5854 #define TAMP_MISR_TAMP1MF_Msk (0x1UL << TAMP_MISR_TAMP1MF_Pos) /*!< 0x00000001 */ 5855 #define TAMP_MISR_TAMP1MF TAMP_MISR_TAMP1MF_Msk 5856 #define TAMP_MISR_TAMP2MF_Pos (1U) 5857 #define TAMP_MISR_TAMP2MF_Msk (0x1UL << TAMP_MISR_TAMP2MF_Pos) /*!< 0x00000002 */ 5858 #define TAMP_MISR_TAMP2MF TAMP_MISR_TAMP2MF_Msk 5859 #define TAMP_MISR_ITAMP3MF_Pos (18U) 5860 #define TAMP_MISR_ITAMP3MF_Msk (0x1UL << TAMP_MISR_ITAMP3MF_Pos) /*!< 0x00040000 */ 5861 #define TAMP_MISR_ITAMP3MF TAMP_MISR_ITAMP3MF_Msk 5862 #define TAMP_MISR_ITAMP4MF_Pos (19U) 5863 #define TAMP_MISR_ITAMP4MF_Msk (0x1UL << TAMP_MISR_ITAMP4MF_Pos) /*!< 0x00080000 */ 5864 #define TAMP_MISR_ITAMP4MF TAMP_MISR_ITAMP4MF_Msk 5865 #define TAMP_MISR_ITAMP5MF_Pos (20U) 5866 #define TAMP_MISR_ITAMP5MF_Msk (0x1UL << TAMP_MISR_ITAMP5MF_Pos) /*!< 0x00100000 */ 5867 #define TAMP_MISR_ITAMP5MF TAMP_MISR_ITAMP5MF_Msk 5868 #define TAMP_MISR_ITAMP6MF_Pos (21U) 5869 #define TAMP_MISR_ITAMP6MF_Msk (0x1UL << TAMP_MISR_ITAMP6MF_Pos) /*!< 0x00200000 */ 5870 #define TAMP_MISR_ITAMP6MF TAMP_MISR_ITAMP6MF_Msk 5871 5872 /******************** Bits definition for TAMP_SCR register *****************/ 5873 #define TAMP_SCR_CTAMP1F_Pos (0U) 5874 #define TAMP_SCR_CTAMP1F_Msk (0x1UL << TAMP_SCR_CTAMP1F_Pos) /*!< 0x00000001 */ 5875 #define TAMP_SCR_CTAMP1F TAMP_SCR_CTAMP1F_Msk 5876 #define TAMP_SCR_CTAMP2F_Pos (1U) 5877 #define TAMP_SCR_CTAMP2F_Msk (0x1UL << TAMP_SCR_CTAMP2F_Pos) /*!< 0x00000002 */ 5878 #define TAMP_SCR_CTAMP2F TAMP_SCR_CTAMP2F_Msk 5879 #define TAMP_SCR_CITAMP3F_Pos (18U) 5880 #define TAMP_SCR_CITAMP3F_Msk (0x1UL << TAMP_SCR_CITAMP3F_Pos) /*!< 0x00040000 */ 5881 #define TAMP_SCR_CITAMP3F TAMP_SCR_CITAMP3F_Msk 5882 #define TAMP_SCR_CITAMP4F_Pos (19U) 5883 #define TAMP_SCR_CITAMP4F_Msk (0x1UL << TAMP_SCR_CITAMP4F_Pos) /*!< 0x00080000 */ 5884 #define TAMP_SCR_CITAMP4F TAMP_SCR_CITAMP4F_Msk 5885 #define TAMP_SCR_CITAMP5F_Pos (20U) 5886 #define TAMP_SCR_CITAMP5F_Msk (0x1UL << TAMP_SCR_CITAMP5F_Pos) /*!< 0x00100000 */ 5887 #define TAMP_SCR_CITAMP5F TAMP_SCR_CITAMP5F_Msk 5888 #define TAMP_SCR_CITAMP6F_Pos (21U) 5889 #define TAMP_SCR_CITAMP6F_Msk (0x1UL << TAMP_SCR_CITAMP6F_Pos) /*!< 0x00200000 */ 5890 #define TAMP_SCR_CITAMP6F TAMP_SCR_CITAMP6F_Msk 5891 5892 /******************** Bits definition for TAMP_BKP0R register ***************/ 5893 #define TAMP_BKP0R_Pos (0U) 5894 #define TAMP_BKP0R_Msk (0xFFFFFFFFUL << TAMP_BKP0R_Pos) /*!< 0xFFFFFFFF */ 5895 #define TAMP_BKP0R TAMP_BKP0R_Msk 5896 5897 /******************** Bits definition for TAMP_BKP1R register ***************/ 5898 #define TAMP_BKP1R_Pos (0U) 5899 #define TAMP_BKP1R_Msk (0xFFFFFFFFUL << TAMP_BKP1R_Pos) /*!< 0xFFFFFFFF */ 5900 #define TAMP_BKP1R TAMP_BKP1R_Msk 5901 5902 /******************** Bits definition for TAMP_BKP2R register ***************/ 5903 #define TAMP_BKP2R_Pos (0U) 5904 #define TAMP_BKP2R_Msk (0xFFFFFFFFUL << TAMP_BKP2R_Pos) /*!< 0xFFFFFFFF */ 5905 #define TAMP_BKP2R TAMP_BKP2R_Msk 5906 5907 /******************** Bits definition for TAMP_BKP3R register ***************/ 5908 #define TAMP_BKP3R_Pos (0U) 5909 #define TAMP_BKP3R_Msk (0xFFFFFFFFUL << TAMP_BKP3R_Pos) /*!< 0xFFFFFFFF */ 5910 #define TAMP_BKP3R TAMP_BKP3R_Msk 5911 5912 /******************** Bits definition for TAMP_BKP4R register ***************/ 5913 #define TAMP_BKP4R_Pos (0U) 5914 #define TAMP_BKP4R_Msk (0xFFFFFFFFUL << TAMP_BKP4R_Pos) /*!< 0xFFFFFFFF */ 5915 #define TAMP_BKP4R TAMP_BKP4R_Msk 5916 5917 /******************************************************************************/ 5918 /* */ 5919 /* Serial Peripheral Interface (SPI) */ 5920 /* */ 5921 /******************************************************************************/ 5922 /* 5923 * @brief Specific device feature definitions (not present on all devices in the STM32G0 series) 5924 */ 5925 #define SPI_I2S_SUPPORT /*!< I2S support */ 5926 5927 /******************* Bit definition for SPI_CR1 register ********************/ 5928 #define SPI_CR1_CPHA_Pos (0U) 5929 #define SPI_CR1_CPHA_Msk (0x1UL << SPI_CR1_CPHA_Pos) /*!< 0x00000001 */ 5930 #define SPI_CR1_CPHA SPI_CR1_CPHA_Msk /*!<Clock Phase */ 5931 #define SPI_CR1_CPOL_Pos (1U) 5932 #define SPI_CR1_CPOL_Msk (0x1UL << SPI_CR1_CPOL_Pos) /*!< 0x00000002 */ 5933 #define SPI_CR1_CPOL SPI_CR1_CPOL_Msk /*!<Clock Polarity */ 5934 #define SPI_CR1_MSTR_Pos (2U) 5935 #define SPI_CR1_MSTR_Msk (0x1UL << SPI_CR1_MSTR_Pos) /*!< 0x00000004 */ 5936 #define SPI_CR1_MSTR SPI_CR1_MSTR_Msk /*!<Master Selection */ 5937 5938 #define SPI_CR1_BR_Pos (3U) 5939 #define SPI_CR1_BR_Msk (0x7UL << SPI_CR1_BR_Pos) /*!< 0x00000038 */ 5940 #define SPI_CR1_BR SPI_CR1_BR_Msk /*!<BR[2:0] bits (Baud Rate Control) */ 5941 #define SPI_CR1_BR_0 (0x1UL << SPI_CR1_BR_Pos) /*!< 0x00000008 */ 5942 #define SPI_CR1_BR_1 (0x2UL << SPI_CR1_BR_Pos) /*!< 0x00000010 */ 5943 #define SPI_CR1_BR_2 (0x4UL << SPI_CR1_BR_Pos) /*!< 0x00000020 */ 5944 5945 #define SPI_CR1_SPE_Pos (6U) 5946 #define SPI_CR1_SPE_Msk (0x1UL << SPI_CR1_SPE_Pos) /*!< 0x00000040 */ 5947 #define SPI_CR1_SPE SPI_CR1_SPE_Msk /*!<SPI Enable */ 5948 #define SPI_CR1_LSBFIRST_Pos (7U) 5949 #define SPI_CR1_LSBFIRST_Msk (0x1UL << SPI_CR1_LSBFIRST_Pos) /*!< 0x00000080 */ 5950 #define SPI_CR1_LSBFIRST SPI_CR1_LSBFIRST_Msk /*!<Frame Format */ 5951 #define SPI_CR1_SSI_Pos (8U) 5952 #define SPI_CR1_SSI_Msk (0x1UL << SPI_CR1_SSI_Pos) /*!< 0x00000100 */ 5953 #define SPI_CR1_SSI SPI_CR1_SSI_Msk /*!<Internal slave select */ 5954 #define SPI_CR1_SSM_Pos (9U) 5955 #define SPI_CR1_SSM_Msk (0x1UL << SPI_CR1_SSM_Pos) /*!< 0x00000200 */ 5956 #define SPI_CR1_SSM SPI_CR1_SSM_Msk /*!<Software slave management */ 5957 #define SPI_CR1_RXONLY_Pos (10U) 5958 #define SPI_CR1_RXONLY_Msk (0x1UL << SPI_CR1_RXONLY_Pos) /*!< 0x00000400 */ 5959 #define SPI_CR1_RXONLY SPI_CR1_RXONLY_Msk /*!<Receive only */ 5960 #define SPI_CR1_CRCL_Pos (11U) 5961 #define SPI_CR1_CRCL_Msk (0x1UL << SPI_CR1_CRCL_Pos) /*!< 0x00000800 */ 5962 #define SPI_CR1_CRCL SPI_CR1_CRCL_Msk /*!< CRC Length */ 5963 #define SPI_CR1_CRCNEXT_Pos (12U) 5964 #define SPI_CR1_CRCNEXT_Msk (0x1UL << SPI_CR1_CRCNEXT_Pos) /*!< 0x00001000 */ 5965 #define SPI_CR1_CRCNEXT SPI_CR1_CRCNEXT_Msk /*!<Transmit CRC next */ 5966 #define SPI_CR1_CRCEN_Pos (13U) 5967 #define SPI_CR1_CRCEN_Msk (0x1UL << SPI_CR1_CRCEN_Pos) /*!< 0x00002000 */ 5968 #define SPI_CR1_CRCEN SPI_CR1_CRCEN_Msk /*!<Hardware CRC calculation enable */ 5969 #define SPI_CR1_BIDIOE_Pos (14U) 5970 #define SPI_CR1_BIDIOE_Msk (0x1UL << SPI_CR1_BIDIOE_Pos) /*!< 0x00004000 */ 5971 #define SPI_CR1_BIDIOE SPI_CR1_BIDIOE_Msk /*!<Output enable in bidirectional mode */ 5972 #define SPI_CR1_BIDIMODE_Pos (15U) 5973 #define SPI_CR1_BIDIMODE_Msk (0x1UL << SPI_CR1_BIDIMODE_Pos) /*!< 0x00008000 */ 5974 #define SPI_CR1_BIDIMODE SPI_CR1_BIDIMODE_Msk /*!<Bidirectional data mode enable */ 5975 5976 /******************* Bit definition for SPI_CR2 register ********************/ 5977 #define SPI_CR2_RXDMAEN_Pos (0U) 5978 #define SPI_CR2_RXDMAEN_Msk (0x1UL << SPI_CR2_RXDMAEN_Pos) /*!< 0x00000001 */ 5979 #define SPI_CR2_RXDMAEN SPI_CR2_RXDMAEN_Msk /*!< Rx Buffer DMA Enable */ 5980 #define SPI_CR2_TXDMAEN_Pos (1U) 5981 #define SPI_CR2_TXDMAEN_Msk (0x1UL << SPI_CR2_TXDMAEN_Pos) /*!< 0x00000002 */ 5982 #define SPI_CR2_TXDMAEN SPI_CR2_TXDMAEN_Msk /*!< Tx Buffer DMA Enable */ 5983 #define SPI_CR2_SSOE_Pos (2U) 5984 #define SPI_CR2_SSOE_Msk (0x1UL << SPI_CR2_SSOE_Pos) /*!< 0x00000004 */ 5985 #define SPI_CR2_SSOE SPI_CR2_SSOE_Msk /*!< SS Output Enable */ 5986 #define SPI_CR2_NSSP_Pos (3U) 5987 #define SPI_CR2_NSSP_Msk (0x1UL << SPI_CR2_NSSP_Pos) /*!< 0x00000008 */ 5988 #define SPI_CR2_NSSP SPI_CR2_NSSP_Msk /*!< NSS pulse management Enable */ 5989 #define SPI_CR2_FRF_Pos (4U) 5990 #define SPI_CR2_FRF_Msk (0x1UL << SPI_CR2_FRF_Pos) /*!< 0x00000010 */ 5991 #define SPI_CR2_FRF SPI_CR2_FRF_Msk /*!< Frame Format Enable */ 5992 #define SPI_CR2_ERRIE_Pos (5U) 5993 #define SPI_CR2_ERRIE_Msk (0x1UL << SPI_CR2_ERRIE_Pos) /*!< 0x00000020 */ 5994 #define SPI_CR2_ERRIE SPI_CR2_ERRIE_Msk /*!< Error Interrupt Enable */ 5995 #define SPI_CR2_RXNEIE_Pos (6U) 5996 #define SPI_CR2_RXNEIE_Msk (0x1UL << SPI_CR2_RXNEIE_Pos) /*!< 0x00000040 */ 5997 #define SPI_CR2_RXNEIE SPI_CR2_RXNEIE_Msk /*!< RX buffer Not Empty Interrupt Enable */ 5998 #define SPI_CR2_TXEIE_Pos (7U) 5999 #define SPI_CR2_TXEIE_Msk (0x1UL << SPI_CR2_TXEIE_Pos) /*!< 0x00000080 */ 6000 #define SPI_CR2_TXEIE SPI_CR2_TXEIE_Msk /*!< Tx buffer Empty Interrupt Enable */ 6001 #define SPI_CR2_DS_Pos (8U) 6002 #define SPI_CR2_DS_Msk (0xFUL << SPI_CR2_DS_Pos) /*!< 0x00000F00 */ 6003 #define SPI_CR2_DS SPI_CR2_DS_Msk /*!< DS[3:0] Data Size */ 6004 #define SPI_CR2_DS_0 (0x1UL << SPI_CR2_DS_Pos) /*!< 0x00000100 */ 6005 #define SPI_CR2_DS_1 (0x2UL << SPI_CR2_DS_Pos) /*!< 0x00000200 */ 6006 #define SPI_CR2_DS_2 (0x4UL << SPI_CR2_DS_Pos) /*!< 0x00000400 */ 6007 #define SPI_CR2_DS_3 (0x8UL << SPI_CR2_DS_Pos) /*!< 0x00000800 */ 6008 #define SPI_CR2_FRXTH_Pos (12U) 6009 #define SPI_CR2_FRXTH_Msk (0x1UL << SPI_CR2_FRXTH_Pos) /*!< 0x00001000 */ 6010 #define SPI_CR2_FRXTH SPI_CR2_FRXTH_Msk /*!< FIFO reception Threshold */ 6011 #define SPI_CR2_LDMARX_Pos (13U) 6012 #define SPI_CR2_LDMARX_Msk (0x1UL << SPI_CR2_LDMARX_Pos) /*!< 0x00002000 */ 6013 #define SPI_CR2_LDMARX SPI_CR2_LDMARX_Msk /*!< Last DMA transfer for reception */ 6014 #define SPI_CR2_LDMATX_Pos (14U) 6015 #define SPI_CR2_LDMATX_Msk (0x1UL << SPI_CR2_LDMATX_Pos) /*!< 0x00004000 */ 6016 #define SPI_CR2_LDMATX SPI_CR2_LDMATX_Msk /*!< Last DMA transfer for transmission */ 6017 6018 /******************** Bit definition for SPI_SR register ********************/ 6019 #define SPI_SR_RXNE_Pos (0U) 6020 #define SPI_SR_RXNE_Msk (0x1UL << SPI_SR_RXNE_Pos) /*!< 0x00000001 */ 6021 #define SPI_SR_RXNE SPI_SR_RXNE_Msk /*!< Receive buffer Not Empty */ 6022 #define SPI_SR_TXE_Pos (1U) 6023 #define SPI_SR_TXE_Msk (0x1UL << SPI_SR_TXE_Pos) /*!< 0x00000002 */ 6024 #define SPI_SR_TXE SPI_SR_TXE_Msk /*!< Transmit buffer Empty */ 6025 #define SPI_SR_CHSIDE_Pos (2U) 6026 #define SPI_SR_CHSIDE_Msk (0x1UL << SPI_SR_CHSIDE_Pos) /*!< 0x00000004 */ 6027 #define SPI_SR_CHSIDE SPI_SR_CHSIDE_Msk /*!< Channel side */ 6028 #define SPI_SR_UDR_Pos (3U) 6029 #define SPI_SR_UDR_Msk (0x1UL << SPI_SR_UDR_Pos) /*!< 0x00000008 */ 6030 #define SPI_SR_UDR SPI_SR_UDR_Msk /*!< Underrun flag */ 6031 #define SPI_SR_CRCERR_Pos (4U) 6032 #define SPI_SR_CRCERR_Msk (0x1UL << SPI_SR_CRCERR_Pos) /*!< 0x00000010 */ 6033 #define SPI_SR_CRCERR SPI_SR_CRCERR_Msk /*!< CRC Error flag */ 6034 #define SPI_SR_MODF_Pos (5U) 6035 #define SPI_SR_MODF_Msk (0x1UL << SPI_SR_MODF_Pos) /*!< 0x00000020 */ 6036 #define SPI_SR_MODF SPI_SR_MODF_Msk /*!< Mode fault */ 6037 #define SPI_SR_OVR_Pos (6U) 6038 #define SPI_SR_OVR_Msk (0x1UL << SPI_SR_OVR_Pos) /*!< 0x00000040 */ 6039 #define SPI_SR_OVR SPI_SR_OVR_Msk /*!< Overrun flag */ 6040 #define SPI_SR_BSY_Pos (7U) 6041 #define SPI_SR_BSY_Msk (0x1UL << SPI_SR_BSY_Pos) /*!< 0x00000080 */ 6042 #define SPI_SR_BSY SPI_SR_BSY_Msk /*!< Busy flag */ 6043 #define SPI_SR_FRE_Pos (8U) 6044 #define SPI_SR_FRE_Msk (0x1UL << SPI_SR_FRE_Pos) /*!< 0x00000100 */ 6045 #define SPI_SR_FRE SPI_SR_FRE_Msk /*!< TI frame format error */ 6046 #define SPI_SR_FRLVL_Pos (9U) 6047 #define SPI_SR_FRLVL_Msk (0x3UL << SPI_SR_FRLVL_Pos) /*!< 0x00000600 */ 6048 #define SPI_SR_FRLVL SPI_SR_FRLVL_Msk /*!< FIFO Reception Level */ 6049 #define SPI_SR_FRLVL_0 (0x1UL << SPI_SR_FRLVL_Pos) /*!< 0x00000200 */ 6050 #define SPI_SR_FRLVL_1 (0x2UL << SPI_SR_FRLVL_Pos) /*!< 0x00000400 */ 6051 #define SPI_SR_FTLVL_Pos (11U) 6052 #define SPI_SR_FTLVL_Msk (0x3UL << SPI_SR_FTLVL_Pos) /*!< 0x00001800 */ 6053 #define SPI_SR_FTLVL SPI_SR_FTLVL_Msk /*!< FIFO Transmission Level */ 6054 #define SPI_SR_FTLVL_0 (0x1UL << SPI_SR_FTLVL_Pos) /*!< 0x00000800 */ 6055 #define SPI_SR_FTLVL_1 (0x2UL << SPI_SR_FTLVL_Pos) /*!< 0x00001000 */ 6056 6057 /******************** Bit definition for SPI_DR register ********************/ 6058 #define SPI_DR_DR_Pos (0U) 6059 #define SPI_DR_DR_Msk (0xFFFFUL << SPI_DR_DR_Pos) /*!< 0x0000FFFF */ 6060 #define SPI_DR_DR SPI_DR_DR_Msk /*!<Data Register */ 6061 6062 /******************* Bit definition for SPI_CRCPR register ******************/ 6063 #define SPI_CRCPR_CRCPOLY_Pos (0U) 6064 #define SPI_CRCPR_CRCPOLY_Msk (0xFFFFUL << SPI_CRCPR_CRCPOLY_Pos) /*!< 0x0000FFFF */ 6065 #define SPI_CRCPR_CRCPOLY SPI_CRCPR_CRCPOLY_Msk /*!<CRC polynomial register */ 6066 6067 /****************** Bit definition for SPI_RXCRCR register ******************/ 6068 #define SPI_RXCRCR_RXCRC_Pos (0U) 6069 #define SPI_RXCRCR_RXCRC_Msk (0xFFFFUL << SPI_RXCRCR_RXCRC_Pos) /*!< 0x0000FFFF */ 6070 #define SPI_RXCRCR_RXCRC SPI_RXCRCR_RXCRC_Msk /*!<Rx CRC Register */ 6071 6072 /****************** Bit definition for SPI_TXCRCR register ******************/ 6073 #define SPI_TXCRCR_TXCRC_Pos (0U) 6074 #define SPI_TXCRCR_TXCRC_Msk (0xFFFFUL << SPI_TXCRCR_TXCRC_Pos) /*!< 0x0000FFFF */ 6075 #define SPI_TXCRCR_TXCRC SPI_TXCRCR_TXCRC_Msk /*!<Tx CRC Register */ 6076 6077 /****************** Bit definition for SPI_I2SCFGR register *****************/ 6078 #define SPI_I2SCFGR_CHLEN_Pos (0U) 6079 #define SPI_I2SCFGR_CHLEN_Msk (0x1UL << SPI_I2SCFGR_CHLEN_Pos) /*!< 0x00000001 */ 6080 #define SPI_I2SCFGR_CHLEN SPI_I2SCFGR_CHLEN_Msk /*!<Channel length (number of bits per audio channel) */ 6081 #define SPI_I2SCFGR_DATLEN_Pos (1U) 6082 #define SPI_I2SCFGR_DATLEN_Msk (0x3UL << SPI_I2SCFGR_DATLEN_Pos) /*!< 0x00000006 */ 6083 #define SPI_I2SCFGR_DATLEN SPI_I2SCFGR_DATLEN_Msk /*!<DATLEN[1:0] bits (Data length to be transferred) */ 6084 #define SPI_I2SCFGR_DATLEN_0 (0x1UL << SPI_I2SCFGR_DATLEN_Pos) /*!< 0x00000002 */ 6085 #define SPI_I2SCFGR_DATLEN_1 (0x2UL << SPI_I2SCFGR_DATLEN_Pos) /*!< 0x00000004 */ 6086 #define SPI_I2SCFGR_CKPOL_Pos (3U) 6087 #define SPI_I2SCFGR_CKPOL_Msk (0x1UL << SPI_I2SCFGR_CKPOL_Pos) /*!< 0x00000008 */ 6088 #define SPI_I2SCFGR_CKPOL SPI_I2SCFGR_CKPOL_Msk /*!<steady state clock polarity */ 6089 #define SPI_I2SCFGR_I2SSTD_Pos (4U) 6090 #define SPI_I2SCFGR_I2SSTD_Msk (0x3UL << SPI_I2SCFGR_I2SSTD_Pos) /*!< 0x00000030 */ 6091 #define SPI_I2SCFGR_I2SSTD SPI_I2SCFGR_I2SSTD_Msk /*!<I2SSTD[1:0] bits (I2S standard selection) */ 6092 #define SPI_I2SCFGR_I2SSTD_0 (0x1UL << SPI_I2SCFGR_I2SSTD_Pos) /*!< 0x00000010 */ 6093 #define SPI_I2SCFGR_I2SSTD_1 (0x2UL << SPI_I2SCFGR_I2SSTD_Pos) /*!< 0x00000020 */ 6094 #define SPI_I2SCFGR_PCMSYNC_Pos (7U) 6095 #define SPI_I2SCFGR_PCMSYNC_Msk (0x1UL << SPI_I2SCFGR_PCMSYNC_Pos) /*!< 0x00000080 */ 6096 #define SPI_I2SCFGR_PCMSYNC SPI_I2SCFGR_PCMSYNC_Msk /*!<PCM frame synchronization */ 6097 #define SPI_I2SCFGR_I2SCFG_Pos (8U) 6098 #define SPI_I2SCFGR_I2SCFG_Msk (0x3UL << SPI_I2SCFGR_I2SCFG_Pos) /*!< 0x00000300 */ 6099 #define SPI_I2SCFGR_I2SCFG SPI_I2SCFGR_I2SCFG_Msk /*!<I2SCFG[1:0] bits (I2S configuration mode) */ 6100 #define SPI_I2SCFGR_I2SCFG_0 (0x1UL << SPI_I2SCFGR_I2SCFG_Pos) /*!< 0x00000100 */ 6101 #define SPI_I2SCFGR_I2SCFG_1 (0x2UL << SPI_I2SCFGR_I2SCFG_Pos) /*!< 0x00000200 */ 6102 #define SPI_I2SCFGR_I2SE_Pos (10U) 6103 #define SPI_I2SCFGR_I2SE_Msk (0x1UL << SPI_I2SCFGR_I2SE_Pos) /*!< 0x00000400 */ 6104 #define SPI_I2SCFGR_I2SE SPI_I2SCFGR_I2SE_Msk /*!<I2S Enable */ 6105 #define SPI_I2SCFGR_I2SMOD_Pos (11U) 6106 #define SPI_I2SCFGR_I2SMOD_Msk (0x1UL << SPI_I2SCFGR_I2SMOD_Pos) /*!< 0x00000800 */ 6107 #define SPI_I2SCFGR_I2SMOD SPI_I2SCFGR_I2SMOD_Msk /*!<I2S mode selection */ 6108 #define SPI_I2SCFGR_ASTRTEN_Pos (12U) 6109 #define SPI_I2SCFGR_ASTRTEN_Msk (0x1UL << SPI_I2SCFGR_ASTRTEN_Pos) /*!< 0x00001000 */ 6110 #define SPI_I2SCFGR_ASTRTEN SPI_I2SCFGR_ASTRTEN_Msk /*!<Asynchronous start enable */ 6111 6112 /****************** Bit definition for SPI_I2SPR register *******************/ 6113 #define SPI_I2SPR_I2SDIV_Pos (0U) 6114 #define SPI_I2SPR_I2SDIV_Msk (0xFFUL << SPI_I2SPR_I2SDIV_Pos) /*!< 0x000000FF */ 6115 #define SPI_I2SPR_I2SDIV SPI_I2SPR_I2SDIV_Msk /*!<I2S Linear prescaler */ 6116 #define SPI_I2SPR_ODD_Pos (8U) 6117 #define SPI_I2SPR_ODD_Msk (0x1UL << SPI_I2SPR_ODD_Pos) /*!< 0x00000100 */ 6118 #define SPI_I2SPR_ODD SPI_I2SPR_ODD_Msk /*!<Odd factor for the prescaler */ 6119 #define SPI_I2SPR_MCKOE_Pos (9U) 6120 #define SPI_I2SPR_MCKOE_Msk (0x1UL << SPI_I2SPR_MCKOE_Pos) /*!< 0x00000200 */ 6121 #define SPI_I2SPR_MCKOE SPI_I2SPR_MCKOE_Msk /*!<Master Clock Output Enable */ 6122 6123 /******************************************************************************/ 6124 /* */ 6125 /* SYSCFG */ 6126 /* */ 6127 /******************************************************************************/ 6128 #define SYSCFG_CDEN_SUPPORT 6129 /***************** Bit definition for SYSCFG_CFGR1 register ****************/ 6130 #define SYSCFG_CFGR1_MEM_MODE_Pos (0U) 6131 #define SYSCFG_CFGR1_MEM_MODE_Msk (0x3UL << SYSCFG_CFGR1_MEM_MODE_Pos) /*!< 0x00000003 */ 6132 #define SYSCFG_CFGR1_MEM_MODE SYSCFG_CFGR1_MEM_MODE_Msk /*!< SYSCFG_Memory Remap Config */ 6133 #define SYSCFG_CFGR1_MEM_MODE_0 (0x1UL << SYSCFG_CFGR1_MEM_MODE_Pos) /*!< 0x00000001 */ 6134 #define SYSCFG_CFGR1_MEM_MODE_1 (0x2UL << SYSCFG_CFGR1_MEM_MODE_Pos) /*!< 0x00000002 */ 6135 #define SYSCFG_CFGR1_PA11_RMP_Pos (3U) 6136 #define SYSCFG_CFGR1_PA11_RMP_Msk (0x1UL << SYSCFG_CFGR1_PA11_RMP_Pos) /*!< 0x00000008 */ 6137 #define SYSCFG_CFGR1_PA11_RMP SYSCFG_CFGR1_PA11_RMP_Msk /*!< PA11 Remap */ 6138 #define SYSCFG_CFGR1_PA12_RMP_Pos (4U) 6139 #define SYSCFG_CFGR1_PA12_RMP_Msk (0x1UL << SYSCFG_CFGR1_PA12_RMP_Pos) /*!< 0x00000010 */ 6140 #define SYSCFG_CFGR1_PA12_RMP SYSCFG_CFGR1_PA12_RMP_Msk /*!< PA12 Remap */ 6141 #define SYSCFG_CFGR1_IR_POL_Pos (5U) 6142 #define SYSCFG_CFGR1_IR_POL_Msk (0x1UL << SYSCFG_CFGR1_IR_POL_Pos) /*!< 0x00000020 */ 6143 #define SYSCFG_CFGR1_IR_POL SYSCFG_CFGR1_IR_POL_Msk /*!< IROut Polarity Selection */ 6144 #define SYSCFG_CFGR1_IR_MOD_Pos (6U) 6145 #define SYSCFG_CFGR1_IR_MOD_Msk (0x3UL << SYSCFG_CFGR1_IR_MOD_Pos) /*!< 0x000000C0 */ 6146 #define SYSCFG_CFGR1_IR_MOD SYSCFG_CFGR1_IR_MOD_Msk /*!< IRDA Modulation Envelope signal source selection */ 6147 #define SYSCFG_CFGR1_IR_MOD_0 (0x1UL << SYSCFG_CFGR1_IR_MOD_Pos) /*!< 0x00000040 */ 6148 #define SYSCFG_CFGR1_IR_MOD_1 (0x2UL << SYSCFG_CFGR1_IR_MOD_Pos) /*!< 0x00000080 */ 6149 #define SYSCFG_CFGR1_BOOSTEN_Pos (8U) 6150 #define SYSCFG_CFGR1_BOOSTEN_Msk (0x1UL << SYSCFG_CFGR1_BOOSTEN_Pos) /*!< 0x00000100 */ 6151 #define SYSCFG_CFGR1_BOOSTEN SYSCFG_CFGR1_BOOSTEN_Msk /*!< I/O analog switch voltage booster enable */ 6152 #define SYSCFG_CFGR1_I2C_PB6_FMP_Pos (16U) 6153 #define SYSCFG_CFGR1_I2C_PB6_FMP_Msk (0x1UL << SYSCFG_CFGR1_I2C_PB6_FMP_Pos) /*!< 0x00010000 */ 6154 #define SYSCFG_CFGR1_I2C_PB6_FMP SYSCFG_CFGR1_I2C_PB6_FMP_Msk /*!< I2C PB6 Fast mode plus */ 6155 #define SYSCFG_CFGR1_I2C_PB7_FMP_Pos (17U) 6156 #define SYSCFG_CFGR1_I2C_PB7_FMP_Msk (0x1UL << SYSCFG_CFGR1_I2C_PB7_FMP_Pos) /*!< 0x00020000 */ 6157 #define SYSCFG_CFGR1_I2C_PB7_FMP SYSCFG_CFGR1_I2C_PB7_FMP_Msk /*!< I2C PB7 Fast mode plus */ 6158 #define SYSCFG_CFGR1_I2C_PB8_FMP_Pos (18U) 6159 #define SYSCFG_CFGR1_I2C_PB8_FMP_Msk (0x1UL << SYSCFG_CFGR1_I2C_PB8_FMP_Pos) /*!< 0x00040000 */ 6160 #define SYSCFG_CFGR1_I2C_PB8_FMP SYSCFG_CFGR1_I2C_PB8_FMP_Msk /*!< I2C PB8 Fast mode plus */ 6161 #define SYSCFG_CFGR1_I2C_PB9_FMP_Pos (19U) 6162 #define SYSCFG_CFGR1_I2C_PB9_FMP_Msk (0x1UL << SYSCFG_CFGR1_I2C_PB9_FMP_Pos) /*!< 0x00080000 */ 6163 #define SYSCFG_CFGR1_I2C_PB9_FMP SYSCFG_CFGR1_I2C_PB9_FMP_Msk /*!< I2C PB9 Fast mode plus */ 6164 #define SYSCFG_CFGR1_I2C1_FMP_Pos (20U) 6165 #define SYSCFG_CFGR1_I2C1_FMP_Msk (0x1UL << SYSCFG_CFGR1_I2C1_FMP_Pos) /*!< 0x00100000 */ 6166 #define SYSCFG_CFGR1_I2C1_FMP SYSCFG_CFGR1_I2C1_FMP_Msk /*!< Enable Fast Mode Plus on PB10, PB11, PF6 and PF7 */ 6167 #define SYSCFG_CFGR1_I2C2_FMP_Pos (21U) 6168 #define SYSCFG_CFGR1_I2C2_FMP_Msk (0x1UL << SYSCFG_CFGR1_I2C2_FMP_Pos) /*!< 0x00200000 */ 6169 #define SYSCFG_CFGR1_I2C2_FMP SYSCFG_CFGR1_I2C2_FMP_Msk /*!< Enable I2C2 Fast mode plus */ 6170 #define SYSCFG_CFGR1_I2C_PA9_FMP_Pos (22U) 6171 #define SYSCFG_CFGR1_I2C_PA9_FMP_Msk (0x1UL << SYSCFG_CFGR1_I2C_PA9_FMP_Pos) /*!< 0x00400000 */ 6172 #define SYSCFG_CFGR1_I2C_PA9_FMP SYSCFG_CFGR1_I2C_PA9_FMP_Msk /*!< Enable Fast Mode Plus on PA9 */ 6173 #define SYSCFG_CFGR1_I2C_PA10_FMP_Pos (23U) 6174 #define SYSCFG_CFGR1_I2C_PA10_FMP_Msk (0x1UL << SYSCFG_CFGR1_I2C_PA10_FMP_Pos) /*!< 0x00800000 */ 6175 #define SYSCFG_CFGR1_I2C_PA10_FMP SYSCFG_CFGR1_I2C_PA10_FMP_Msk /*!< Enable Fast Mode Plus on PA10 */ 6176 6177 /****************** Bit definition for SYSCFG_CFGR2 register ****************/ 6178 #define SYSCFG_CFGR2_CLL_Pos (0U) 6179 #define SYSCFG_CFGR2_CLL_Msk (0x1UL << SYSCFG_CFGR2_CLL_Pos) /*!< 0x00000001 */ 6180 #define SYSCFG_CFGR2_CLL SYSCFG_CFGR2_CLL_Msk /*!< Enables and locks the LOCKUP (Hardfault) output of CortexM0 with Break Input of TIMER1 */ 6181 #define SYSCFG_CFGR2_SPL_Pos (1U) 6182 #define SYSCFG_CFGR2_SPL_Msk (0x1UL << SYSCFG_CFGR2_SPL_Pos) /*!< 0x00000002 */ 6183 #define SYSCFG_CFGR2_SPL SYSCFG_CFGR2_SPL_Msk /*!< Enables and locks the SRAM_PARITY error signal with Break Input of TIMER1 */ 6184 #define SYSCFG_CFGR2_PVDL_Pos (2U) 6185 #define SYSCFG_CFGR2_PVDL_Msk (0x1UL << SYSCFG_CFGR2_PVDL_Pos) /*!< 0x00000004 */ 6186 #define SYSCFG_CFGR2_PVDL SYSCFG_CFGR2_PVDL_Msk /*!< Enables and locks the PVD connection with Timer1 Break Input and also the PVD_EN and PVDSEL[2:0] bits of the Power Control Interface */ 6187 #define SYSCFG_CFGR2_ECCL_Pos (3U) 6188 #define SYSCFG_CFGR2_ECCL_Msk (0x1UL << SYSCFG_CFGR2_ECCL_Pos) /*!< 0x00000008 */ 6189 #define SYSCFG_CFGR2_ECCL SYSCFG_CFGR2_ECCL_Msk /*!< ECCL */ 6190 #define SYSCFG_CFGR2_SPF_Pos (8U) 6191 #define SYSCFG_CFGR2_SPF_Msk (0x1UL << SYSCFG_CFGR2_SPF_Pos) /*!< 0x00000100 */ 6192 #define SYSCFG_CFGR2_SPF SYSCFG_CFGR2_SPF_Msk /*!< SRAM Parity error flag */ 6193 #define SYSCFG_CFGR2_SRAM_PE SYSCFG_CFGR2_SPF /*!< SRAM Parity error flag (define maintained for legacy purpose) */ 6194 6195 #define SYSCFG_CFGR2_PA1_CDEN_Pos (16U) 6196 #define SYSCFG_CFGR2_PA1_CDEN_Msk (0x1UL << SYSCFG_CFGR2_PA1_CDEN_Pos) /* 0x00010000 */ 6197 #define SYSCFG_CFGR2_PA1_CDEN SYSCFG_CFGR2_PA1_CDEN_Msk /*!< PA[1] Clamping Diode Enable */ 6198 #define SYSCFG_CFGR2_PA3_CDEN_Pos (17U) 6199 #define SYSCFG_CFGR2_PA3_CDEN_Msk (0x1UL << SYSCFG_CFGR2_PA3_CDEN_Pos) /* 0x00020000 */ 6200 #define SYSCFG_CFGR2_PA3_CDEN SYSCFG_CFGR2_PA3_CDEN_Msk /*!< PA[3] Clamping Diode Enable */ 6201 #define SYSCFG_CFGR2_PA5_CDEN_Pos (18U) 6202 #define SYSCFG_CFGR2_PA5_CDEN_Msk (0x1UL << SYSCFG_CFGR2_PA5_CDEN_Pos) /* 0x00040000 */ 6203 #define SYSCFG_CFGR2_PA5_CDEN SYSCFG_CFGR2_PA5_CDEN_Msk /*!< PA[5] Clamping Diode Enable */ 6204 #define SYSCFG_CFGR2_PA6_CDEN_Pos (19U) 6205 #define SYSCFG_CFGR2_PA6_CDEN_Msk (0x1UL << SYSCFG_CFGR2_PA6_CDEN_Pos) /* 0x00080000 */ 6206 #define SYSCFG_CFGR2_PA6_CDEN SYSCFG_CFGR2_PA6_CDEN_Msk /*!< PA[6] Clamping Diode Enable */ 6207 #define SYSCFG_CFGR2_PA13_CDEN_Pos (20U) 6208 #define SYSCFG_CFGR2_PA13_CDEN_Msk (0x1UL << SYSCFG_CFGR2_PA13_CDEN_Pos) /* 0x00100000 */ 6209 #define SYSCFG_CFGR2_PA13_CDEN SYSCFG_CFGR2_PA13_CDEN_Msk /*!< PA[13] Clamping Diode Enable */ 6210 #define SYSCFG_CFGR2_PB0_CDEN_Pos (21U) 6211 #define SYSCFG_CFGR2_PB0_CDEN_Msk (0x1UL << SYSCFG_CFGR2_PB0_CDEN_Pos) /* 0x00200000 */ 6212 #define SYSCFG_CFGR2_PB0_CDEN SYSCFG_CFGR2_PB0_CDEN_Msk /*!< PB[0] Clamping Diode Enable */ 6213 #define SYSCFG_CFGR2_PB1_CDEN_Pos (22U) 6214 #define SYSCFG_CFGR2_PB1_CDEN_Msk (0x1UL << SYSCFG_CFGR2_PB1_CDEN_Pos) /* 0x00400000 */ 6215 #define SYSCFG_CFGR2_PB1_CDEN SYSCFG_CFGR2_PB1_CDEN_Msk /*!< PB[1] Clamping Diode Enable */ 6216 #define SYSCFG_CFGR2_PB2_CDEN_Pos (23U) 6217 #define SYSCFG_CFGR2_PB2_CDEN_Msk (0x1UL << SYSCFG_CFGR2_PB2_CDEN_Pos) /* 0x00800000 */ 6218 #define SYSCFG_CFGR2_PB2_CDEN SYSCFG_CFGR2_PB2_CDEN_Msk /*!< PB[2] Clamping Diode Enable */ 6219 /***************** Bit definition for SYSCFG_ITLINEx ISR Wrapper register ****************/ 6220 #define SYSCFG_ITLINE0_SR_EWDG_Pos (0U) 6221 #define SYSCFG_ITLINE0_SR_EWDG_Msk (0x1UL << SYSCFG_ITLINE0_SR_EWDG_Pos) /*!< 0x00000001 */ 6222 #define SYSCFG_ITLINE0_SR_EWDG SYSCFG_ITLINE0_SR_EWDG_Msk /*!< EWDG interrupt */ 6223 #define SYSCFG_ITLINE1_SR_PVDOUT_Pos (0U) 6224 #define SYSCFG_ITLINE1_SR_PVDOUT_Msk (0x1UL << SYSCFG_ITLINE1_SR_PVDOUT_Pos) /*!< 0x00000001 */ 6225 #define SYSCFG_ITLINE1_SR_PVDOUT SYSCFG_ITLINE1_SR_PVDOUT_Msk /*!< Power voltage detection -> exti[16] Interrupt */ 6226 #define SYSCFG_ITLINE2_SR_TAMPER_Pos (0U) 6227 #define SYSCFG_ITLINE2_SR_TAMPER_Msk (0x1UL << SYSCFG_ITLINE2_SR_TAMPER_Pos) /*!< 0x00000001 */ 6228 #define SYSCFG_ITLINE2_SR_TAMPER SYSCFG_ITLINE2_SR_TAMPER_Msk /*!< TAMPER -> exti[21] interrupt */ 6229 #define SYSCFG_ITLINE2_SR_RTC_Pos (1U) 6230 #define SYSCFG_ITLINE2_SR_RTC_Msk (0x1UL << SYSCFG_ITLINE2_SR_RTC_Pos) /*!< 0x00000002 */ 6231 #define SYSCFG_ITLINE2_SR_RTC SYSCFG_ITLINE2_SR_RTC_Msk /*!< RTC -> exti[19] interrupt .... */ 6232 #define SYSCFG_ITLINE3_SR_FLASH_ECC_Pos (0U) 6233 #define SYSCFG_ITLINE3_SR_FLASH_ECC_Msk (0x1UL << SYSCFG_ITLINE3_SR_FLASH_ECC_Pos) /*!< 0x00000001 */ 6234 #define SYSCFG_ITLINE3_SR_FLASH_ECC SYSCFG_ITLINE3_SR_FLASH_ECC_Msk /*!< Flash ITF ECC interrupt */ 6235 #define SYSCFG_ITLINE3_SR_FLASH_ITF_Pos (1U) 6236 #define SYSCFG_ITLINE3_SR_FLASH_ITF_Msk (0x1UL << SYSCFG_ITLINE3_SR_FLASH_ITF_Pos) /*!< 0x00000002 */ 6237 #define SYSCFG_ITLINE3_SR_FLASH_ITF SYSCFG_ITLINE3_SR_FLASH_ITF_Msk /*!< FLASH ITF interrupt */ 6238 #define SYSCFG_ITLINE4_SR_CLK_CTRL_Pos (0U) 6239 #define SYSCFG_ITLINE4_SR_CLK_CTRL_Msk (0x1UL << SYSCFG_ITLINE4_SR_CLK_CTRL_Pos) /*!< 0x00000001 */ 6240 #define SYSCFG_ITLINE4_SR_CLK_CTRL SYSCFG_ITLINE4_SR_CLK_CTRL_Msk /*!< RCC interrupt */ 6241 #define SYSCFG_ITLINE5_SR_EXTI0_Pos (0U) 6242 #define SYSCFG_ITLINE5_SR_EXTI0_Msk (0x1UL << SYSCFG_ITLINE5_SR_EXTI0_Pos) /*!< 0x00000001 */ 6243 #define SYSCFG_ITLINE5_SR_EXTI0 SYSCFG_ITLINE5_SR_EXTI0_Msk /*!< External Interrupt 0 */ 6244 #define SYSCFG_ITLINE5_SR_EXTI1_Pos (1U) 6245 #define SYSCFG_ITLINE5_SR_EXTI1_Msk (0x1UL << SYSCFG_ITLINE5_SR_EXTI1_Pos) /*!< 0x00000002 */ 6246 #define SYSCFG_ITLINE5_SR_EXTI1 SYSCFG_ITLINE5_SR_EXTI1_Msk /*!< External Interrupt 1 */ 6247 #define SYSCFG_ITLINE6_SR_EXTI2_Pos (0U) 6248 #define SYSCFG_ITLINE6_SR_EXTI2_Msk (0x1UL << SYSCFG_ITLINE6_SR_EXTI2_Pos) /*!< 0x00000001 */ 6249 #define SYSCFG_ITLINE6_SR_EXTI2 SYSCFG_ITLINE6_SR_EXTI2_Msk /*!< External Interrupt 2 */ 6250 #define SYSCFG_ITLINE6_SR_EXTI3_Pos (1U) 6251 #define SYSCFG_ITLINE6_SR_EXTI3_Msk (0x1UL << SYSCFG_ITLINE6_SR_EXTI3_Pos) /*!< 0x00000002 */ 6252 #define SYSCFG_ITLINE6_SR_EXTI3 SYSCFG_ITLINE6_SR_EXTI3_Msk /*!< External Interrupt 3 */ 6253 #define SYSCFG_ITLINE7_SR_EXTI4_Pos (0U) 6254 #define SYSCFG_ITLINE7_SR_EXTI4_Msk (0x1UL << SYSCFG_ITLINE7_SR_EXTI4_Pos) /*!< 0x00000001 */ 6255 #define SYSCFG_ITLINE7_SR_EXTI4 SYSCFG_ITLINE7_SR_EXTI4_Msk /*!< External Interrupt 4 */ 6256 #define SYSCFG_ITLINE7_SR_EXTI5_Pos (1U) 6257 #define SYSCFG_ITLINE7_SR_EXTI5_Msk (0x1UL << SYSCFG_ITLINE7_SR_EXTI5_Pos) /*!< 0x00000002 */ 6258 #define SYSCFG_ITLINE7_SR_EXTI5 SYSCFG_ITLINE7_SR_EXTI5_Msk /*!< External Interrupt 5 */ 6259 #define SYSCFG_ITLINE7_SR_EXTI6_Pos (2U) 6260 #define SYSCFG_ITLINE7_SR_EXTI6_Msk (0x1UL << SYSCFG_ITLINE7_SR_EXTI6_Pos) /*!< 0x00000004 */ 6261 #define SYSCFG_ITLINE7_SR_EXTI6 SYSCFG_ITLINE7_SR_EXTI6_Msk /*!< External Interrupt 6 */ 6262 #define SYSCFG_ITLINE7_SR_EXTI7_Pos (3U) 6263 #define SYSCFG_ITLINE7_SR_EXTI7_Msk (0x1UL << SYSCFG_ITLINE7_SR_EXTI7_Pos) /*!< 0x00000008 */ 6264 #define SYSCFG_ITLINE7_SR_EXTI7 SYSCFG_ITLINE7_SR_EXTI7_Msk /*!< External Interrupt 7 */ 6265 #define SYSCFG_ITLINE7_SR_EXTI8_Pos (4U) 6266 #define SYSCFG_ITLINE7_SR_EXTI8_Msk (0x1UL << SYSCFG_ITLINE7_SR_EXTI8_Pos) /*!< 0x00000010 */ 6267 #define SYSCFG_ITLINE7_SR_EXTI8 SYSCFG_ITLINE7_SR_EXTI8_Msk /*!< External Interrupt 8 */ 6268 #define SYSCFG_ITLINE7_SR_EXTI9_Pos (5U) 6269 #define SYSCFG_ITLINE7_SR_EXTI9_Msk (0x1UL << SYSCFG_ITLINE7_SR_EXTI9_Pos) /*!< 0x00000020 */ 6270 #define SYSCFG_ITLINE7_SR_EXTI9 SYSCFG_ITLINE7_SR_EXTI9_Msk /*!< External Interrupt 9 */ 6271 #define SYSCFG_ITLINE7_SR_EXTI10_Pos (6U) 6272 #define SYSCFG_ITLINE7_SR_EXTI10_Msk (0x1UL << SYSCFG_ITLINE7_SR_EXTI10_Pos) /*!< 0x00000040 */ 6273 #define SYSCFG_ITLINE7_SR_EXTI10 SYSCFG_ITLINE7_SR_EXTI10_Msk /*!< External Interrupt 10 */ 6274 #define SYSCFG_ITLINE7_SR_EXTI11_Pos (7U) 6275 #define SYSCFG_ITLINE7_SR_EXTI11_Msk (0x1UL << SYSCFG_ITLINE7_SR_EXTI11_Pos) /*!< 0x00000080 */ 6276 #define SYSCFG_ITLINE7_SR_EXTI11 SYSCFG_ITLINE7_SR_EXTI11_Msk /*!< External Interrupt 11 */ 6277 #define SYSCFG_ITLINE7_SR_EXTI12_Pos (8U) 6278 #define SYSCFG_ITLINE7_SR_EXTI12_Msk (0x1UL << SYSCFG_ITLINE7_SR_EXTI12_Pos) /*!< 0x00000100 */ 6279 #define SYSCFG_ITLINE7_SR_EXTI12 SYSCFG_ITLINE7_SR_EXTI12_Msk /*!< External Interrupt 12 */ 6280 #define SYSCFG_ITLINE7_SR_EXTI13_Pos (9U) 6281 #define SYSCFG_ITLINE7_SR_EXTI13_Msk (0x1UL << SYSCFG_ITLINE7_SR_EXTI13_Pos) /*!< 0x00000200 */ 6282 #define SYSCFG_ITLINE7_SR_EXTI13 SYSCFG_ITLINE7_SR_EXTI13_Msk /*!< External Interrupt 13 */ 6283 #define SYSCFG_ITLINE7_SR_EXTI14_Pos (10U) 6284 #define SYSCFG_ITLINE7_SR_EXTI14_Msk (0x1UL << SYSCFG_ITLINE7_SR_EXTI14_Pos) /*!< 0x00000400 */ 6285 #define SYSCFG_ITLINE7_SR_EXTI14 SYSCFG_ITLINE7_SR_EXTI14_Msk /*!< External Interrupt 14 */ 6286 #define SYSCFG_ITLINE7_SR_EXTI15_Pos (11U) 6287 #define SYSCFG_ITLINE7_SR_EXTI15_Msk (0x1UL << SYSCFG_ITLINE7_SR_EXTI15_Pos) /*!< 0x00000800 */ 6288 #define SYSCFG_ITLINE7_SR_EXTI15 SYSCFG_ITLINE7_SR_EXTI15_Msk /*!< External Interrupt 15 */ 6289 #define SYSCFG_ITLINE9_SR_DMA1_CH1_Pos (0U) 6290 #define SYSCFG_ITLINE9_SR_DMA1_CH1_Msk (0x1UL << SYSCFG_ITLINE9_SR_DMA1_CH1_Pos) /*!< 0x00000001 */ 6291 #define SYSCFG_ITLINE9_SR_DMA1_CH1 SYSCFG_ITLINE9_SR_DMA1_CH1_Msk /*!< DMA1 Channel 1 Interrupt */ 6292 #define SYSCFG_ITLINE10_SR_DMA1_CH2_Pos (0U) 6293 #define SYSCFG_ITLINE10_SR_DMA1_CH2_Msk (0x1UL << SYSCFG_ITLINE10_SR_DMA1_CH2_Pos) /*!< 0x00000001 */ 6294 #define SYSCFG_ITLINE10_SR_DMA1_CH2 SYSCFG_ITLINE10_SR_DMA1_CH2_Msk /*!< DMA1 Channel 2 Interrupt */ 6295 #define SYSCFG_ITLINE10_SR_DMA1_CH3_Pos (1U) 6296 #define SYSCFG_ITLINE10_SR_DMA1_CH3_Msk (0x1UL << SYSCFG_ITLINE10_SR_DMA1_CH3_Pos) /*!< 0x00000002 */ 6297 #define SYSCFG_ITLINE10_SR_DMA1_CH3 SYSCFG_ITLINE10_SR_DMA1_CH3_Msk /*!< DMA2 Channel 3 Interrupt */ 6298 #define SYSCFG_ITLINE11_SR_DMAMUX1_Pos (0U) 6299 #define SYSCFG_ITLINE11_SR_DMAMUX1_Msk (0x1UL << SYSCFG_ITLINE11_SR_DMAMUX1_Pos) /*!< 0x00000001 */ 6300 #define SYSCFG_ITLINE11_SR_DMAMUX1 SYSCFG_ITLINE11_SR_DMAMUX1_Msk /*!< DMAMUX Interrupt */ 6301 #define SYSCFG_ITLINE11_SR_DMA1_CH4_Pos (1U) 6302 #define SYSCFG_ITLINE11_SR_DMA1_CH4_Msk (0x1UL << SYSCFG_ITLINE11_SR_DMA1_CH4_Pos) /*!< 0x00000002 */ 6303 #define SYSCFG_ITLINE11_SR_DMA1_CH4 SYSCFG_ITLINE11_SR_DMA1_CH4_Msk /*!< DMA1 Channel 4 Interrupt */ 6304 #define SYSCFG_ITLINE11_SR_DMA1_CH5_Pos (2U) 6305 #define SYSCFG_ITLINE11_SR_DMA1_CH5_Msk (0x1UL << SYSCFG_ITLINE11_SR_DMA1_CH5_Pos) /*!< 0x00000004 */ 6306 #define SYSCFG_ITLINE11_SR_DMA1_CH5 SYSCFG_ITLINE11_SR_DMA1_CH5_Msk /*!< DMA1 Channel 5 Interrupt */ 6307 #define SYSCFG_ITLINE11_SR_DMA1_CH6_Pos (3U) 6308 #define SYSCFG_ITLINE11_SR_DMA1_CH6_Msk (0x1UL << SYSCFG_ITLINE11_SR_DMA1_CH6_Pos) /*!< 0x00000008 */ 6309 #define SYSCFG_ITLINE11_SR_DMA1_CH6 SYSCFG_ITLINE11_SR_DMA1_CH6_Msk /*!< DMA1 Channel 6 Interrupt */ 6310 #define SYSCFG_ITLINE11_SR_DMA1_CH7_Pos (4U) 6311 #define SYSCFG_ITLINE11_SR_DMA1_CH7_Msk (0x1UL << SYSCFG_ITLINE11_SR_DMA1_CH7_Pos) /*!< 0x00000010 */ 6312 #define SYSCFG_ITLINE11_SR_DMA1_CH7 SYSCFG_ITLINE11_SR_DMA1_CH7_Msk /*!< DMA1 Channel 7 Interrupt */ 6313 #define SYSCFG_ITLINE12_SR_ADC_Pos (0U) 6314 #define SYSCFG_ITLINE12_SR_ADC_Msk (0x1UL << SYSCFG_ITLINE12_SR_ADC_Pos) /*!< 0x00000001 */ 6315 #define SYSCFG_ITLINE12_SR_ADC SYSCFG_ITLINE12_SR_ADC_Msk /*!< ADC Interrupt */ 6316 #define SYSCFG_ITLINE12_SR_COMP1_Pos (1U) 6317 #define SYSCFG_ITLINE12_SR_COMP1_Msk (0x1UL << SYSCFG_ITLINE12_SR_COMP1_Pos) /*!< 0x00000002 */ 6318 #define SYSCFG_ITLINE12_SR_COMP1 SYSCFG_ITLINE12_SR_COMP1_Msk /*!< COMP1 Interrupt -> exti[17] */ 6319 #define SYSCFG_ITLINE12_SR_COMP2_Pos (2U) 6320 #define SYSCFG_ITLINE12_SR_COMP2_Msk (0x1UL << SYSCFG_ITLINE12_SR_COMP2_Pos) /*!< 0x00000004 */ 6321 #define SYSCFG_ITLINE12_SR_COMP2 SYSCFG_ITLINE12_SR_COMP2_Msk /*!< COMP2 Interrupt -> exti[18] */ 6322 #define SYSCFG_ITLINE13_SR_TIM1_CCU_Pos (0U) 6323 #define SYSCFG_ITLINE13_SR_TIM1_CCU_Msk (0x1UL << SYSCFG_ITLINE13_SR_TIM1_CCU_Pos) /*!< 0x00000001 */ 6324 #define SYSCFG_ITLINE13_SR_TIM1_CCU SYSCFG_ITLINE13_SR_TIM1_CCU_Msk /*!< TIM1 CCU Interrupt */ 6325 #define SYSCFG_ITLINE13_SR_TIM1_TRG_Pos (1U) 6326 #define SYSCFG_ITLINE13_SR_TIM1_TRG_Msk (0x1UL << SYSCFG_ITLINE13_SR_TIM1_TRG_Pos) /*!< 0x00000002 */ 6327 #define SYSCFG_ITLINE13_SR_TIM1_TRG SYSCFG_ITLINE13_SR_TIM1_TRG_Msk /*!< TIM1 TRG Interrupt */ 6328 #define SYSCFG_ITLINE13_SR_TIM1_UPD_Pos (2U) 6329 #define SYSCFG_ITLINE13_SR_TIM1_UPD_Msk (0x1UL << SYSCFG_ITLINE13_SR_TIM1_UPD_Pos) /*!< 0x00000004 */ 6330 #define SYSCFG_ITLINE13_SR_TIM1_UPD SYSCFG_ITLINE13_SR_TIM1_UPD_Msk /*!< TIM1 UPD Interrupt */ 6331 #define SYSCFG_ITLINE13_SR_TIM1_BRK_Pos (3U) 6332 #define SYSCFG_ITLINE13_SR_TIM1_BRK_Msk (0x1UL << SYSCFG_ITLINE13_SR_TIM1_BRK_Pos) /*!< 0x00000008 */ 6333 #define SYSCFG_ITLINE13_SR_TIM1_BRK SYSCFG_ITLINE13_SR_TIM1_BRK_Msk /*!< TIM1 BRK Interrupt */ 6334 #define SYSCFG_ITLINE14_SR_TIM1_CC_Pos (0U) 6335 #define SYSCFG_ITLINE14_SR_TIM1_CC_Msk (0x1UL << SYSCFG_ITLINE14_SR_TIM1_CC_Pos) /*!< 0x00000001 */ 6336 #define SYSCFG_ITLINE14_SR_TIM1_CC SYSCFG_ITLINE14_SR_TIM1_CC_Msk /*!< TIM1 CC Interrupt */ 6337 #define SYSCFG_ITLINE15_SR_TIM2_GLB_Pos (0U) 6338 #define SYSCFG_ITLINE15_SR_TIM2_GLB_Msk (0x1UL << SYSCFG_ITLINE15_SR_TIM2_GLB_Pos) /*!< 0x00000001 */ 6339 #define SYSCFG_ITLINE15_SR_TIM2_GLB SYSCFG_ITLINE15_SR_TIM2_GLB_Msk /*!< TIM2 GLB Interrupt */ 6340 #define SYSCFG_ITLINE16_SR_TIM3_GLB_Pos (0U) 6341 #define SYSCFG_ITLINE16_SR_TIM3_GLB_Msk (0x1UL << SYSCFG_ITLINE16_SR_TIM3_GLB_Pos) /*!< 0x00000001 */ 6342 #define SYSCFG_ITLINE16_SR_TIM3_GLB SYSCFG_ITLINE16_SR_TIM3_GLB_Msk /*!< TIM3 GLB Interrupt */ 6343 #define SYSCFG_ITLINE17_SR_TIM6_GLB_Pos (0U) 6344 #define SYSCFG_ITLINE17_SR_TIM6_GLB_Msk (0x1UL << SYSCFG_ITLINE17_SR_TIM6_GLB_Pos) /*!< 0x00000001 */ 6345 #define SYSCFG_ITLINE17_SR_TIM6_GLB SYSCFG_ITLINE17_SR_TIM6_GLB_Msk /*!< TIM6 GLB Interrupt */ 6346 #define SYSCFG_ITLINE17_SR_DAC_Pos (1U) 6347 #define SYSCFG_ITLINE17_SR_DAC_Msk (0x1UL << SYSCFG_ITLINE17_SR_DAC_Pos) /*!< 0x00000002 */ 6348 #define SYSCFG_ITLINE17_SR_DAC SYSCFG_ITLINE17_SR_DAC_Msk /*!< DAC Interrupt */ 6349 #define SYSCFG_ITLINE17_SR_LPTIM1_GLB_Pos (2U) 6350 #define SYSCFG_ITLINE17_SR_LPTIM1_GLB_Msk (0x1UL << SYSCFG_ITLINE17_SR_LPTIM1_GLB_Pos) /*!< 0x00000004 */ 6351 #define SYSCFG_ITLINE17_SR_LPTIM1_GLB SYSCFG_ITLINE17_SR_LPTIM1_GLB_Msk /*!< LPTIM1 -> exti[29] Interrupt */ 6352 #define SYSCFG_ITLINE18_SR_TIM7_GLB_Pos (0U) 6353 #define SYSCFG_ITLINE18_SR_TIM7_GLB_Msk (0x1UL << SYSCFG_ITLINE18_SR_TIM7_GLB_Pos) /*!< 0x00000001 */ 6354 #define SYSCFG_ITLINE18_SR_TIM7_GLB SYSCFG_ITLINE18_SR_TIM7_GLB_Msk /*!< TIM7 GLB Interrupt */ 6355 #define SYSCFG_ITLINE18_SR_LPTIM2_GLB_Pos (1U) 6356 #define SYSCFG_ITLINE18_SR_LPTIM2_GLB_Msk (0x1UL << SYSCFG_ITLINE18_SR_LPTIM2_GLB_Pos) /*!< 0x00000002 */ 6357 #define SYSCFG_ITLINE18_SR_LPTIM2_GLB SYSCFG_ITLINE18_SR_LPTIM2_GLB_Msk /*!< LPTIM2 -> exti[30] Interrupt */ 6358 #define SYSCFG_ITLINE19_SR_TIM14_GLB_Pos (0U) 6359 #define SYSCFG_ITLINE19_SR_TIM14_GLB_Msk (0x1UL << SYSCFG_ITLINE19_SR_TIM14_GLB_Pos) /*!< 0x00000001 */ 6360 #define SYSCFG_ITLINE19_SR_TIM14_GLB SYSCFG_ITLINE19_SR_TIM14_GLB_Msk /*!< TIM14 GLB Interrupt */ 6361 #define SYSCFG_ITLINE20_SR_TIM15_GLB_Pos (0U) 6362 #define SYSCFG_ITLINE20_SR_TIM15_GLB_Msk (0x1UL << SYSCFG_ITLINE20_SR_TIM15_GLB_Pos) /*!< 0x00000001 */ 6363 #define SYSCFG_ITLINE20_SR_TIM15_GLB SYSCFG_ITLINE20_SR_TIM15_GLB_Msk /*!< TIM15 GLB Interrupt */ 6364 #define SYSCFG_ITLINE21_SR_TIM16_GLB_Pos (0U) 6365 #define SYSCFG_ITLINE21_SR_TIM16_GLB_Msk (0x1UL << SYSCFG_ITLINE21_SR_TIM16_GLB_Pos) /*!< 0x00000001 */ 6366 #define SYSCFG_ITLINE21_SR_TIM16_GLB SYSCFG_ITLINE21_SR_TIM16_GLB_Msk /*!< TIM16 GLB Interrupt */ 6367 #define SYSCFG_ITLINE22_SR_TIM17_GLB_Pos (0U) 6368 #define SYSCFG_ITLINE22_SR_TIM17_GLB_Msk (0x1UL << SYSCFG_ITLINE22_SR_TIM17_GLB_Pos) /*!< 0x00000001 */ 6369 #define SYSCFG_ITLINE22_SR_TIM17_GLB SYSCFG_ITLINE22_SR_TIM17_GLB_Msk /*!< TIM17 GLB Interrupt */ 6370 #define SYSCFG_ITLINE23_SR_I2C1_GLB_Pos (0U) 6371 #define SYSCFG_ITLINE23_SR_I2C1_GLB_Msk (0x1UL << SYSCFG_ITLINE23_SR_I2C1_GLB_Pos) /*!< 0x00000001 */ 6372 #define SYSCFG_ITLINE23_SR_I2C1_GLB SYSCFG_ITLINE23_SR_I2C1_GLB_Msk /*!< I2C1 GLB Interrupt -> exti[23] */ 6373 #define SYSCFG_ITLINE24_SR_I2C2_GLB_Pos (0U) 6374 #define SYSCFG_ITLINE24_SR_I2C2_GLB_Msk (0x1UL << SYSCFG_ITLINE24_SR_I2C2_GLB_Pos) /*!< 0x00000001 */ 6375 #define SYSCFG_ITLINE24_SR_I2C2_GLB SYSCFG_ITLINE24_SR_I2C2_GLB_Msk /*!< I2C2 GLB Interrupt -> exti[22]*/ 6376 #define SYSCFG_ITLINE25_SR_SPI1_Pos (0U) 6377 #define SYSCFG_ITLINE25_SR_SPI1_Msk (0x1UL << SYSCFG_ITLINE25_SR_SPI1_Pos) /*!< 0x00000001 */ 6378 #define SYSCFG_ITLINE25_SR_SPI1 SYSCFG_ITLINE25_SR_SPI1_Msk /*!< SPI1 Interrupt */ 6379 #define SYSCFG_ITLINE26_SR_SPI2_Pos (0U) 6380 #define SYSCFG_ITLINE26_SR_SPI2_Msk (0x1UL << SYSCFG_ITLINE26_SR_SPI2_Pos) /*!< 0x00000001 */ 6381 #define SYSCFG_ITLINE26_SR_SPI2 SYSCFG_ITLINE26_SR_SPI2_Msk /*!< SPI2 Interrupt */ 6382 #define SYSCFG_ITLINE27_SR_USART1_GLB_Pos (0U) 6383 #define SYSCFG_ITLINE27_SR_USART1_GLB_Msk (0x1UL << SYSCFG_ITLINE27_SR_USART1_GLB_Pos) /*!< 0x00000001 */ 6384 #define SYSCFG_ITLINE27_SR_USART1_GLB SYSCFG_ITLINE27_SR_USART1_GLB_Msk /*!< USART1 GLB Interrupt -> exti[25] */ 6385 #define SYSCFG_ITLINE28_SR_USART2_GLB_Pos (0U) 6386 #define SYSCFG_ITLINE28_SR_USART2_GLB_Msk (0x1UL << SYSCFG_ITLINE28_SR_USART2_GLB_Pos) /*!< 0x00000001 */ 6387 #define SYSCFG_ITLINE28_SR_USART2_GLB SYSCFG_ITLINE28_SR_USART2_GLB_Msk /*!< USART2 GLB Interrupt -> exti[26] */ 6388 #define SYSCFG_ITLINE29_SR_LPUART1_GLB_Pos (2U) 6389 #define SYSCFG_ITLINE29_SR_LPUART1_GLB_Msk (0x1UL << SYSCFG_ITLINE29_SR_LPUART1_GLB_Pos) /*!< 0x00000004 */ 6390 #define SYSCFG_ITLINE29_SR_LPUART1_GLB SYSCFG_ITLINE29_SR_LPUART1_GLB_Msk /*!< LPUART1 GLB Interrupt -> exti[28] */ 6391 6392 /******************************************************************************/ 6393 /* */ 6394 /* TIM */ 6395 /* */ 6396 /******************************************************************************/ 6397 /******************* Bit definition for TIM_CR1 register ********************/ 6398 #define TIM_CR1_CEN_Pos (0U) 6399 #define TIM_CR1_CEN_Msk (0x1UL << TIM_CR1_CEN_Pos) /*!< 0x00000001 */ 6400 #define TIM_CR1_CEN TIM_CR1_CEN_Msk /*!<Counter enable */ 6401 #define TIM_CR1_UDIS_Pos (1U) 6402 #define TIM_CR1_UDIS_Msk (0x1UL << TIM_CR1_UDIS_Pos) /*!< 0x00000002 */ 6403 #define TIM_CR1_UDIS TIM_CR1_UDIS_Msk /*!<Update disable */ 6404 #define TIM_CR1_URS_Pos (2U) 6405 #define TIM_CR1_URS_Msk (0x1UL << TIM_CR1_URS_Pos) /*!< 0x00000004 */ 6406 #define TIM_CR1_URS TIM_CR1_URS_Msk /*!<Update request source */ 6407 #define TIM_CR1_OPM_Pos (3U) 6408 #define TIM_CR1_OPM_Msk (0x1UL << TIM_CR1_OPM_Pos) /*!< 0x00000008 */ 6409 #define TIM_CR1_OPM TIM_CR1_OPM_Msk /*!<One pulse mode */ 6410 #define TIM_CR1_DIR_Pos (4U) 6411 #define TIM_CR1_DIR_Msk (0x1UL << TIM_CR1_DIR_Pos) /*!< 0x00000010 */ 6412 #define TIM_CR1_DIR TIM_CR1_DIR_Msk /*!<Direction */ 6413 6414 #define TIM_CR1_CMS_Pos (5U) 6415 #define TIM_CR1_CMS_Msk (0x3UL << TIM_CR1_CMS_Pos) /*!< 0x00000060 */ 6416 #define TIM_CR1_CMS TIM_CR1_CMS_Msk /*!<CMS[1:0] bits (Center-aligned mode selection) */ 6417 #define TIM_CR1_CMS_0 (0x1UL << TIM_CR1_CMS_Pos) /*!< 0x00000020 */ 6418 #define TIM_CR1_CMS_1 (0x2UL << TIM_CR1_CMS_Pos) /*!< 0x00000040 */ 6419 6420 #define TIM_CR1_ARPE_Pos (7U) 6421 #define TIM_CR1_ARPE_Msk (0x1UL << TIM_CR1_ARPE_Pos) /*!< 0x00000080 */ 6422 #define TIM_CR1_ARPE TIM_CR1_ARPE_Msk /*!<Auto-reload preload enable */ 6423 6424 #define TIM_CR1_CKD_Pos (8U) 6425 #define TIM_CR1_CKD_Msk (0x3UL << TIM_CR1_CKD_Pos) /*!< 0x00000300 */ 6426 #define TIM_CR1_CKD TIM_CR1_CKD_Msk /*!<CKD[1:0] bits (clock division) */ 6427 #define TIM_CR1_CKD_0 (0x1UL << TIM_CR1_CKD_Pos) /*!< 0x00000100 */ 6428 #define TIM_CR1_CKD_1 (0x2UL << TIM_CR1_CKD_Pos) /*!< 0x00000200 */ 6429 6430 #define TIM_CR1_UIFREMAP_Pos (11U) 6431 #define TIM_CR1_UIFREMAP_Msk (0x1UL << TIM_CR1_UIFREMAP_Pos) /*!< 0x00000800 */ 6432 #define TIM_CR1_UIFREMAP TIM_CR1_UIFREMAP_Msk /*!<Update interrupt flag remap */ 6433 6434 /******************* Bit definition for TIM_CR2 register ********************/ 6435 #define TIM_CR2_CCPC_Pos (0U) 6436 #define TIM_CR2_CCPC_Msk (0x1UL << TIM_CR2_CCPC_Pos) /*!< 0x00000001 */ 6437 #define TIM_CR2_CCPC TIM_CR2_CCPC_Msk /*!<Capture/Compare Preloaded Control */ 6438 #define TIM_CR2_CCUS_Pos (2U) 6439 #define TIM_CR2_CCUS_Msk (0x1UL << TIM_CR2_CCUS_Pos) /*!< 0x00000004 */ 6440 #define TIM_CR2_CCUS TIM_CR2_CCUS_Msk /*!<Capture/Compare Control Update Selection */ 6441 #define TIM_CR2_CCDS_Pos (3U) 6442 #define TIM_CR2_CCDS_Msk (0x1UL << TIM_CR2_CCDS_Pos) /*!< 0x00000008 */ 6443 #define TIM_CR2_CCDS TIM_CR2_CCDS_Msk /*!<Capture/Compare DMA Selection */ 6444 6445 #define TIM_CR2_MMS_Pos (4U) 6446 #define TIM_CR2_MMS_Msk (0x7UL << TIM_CR2_MMS_Pos) /*!< 0x00000070 */ 6447 #define TIM_CR2_MMS TIM_CR2_MMS_Msk /*!<MMS[2:0] bits (Master Mode Selection) */ 6448 #define TIM_CR2_MMS_0 (0x1UL << TIM_CR2_MMS_Pos) /*!< 0x00000010 */ 6449 #define TIM_CR2_MMS_1 (0x2UL << TIM_CR2_MMS_Pos) /*!< 0x00000020 */ 6450 #define TIM_CR2_MMS_2 (0x4UL << TIM_CR2_MMS_Pos) /*!< 0x00000040 */ 6451 6452 #define TIM_CR2_TI1S_Pos (7U) 6453 #define TIM_CR2_TI1S_Msk (0x1UL << TIM_CR2_TI1S_Pos) /*!< 0x00000080 */ 6454 #define TIM_CR2_TI1S TIM_CR2_TI1S_Msk /*!<TI1 Selection */ 6455 #define TIM_CR2_OIS1_Pos (8U) 6456 #define TIM_CR2_OIS1_Msk (0x1UL << TIM_CR2_OIS1_Pos) /*!< 0x00000100 */ 6457 #define TIM_CR2_OIS1 TIM_CR2_OIS1_Msk /*!<Output Idle state 1 (OC1 output) */ 6458 #define TIM_CR2_OIS1N_Pos (9U) 6459 #define TIM_CR2_OIS1N_Msk (0x1UL << TIM_CR2_OIS1N_Pos) /*!< 0x00000200 */ 6460 #define TIM_CR2_OIS1N TIM_CR2_OIS1N_Msk /*!<Output Idle state 1 (OC1N output) */ 6461 #define TIM_CR2_OIS2_Pos (10U) 6462 #define TIM_CR2_OIS2_Msk (0x1UL << TIM_CR2_OIS2_Pos) /*!< 0x00000400 */ 6463 #define TIM_CR2_OIS2 TIM_CR2_OIS2_Msk /*!<Output Idle state 2 (OC2 output) */ 6464 #define TIM_CR2_OIS2N_Pos (11U) 6465 #define TIM_CR2_OIS2N_Msk (0x1UL << TIM_CR2_OIS2N_Pos) /*!< 0x00000800 */ 6466 #define TIM_CR2_OIS2N TIM_CR2_OIS2N_Msk /*!<Output Idle state 2 (OC2N output) */ 6467 #define TIM_CR2_OIS3_Pos (12U) 6468 #define TIM_CR2_OIS3_Msk (0x1UL << TIM_CR2_OIS3_Pos) /*!< 0x00001000 */ 6469 #define TIM_CR2_OIS3 TIM_CR2_OIS3_Msk /*!<Output Idle state 3 (OC3 output) */ 6470 #define TIM_CR2_OIS3N_Pos (13U) 6471 #define TIM_CR2_OIS3N_Msk (0x1UL << TIM_CR2_OIS3N_Pos) /*!< 0x00002000 */ 6472 #define TIM_CR2_OIS3N TIM_CR2_OIS3N_Msk /*!<Output Idle state 3 (OC3N output) */ 6473 #define TIM_CR2_OIS4_Pos (14U) 6474 #define TIM_CR2_OIS4_Msk (0x1UL << TIM_CR2_OIS4_Pos) /*!< 0x00004000 */ 6475 #define TIM_CR2_OIS4 TIM_CR2_OIS4_Msk /*!<Output Idle state 4 (OC4 output) */ 6476 #define TIM_CR2_OIS5_Pos (16U) 6477 #define TIM_CR2_OIS5_Msk (0x1UL << TIM_CR2_OIS5_Pos) /*!< 0x00010000 */ 6478 #define TIM_CR2_OIS5 TIM_CR2_OIS5_Msk /*!<Output Idle state 5 (OC5 output) */ 6479 #define TIM_CR2_OIS6_Pos (18U) 6480 #define TIM_CR2_OIS6_Msk (0x1UL << TIM_CR2_OIS6_Pos) /*!< 0x00040000 */ 6481 #define TIM_CR2_OIS6 TIM_CR2_OIS6_Msk /*!<Output Idle state 6 (OC6 output) */ 6482 6483 #define TIM_CR2_MMS2_Pos (20U) 6484 #define TIM_CR2_MMS2_Msk (0xFUL << TIM_CR2_MMS2_Pos) /*!< 0x00F00000 */ 6485 #define TIM_CR2_MMS2 TIM_CR2_MMS2_Msk /*!<MMS[2:0] bits (Master Mode Selection) */ 6486 #define TIM_CR2_MMS2_0 (0x1UL << TIM_CR2_MMS2_Pos) /*!< 0x00100000 */ 6487 #define TIM_CR2_MMS2_1 (0x2UL << TIM_CR2_MMS2_Pos) /*!< 0x00200000 */ 6488 #define TIM_CR2_MMS2_2 (0x4UL << TIM_CR2_MMS2_Pos) /*!< 0x00400000 */ 6489 #define TIM_CR2_MMS2_3 (0x8UL << TIM_CR2_MMS2_Pos) /*!< 0x00800000 */ 6490 6491 /******************* Bit definition for TIM_SMCR register *******************/ 6492 #define TIM_SMCR_SMS_Pos (0U) 6493 #define TIM_SMCR_SMS_Msk (0x10007UL << TIM_SMCR_SMS_Pos) /*!< 0x00010007 */ 6494 #define TIM_SMCR_SMS TIM_SMCR_SMS_Msk /*!<SMS[2:0] bits (Slave mode selection) */ 6495 #define TIM_SMCR_SMS_0 (0x00001UL << TIM_SMCR_SMS_Pos) /*!< 0x00000001 */ 6496 #define TIM_SMCR_SMS_1 (0x00002UL << TIM_SMCR_SMS_Pos) /*!< 0x00000002 */ 6497 #define TIM_SMCR_SMS_2 (0x00004UL << TIM_SMCR_SMS_Pos) /*!< 0x00000004 */ 6498 #define TIM_SMCR_SMS_3 (0x10000UL << TIM_SMCR_SMS_Pos) /*!< 0x00010000 */ 6499 6500 #define TIM_SMCR_OCCS_Pos (3U) 6501 #define TIM_SMCR_OCCS_Msk (0x1UL << TIM_SMCR_OCCS_Pos) /*!< 0x00000008 */ 6502 #define TIM_SMCR_OCCS TIM_SMCR_OCCS_Msk /*!< OCREF clear selection */ 6503 6504 #define TIM_SMCR_TS_Pos (4U) 6505 #define TIM_SMCR_TS_Msk (0x30007UL << TIM_SMCR_TS_Pos) /*!< 0x00300070 */ 6506 #define TIM_SMCR_TS TIM_SMCR_TS_Msk /*!<TS[2:0] bits (Trigger selection) */ 6507 #define TIM_SMCR_TS_0 (0x00001UL << TIM_SMCR_TS_Pos) /*!< 0x00000010 */ 6508 #define TIM_SMCR_TS_1 (0x00002UL << TIM_SMCR_TS_Pos) /*!< 0x00000020 */ 6509 #define TIM_SMCR_TS_2 (0x00004UL << TIM_SMCR_TS_Pos) /*!< 0x00000040 */ 6510 #define TIM_SMCR_TS_3 (0x10000UL << TIM_SMCR_TS_Pos) /*!< 0x00100000 */ 6511 #define TIM_SMCR_TS_4 (0x20000UL << TIM_SMCR_TS_Pos) /*!< 0x00200000 */ 6512 6513 #define TIM_SMCR_MSM_Pos (7U) 6514 #define TIM_SMCR_MSM_Msk (0x1UL << TIM_SMCR_MSM_Pos) /*!< 0x00000080 */ 6515 #define TIM_SMCR_MSM TIM_SMCR_MSM_Msk /*!<Master/slave mode */ 6516 6517 #define TIM_SMCR_ETF_Pos (8U) 6518 #define TIM_SMCR_ETF_Msk (0xFUL << TIM_SMCR_ETF_Pos) /*!< 0x00000F00 */ 6519 #define TIM_SMCR_ETF TIM_SMCR_ETF_Msk /*!<ETF[3:0] bits (External trigger filter) */ 6520 #define TIM_SMCR_ETF_0 (0x1UL << TIM_SMCR_ETF_Pos) /*!< 0x00000100 */ 6521 #define TIM_SMCR_ETF_1 (0x2UL << TIM_SMCR_ETF_Pos) /*!< 0x00000200 */ 6522 #define TIM_SMCR_ETF_2 (0x4UL << TIM_SMCR_ETF_Pos) /*!< 0x00000400 */ 6523 #define TIM_SMCR_ETF_3 (0x8UL << TIM_SMCR_ETF_Pos) /*!< 0x00000800 */ 6524 6525 #define TIM_SMCR_ETPS_Pos (12U) 6526 #define TIM_SMCR_ETPS_Msk (0x3UL << TIM_SMCR_ETPS_Pos) /*!< 0x00003000 */ 6527 #define TIM_SMCR_ETPS TIM_SMCR_ETPS_Msk /*!<ETPS[1:0] bits (External trigger prescaler) */ 6528 #define TIM_SMCR_ETPS_0 (0x1UL << TIM_SMCR_ETPS_Pos) /*!< 0x00001000 */ 6529 #define TIM_SMCR_ETPS_1 (0x2UL << TIM_SMCR_ETPS_Pos) /*!< 0x00002000 */ 6530 6531 #define TIM_SMCR_ECE_Pos (14U) 6532 #define TIM_SMCR_ECE_Msk (0x1UL << TIM_SMCR_ECE_Pos) /*!< 0x00004000 */ 6533 #define TIM_SMCR_ECE TIM_SMCR_ECE_Msk /*!<External clock enable */ 6534 #define TIM_SMCR_ETP_Pos (15U) 6535 #define TIM_SMCR_ETP_Msk (0x1UL << TIM_SMCR_ETP_Pos) /*!< 0x00008000 */ 6536 #define TIM_SMCR_ETP TIM_SMCR_ETP_Msk /*!<External trigger polarity */ 6537 6538 /******************* Bit definition for TIM_DIER register *******************/ 6539 #define TIM_DIER_UIE_Pos (0U) 6540 #define TIM_DIER_UIE_Msk (0x1UL << TIM_DIER_UIE_Pos) /*!< 0x00000001 */ 6541 #define TIM_DIER_UIE TIM_DIER_UIE_Msk /*!<Update interrupt enable */ 6542 #define TIM_DIER_CC1IE_Pos (1U) 6543 #define TIM_DIER_CC1IE_Msk (0x1UL << TIM_DIER_CC1IE_Pos) /*!< 0x00000002 */ 6544 #define TIM_DIER_CC1IE TIM_DIER_CC1IE_Msk /*!<Capture/Compare 1 interrupt enable */ 6545 #define TIM_DIER_CC2IE_Pos (2U) 6546 #define TIM_DIER_CC2IE_Msk (0x1UL << TIM_DIER_CC2IE_Pos) /*!< 0x00000004 */ 6547 #define TIM_DIER_CC2IE TIM_DIER_CC2IE_Msk /*!<Capture/Compare 2 interrupt enable */ 6548 #define TIM_DIER_CC3IE_Pos (3U) 6549 #define TIM_DIER_CC3IE_Msk (0x1UL << TIM_DIER_CC3IE_Pos) /*!< 0x00000008 */ 6550 #define TIM_DIER_CC3IE TIM_DIER_CC3IE_Msk /*!<Capture/Compare 3 interrupt enable */ 6551 #define TIM_DIER_CC4IE_Pos (4U) 6552 #define TIM_DIER_CC4IE_Msk (0x1UL << TIM_DIER_CC4IE_Pos) /*!< 0x00000010 */ 6553 #define TIM_DIER_CC4IE TIM_DIER_CC4IE_Msk /*!<Capture/Compare 4 interrupt enable */ 6554 #define TIM_DIER_COMIE_Pos (5U) 6555 #define TIM_DIER_COMIE_Msk (0x1UL << TIM_DIER_COMIE_Pos) /*!< 0x00000020 */ 6556 #define TIM_DIER_COMIE TIM_DIER_COMIE_Msk /*!<COM interrupt enable */ 6557 #define TIM_DIER_TIE_Pos (6U) 6558 #define TIM_DIER_TIE_Msk (0x1UL << TIM_DIER_TIE_Pos) /*!< 0x00000040 */ 6559 #define TIM_DIER_TIE TIM_DIER_TIE_Msk /*!<Trigger interrupt enable */ 6560 #define TIM_DIER_BIE_Pos (7U) 6561 #define TIM_DIER_BIE_Msk (0x1UL << TIM_DIER_BIE_Pos) /*!< 0x00000080 */ 6562 #define TIM_DIER_BIE TIM_DIER_BIE_Msk /*!<Break interrupt enable */ 6563 #define TIM_DIER_UDE_Pos (8U) 6564 #define TIM_DIER_UDE_Msk (0x1UL << TIM_DIER_UDE_Pos) /*!< 0x00000100 */ 6565 #define TIM_DIER_UDE TIM_DIER_UDE_Msk /*!<Update DMA request enable */ 6566 #define TIM_DIER_CC1DE_Pos (9U) 6567 #define TIM_DIER_CC1DE_Msk (0x1UL << TIM_DIER_CC1DE_Pos) /*!< 0x00000200 */ 6568 #define TIM_DIER_CC1DE TIM_DIER_CC1DE_Msk /*!<Capture/Compare 1 DMA request enable */ 6569 #define TIM_DIER_CC2DE_Pos (10U) 6570 #define TIM_DIER_CC2DE_Msk (0x1UL << TIM_DIER_CC2DE_Pos) /*!< 0x00000400 */ 6571 #define TIM_DIER_CC2DE TIM_DIER_CC2DE_Msk /*!<Capture/Compare 2 DMA request enable */ 6572 #define TIM_DIER_CC3DE_Pos (11U) 6573 #define TIM_DIER_CC3DE_Msk (0x1UL << TIM_DIER_CC3DE_Pos) /*!< 0x00000800 */ 6574 #define TIM_DIER_CC3DE TIM_DIER_CC3DE_Msk /*!<Capture/Compare 3 DMA request enable */ 6575 #define TIM_DIER_CC4DE_Pos (12U) 6576 #define TIM_DIER_CC4DE_Msk (0x1UL << TIM_DIER_CC4DE_Pos) /*!< 0x00001000 */ 6577 #define TIM_DIER_CC4DE TIM_DIER_CC4DE_Msk /*!<Capture/Compare 4 DMA request enable */ 6578 #define TIM_DIER_COMDE_Pos (13U) 6579 #define TIM_DIER_COMDE_Msk (0x1UL << TIM_DIER_COMDE_Pos) /*!< 0x00002000 */ 6580 #define TIM_DIER_COMDE TIM_DIER_COMDE_Msk /*!<COM DMA request enable */ 6581 #define TIM_DIER_TDE_Pos (14U) 6582 #define TIM_DIER_TDE_Msk (0x1UL << TIM_DIER_TDE_Pos) /*!< 0x00004000 */ 6583 #define TIM_DIER_TDE TIM_DIER_TDE_Msk /*!<Trigger DMA request enable */ 6584 6585 /******************** Bit definition for TIM_SR register ********************/ 6586 #define TIM_SR_UIF_Pos (0U) 6587 #define TIM_SR_UIF_Msk (0x1UL << TIM_SR_UIF_Pos) /*!< 0x00000001 */ 6588 #define TIM_SR_UIF TIM_SR_UIF_Msk /*!<Update interrupt Flag */ 6589 #define TIM_SR_CC1IF_Pos (1U) 6590 #define TIM_SR_CC1IF_Msk (0x1UL << TIM_SR_CC1IF_Pos) /*!< 0x00000002 */ 6591 #define TIM_SR_CC1IF TIM_SR_CC1IF_Msk /*!<Capture/Compare 1 interrupt Flag */ 6592 #define TIM_SR_CC2IF_Pos (2U) 6593 #define TIM_SR_CC2IF_Msk (0x1UL << TIM_SR_CC2IF_Pos) /*!< 0x00000004 */ 6594 #define TIM_SR_CC2IF TIM_SR_CC2IF_Msk /*!<Capture/Compare 2 interrupt Flag */ 6595 #define TIM_SR_CC3IF_Pos (3U) 6596 #define TIM_SR_CC3IF_Msk (0x1UL << TIM_SR_CC3IF_Pos) /*!< 0x00000008 */ 6597 #define TIM_SR_CC3IF TIM_SR_CC3IF_Msk /*!<Capture/Compare 3 interrupt Flag */ 6598 #define TIM_SR_CC4IF_Pos (4U) 6599 #define TIM_SR_CC4IF_Msk (0x1UL << TIM_SR_CC4IF_Pos) /*!< 0x00000010 */ 6600 #define TIM_SR_CC4IF TIM_SR_CC4IF_Msk /*!<Capture/Compare 4 interrupt Flag */ 6601 #define TIM_SR_COMIF_Pos (5U) 6602 #define TIM_SR_COMIF_Msk (0x1UL << TIM_SR_COMIF_Pos) /*!< 0x00000020 */ 6603 #define TIM_SR_COMIF TIM_SR_COMIF_Msk /*!<COM interrupt Flag */ 6604 #define TIM_SR_TIF_Pos (6U) 6605 #define TIM_SR_TIF_Msk (0x1UL << TIM_SR_TIF_Pos) /*!< 0x00000040 */ 6606 #define TIM_SR_TIF TIM_SR_TIF_Msk /*!<Trigger interrupt Flag */ 6607 #define TIM_SR_BIF_Pos (7U) 6608 #define TIM_SR_BIF_Msk (0x1UL << TIM_SR_BIF_Pos) /*!< 0x00000080 */ 6609 #define TIM_SR_BIF TIM_SR_BIF_Msk /*!<Break interrupt Flag */ 6610 #define TIM_SR_B2IF_Pos (8U) 6611 #define TIM_SR_B2IF_Msk (0x1UL << TIM_SR_B2IF_Pos) /*!< 0x00000100 */ 6612 #define TIM_SR_B2IF TIM_SR_B2IF_Msk /*!<Break 2 interrupt Flag */ 6613 #define TIM_SR_CC1OF_Pos (9U) 6614 #define TIM_SR_CC1OF_Msk (0x1UL << TIM_SR_CC1OF_Pos) /*!< 0x00000200 */ 6615 #define TIM_SR_CC1OF TIM_SR_CC1OF_Msk /*!<Capture/Compare 1 Overcapture Flag */ 6616 #define TIM_SR_CC2OF_Pos (10U) 6617 #define TIM_SR_CC2OF_Msk (0x1UL << TIM_SR_CC2OF_Pos) /*!< 0x00000400 */ 6618 #define TIM_SR_CC2OF TIM_SR_CC2OF_Msk /*!<Capture/Compare 2 Overcapture Flag */ 6619 #define TIM_SR_CC3OF_Pos (11U) 6620 #define TIM_SR_CC3OF_Msk (0x1UL << TIM_SR_CC3OF_Pos) /*!< 0x00000800 */ 6621 #define TIM_SR_CC3OF TIM_SR_CC3OF_Msk /*!<Capture/Compare 3 Overcapture Flag */ 6622 #define TIM_SR_CC4OF_Pos (12U) 6623 #define TIM_SR_CC4OF_Msk (0x1UL << TIM_SR_CC4OF_Pos) /*!< 0x00001000 */ 6624 #define TIM_SR_CC4OF TIM_SR_CC4OF_Msk /*!<Capture/Compare 4 Overcapture Flag */ 6625 #define TIM_SR_SBIF_Pos (13U) 6626 #define TIM_SR_SBIF_Msk (0x1UL << TIM_SR_SBIF_Pos) /*!< 0x00002000 */ 6627 #define TIM_SR_SBIF TIM_SR_SBIF_Msk /*!<System Break interrupt Flag */ 6628 #define TIM_SR_CC5IF_Pos (16U) 6629 #define TIM_SR_CC5IF_Msk (0x1UL << TIM_SR_CC5IF_Pos) /*!< 0x00010000 */ 6630 #define TIM_SR_CC5IF TIM_SR_CC5IF_Msk /*!<Capture/Compare 5 interrupt Flag */ 6631 #define TIM_SR_CC6IF_Pos (17U) 6632 #define TIM_SR_CC6IF_Msk (0x1UL << TIM_SR_CC6IF_Pos) /*!< 0x00020000 */ 6633 #define TIM_SR_CC6IF TIM_SR_CC6IF_Msk /*!<Capture/Compare 6 interrupt Flag */ 6634 6635 6636 /******************* Bit definition for TIM_EGR register ********************/ 6637 #define TIM_EGR_UG_Pos (0U) 6638 #define TIM_EGR_UG_Msk (0x1UL << TIM_EGR_UG_Pos) /*!< 0x00000001 */ 6639 #define TIM_EGR_UG TIM_EGR_UG_Msk /*!<Update Generation */ 6640 #define TIM_EGR_CC1G_Pos (1U) 6641 #define TIM_EGR_CC1G_Msk (0x1UL << TIM_EGR_CC1G_Pos) /*!< 0x00000002 */ 6642 #define TIM_EGR_CC1G TIM_EGR_CC1G_Msk /*!<Capture/Compare 1 Generation */ 6643 #define TIM_EGR_CC2G_Pos (2U) 6644 #define TIM_EGR_CC2G_Msk (0x1UL << TIM_EGR_CC2G_Pos) /*!< 0x00000004 */ 6645 #define TIM_EGR_CC2G TIM_EGR_CC2G_Msk /*!<Capture/Compare 2 Generation */ 6646 #define TIM_EGR_CC3G_Pos (3U) 6647 #define TIM_EGR_CC3G_Msk (0x1UL << TIM_EGR_CC3G_Pos) /*!< 0x00000008 */ 6648 #define TIM_EGR_CC3G TIM_EGR_CC3G_Msk /*!<Capture/Compare 3 Generation */ 6649 #define TIM_EGR_CC4G_Pos (4U) 6650 #define TIM_EGR_CC4G_Msk (0x1UL << TIM_EGR_CC4G_Pos) /*!< 0x00000010 */ 6651 #define TIM_EGR_CC4G TIM_EGR_CC4G_Msk /*!<Capture/Compare 4 Generation */ 6652 #define TIM_EGR_COMG_Pos (5U) 6653 #define TIM_EGR_COMG_Msk (0x1UL << TIM_EGR_COMG_Pos) /*!< 0x00000020 */ 6654 #define TIM_EGR_COMG TIM_EGR_COMG_Msk /*!<Capture/Compare Control Update Generation */ 6655 #define TIM_EGR_TG_Pos (6U) 6656 #define TIM_EGR_TG_Msk (0x1UL << TIM_EGR_TG_Pos) /*!< 0x00000040 */ 6657 #define TIM_EGR_TG TIM_EGR_TG_Msk /*!<Trigger Generation */ 6658 #define TIM_EGR_BG_Pos (7U) 6659 #define TIM_EGR_BG_Msk (0x1UL << TIM_EGR_BG_Pos) /*!< 0x00000080 */ 6660 #define TIM_EGR_BG TIM_EGR_BG_Msk /*!<Break Generation */ 6661 #define TIM_EGR_B2G_Pos (8U) 6662 #define TIM_EGR_B2G_Msk (0x1UL << TIM_EGR_B2G_Pos) /*!< 0x00000100 */ 6663 #define TIM_EGR_B2G TIM_EGR_B2G_Msk /*!<Break 2 Generation */ 6664 6665 6666 /****************** Bit definition for TIM_CCMR1 register *******************/ 6667 #define TIM_CCMR1_CC1S_Pos (0U) 6668 #define TIM_CCMR1_CC1S_Msk (0x3UL << TIM_CCMR1_CC1S_Pos) /*!< 0x00000003 */ 6669 #define TIM_CCMR1_CC1S TIM_CCMR1_CC1S_Msk /*!<CC1S[1:0] bits (Capture/Compare 1 Selection) */ 6670 #define TIM_CCMR1_CC1S_0 (0x1UL << TIM_CCMR1_CC1S_Pos) /*!< 0x00000001 */ 6671 #define TIM_CCMR1_CC1S_1 (0x2UL << TIM_CCMR1_CC1S_Pos) /*!< 0x00000002 */ 6672 6673 #define TIM_CCMR1_OC1FE_Pos (2U) 6674 #define TIM_CCMR1_OC1FE_Msk (0x1UL << TIM_CCMR1_OC1FE_Pos) /*!< 0x00000004 */ 6675 #define TIM_CCMR1_OC1FE TIM_CCMR1_OC1FE_Msk /*!<Output Compare 1 Fast enable */ 6676 #define TIM_CCMR1_OC1PE_Pos (3U) 6677 #define TIM_CCMR1_OC1PE_Msk (0x1UL << TIM_CCMR1_OC1PE_Pos) /*!< 0x00000008 */ 6678 #define TIM_CCMR1_OC1PE TIM_CCMR1_OC1PE_Msk /*!<Output Compare 1 Preload enable */ 6679 6680 #define TIM_CCMR1_OC1M_Pos (4U) 6681 #define TIM_CCMR1_OC1M_Msk (0x1007UL << TIM_CCMR1_OC1M_Pos) /*!< 0x00010070 */ 6682 #define TIM_CCMR1_OC1M TIM_CCMR1_OC1M_Msk /*!<OC1M[2:0] bits (Output Compare 1 Mode) */ 6683 #define TIM_CCMR1_OC1M_0 (0x0001UL << TIM_CCMR1_OC1M_Pos) /*!< 0x00000010 */ 6684 #define TIM_CCMR1_OC1M_1 (0x0002UL << TIM_CCMR1_OC1M_Pos) /*!< 0x00000020 */ 6685 #define TIM_CCMR1_OC1M_2 (0x0004UL << TIM_CCMR1_OC1M_Pos) /*!< 0x00000040 */ 6686 #define TIM_CCMR1_OC1M_3 (0x1000UL << TIM_CCMR1_OC1M_Pos) /*!< 0x00010000 */ 6687 6688 #define TIM_CCMR1_OC1CE_Pos (7U) 6689 #define TIM_CCMR1_OC1CE_Msk (0x1UL << TIM_CCMR1_OC1CE_Pos) /*!< 0x00000080 */ 6690 #define TIM_CCMR1_OC1CE TIM_CCMR1_OC1CE_Msk /*!<Output Compare 1 Clear Enable */ 6691 6692 #define TIM_CCMR1_CC2S_Pos (8U) 6693 #define TIM_CCMR1_CC2S_Msk (0x3UL << TIM_CCMR1_CC2S_Pos) /*!< 0x00000300 */ 6694 #define TIM_CCMR1_CC2S TIM_CCMR1_CC2S_Msk /*!<CC2S[1:0] bits (Capture/Compare 2 Selection) */ 6695 #define TIM_CCMR1_CC2S_0 (0x1UL << TIM_CCMR1_CC2S_Pos) /*!< 0x00000100 */ 6696 #define TIM_CCMR1_CC2S_1 (0x2UL << TIM_CCMR1_CC2S_Pos) /*!< 0x00000200 */ 6697 6698 #define TIM_CCMR1_OC2FE_Pos (10U) 6699 #define TIM_CCMR1_OC2FE_Msk (0x1UL << TIM_CCMR1_OC2FE_Pos) /*!< 0x00000400 */ 6700 #define TIM_CCMR1_OC2FE TIM_CCMR1_OC2FE_Msk /*!<Output Compare 2 Fast enable */ 6701 #define TIM_CCMR1_OC2PE_Pos (11U) 6702 #define TIM_CCMR1_OC2PE_Msk (0x1UL << TIM_CCMR1_OC2PE_Pos) /*!< 0x00000800 */ 6703 #define TIM_CCMR1_OC2PE TIM_CCMR1_OC2PE_Msk /*!<Output Compare 2 Preload enable */ 6704 6705 #define TIM_CCMR1_OC2M_Pos (12U) 6706 #define TIM_CCMR1_OC2M_Msk (0x1007UL << TIM_CCMR1_OC2M_Pos) /*!< 0x01007000 */ 6707 #define TIM_CCMR1_OC2M TIM_CCMR1_OC2M_Msk /*!<OC2M[2:0] bits (Output Compare 2 Mode) */ 6708 #define TIM_CCMR1_OC2M_0 (0x0001UL << TIM_CCMR1_OC2M_Pos) /*!< 0x00001000 */ 6709 #define TIM_CCMR1_OC2M_1 (0x0002UL << TIM_CCMR1_OC2M_Pos) /*!< 0x00002000 */ 6710 #define TIM_CCMR1_OC2M_2 (0x0004UL << TIM_CCMR1_OC2M_Pos) /*!< 0x00004000 */ 6711 #define TIM_CCMR1_OC2M_3 (0x1000UL << TIM_CCMR1_OC2M_Pos) /*!< 0x01000000 */ 6712 6713 #define TIM_CCMR1_OC2CE_Pos (15U) 6714 #define TIM_CCMR1_OC2CE_Msk (0x1UL << TIM_CCMR1_OC2CE_Pos) /*!< 0x00008000 */ 6715 #define TIM_CCMR1_OC2CE TIM_CCMR1_OC2CE_Msk /*!<Output Compare 2 Clear Enable */ 6716 6717 /*----------------------------------------------------------------------------*/ 6718 #define TIM_CCMR1_IC1PSC_Pos (2U) 6719 #define TIM_CCMR1_IC1PSC_Msk (0x3UL << TIM_CCMR1_IC1PSC_Pos) /*!< 0x0000000C */ 6720 #define TIM_CCMR1_IC1PSC TIM_CCMR1_IC1PSC_Msk /*!<IC1PSC[1:0] bits (Input Capture 1 Prescaler) */ 6721 #define TIM_CCMR1_IC1PSC_0 (0x1UL << TIM_CCMR1_IC1PSC_Pos) /*!< 0x00000004 */ 6722 #define TIM_CCMR1_IC1PSC_1 (0x2UL << TIM_CCMR1_IC1PSC_Pos) /*!< 0x00000008 */ 6723 6724 #define TIM_CCMR1_IC1F_Pos (4U) 6725 #define TIM_CCMR1_IC1F_Msk (0xFUL << TIM_CCMR1_IC1F_Pos) /*!< 0x000000F0 */ 6726 #define TIM_CCMR1_IC1F TIM_CCMR1_IC1F_Msk /*!<IC1F[3:0] bits (Input Capture 1 Filter) */ 6727 #define TIM_CCMR1_IC1F_0 (0x1UL << TIM_CCMR1_IC1F_Pos) /*!< 0x00000010 */ 6728 #define TIM_CCMR1_IC1F_1 (0x2UL << TIM_CCMR1_IC1F_Pos) /*!< 0x00000020 */ 6729 #define TIM_CCMR1_IC1F_2 (0x4UL << TIM_CCMR1_IC1F_Pos) /*!< 0x00000040 */ 6730 #define TIM_CCMR1_IC1F_3 (0x8UL << TIM_CCMR1_IC1F_Pos) /*!< 0x00000080 */ 6731 6732 #define TIM_CCMR1_IC2PSC_Pos (10U) 6733 #define TIM_CCMR1_IC2PSC_Msk (0x3UL << TIM_CCMR1_IC2PSC_Pos) /*!< 0x00000C00 */ 6734 #define TIM_CCMR1_IC2PSC TIM_CCMR1_IC2PSC_Msk /*!<IC2PSC[1:0] bits (Input Capture 2 Prescaler) */ 6735 #define TIM_CCMR1_IC2PSC_0 (0x1UL << TIM_CCMR1_IC2PSC_Pos) /*!< 0x00000400 */ 6736 #define TIM_CCMR1_IC2PSC_1 (0x2UL << TIM_CCMR1_IC2PSC_Pos) /*!< 0x00000800 */ 6737 6738 #define TIM_CCMR1_IC2F_Pos (12U) 6739 #define TIM_CCMR1_IC2F_Msk (0xFUL << TIM_CCMR1_IC2F_Pos) /*!< 0x0000F000 */ 6740 #define TIM_CCMR1_IC2F TIM_CCMR1_IC2F_Msk /*!<IC2F[3:0] bits (Input Capture 2 Filter) */ 6741 #define TIM_CCMR1_IC2F_0 (0x1UL << TIM_CCMR1_IC2F_Pos) /*!< 0x00001000 */ 6742 #define TIM_CCMR1_IC2F_1 (0x2UL << TIM_CCMR1_IC2F_Pos) /*!< 0x00002000 */ 6743 #define TIM_CCMR1_IC2F_2 (0x4UL << TIM_CCMR1_IC2F_Pos) /*!< 0x00004000 */ 6744 #define TIM_CCMR1_IC2F_3 (0x8UL << TIM_CCMR1_IC2F_Pos) /*!< 0x00008000 */ 6745 6746 /****************** Bit definition for TIM_CCMR2 register *******************/ 6747 #define TIM_CCMR2_CC3S_Pos (0U) 6748 #define TIM_CCMR2_CC3S_Msk (0x3UL << TIM_CCMR2_CC3S_Pos) /*!< 0x00000003 */ 6749 #define TIM_CCMR2_CC3S TIM_CCMR2_CC3S_Msk /*!<CC3S[1:0] bits (Capture/Compare 3 Selection) */ 6750 #define TIM_CCMR2_CC3S_0 (0x1UL << TIM_CCMR2_CC3S_Pos) /*!< 0x00000001 */ 6751 #define TIM_CCMR2_CC3S_1 (0x2UL << TIM_CCMR2_CC3S_Pos) /*!< 0x00000002 */ 6752 6753 #define TIM_CCMR2_OC3FE_Pos (2U) 6754 #define TIM_CCMR2_OC3FE_Msk (0x1UL << TIM_CCMR2_OC3FE_Pos) /*!< 0x00000004 */ 6755 #define TIM_CCMR2_OC3FE TIM_CCMR2_OC3FE_Msk /*!<Output Compare 3 Fast enable */ 6756 #define TIM_CCMR2_OC3PE_Pos (3U) 6757 #define TIM_CCMR2_OC3PE_Msk (0x1UL << TIM_CCMR2_OC3PE_Pos) /*!< 0x00000008 */ 6758 #define TIM_CCMR2_OC3PE TIM_CCMR2_OC3PE_Msk /*!<Output Compare 3 Preload enable */ 6759 6760 #define TIM_CCMR2_OC3M_Pos (4U) 6761 #define TIM_CCMR2_OC3M_Msk (0x1007UL << TIM_CCMR2_OC3M_Pos) /*!< 0x00010070 */ 6762 #define TIM_CCMR2_OC3M TIM_CCMR2_OC3M_Msk /*!<OC3M[2:0] bits (Output Compare 3 Mode) */ 6763 #define TIM_CCMR2_OC3M_0 (0x0001UL << TIM_CCMR2_OC3M_Pos) /*!< 0x00000010 */ 6764 #define TIM_CCMR2_OC3M_1 (0x0002UL << TIM_CCMR2_OC3M_Pos) /*!< 0x00000020 */ 6765 #define TIM_CCMR2_OC3M_2 (0x0004UL << TIM_CCMR2_OC3M_Pos) /*!< 0x00000040 */ 6766 #define TIM_CCMR2_OC3M_3 (0x1000UL << TIM_CCMR2_OC3M_Pos) /*!< 0x00010000 */ 6767 6768 #define TIM_CCMR2_OC3CE_Pos (7U) 6769 #define TIM_CCMR2_OC3CE_Msk (0x1UL << TIM_CCMR2_OC3CE_Pos) /*!< 0x00000080 */ 6770 #define TIM_CCMR2_OC3CE TIM_CCMR2_OC3CE_Msk /*!<Output Compare 3 Clear Enable */ 6771 6772 #define TIM_CCMR2_CC4S_Pos (8U) 6773 #define TIM_CCMR2_CC4S_Msk (0x3UL << TIM_CCMR2_CC4S_Pos) /*!< 0x00000300 */ 6774 #define TIM_CCMR2_CC4S TIM_CCMR2_CC4S_Msk /*!<CC4S[1:0] bits (Capture/Compare 4 Selection) */ 6775 #define TIM_CCMR2_CC4S_0 (0x1UL << TIM_CCMR2_CC4S_Pos) /*!< 0x00000100 */ 6776 #define TIM_CCMR2_CC4S_1 (0x2UL << TIM_CCMR2_CC4S_Pos) /*!< 0x00000200 */ 6777 6778 #define TIM_CCMR2_OC4FE_Pos (10U) 6779 #define TIM_CCMR2_OC4FE_Msk (0x1UL << TIM_CCMR2_OC4FE_Pos) /*!< 0x00000400 */ 6780 #define TIM_CCMR2_OC4FE TIM_CCMR2_OC4FE_Msk /*!<Output Compare 4 Fast enable */ 6781 #define TIM_CCMR2_OC4PE_Pos (11U) 6782 #define TIM_CCMR2_OC4PE_Msk (0x1UL << TIM_CCMR2_OC4PE_Pos) /*!< 0x00000800 */ 6783 #define TIM_CCMR2_OC4PE TIM_CCMR2_OC4PE_Msk /*!<Output Compare 4 Preload enable */ 6784 6785 #define TIM_CCMR2_OC4M_Pos (12U) 6786 #define TIM_CCMR2_OC4M_Msk (0x1007UL << TIM_CCMR2_OC4M_Pos) /*!< 0x01007000 */ 6787 #define TIM_CCMR2_OC4M TIM_CCMR2_OC4M_Msk /*!<OC4M[2:0] bits (Output Compare 4 Mode) */ 6788 #define TIM_CCMR2_OC4M_0 (0x0001UL << TIM_CCMR2_OC4M_Pos) /*!< 0x00001000 */ 6789 #define TIM_CCMR2_OC4M_1 (0x0002UL << TIM_CCMR2_OC4M_Pos) /*!< 0x00002000 */ 6790 #define TIM_CCMR2_OC4M_2 (0x0004UL << TIM_CCMR2_OC4M_Pos) /*!< 0x00004000 */ 6791 #define TIM_CCMR2_OC4M_3 (0x1000UL << TIM_CCMR2_OC4M_Pos) /*!< 0x01000000 */ 6792 6793 #define TIM_CCMR2_OC4CE_Pos (15U) 6794 #define TIM_CCMR2_OC4CE_Msk (0x1UL << TIM_CCMR2_OC4CE_Pos) /*!< 0x00008000 */ 6795 #define TIM_CCMR2_OC4CE TIM_CCMR2_OC4CE_Msk /*!<Output Compare 4 Clear Enable */ 6796 6797 /*----------------------------------------------------------------------------*/ 6798 #define TIM_CCMR2_IC3PSC_Pos (2U) 6799 #define TIM_CCMR2_IC3PSC_Msk (0x3UL << TIM_CCMR2_IC3PSC_Pos) /*!< 0x0000000C */ 6800 #define TIM_CCMR2_IC3PSC TIM_CCMR2_IC3PSC_Msk /*!<IC3PSC[1:0] bits (Input Capture 3 Prescaler) */ 6801 #define TIM_CCMR2_IC3PSC_0 (0x1UL << TIM_CCMR2_IC3PSC_Pos) /*!< 0x00000004 */ 6802 #define TIM_CCMR2_IC3PSC_1 (0x2UL << TIM_CCMR2_IC3PSC_Pos) /*!< 0x00000008 */ 6803 6804 #define TIM_CCMR2_IC3F_Pos (4U) 6805 #define TIM_CCMR2_IC3F_Msk (0xFUL << TIM_CCMR2_IC3F_Pos) /*!< 0x000000F0 */ 6806 #define TIM_CCMR2_IC3F TIM_CCMR2_IC3F_Msk /*!<IC3F[3:0] bits (Input Capture 3 Filter) */ 6807 #define TIM_CCMR2_IC3F_0 (0x1UL << TIM_CCMR2_IC3F_Pos) /*!< 0x00000010 */ 6808 #define TIM_CCMR2_IC3F_1 (0x2UL << TIM_CCMR2_IC3F_Pos) /*!< 0x00000020 */ 6809 #define TIM_CCMR2_IC3F_2 (0x4UL << TIM_CCMR2_IC3F_Pos) /*!< 0x00000040 */ 6810 #define TIM_CCMR2_IC3F_3 (0x8UL << TIM_CCMR2_IC3F_Pos) /*!< 0x00000080 */ 6811 6812 #define TIM_CCMR2_IC4PSC_Pos (10U) 6813 #define TIM_CCMR2_IC4PSC_Msk (0x3UL << TIM_CCMR2_IC4PSC_Pos) /*!< 0x00000C00 */ 6814 #define TIM_CCMR2_IC4PSC TIM_CCMR2_IC4PSC_Msk /*!<IC4PSC[1:0] bits (Input Capture 4 Prescaler) */ 6815 #define TIM_CCMR2_IC4PSC_0 (0x1UL << TIM_CCMR2_IC4PSC_Pos) /*!< 0x00000400 */ 6816 #define TIM_CCMR2_IC4PSC_1 (0x2UL << TIM_CCMR2_IC4PSC_Pos) /*!< 0x00000800 */ 6817 6818 #define TIM_CCMR2_IC4F_Pos (12U) 6819 #define TIM_CCMR2_IC4F_Msk (0xFUL << TIM_CCMR2_IC4F_Pos) /*!< 0x0000F000 */ 6820 #define TIM_CCMR2_IC4F TIM_CCMR2_IC4F_Msk /*!<IC4F[3:0] bits (Input Capture 4 Filter) */ 6821 #define TIM_CCMR2_IC4F_0 (0x1UL << TIM_CCMR2_IC4F_Pos) /*!< 0x00001000 */ 6822 #define TIM_CCMR2_IC4F_1 (0x2UL << TIM_CCMR2_IC4F_Pos) /*!< 0x00002000 */ 6823 #define TIM_CCMR2_IC4F_2 (0x4UL << TIM_CCMR2_IC4F_Pos) /*!< 0x00004000 */ 6824 #define TIM_CCMR2_IC4F_3 (0x8UL << TIM_CCMR2_IC4F_Pos) /*!< 0x00008000 */ 6825 6826 /****************** Bit definition for TIM_CCMR3 register *******************/ 6827 #define TIM_CCMR3_OC5FE_Pos (2U) 6828 #define TIM_CCMR3_OC5FE_Msk (0x1UL << TIM_CCMR3_OC5FE_Pos) /*!< 0x00000004 */ 6829 #define TIM_CCMR3_OC5FE TIM_CCMR3_OC5FE_Msk /*!<Output Compare 5 Fast enable */ 6830 #define TIM_CCMR3_OC5PE_Pos (3U) 6831 #define TIM_CCMR3_OC5PE_Msk (0x1UL << TIM_CCMR3_OC5PE_Pos) /*!< 0x00000008 */ 6832 #define TIM_CCMR3_OC5PE TIM_CCMR3_OC5PE_Msk /*!<Output Compare 5 Preload enable */ 6833 6834 #define TIM_CCMR3_OC5M_Pos (4U) 6835 #define TIM_CCMR3_OC5M_Msk (0x1007UL << TIM_CCMR3_OC5M_Pos) /*!< 0x00010070 */ 6836 #define TIM_CCMR3_OC5M TIM_CCMR3_OC5M_Msk /*!<OC5M[3:0] bits (Output Compare 5 Mode) */ 6837 #define TIM_CCMR3_OC5M_0 (0x0001UL << TIM_CCMR3_OC5M_Pos) /*!< 0x00000010 */ 6838 #define TIM_CCMR3_OC5M_1 (0x0002UL << TIM_CCMR3_OC5M_Pos) /*!< 0x00000020 */ 6839 #define TIM_CCMR3_OC5M_2 (0x0004UL << TIM_CCMR3_OC5M_Pos) /*!< 0x00000040 */ 6840 #define TIM_CCMR3_OC5M_3 (0x1000UL << TIM_CCMR3_OC5M_Pos) /*!< 0x00010000 */ 6841 6842 #define TIM_CCMR3_OC5CE_Pos (7U) 6843 #define TIM_CCMR3_OC5CE_Msk (0x1UL << TIM_CCMR3_OC5CE_Pos) /*!< 0x00000080 */ 6844 #define TIM_CCMR3_OC5CE TIM_CCMR3_OC5CE_Msk /*!<Output Compare 5 Clear Enable */ 6845 6846 #define TIM_CCMR3_OC6FE_Pos (10U) 6847 #define TIM_CCMR3_OC6FE_Msk (0x1UL << TIM_CCMR3_OC6FE_Pos) /*!< 0x00000400 */ 6848 #define TIM_CCMR3_OC6FE TIM_CCMR3_OC6FE_Msk /*!<Output Compare 6 Fast enable */ 6849 #define TIM_CCMR3_OC6PE_Pos (11U) 6850 #define TIM_CCMR3_OC6PE_Msk (0x1UL << TIM_CCMR3_OC6PE_Pos) /*!< 0x00000800 */ 6851 #define TIM_CCMR3_OC6PE TIM_CCMR3_OC6PE_Msk /*!<Output Compare 6 Preload enable */ 6852 6853 #define TIM_CCMR3_OC6M_Pos (12U) 6854 #define TIM_CCMR3_OC6M_Msk (0x1007UL << TIM_CCMR3_OC6M_Pos) /*!< 0x01007000 */ 6855 #define TIM_CCMR3_OC6M TIM_CCMR3_OC6M_Msk /*!<OC6M[3:0] bits (Output Compare 6 Mode) */ 6856 #define TIM_CCMR3_OC6M_0 (0x0001UL << TIM_CCMR3_OC6M_Pos) /*!< 0x00001000 */ 6857 #define TIM_CCMR3_OC6M_1 (0x0002UL << TIM_CCMR3_OC6M_Pos) /*!< 0x00002000 */ 6858 #define TIM_CCMR3_OC6M_2 (0x0004UL << TIM_CCMR3_OC6M_Pos) /*!< 0x00004000 */ 6859 #define TIM_CCMR3_OC6M_3 (0x1000UL << TIM_CCMR3_OC6M_Pos) /*!< 0x01000000 */ 6860 6861 #define TIM_CCMR3_OC6CE_Pos (15U) 6862 #define TIM_CCMR3_OC6CE_Msk (0x1UL << TIM_CCMR3_OC6CE_Pos) /*!< 0x00008000 */ 6863 #define TIM_CCMR3_OC6CE TIM_CCMR3_OC6CE_Msk /*!<Output Compare 6 Clear Enable */ 6864 6865 /******************* Bit definition for TIM_CCER register *******************/ 6866 #define TIM_CCER_CC1E_Pos (0U) 6867 #define TIM_CCER_CC1E_Msk (0x1UL << TIM_CCER_CC1E_Pos) /*!< 0x00000001 */ 6868 #define TIM_CCER_CC1E TIM_CCER_CC1E_Msk /*!<Capture/Compare 1 output enable */ 6869 #define TIM_CCER_CC1P_Pos (1U) 6870 #define TIM_CCER_CC1P_Msk (0x1UL << TIM_CCER_CC1P_Pos) /*!< 0x00000002 */ 6871 #define TIM_CCER_CC1P TIM_CCER_CC1P_Msk /*!<Capture/Compare 1 output Polarity */ 6872 #define TIM_CCER_CC1NE_Pos (2U) 6873 #define TIM_CCER_CC1NE_Msk (0x1UL << TIM_CCER_CC1NE_Pos) /*!< 0x00000004 */ 6874 #define TIM_CCER_CC1NE TIM_CCER_CC1NE_Msk /*!<Capture/Compare 1 Complementary output enable */ 6875 #define TIM_CCER_CC1NP_Pos (3U) 6876 #define TIM_CCER_CC1NP_Msk (0x1UL << TIM_CCER_CC1NP_Pos) /*!< 0x00000008 */ 6877 #define TIM_CCER_CC1NP TIM_CCER_CC1NP_Msk /*!<Capture/Compare 1 Complementary output Polarity */ 6878 #define TIM_CCER_CC2E_Pos (4U) 6879 #define TIM_CCER_CC2E_Msk (0x1UL << TIM_CCER_CC2E_Pos) /*!< 0x00000010 */ 6880 #define TIM_CCER_CC2E TIM_CCER_CC2E_Msk /*!<Capture/Compare 2 output enable */ 6881 #define TIM_CCER_CC2P_Pos (5U) 6882 #define TIM_CCER_CC2P_Msk (0x1UL << TIM_CCER_CC2P_Pos) /*!< 0x00000020 */ 6883 #define TIM_CCER_CC2P TIM_CCER_CC2P_Msk /*!<Capture/Compare 2 output Polarity */ 6884 #define TIM_CCER_CC2NE_Pos (6U) 6885 #define TIM_CCER_CC2NE_Msk (0x1UL << TIM_CCER_CC2NE_Pos) /*!< 0x00000040 */ 6886 #define TIM_CCER_CC2NE TIM_CCER_CC2NE_Msk /*!<Capture/Compare 2 Complementary output enable */ 6887 #define TIM_CCER_CC2NP_Pos (7U) 6888 #define TIM_CCER_CC2NP_Msk (0x1UL << TIM_CCER_CC2NP_Pos) /*!< 0x00000080 */ 6889 #define TIM_CCER_CC2NP TIM_CCER_CC2NP_Msk /*!<Capture/Compare 2 Complementary output Polarity */ 6890 #define TIM_CCER_CC3E_Pos (8U) 6891 #define TIM_CCER_CC3E_Msk (0x1UL << TIM_CCER_CC3E_Pos) /*!< 0x00000100 */ 6892 #define TIM_CCER_CC3E TIM_CCER_CC3E_Msk /*!<Capture/Compare 3 output enable */ 6893 #define TIM_CCER_CC3P_Pos (9U) 6894 #define TIM_CCER_CC3P_Msk (0x1UL << TIM_CCER_CC3P_Pos) /*!< 0x00000200 */ 6895 #define TIM_CCER_CC3P TIM_CCER_CC3P_Msk /*!<Capture/Compare 3 output Polarity */ 6896 #define TIM_CCER_CC3NE_Pos (10U) 6897 #define TIM_CCER_CC3NE_Msk (0x1UL << TIM_CCER_CC3NE_Pos) /*!< 0x00000400 */ 6898 #define TIM_CCER_CC3NE TIM_CCER_CC3NE_Msk /*!<Capture/Compare 3 Complementary output enable */ 6899 #define TIM_CCER_CC3NP_Pos (11U) 6900 #define TIM_CCER_CC3NP_Msk (0x1UL << TIM_CCER_CC3NP_Pos) /*!< 0x00000800 */ 6901 #define TIM_CCER_CC3NP TIM_CCER_CC3NP_Msk /*!<Capture/Compare 3 Complementary output Polarity */ 6902 #define TIM_CCER_CC4E_Pos (12U) 6903 #define TIM_CCER_CC4E_Msk (0x1UL << TIM_CCER_CC4E_Pos) /*!< 0x00001000 */ 6904 #define TIM_CCER_CC4E TIM_CCER_CC4E_Msk /*!<Capture/Compare 4 output enable */ 6905 #define TIM_CCER_CC4P_Pos (13U) 6906 #define TIM_CCER_CC4P_Msk (0x1UL << TIM_CCER_CC4P_Pos) /*!< 0x00002000 */ 6907 #define TIM_CCER_CC4P TIM_CCER_CC4P_Msk /*!<Capture/Compare 4 output Polarity */ 6908 #define TIM_CCER_CC4NP_Pos (15U) 6909 #define TIM_CCER_CC4NP_Msk (0x1UL << TIM_CCER_CC4NP_Pos) /*!< 0x00008000 */ 6910 #define TIM_CCER_CC4NP TIM_CCER_CC4NP_Msk /*!<Capture/Compare 4 Complementary output Polarity */ 6911 #define TIM_CCER_CC5E_Pos (16U) 6912 #define TIM_CCER_CC5E_Msk (0x1UL << TIM_CCER_CC5E_Pos) /*!< 0x00010000 */ 6913 #define TIM_CCER_CC5E TIM_CCER_CC5E_Msk /*!<Capture/Compare 5 output enable */ 6914 #define TIM_CCER_CC5P_Pos (17U) 6915 #define TIM_CCER_CC5P_Msk (0x1UL << TIM_CCER_CC5P_Pos) /*!< 0x00020000 */ 6916 #define TIM_CCER_CC5P TIM_CCER_CC5P_Msk /*!<Capture/Compare 5 output Polarity */ 6917 #define TIM_CCER_CC6E_Pos (20U) 6918 #define TIM_CCER_CC6E_Msk (0x1UL << TIM_CCER_CC6E_Pos) /*!< 0x00100000 */ 6919 #define TIM_CCER_CC6E TIM_CCER_CC6E_Msk /*!<Capture/Compare 6 output enable */ 6920 #define TIM_CCER_CC6P_Pos (21U) 6921 #define TIM_CCER_CC6P_Msk (0x1UL << TIM_CCER_CC6P_Pos) /*!< 0x00200000 */ 6922 #define TIM_CCER_CC6P TIM_CCER_CC6P_Msk /*!<Capture/Compare 6 output Polarity */ 6923 6924 /******************* Bit definition for TIM_CNT register ********************/ 6925 #define TIM_CNT_CNT_Pos (0U) 6926 #define TIM_CNT_CNT_Msk (0xFFFFFFFFUL << TIM_CNT_CNT_Pos) /*!< 0xFFFFFFFF */ 6927 #define TIM_CNT_CNT TIM_CNT_CNT_Msk /*!<Counter Value */ 6928 #define TIM_CNT_UIFCPY_Pos (31U) 6929 #define TIM_CNT_UIFCPY_Msk (0x1UL << TIM_CNT_UIFCPY_Pos) /*!< 0x80000000 */ 6930 #define TIM_CNT_UIFCPY TIM_CNT_UIFCPY_Msk /*!<Update interrupt flag copy (if UIFREMAP=1) */ 6931 6932 /******************* Bit definition for TIM_PSC register ********************/ 6933 #define TIM_PSC_PSC_Pos (0U) 6934 #define TIM_PSC_PSC_Msk (0xFFFFUL << TIM_PSC_PSC_Pos) /*!< 0x0000FFFF */ 6935 #define TIM_PSC_PSC TIM_PSC_PSC_Msk /*!<Prescaler Value */ 6936 6937 /******************* Bit definition for TIM_ARR register ********************/ 6938 #define TIM_ARR_ARR_Pos (0U) 6939 #define TIM_ARR_ARR_Msk (0xFFFFFFFFUL << TIM_ARR_ARR_Pos) /*!< 0xFFFFFFFF */ 6940 #define TIM_ARR_ARR TIM_ARR_ARR_Msk /*!<Actual auto-reload Value */ 6941 6942 /******************* Bit definition for TIM_RCR register ********************/ 6943 #define TIM_RCR_REP_Pos (0U) 6944 #define TIM_RCR_REP_Msk (0xFFFFUL << TIM_RCR_REP_Pos) /*!< 0x0000FFFF */ 6945 #define TIM_RCR_REP TIM_RCR_REP_Msk /*!<Repetition Counter Value */ 6946 6947 /******************* Bit definition for TIM_CCR1 register *******************/ 6948 #define TIM_CCR1_CCR1_Pos (0U) 6949 #define TIM_CCR1_CCR1_Msk (0xFFFFUL << TIM_CCR1_CCR1_Pos) /*!< 0x0000FFFF */ 6950 #define TIM_CCR1_CCR1 TIM_CCR1_CCR1_Msk /*!<Capture/Compare 1 Value */ 6951 6952 /******************* Bit definition for TIM_CCR2 register *******************/ 6953 #define TIM_CCR2_CCR2_Pos (0U) 6954 #define TIM_CCR2_CCR2_Msk (0xFFFFUL << TIM_CCR2_CCR2_Pos) /*!< 0x0000FFFF */ 6955 #define TIM_CCR2_CCR2 TIM_CCR2_CCR2_Msk /*!<Capture/Compare 2 Value */ 6956 6957 /******************* Bit definition for TIM_CCR3 register *******************/ 6958 #define TIM_CCR3_CCR3_Pos (0U) 6959 #define TIM_CCR3_CCR3_Msk (0xFFFFUL << TIM_CCR3_CCR3_Pos) /*!< 0x0000FFFF */ 6960 #define TIM_CCR3_CCR3 TIM_CCR3_CCR3_Msk /*!<Capture/Compare 3 Value */ 6961 6962 /******************* Bit definition for TIM_CCR4 register *******************/ 6963 #define TIM_CCR4_CCR4_Pos (0U) 6964 #define TIM_CCR4_CCR4_Msk (0xFFFFUL << TIM_CCR4_CCR4_Pos) /*!< 0x0000FFFF */ 6965 #define TIM_CCR4_CCR4 TIM_CCR4_CCR4_Msk /*!<Capture/Compare 4 Value */ 6966 6967 /******************* Bit definition for TIM_CCR5 register *******************/ 6968 #define TIM_CCR5_CCR5_Pos (0U) 6969 #define TIM_CCR5_CCR5_Msk (0xFFFFFFFFUL << TIM_CCR5_CCR5_Pos) /*!< 0xFFFFFFFF */ 6970 #define TIM_CCR5_CCR5 TIM_CCR5_CCR5_Msk /*!<Capture/Compare 5 Value */ 6971 #define TIM_CCR5_GC5C1_Pos (29U) 6972 #define TIM_CCR5_GC5C1_Msk (0x1UL << TIM_CCR5_GC5C1_Pos) /*!< 0x20000000 */ 6973 #define TIM_CCR5_GC5C1 TIM_CCR5_GC5C1_Msk /*!<Group Channel 5 and Channel 1 */ 6974 #define TIM_CCR5_GC5C2_Pos (30U) 6975 #define TIM_CCR5_GC5C2_Msk (0x1UL << TIM_CCR5_GC5C2_Pos) /*!< 0x40000000 */ 6976 #define TIM_CCR5_GC5C2 TIM_CCR5_GC5C2_Msk /*!<Group Channel 5 and Channel 2 */ 6977 #define TIM_CCR5_GC5C3_Pos (31U) 6978 #define TIM_CCR5_GC5C3_Msk (0x1UL << TIM_CCR5_GC5C3_Pos) /*!< 0x80000000 */ 6979 #define TIM_CCR5_GC5C3 TIM_CCR5_GC5C3_Msk /*!<Group Channel 5 and Channel 3 */ 6980 6981 /******************* Bit definition for TIM_CCR6 register *******************/ 6982 #define TIM_CCR6_CCR6_Pos (0U) 6983 #define TIM_CCR6_CCR6_Msk (0xFFFFUL << TIM_CCR6_CCR6_Pos) /*!< 0x0000FFFF */ 6984 #define TIM_CCR6_CCR6 TIM_CCR6_CCR6_Msk /*!<Capture/Compare 6 Value */ 6985 6986 /******************* Bit definition for TIM_BDTR register *******************/ 6987 #define TIM_BDTR_DTG_Pos (0U) 6988 #define TIM_BDTR_DTG_Msk (0xFFUL << TIM_BDTR_DTG_Pos) /*!< 0x000000FF */ 6989 #define TIM_BDTR_DTG TIM_BDTR_DTG_Msk /*!<DTG[0:7] bits (Dead-Time Generator set-up) */ 6990 #define TIM_BDTR_DTG_0 (0x01UL << TIM_BDTR_DTG_Pos) /*!< 0x00000001 */ 6991 #define TIM_BDTR_DTG_1 (0x02UL << TIM_BDTR_DTG_Pos) /*!< 0x00000002 */ 6992 #define TIM_BDTR_DTG_2 (0x04UL << TIM_BDTR_DTG_Pos) /*!< 0x00000004 */ 6993 #define TIM_BDTR_DTG_3 (0x08UL << TIM_BDTR_DTG_Pos) /*!< 0x00000008 */ 6994 #define TIM_BDTR_DTG_4 (0x10UL << TIM_BDTR_DTG_Pos) /*!< 0x00000010 */ 6995 #define TIM_BDTR_DTG_5 (0x20UL << TIM_BDTR_DTG_Pos) /*!< 0x00000020 */ 6996 #define TIM_BDTR_DTG_6 (0x40UL << TIM_BDTR_DTG_Pos) /*!< 0x00000040 */ 6997 #define TIM_BDTR_DTG_7 (0x80UL << TIM_BDTR_DTG_Pos) /*!< 0x00000080 */ 6998 6999 #define TIM_BDTR_LOCK_Pos (8U) 7000 #define TIM_BDTR_LOCK_Msk (0x3UL << TIM_BDTR_LOCK_Pos) /*!< 0x00000300 */ 7001 #define TIM_BDTR_LOCK TIM_BDTR_LOCK_Msk /*!<LOCK[1:0] bits (Lock Configuration) */ 7002 #define TIM_BDTR_LOCK_0 (0x1UL << TIM_BDTR_LOCK_Pos) /*!< 0x00000100 */ 7003 #define TIM_BDTR_LOCK_1 (0x2UL << TIM_BDTR_LOCK_Pos) /*!< 0x00000200 */ 7004 7005 #define TIM_BDTR_OSSI_Pos (10U) 7006 #define TIM_BDTR_OSSI_Msk (0x1UL << TIM_BDTR_OSSI_Pos) /*!< 0x00000400 */ 7007 #define TIM_BDTR_OSSI TIM_BDTR_OSSI_Msk /*!<Off-State Selection for Idle mode */ 7008 #define TIM_BDTR_OSSR_Pos (11U) 7009 #define TIM_BDTR_OSSR_Msk (0x1UL << TIM_BDTR_OSSR_Pos) /*!< 0x00000800 */ 7010 #define TIM_BDTR_OSSR TIM_BDTR_OSSR_Msk /*!<Off-State Selection for Run mode */ 7011 #define TIM_BDTR_BKE_Pos (12U) 7012 #define TIM_BDTR_BKE_Msk (0x1UL << TIM_BDTR_BKE_Pos) /*!< 0x00001000 */ 7013 #define TIM_BDTR_BKE TIM_BDTR_BKE_Msk /*!<Break enable for Break 1 */ 7014 #define TIM_BDTR_BKP_Pos (13U) 7015 #define TIM_BDTR_BKP_Msk (0x1UL << TIM_BDTR_BKP_Pos) /*!< 0x00002000 */ 7016 #define TIM_BDTR_BKP TIM_BDTR_BKP_Msk /*!<Break Polarity for Break 1 */ 7017 #define TIM_BDTR_AOE_Pos (14U) 7018 #define TIM_BDTR_AOE_Msk (0x1UL << TIM_BDTR_AOE_Pos) /*!< 0x00004000 */ 7019 #define TIM_BDTR_AOE TIM_BDTR_AOE_Msk /*!<Automatic Output enable */ 7020 #define TIM_BDTR_MOE_Pos (15U) 7021 #define TIM_BDTR_MOE_Msk (0x1UL << TIM_BDTR_MOE_Pos) /*!< 0x00008000 */ 7022 #define TIM_BDTR_MOE TIM_BDTR_MOE_Msk /*!<Main Output enable */ 7023 7024 #define TIM_BDTR_BKF_Pos (16U) 7025 #define TIM_BDTR_BKF_Msk (0xFUL << TIM_BDTR_BKF_Pos) /*!< 0x000F0000 */ 7026 #define TIM_BDTR_BKF TIM_BDTR_BKF_Msk /*!<Break Filter for Break 1 */ 7027 #define TIM_BDTR_BK2F_Pos (20U) 7028 #define TIM_BDTR_BK2F_Msk (0xFUL << TIM_BDTR_BK2F_Pos) /*!< 0x00F00000 */ 7029 #define TIM_BDTR_BK2F TIM_BDTR_BK2F_Msk /*!<Break Filter for Break 2 */ 7030 7031 #define TIM_BDTR_BK2E_Pos (24U) 7032 #define TIM_BDTR_BK2E_Msk (0x1UL << TIM_BDTR_BK2E_Pos) /*!< 0x01000000 */ 7033 #define TIM_BDTR_BK2E TIM_BDTR_BK2E_Msk /*!<Break enable for Break 2 */ 7034 #define TIM_BDTR_BK2P_Pos (25U) 7035 #define TIM_BDTR_BK2P_Msk (0x1UL << TIM_BDTR_BK2P_Pos) /*!< 0x02000000 */ 7036 #define TIM_BDTR_BK2P TIM_BDTR_BK2P_Msk /*!<Break Polarity for Break 2 */ 7037 7038 #define TIM_BDTR_BKDSRM_Pos (26U) 7039 #define TIM_BDTR_BKDSRM_Msk (0x1UL << TIM_BDTR_BKDSRM_Pos) /*!< 0x04000000 */ 7040 #define TIM_BDTR_BKDSRM TIM_BDTR_BKDSRM_Msk /*!<Break disarming/re-arming */ 7041 #define TIM_BDTR_BK2DSRM_Pos (27U) 7042 #define TIM_BDTR_BK2DSRM_Msk (0x1UL << TIM_BDTR_BK2DSRM_Pos) /*!< 0x08000000 */ 7043 #define TIM_BDTR_BK2DSRM TIM_BDTR_BK2DSRM_Msk /*!<Break2 disarming/re-arming */ 7044 7045 #define TIM_BDTR_BKBID_Pos (28U) 7046 #define TIM_BDTR_BKBID_Msk (0x1UL << TIM_BDTR_BKBID_Pos) /*!< 0x10000000 */ 7047 #define TIM_BDTR_BKBID TIM_BDTR_BKBID_Msk /*!<Break BIDirectional */ 7048 #define TIM_BDTR_BK2BID_Pos (29U) 7049 #define TIM_BDTR_BK2BID_Msk (0x1UL << TIM_BDTR_BK2BID_Pos) /*!< 0x20000000 */ 7050 #define TIM_BDTR_BK2BID TIM_BDTR_BK2BID_Msk /*!<Break2 BIDirectional */ 7051 7052 /******************* Bit definition for TIM_DCR register ********************/ 7053 #define TIM_DCR_DBA_Pos (0U) 7054 #define TIM_DCR_DBA_Msk (0x1FUL << TIM_DCR_DBA_Pos) /*!< 0x0000001F */ 7055 #define TIM_DCR_DBA TIM_DCR_DBA_Msk /*!<DBA[4:0] bits (DMA Base Address) */ 7056 #define TIM_DCR_DBA_0 (0x01UL << TIM_DCR_DBA_Pos) /*!< 0x00000001 */ 7057 #define TIM_DCR_DBA_1 (0x02UL << TIM_DCR_DBA_Pos) /*!< 0x00000002 */ 7058 #define TIM_DCR_DBA_2 (0x04UL << TIM_DCR_DBA_Pos) /*!< 0x00000004 */ 7059 #define TIM_DCR_DBA_3 (0x08UL << TIM_DCR_DBA_Pos) /*!< 0x00000008 */ 7060 #define TIM_DCR_DBA_4 (0x10UL << TIM_DCR_DBA_Pos) /*!< 0x00000010 */ 7061 7062 #define TIM_DCR_DBL_Pos (8U) 7063 #define TIM_DCR_DBL_Msk (0x1FUL << TIM_DCR_DBL_Pos) /*!< 0x00001F00 */ 7064 #define TIM_DCR_DBL TIM_DCR_DBL_Msk /*!<DBL[4:0] bits (DMA Burst Length) */ 7065 #define TIM_DCR_DBL_0 (0x01UL << TIM_DCR_DBL_Pos) /*!< 0x00000100 */ 7066 #define TIM_DCR_DBL_1 (0x02UL << TIM_DCR_DBL_Pos) /*!< 0x00000200 */ 7067 #define TIM_DCR_DBL_2 (0x04UL << TIM_DCR_DBL_Pos) /*!< 0x00000400 */ 7068 #define TIM_DCR_DBL_3 (0x08UL << TIM_DCR_DBL_Pos) /*!< 0x00000800 */ 7069 #define TIM_DCR_DBL_4 (0x10UL << TIM_DCR_DBL_Pos) /*!< 0x00001000 */ 7070 7071 /******************* Bit definition for TIM_DMAR register *******************/ 7072 #define TIM_DMAR_DMAB_Pos (0U) 7073 #define TIM_DMAR_DMAB_Msk (0xFFFFUL << TIM_DMAR_DMAB_Pos) /*!< 0x0000FFFF */ 7074 #define TIM_DMAR_DMAB TIM_DMAR_DMAB_Msk /*!<DMA register for burst accesses */ 7075 7076 /******************* Bit definition for TIM1_OR1 register *******************/ 7077 #define TIM1_OR1_OCREF_CLR_Pos (0U) 7078 #define TIM1_OR1_OCREF_CLR_Msk (0x1UL << TIM1_OR1_OCREF_CLR_Pos) /*!< 0x00000001 */ 7079 #define TIM1_OR1_OCREF_CLR TIM1_OR1_OCREF_CLR_Msk /*!<OCREF clear input selection */ 7080 7081 /******************* Bit definition for TIM1_AF1 register *******************/ 7082 #define TIM1_AF1_BKINE_Pos (0U) 7083 #define TIM1_AF1_BKINE_Msk (0x1UL << TIM1_AF1_BKINE_Pos) /*!< 0x00000001 */ 7084 #define TIM1_AF1_BKINE TIM1_AF1_BKINE_Msk /*!<BRK BKIN input enable */ 7085 #define TIM1_AF1_BKCMP1E_Pos (1U) 7086 #define TIM1_AF1_BKCMP1E_Msk (0x1UL << TIM1_AF1_BKCMP1E_Pos) /*!< 0x00000002 */ 7087 #define TIM1_AF1_BKCMP1E TIM1_AF1_BKCMP1E_Msk /*!<BRK COMP1 enable */ 7088 #define TIM1_AF1_BKCMP2E_Pos (2U) 7089 #define TIM1_AF1_BKCMP2E_Msk (0x1UL << TIM1_AF1_BKCMP2E_Pos) /*!< 0x00000004 */ 7090 #define TIM1_AF1_BKCMP2E TIM1_AF1_BKCMP2E_Msk /*!<BRK COMP2 enable */ 7091 #define TIM1_AF1_BKINP_Pos (9U) 7092 #define TIM1_AF1_BKINP_Msk (0x1UL << TIM1_AF1_BKINP_Pos) /*!< 0x00000200 */ 7093 #define TIM1_AF1_BKINP TIM1_AF1_BKINP_Msk /*!<BRK BKIN input polarity */ 7094 #define TIM1_AF1_BKCMP1P_Pos (10U) 7095 #define TIM1_AF1_BKCMP1P_Msk (0x1UL << TIM1_AF1_BKCMP1P_Pos) /*!< 0x00000400 */ 7096 #define TIM1_AF1_BKCMP1P TIM1_AF1_BKCMP1P_Msk /*!<BRK COMP1 input polarity */ 7097 #define TIM1_AF1_BKCMP2P_Pos (11U) 7098 #define TIM1_AF1_BKCMP2P_Msk (0x1UL << TIM1_AF1_BKCMP2P_Pos) /*!< 0x00000800 */ 7099 #define TIM1_AF1_BKCMP2P TIM1_AF1_BKCMP2P_Msk /*!<BRK COMP2 input polarity */ 7100 7101 #define TIM1_AF1_ETRSEL_Pos (14U) 7102 #define TIM1_AF1_ETRSEL_Msk (0xFUL << TIM1_AF1_ETRSEL_Pos) /*!< 0x0003C000 */ 7103 #define TIM1_AF1_ETRSEL TIM1_AF1_ETRSEL_Msk /*!<ETRSEL[3:0] bits (TIM1 ETR source selection) */ 7104 #define TIM1_AF1_ETRSEL_0 (0x1UL << TIM1_AF1_ETRSEL_Pos) /*!< 0x00004000 */ 7105 #define TIM1_AF1_ETRSEL_1 (0x2UL << TIM1_AF1_ETRSEL_Pos) /*!< 0x00008000 */ 7106 #define TIM1_AF1_ETRSEL_2 (0x4UL << TIM1_AF1_ETRSEL_Pos) /*!< 0x00010000 */ 7107 #define TIM1_AF1_ETRSEL_3 (0x8UL << TIM1_AF1_ETRSEL_Pos) /*!< 0x00020000 */ 7108 7109 /******************* Bit definition for TIM1_AF2 register *******************/ 7110 #define TIM1_AF2_BK2INE_Pos (0U) 7111 #define TIM1_AF2_BK2INE_Msk (0x1UL << TIM1_AF2_BK2INE_Pos) /*!< 0x00000001 */ 7112 #define TIM1_AF2_BK2INE TIM1_AF2_BK2INE_Msk /*!<BRK2 BKIN2 input enable */ 7113 #define TIM1_AF2_BK2CMP1E_Pos (1U) 7114 #define TIM1_AF2_BK2CMP1E_Msk (0x1UL << TIM1_AF2_BK2CMP1E_Pos) /*!< 0x00000002 */ 7115 #define TIM1_AF2_BK2CMP1E TIM1_AF2_BK2CMP1E_Msk /*!<BRK2 COMP1 enable */ 7116 #define TIM1_AF2_BK2CMP2E_Pos (2U) 7117 #define TIM1_AF2_BK2CMP2E_Msk (0x1UL << TIM1_AF2_BK2CMP2E_Pos) /*!< 0x00000004 */ 7118 #define TIM1_AF2_BK2CMP2E TIM1_AF2_BK2CMP2E_Msk /*!<BRK2 COMP2 enable */ 7119 #define TIM1_AF2_BK2INP_Pos (9U) 7120 #define TIM1_AF2_BK2INP_Msk (0x1UL << TIM1_AF2_BK2INP_Pos) /*!< 0x00000200 */ 7121 #define TIM1_AF2_BK2INP TIM1_AF2_BK2INP_Msk /*!<BRK2 BKIN2 input polarity */ 7122 #define TIM1_AF2_BK2CMP1P_Pos (10U) 7123 #define TIM1_AF2_BK2CMP1P_Msk (0x1UL << TIM1_AF2_BK2CMP1P_Pos) /*!< 0x00000400 */ 7124 #define TIM1_AF2_BK2CMP1P TIM1_AF2_BK2CMP1P_Msk /*!<BRK2 COMP1 input polarity */ 7125 #define TIM1_AF2_BK2CMP2P_Pos (11U) 7126 #define TIM1_AF2_BK2CMP2P_Msk (0x1UL << TIM1_AF2_BK2CMP2P_Pos) /*!< 0x00000800 */ 7127 #define TIM1_AF2_BK2CMP2P TIM1_AF2_BK2CMP2P_Msk /*!<BRK2 COMP2 input polarity */ 7128 7129 /******************* Bit definition for TIM2_OR1 register *******************/ 7130 #define TIM2_OR1_OCREF_CLR_Pos (0U) 7131 #define TIM2_OR1_OCREF_CLR_Msk (0x1UL << TIM2_OR1_OCREF_CLR_Pos) /*!< 0x00000001 */ 7132 #define TIM2_OR1_OCREF_CLR TIM2_OR1_OCREF_CLR_Msk /*!<OCREF clear input selection */ 7133 7134 /******************* Bit definition for TIM2_AF1 register *******************/ 7135 #define TIM2_AF1_ETRSEL_Pos (14U) 7136 #define TIM2_AF1_ETRSEL_Msk (0xFUL << TIM2_AF1_ETRSEL_Pos) /*!< 0x0003C000 */ 7137 #define TIM2_AF1_ETRSEL TIM2_AF1_ETRSEL_Msk /*!<ETRSEL[3:0] bits (TIM2 ETR source selection) */ 7138 #define TIM2_AF1_ETRSEL_0 (0x1UL << TIM2_AF1_ETRSEL_Pos) /*!< 0x00004000 */ 7139 #define TIM2_AF1_ETRSEL_1 (0x2UL << TIM2_AF1_ETRSEL_Pos) /*!< 0x00008000 */ 7140 #define TIM2_AF1_ETRSEL_2 (0x4UL << TIM2_AF1_ETRSEL_Pos) /*!< 0x00010000 */ 7141 #define TIM2_AF1_ETRSEL_3 (0x8UL << TIM2_AF1_ETRSEL_Pos) /*!< 0x00020000 */ 7142 7143 /******************* Bit definition for TIM3_OR1 register *******************/ 7144 #define TIM3_OR1_OCREF_CLR_Pos (0U) 7145 #define TIM3_OR1_OCREF_CLR_Msk (0x1UL << TIM3_OR1_OCREF_CLR_Pos) /*!< 0x00000001 */ 7146 #define TIM3_OR1_OCREF_CLR TIM3_OR1_OCREF_CLR_Msk /*!<OCREF clear input selection */ 7147 7148 /******************* Bit definition for TIM3_AF1 register *******************/ 7149 #define TIM3_AF1_ETRSEL_Pos (14U) 7150 #define TIM3_AF1_ETRSEL_Msk (0xFUL << TIM3_AF1_ETRSEL_Pos) /*!< 0x0003C000 */ 7151 #define TIM3_AF1_ETRSEL TIM3_AF1_ETRSEL_Msk /*!<ETRSEL[3:0] bits (TIM3 ETR source selection) */ 7152 #define TIM3_AF1_ETRSEL_0 (0x1UL << TIM3_AF1_ETRSEL_Pos) /*!< 0x00004000 */ 7153 #define TIM3_AF1_ETRSEL_1 (0x2UL << TIM3_AF1_ETRSEL_Pos) /*!< 0x00008000 */ 7154 #define TIM3_AF1_ETRSEL_2 (0x4UL << TIM3_AF1_ETRSEL_Pos) /*!< 0x00010000 */ 7155 #define TIM3_AF1_ETRSEL_3 (0x8UL << TIM3_AF1_ETRSEL_Pos) /*!< 0x00020000 */ 7156 7157 /******************* Bit definition for TIM14_AF1 register *******************/ 7158 #define TIM14_AF1_ETRSEL_Pos (14U) 7159 #define TIM14_AF1_ETRSEL_Msk (0xFUL << TIM14_AF1_ETRSEL_Pos) /*!< 0x0003C000 */ 7160 #define TIM14_AF1_ETRSEL TIM14_AF1_ETRSEL_Msk /*!<ETRSEL[3:0] bits (TIM14 ETR source selection) */ 7161 #define TIM14_AF1_ETRSEL_0 (0x1UL << TIM14_AF1_ETRSEL_Pos) /*!< 0x00004000 */ 7162 #define TIM14_AF1_ETRSEL_1 (0x2UL << TIM14_AF1_ETRSEL_Pos) /*!< 0x00008000 */ 7163 #define TIM14_AF1_ETRSEL_2 (0x4UL << TIM14_AF1_ETRSEL_Pos) /*!< 0x00010000 */ 7164 #define TIM14_AF1_ETRSEL_3 (0x8UL << TIM14_AF1_ETRSEL_Pos) /*!< 0x00020000 */ 7165 7166 /******************* Bit definition for TIM15_AF1 register ******************/ 7167 #define TIM15_AF1_BKINE_Pos (0U) 7168 #define TIM15_AF1_BKINE_Msk (0x1UL << TIM15_AF1_BKINE_Pos) /*!< 0x00000001 */ 7169 #define TIM15_AF1_BKINE TIM15_AF1_BKINE_Msk /*!<BRK BKIN input enable */ 7170 #define TIM15_AF1_BKCMP1E_Pos (1U) 7171 #define TIM15_AF1_BKCMP1E_Msk (0x1UL << TIM15_AF1_BKCMP1E_Pos) /*!< 0x00000002 */ 7172 #define TIM15_AF1_BKCMP1E TIM15_AF1_BKCMP1E_Msk /*!<BRK COMP1 enable */ 7173 #define TIM15_AF1_BKCMP2E_Pos (2U) 7174 #define TIM15_AF1_BKCMP2E_Msk (0x1UL << TIM15_AF1_BKCMP2E_Pos) /*!< 0x00000004 */ 7175 #define TIM15_AF1_BKCMP2E TIM15_AF1_BKCMP2E_Msk /*!<BRK COMP2 enable */ 7176 #define TIM15_AF1_BKINP_Pos (9U) 7177 #define TIM15_AF1_BKINP_Msk (0x1UL << TIM15_AF1_BKINP_Pos) /*!< 0x00000200 */ 7178 #define TIM15_AF1_BKINP TIM15_AF1_BKINP_Msk /*!<BRK BKIN input polarity */ 7179 #define TIM15_AF1_BKCMP1P_Pos (10U) 7180 #define TIM15_AF1_BKCMP1P_Msk (0x1UL << TIM15_AF1_BKCMP1P_Pos) /*!< 0x00000400 */ 7181 #define TIM15_AF1_BKCMP1P TIM15_AF1_BKCMP1P_Msk /*!<BRK COMP1 input polarity */ 7182 #define TIM15_AF1_BKCMP2P_Pos (11U) 7183 #define TIM15_AF1_BKCMP2P_Msk (0x1UL << TIM15_AF1_BKCMP2P_Pos) /*!< 0x00000800 */ 7184 #define TIM15_AF1_BKCMP2P TIM15_AF1_BKCMP2P_Msk /*!<BRK COMP2 input polarity */ 7185 7186 /******************* Bit definition for TIM16_AF1 register ******************/ 7187 #define TIM16_AF1_BKINE_Pos (0U) 7188 #define TIM16_AF1_BKINE_Msk (0x1UL << TIM16_AF1_BKINE_Pos) /*!< 0x00000001 */ 7189 #define TIM16_AF1_BKINE TIM16_AF1_BKINE_Msk /*!<BRK BKIN input enable */ 7190 #define TIM16_AF1_BKCMP1E_Pos (1U) 7191 #define TIM16_AF1_BKCMP1E_Msk (0x1UL << TIM16_AF1_BKCMP1E_Pos) /*!< 0x00000002 */ 7192 #define TIM16_AF1_BKCMP1E TIM16_AF1_BKCMP1E_Msk /*!<BRK COMP1 enable */ 7193 #define TIM16_AF1_BKCMP2E_Pos (2U) 7194 #define TIM16_AF1_BKCMP2E_Msk (0x1UL << TIM16_AF1_BKCMP2E_Pos) /*!< 0x00000004 */ 7195 #define TIM16_AF1_BKCMP2E TIM16_AF1_BKCMP2E_Msk /*!<BRK COMP2 enable */ 7196 #define TIM16_AF1_BKINP_Pos (9U) 7197 #define TIM16_AF1_BKINP_Msk (0x1UL << TIM16_AF1_BKINP_Pos) /*!< 0x00000200 */ 7198 #define TIM16_AF1_BKINP TIM16_AF1_BKINP_Msk /*!<BRK BKIN input polarity */ 7199 #define TIM16_AF1_BKCMP1P_Pos (10U) 7200 #define TIM16_AF1_BKCMP1P_Msk (0x1UL << TIM16_AF1_BKCMP1P_Pos) /*!< 0x00000400 */ 7201 #define TIM16_AF1_BKCMP1P TIM16_AF1_BKCMP1P_Msk /*!<BRK COMP1 input polarity */ 7202 #define TIM16_AF1_BKCMP2P_Pos (11U) 7203 #define TIM16_AF1_BKCMP2P_Msk (0x1UL << TIM16_AF1_BKCMP2P_Pos) /*!< 0x00000800 */ 7204 #define TIM16_AF1_BKCMP2P TIM16_AF1_BKCMP2P_Msk /*!<BRK COMP2 input polarity */ 7205 7206 /******************* Bit definition for TIM17_AF1 register ******************/ 7207 #define TIM17_AF1_BKINE_Pos (0U) 7208 #define TIM17_AF1_BKINE_Msk (0x1UL << TIM17_AF1_BKINE_Pos) /*!< 0x00000001 */ 7209 #define TIM17_AF1_BKINE TIM17_AF1_BKINE_Msk /*!<BRK BKIN input enable */ 7210 #define TIM17_AF1_BKCMP1E_Pos (1U) 7211 #define TIM17_AF1_BKCMP1E_Msk (0x1UL << TIM17_AF1_BKCMP1E_Pos) /*!< 0x00000002 */ 7212 #define TIM17_AF1_BKCMP1E TIM17_AF1_BKCMP1E_Msk /*!<BRK COMP1 enable */ 7213 #define TIM17_AF1_BKCMP2E_Pos (2U) 7214 #define TIM17_AF1_BKCMP2E_Msk (0x1UL << TIM17_AF1_BKCMP2E_Pos) /*!< 0x00000004 */ 7215 #define TIM17_AF1_BKCMP2E TIM17_AF1_BKCMP2E_Msk /*!<BRK COMP2 enable */ 7216 #define TIM17_AF1_BKINP_Pos (9U) 7217 #define TIM17_AF1_BKINP_Msk (0x1UL << TIM17_AF1_BKINP_Pos) /*!< 0x00000200 */ 7218 #define TIM17_AF1_BKINP TIM17_AF1_BKINP_Msk /*!<BRK BKIN input polarity */ 7219 #define TIM17_AF1_BKCMP1P_Pos (10U) 7220 #define TIM17_AF1_BKCMP1P_Msk (0x1UL << TIM17_AF1_BKCMP1P_Pos) /*!< 0x00000400 */ 7221 #define TIM17_AF1_BKCMP1P TIM17_AF1_BKCMP1P_Msk /*!<BRK COMP1 input polarity */ 7222 #define TIM17_AF1_BKCMP2P_Pos (11U) 7223 #define TIM17_AF1_BKCMP2P_Msk (0x1UL << TIM17_AF1_BKCMP2P_Pos) /*!< 0x00000800 */ 7224 #define TIM17_AF1_BKCMP2P TIM17_AF1_BKCMP2P_Msk /*!<BRK COMP2 input polarity */ 7225 7226 /******************* Bit definition for TIM_TISEL register *********************/ 7227 #define TIM_TISEL_TI1SEL_Pos (0U) 7228 #define TIM_TISEL_TI1SEL_Msk (0xFUL << TIM_TISEL_TI1SEL_Pos) /*!< 0x0000000F */ 7229 #define TIM_TISEL_TI1SEL TIM_TISEL_TI1SEL_Msk /*!<TI1SEL[3:0] bits (TIM TI1 SEL)*/ 7230 #define TIM_TISEL_TI1SEL_0 (0x1UL << TIM_TISEL_TI1SEL_Pos) /*!< 0x00000001 */ 7231 #define TIM_TISEL_TI1SEL_1 (0x2UL << TIM_TISEL_TI1SEL_Pos) /*!< 0x00000002 */ 7232 #define TIM_TISEL_TI1SEL_2 (0x4UL << TIM_TISEL_TI1SEL_Pos) /*!< 0x00000004 */ 7233 #define TIM_TISEL_TI1SEL_3 (0x8UL << TIM_TISEL_TI1SEL_Pos) /*!< 0x00000008 */ 7234 7235 #define TIM_TISEL_TI2SEL_Pos (8U) 7236 #define TIM_TISEL_TI2SEL_Msk (0xFUL << TIM_TISEL_TI2SEL_Pos) /*!< 0x00000F00 */ 7237 #define TIM_TISEL_TI2SEL TIM_TISEL_TI2SEL_Msk /*!<TI2SEL[3:0] bits (TIM TI2 SEL)*/ 7238 #define TIM_TISEL_TI2SEL_0 (0x1UL << TIM_TISEL_TI2SEL_Pos) /*!< 0x00000100 */ 7239 #define TIM_TISEL_TI2SEL_1 (0x2UL << TIM_TISEL_TI2SEL_Pos) /*!< 0x00000200 */ 7240 #define TIM_TISEL_TI2SEL_2 (0x4UL << TIM_TISEL_TI2SEL_Pos) /*!< 0x00000400 */ 7241 #define TIM_TISEL_TI2SEL_3 (0x8UL << TIM_TISEL_TI2SEL_Pos) /*!< 0x00000800 */ 7242 7243 #define TIM_TISEL_TI3SEL_Pos (16U) 7244 #define TIM_TISEL_TI3SEL_Msk (0xFUL << TIM_TISEL_TI3SEL_Pos) /*!< 0x000F0000 */ 7245 #define TIM_TISEL_TI3SEL TIM_TISEL_TI3SEL_Msk /*!<TI3SEL[3:0] bits (TIM TI3 SEL)*/ 7246 #define TIM_TISEL_TI3SEL_0 (0x1UL << TIM_TISEL_TI3SEL_Pos) /*!< 0x00010000 */ 7247 #define TIM_TISEL_TI3SEL_1 (0x2UL << TIM_TISEL_TI3SEL_Pos) /*!< 0x00020000 */ 7248 #define TIM_TISEL_TI3SEL_2 (0x4UL << TIM_TISEL_TI3SEL_Pos) /*!< 0x00040000 */ 7249 #define TIM_TISEL_TI3SEL_3 (0x8UL << TIM_TISEL_TI3SEL_Pos) /*!< 0x00080000 */ 7250 7251 #define TIM_TISEL_TI4SEL_Pos (24U) 7252 #define TIM_TISEL_TI4SEL_Msk (0xFUL << TIM_TISEL_TI4SEL_Pos) /*!< 0x0F000000 */ 7253 #define TIM_TISEL_TI4SEL TIM_TISEL_TI4SEL_Msk /*!<TI4SEL[3:0] bits (TIM TI4 SEL)*/ 7254 #define TIM_TISEL_TI4SEL_0 (0x1UL << TIM_TISEL_TI4SEL_Pos) /*!< 0x01000000 */ 7255 #define TIM_TISEL_TI4SEL_1 (0x2UL << TIM_TISEL_TI4SEL_Pos) /*!< 0x02000000 */ 7256 #define TIM_TISEL_TI4SEL_2 (0x4UL << TIM_TISEL_TI4SEL_Pos) /*!< 0x04000000 */ 7257 #define TIM_TISEL_TI4SEL_3 (0x8UL << TIM_TISEL_TI4SEL_Pos) /*!< 0x08000000 */ 7258 7259 /******************************************************************************/ 7260 /* */ 7261 /* Low Power Timer (LPTIM) */ 7262 /* */ 7263 /******************************************************************************/ 7264 /****************** Bit definition for LPTIM_ISR register *******************/ 7265 #define LPTIM_ISR_CMPM_Pos (0U) 7266 #define LPTIM_ISR_CMPM_Msk (0x1UL << LPTIM_ISR_CMPM_Pos) /*!< 0x00000001 */ 7267 #define LPTIM_ISR_CMPM LPTIM_ISR_CMPM_Msk /*!< Compare match */ 7268 #define LPTIM_ISR_ARRM_Pos (1U) 7269 #define LPTIM_ISR_ARRM_Msk (0x1UL << LPTIM_ISR_ARRM_Pos) /*!< 0x00000002 */ 7270 #define LPTIM_ISR_ARRM LPTIM_ISR_ARRM_Msk /*!< Autoreload match */ 7271 #define LPTIM_ISR_EXTTRIG_Pos (2U) 7272 #define LPTIM_ISR_EXTTRIG_Msk (0x1UL << LPTIM_ISR_EXTTRIG_Pos) /*!< 0x00000004 */ 7273 #define LPTIM_ISR_EXTTRIG LPTIM_ISR_EXTTRIG_Msk /*!< External trigger edge event */ 7274 #define LPTIM_ISR_CMPOK_Pos (3U) 7275 #define LPTIM_ISR_CMPOK_Msk (0x1UL << LPTIM_ISR_CMPOK_Pos) /*!< 0x00000008 */ 7276 #define LPTIM_ISR_CMPOK LPTIM_ISR_CMPOK_Msk /*!< Compare register update OK */ 7277 #define LPTIM_ISR_ARROK_Pos (4U) 7278 #define LPTIM_ISR_ARROK_Msk (0x1UL << LPTIM_ISR_ARROK_Pos) /*!< 0x00000010 */ 7279 #define LPTIM_ISR_ARROK LPTIM_ISR_ARROK_Msk /*!< Autoreload register update OK */ 7280 #define LPTIM_ISR_UP_Pos (5U) 7281 #define LPTIM_ISR_UP_Msk (0x1UL << LPTIM_ISR_UP_Pos) /*!< 0x00000020 */ 7282 #define LPTIM_ISR_UP LPTIM_ISR_UP_Msk /*!< Counter direction change down to up */ 7283 #define LPTIM_ISR_DOWN_Pos (6U) 7284 #define LPTIM_ISR_DOWN_Msk (0x1UL << LPTIM_ISR_DOWN_Pos) /*!< 0x00000040 */ 7285 #define LPTIM_ISR_DOWN LPTIM_ISR_DOWN_Msk /*!< Counter direction change up to down */ 7286 7287 /****************** Bit definition for LPTIM_ICR register *******************/ 7288 #define LPTIM_ICR_CMPMCF_Pos (0U) 7289 #define LPTIM_ICR_CMPMCF_Msk (0x1UL << LPTIM_ICR_CMPMCF_Pos) /*!< 0x00000001 */ 7290 #define LPTIM_ICR_CMPMCF LPTIM_ICR_CMPMCF_Msk /*!< Compare match Clear Flag */ 7291 #define LPTIM_ICR_ARRMCF_Pos (1U) 7292 #define LPTIM_ICR_ARRMCF_Msk (0x1UL << LPTIM_ICR_ARRMCF_Pos) /*!< 0x00000002 */ 7293 #define LPTIM_ICR_ARRMCF LPTIM_ICR_ARRMCF_Msk /*!< Autoreload match Clear Flag */ 7294 #define LPTIM_ICR_EXTTRIGCF_Pos (2U) 7295 #define LPTIM_ICR_EXTTRIGCF_Msk (0x1UL << LPTIM_ICR_EXTTRIGCF_Pos) /*!< 0x00000004 */ 7296 #define LPTIM_ICR_EXTTRIGCF LPTIM_ICR_EXTTRIGCF_Msk /*!< External trigger edge event Clear Flag */ 7297 #define LPTIM_ICR_CMPOKCF_Pos (3U) 7298 #define LPTIM_ICR_CMPOKCF_Msk (0x1UL << LPTIM_ICR_CMPOKCF_Pos) /*!< 0x00000008 */ 7299 #define LPTIM_ICR_CMPOKCF LPTIM_ICR_CMPOKCF_Msk /*!< Compare register update OK Clear Flag */ 7300 #define LPTIM_ICR_ARROKCF_Pos (4U) 7301 #define LPTIM_ICR_ARROKCF_Msk (0x1UL << LPTIM_ICR_ARROKCF_Pos) /*!< 0x00000010 */ 7302 #define LPTIM_ICR_ARROKCF LPTIM_ICR_ARROKCF_Msk /*!< Autoreload register update OK Clear Flag */ 7303 #define LPTIM_ICR_UPCF_Pos (5U) 7304 #define LPTIM_ICR_UPCF_Msk (0x1UL << LPTIM_ICR_UPCF_Pos) /*!< 0x00000020 */ 7305 #define LPTIM_ICR_UPCF LPTIM_ICR_UPCF_Msk /*!< Counter direction change down to up Clear Flag */ 7306 #define LPTIM_ICR_DOWNCF_Pos (6U) 7307 #define LPTIM_ICR_DOWNCF_Msk (0x1UL << LPTIM_ICR_DOWNCF_Pos) /*!< 0x00000040 */ 7308 #define LPTIM_ICR_DOWNCF LPTIM_ICR_DOWNCF_Msk /*!< Counter direction change up to down Clear Flag */ 7309 7310 /****************** Bit definition for LPTIM_IER register ********************/ 7311 #define LPTIM_IER_CMPMIE_Pos (0U) 7312 #define LPTIM_IER_CMPMIE_Msk (0x1UL << LPTIM_IER_CMPMIE_Pos) /*!< 0x00000001 */ 7313 #define LPTIM_IER_CMPMIE LPTIM_IER_CMPMIE_Msk /*!< Compare match Interrupt Enable */ 7314 #define LPTIM_IER_ARRMIE_Pos (1U) 7315 #define LPTIM_IER_ARRMIE_Msk (0x1UL << LPTIM_IER_ARRMIE_Pos) /*!< 0x00000002 */ 7316 #define LPTIM_IER_ARRMIE LPTIM_IER_ARRMIE_Msk /*!< Autoreload match Interrupt Enable */ 7317 #define LPTIM_IER_EXTTRIGIE_Pos (2U) 7318 #define LPTIM_IER_EXTTRIGIE_Msk (0x1UL << LPTIM_IER_EXTTRIGIE_Pos) /*!< 0x00000004 */ 7319 #define LPTIM_IER_EXTTRIGIE LPTIM_IER_EXTTRIGIE_Msk /*!< External trigger edge event Interrupt Enable */ 7320 #define LPTIM_IER_CMPOKIE_Pos (3U) 7321 #define LPTIM_IER_CMPOKIE_Msk (0x1UL << LPTIM_IER_CMPOKIE_Pos) /*!< 0x00000008 */ 7322 #define LPTIM_IER_CMPOKIE LPTIM_IER_CMPOKIE_Msk /*!< Compare register update OK Interrupt Enable */ 7323 #define LPTIM_IER_ARROKIE_Pos (4U) 7324 #define LPTIM_IER_ARROKIE_Msk (0x1UL << LPTIM_IER_ARROKIE_Pos) /*!< 0x00000010 */ 7325 #define LPTIM_IER_ARROKIE LPTIM_IER_ARROKIE_Msk /*!< Autoreload register update OK Interrupt Enable */ 7326 #define LPTIM_IER_UPIE_Pos (5U) 7327 #define LPTIM_IER_UPIE_Msk (0x1UL << LPTIM_IER_UPIE_Pos) /*!< 0x00000020 */ 7328 #define LPTIM_IER_UPIE LPTIM_IER_UPIE_Msk /*!< Counter direction change down to up Interrupt Enable */ 7329 #define LPTIM_IER_DOWNIE_Pos (6U) 7330 #define LPTIM_IER_DOWNIE_Msk (0x1UL << LPTIM_IER_DOWNIE_Pos) /*!< 0x00000040 */ 7331 #define LPTIM_IER_DOWNIE LPTIM_IER_DOWNIE_Msk /*!< Counter direction change up to down Interrupt Enable */ 7332 7333 /****************** Bit definition for LPTIM_CFGR register *******************/ 7334 #define LPTIM_CFGR_CKSEL_Pos (0U) 7335 #define LPTIM_CFGR_CKSEL_Msk (0x1UL << LPTIM_CFGR_CKSEL_Pos) /*!< 0x00000001 */ 7336 #define LPTIM_CFGR_CKSEL LPTIM_CFGR_CKSEL_Msk /*!< Clock selector */ 7337 7338 #define LPTIM_CFGR_CKPOL_Pos (1U) 7339 #define LPTIM_CFGR_CKPOL_Msk (0x3UL << LPTIM_CFGR_CKPOL_Pos) /*!< 0x00000006 */ 7340 #define LPTIM_CFGR_CKPOL LPTIM_CFGR_CKPOL_Msk /*!< CKPOL[1:0] bits (Clock polarity) */ 7341 #define LPTIM_CFGR_CKPOL_0 (0x1UL << LPTIM_CFGR_CKPOL_Pos) /*!< 0x00000002 */ 7342 #define LPTIM_CFGR_CKPOL_1 (0x2UL << LPTIM_CFGR_CKPOL_Pos) /*!< 0x00000004 */ 7343 7344 #define LPTIM_CFGR_CKFLT_Pos (3U) 7345 #define LPTIM_CFGR_CKFLT_Msk (0x3UL << LPTIM_CFGR_CKFLT_Pos) /*!< 0x00000018 */ 7346 #define LPTIM_CFGR_CKFLT LPTIM_CFGR_CKFLT_Msk /*!< CKFLT[1:0] bits (Configurable digital filter for external clock) */ 7347 #define LPTIM_CFGR_CKFLT_0 (0x1UL << LPTIM_CFGR_CKFLT_Pos) /*!< 0x00000008 */ 7348 #define LPTIM_CFGR_CKFLT_1 (0x2UL << LPTIM_CFGR_CKFLT_Pos) /*!< 0x00000010 */ 7349 7350 #define LPTIM_CFGR_TRGFLT_Pos (6U) 7351 #define LPTIM_CFGR_TRGFLT_Msk (0x3UL << LPTIM_CFGR_TRGFLT_Pos) /*!< 0x000000C0 */ 7352 #define LPTIM_CFGR_TRGFLT LPTIM_CFGR_TRGFLT_Msk /*!< TRGFLT[1:0] bits (Configurable digital filter for trigger) */ 7353 #define LPTIM_CFGR_TRGFLT_0 (0x1UL << LPTIM_CFGR_TRGFLT_Pos) /*!< 0x00000040 */ 7354 #define LPTIM_CFGR_TRGFLT_1 (0x2UL << LPTIM_CFGR_TRGFLT_Pos) /*!< 0x00000080 */ 7355 7356 #define LPTIM_CFGR_PRESC_Pos (9U) 7357 #define LPTIM_CFGR_PRESC_Msk (0x7UL << LPTIM_CFGR_PRESC_Pos) /*!< 0x00000E00 */ 7358 #define LPTIM_CFGR_PRESC LPTIM_CFGR_PRESC_Msk /*!< PRESC[2:0] bits (Clock prescaler) */ 7359 #define LPTIM_CFGR_PRESC_0 (0x1UL << LPTIM_CFGR_PRESC_Pos) /*!< 0x00000200 */ 7360 #define LPTIM_CFGR_PRESC_1 (0x2UL << LPTIM_CFGR_PRESC_Pos) /*!< 0x00000400 */ 7361 #define LPTIM_CFGR_PRESC_2 (0x4UL << LPTIM_CFGR_PRESC_Pos) /*!< 0x00000800 */ 7362 7363 #define LPTIM_CFGR_TRIGSEL_Pos (13U) 7364 #define LPTIM_CFGR_TRIGSEL_Msk (0x7UL << LPTIM_CFGR_TRIGSEL_Pos) /*!< 0x0000E000 */ 7365 #define LPTIM_CFGR_TRIGSEL LPTIM_CFGR_TRIGSEL_Msk /*!< TRIGSEL[2:0]] bits (Trigger selector) */ 7366 #define LPTIM_CFGR_TRIGSEL_0 (0x1UL << LPTIM_CFGR_TRIGSEL_Pos) /*!< 0x00002000 */ 7367 #define LPTIM_CFGR_TRIGSEL_1 (0x2UL << LPTIM_CFGR_TRIGSEL_Pos) /*!< 0x00004000 */ 7368 #define LPTIM_CFGR_TRIGSEL_2 (0x4UL << LPTIM_CFGR_TRIGSEL_Pos) /*!< 0x00008000 */ 7369 7370 #define LPTIM_CFGR_TRIGEN_Pos (17U) 7371 #define LPTIM_CFGR_TRIGEN_Msk (0x3UL << LPTIM_CFGR_TRIGEN_Pos) /*!< 0x00060000 */ 7372 #define LPTIM_CFGR_TRIGEN LPTIM_CFGR_TRIGEN_Msk /*!< TRIGEN[1:0] bits (Trigger enable and polarity) */ 7373 #define LPTIM_CFGR_TRIGEN_0 (0x1UL << LPTIM_CFGR_TRIGEN_Pos) /*!< 0x00020000 */ 7374 #define LPTIM_CFGR_TRIGEN_1 (0x2UL << LPTIM_CFGR_TRIGEN_Pos) /*!< 0x00040000 */ 7375 7376 #define LPTIM_CFGR_TIMOUT_Pos (19U) 7377 #define LPTIM_CFGR_TIMOUT_Msk (0x1UL << LPTIM_CFGR_TIMOUT_Pos) /*!< 0x00080000 */ 7378 #define LPTIM_CFGR_TIMOUT LPTIM_CFGR_TIMOUT_Msk /*!< Timeout enable */ 7379 #define LPTIM_CFGR_WAVE_Pos (20U) 7380 #define LPTIM_CFGR_WAVE_Msk (0x1UL << LPTIM_CFGR_WAVE_Pos) /*!< 0x00100000 */ 7381 #define LPTIM_CFGR_WAVE LPTIM_CFGR_WAVE_Msk /*!< Waveform shape */ 7382 #define LPTIM_CFGR_WAVPOL_Pos (21U) 7383 #define LPTIM_CFGR_WAVPOL_Msk (0x1UL << LPTIM_CFGR_WAVPOL_Pos) /*!< 0x00200000 */ 7384 #define LPTIM_CFGR_WAVPOL LPTIM_CFGR_WAVPOL_Msk /*!< Waveform shape polarity */ 7385 #define LPTIM_CFGR_PRELOAD_Pos (22U) 7386 #define LPTIM_CFGR_PRELOAD_Msk (0x1UL << LPTIM_CFGR_PRELOAD_Pos) /*!< 0x00400000 */ 7387 #define LPTIM_CFGR_PRELOAD LPTIM_CFGR_PRELOAD_Msk /*!< Reg update mode */ 7388 #define LPTIM_CFGR_COUNTMODE_Pos (23U) 7389 #define LPTIM_CFGR_COUNTMODE_Msk (0x1UL << LPTIM_CFGR_COUNTMODE_Pos) /*!< 0x00800000 */ 7390 #define LPTIM_CFGR_COUNTMODE LPTIM_CFGR_COUNTMODE_Msk /*!< Counter mode enable */ 7391 #define LPTIM_CFGR_ENC_Pos (24U) 7392 #define LPTIM_CFGR_ENC_Msk (0x1UL << LPTIM_CFGR_ENC_Pos) /*!< 0x01000000 */ 7393 #define LPTIM_CFGR_ENC LPTIM_CFGR_ENC_Msk /*!< Encoder mode enable */ 7394 7395 /****************** Bit definition for LPTIM_CR register ********************/ 7396 #define LPTIM_CR_ENABLE_Pos (0U) 7397 #define LPTIM_CR_ENABLE_Msk (0x1UL << LPTIM_CR_ENABLE_Pos) /*!< 0x00000001 */ 7398 #define LPTIM_CR_ENABLE LPTIM_CR_ENABLE_Msk /*!< LPTIMer enable */ 7399 #define LPTIM_CR_SNGSTRT_Pos (1U) 7400 #define LPTIM_CR_SNGSTRT_Msk (0x1UL << LPTIM_CR_SNGSTRT_Pos) /*!< 0x00000002 */ 7401 #define LPTIM_CR_SNGSTRT LPTIM_CR_SNGSTRT_Msk /*!< Timer start in single mode */ 7402 #define LPTIM_CR_CNTSTRT_Pos (2U) 7403 #define LPTIM_CR_CNTSTRT_Msk (0x1UL << LPTIM_CR_CNTSTRT_Pos) /*!< 0x00000004 */ 7404 #define LPTIM_CR_CNTSTRT LPTIM_CR_CNTSTRT_Msk /*!< Timer start in continuous mode */ 7405 #define LPTIM_CR_COUNTRST_Pos (3U) 7406 #define LPTIM_CR_COUNTRST_Msk (0x1UL << LPTIM_CR_COUNTRST_Pos) /*!< 0x00000008 */ 7407 #define LPTIM_CR_COUNTRST LPTIM_CR_COUNTRST_Msk /*!< Counter reset */ 7408 #define LPTIM_CR_RSTARE_Pos (4U) 7409 #define LPTIM_CR_RSTARE_Msk (0x1UL << LPTIM_CR_RSTARE_Pos) /*!< 0x00000010 */ 7410 #define LPTIM_CR_RSTARE LPTIM_CR_RSTARE_Msk /*!< Reset after read enable */ 7411 7412 /****************** Bit definition for LPTIM_CMP register *******************/ 7413 #define LPTIM_CMP_CMP_Pos (0U) 7414 #define LPTIM_CMP_CMP_Msk (0xFFFFUL << LPTIM_CMP_CMP_Pos) /*!< 0x0000FFFF */ 7415 #define LPTIM_CMP_CMP LPTIM_CMP_CMP_Msk /*!< Compare register */ 7416 7417 /****************** Bit definition for LPTIM_ARR register *******************/ 7418 #define LPTIM_ARR_ARR_Pos (0U) 7419 #define LPTIM_ARR_ARR_Msk (0xFFFFUL << LPTIM_ARR_ARR_Pos) /*!< 0x0000FFFF */ 7420 #define LPTIM_ARR_ARR LPTIM_ARR_ARR_Msk /*!< Auto reload register */ 7421 7422 /****************** Bit definition for LPTIM_CNT register *******************/ 7423 #define LPTIM_CNT_CNT_Pos (0U) 7424 #define LPTIM_CNT_CNT_Msk (0xFFFFUL << LPTIM_CNT_CNT_Pos) /*!< 0x0000FFFF */ 7425 #define LPTIM_CNT_CNT LPTIM_CNT_CNT_Msk /*!< Counter register */ 7426 7427 /****************** Bit definition for LPTIM_CFGR2 register *******************/ 7428 #define LPTIM_CFGR2_IN1SEL_Pos (0U) 7429 #define LPTIM_CFGR2_IN1SEL_Msk (0xFUL << LPTIM_CFGR2_IN1SEL_Pos) /*!< 0x0000000F */ 7430 #define LPTIM_CFGR2_IN1SEL LPTIM_CFGR2_IN1SEL_Msk /*!< CFGR2[3:0] bits (INPUT1 selection) */ 7431 #define LPTIM_CFGR2_IN1SEL_0 (0x1UL << LPTIM_CFGR2_IN1SEL_Pos) /*!< 0x00000001 */ 7432 #define LPTIM_CFGR2_IN1SEL_1 (0x2UL << LPTIM_CFGR2_IN1SEL_Pos) /*!< 0x00000002 */ 7433 #define LPTIM_CFGR2_IN1SEL_2 (0x4UL << LPTIM_CFGR2_IN1SEL_Pos) /*!< 0x00000004 */ 7434 #define LPTIM_CFGR2_IN1SEL_3 (0x8UL << LPTIM_CFGR2_IN1SEL_Pos) /*!< 0x00000008 */ 7435 7436 #define LPTIM_CFGR2_IN2SEL_Pos (4U) 7437 #define LPTIM_CFGR2_IN2SEL_Msk (0xFUL << LPTIM_CFGR2_IN2SEL_Pos) /*!< 0x000000F0 */ 7438 #define LPTIM_CFGR2_IN2SEL LPTIM_CFGR2_IN2SEL_Msk /*!< CFGR2[7:4] bits (INPUT2 selection) */ 7439 #define LPTIM_CFGR2_IN2SEL_0 (0x1UL << LPTIM_CFGR2_IN2SEL_Pos) /*!< 0x00000010 */ 7440 #define LPTIM_CFGR2_IN2SEL_1 (0x2UL << LPTIM_CFGR2_IN2SEL_Pos) /*!< 0x00000020 */ 7441 #define LPTIM_CFGR2_IN2SEL_2 (0x4UL << LPTIM_CFGR2_IN2SEL_Pos) /*!< 0x00000040 */ 7442 #define LPTIM_CFGR2_IN2SEL_3 (0x8UL << LPTIM_CFGR2_IN2SEL_Pos) /*!< 0x00000080 */ 7443 7444 /******************************************************************************/ 7445 /* */ 7446 /* Analog Comparators (COMP) */ 7447 /* */ 7448 /******************************************************************************/ 7449 /********************** Bit definition for COMP_CSR register ****************/ 7450 #define COMP_CSR_EN_Pos (0U) 7451 #define COMP_CSR_EN_Msk (0x1UL << COMP_CSR_EN_Pos) /*!< 0x00000001 */ 7452 #define COMP_CSR_EN COMP_CSR_EN_Msk /*!< Comparator enable */ 7453 7454 #define COMP_CSR_INMSEL_Pos (4U) 7455 #define COMP_CSR_INMSEL_Msk (0xFUL << COMP_CSR_INMSEL_Pos) /*!< 0x000000F0 */ 7456 #define COMP_CSR_INMSEL COMP_CSR_INMSEL_Msk /*!< Comparator input minus selection */ 7457 #define COMP_CSR_INMSEL_0 (0x1UL << COMP_CSR_INMSEL_Pos) /*!< 0x00000010 */ 7458 #define COMP_CSR_INMSEL_1 (0x2UL << COMP_CSR_INMSEL_Pos) /*!< 0x00000020 */ 7459 #define COMP_CSR_INMSEL_2 (0x4UL << COMP_CSR_INMSEL_Pos) /*!< 0x00000040 */ 7460 #define COMP_CSR_INMSEL_3 (0x8UL << COMP_CSR_INMSEL_Pos) /*!< 0x00000080 */ 7461 7462 #define COMP_CSR_INPSEL_Pos (8U) 7463 #define COMP_CSR_INPSEL_Msk (0x3UL << COMP_CSR_INPSEL_Pos) /*!< 0x00000300 */ 7464 #define COMP_CSR_INPSEL COMP_CSR_INPSEL_Msk /*!< Comparator plus minus selection */ 7465 #define COMP_CSR_INPSEL_0 (0x1UL << COMP_CSR_INPSEL_Pos) /*!< 0x00000100 */ 7466 #define COMP_CSR_INPSEL_1 (0x2UL << COMP_CSR_INPSEL_Pos) /*!< 0x00000200 */ 7467 7468 #define COMP_CSR_WINMODE_Pos (11U) 7469 #define COMP_CSR_WINMODE_Msk (0x1UL << COMP_CSR_WINMODE_Pos) /*!< 0x00000800 */ 7470 #define COMP_CSR_WINMODE COMP_CSR_WINMODE_Msk /*!< Pair of comparators window mode. Bit intended to be used with COMP common instance (COMP_Common_TypeDef) */ 7471 #define COMP_CSR_WINOUT_Pos (14U) 7472 #define COMP_CSR_WINOUT_Msk (0x1UL << COMP_CSR_WINOUT_Pos) /*!< 0x00004000 */ 7473 #define COMP_CSR_WINOUT COMP_CSR_WINOUT_Msk /*!< Pair of comparators window output level. Bit intended to be used with COMP common instance (COMP_Common_TypeDef) */ 7474 7475 #define COMP_CSR_POLARITY_Pos (15U) 7476 #define COMP_CSR_POLARITY_Msk (0x1UL << COMP_CSR_POLARITY_Pos) /*!< 0x00008000 */ 7477 #define COMP_CSR_POLARITY COMP_CSR_POLARITY_Msk /*!< Comparator output polarity */ 7478 7479 #define COMP_CSR_HYST_Pos (16U) 7480 #define COMP_CSR_HYST_Msk (0x3UL << COMP_CSR_HYST_Pos) /*!< 0x00030000 */ 7481 #define COMP_CSR_HYST COMP_CSR_HYST_Msk /*!< Comparator input hysteresis */ 7482 #define COMP_CSR_HYST_0 (0x1UL << COMP_CSR_HYST_Pos) /*!< 0x00010000 */ 7483 #define COMP_CSR_HYST_1 (0x2UL << COMP_CSR_HYST_Pos) /*!< 0x00020000 */ 7484 7485 #define COMP_CSR_PWRMODE_Pos (18U) 7486 #define COMP_CSR_PWRMODE_Msk (0x3UL << COMP_CSR_PWRMODE_Pos) /*!< 0x000C0000 */ 7487 #define COMP_CSR_PWRMODE COMP_CSR_PWRMODE_Msk /*!< Comparator power mode */ 7488 #define COMP_CSR_PWRMODE_0 (0x1UL << COMP_CSR_PWRMODE_Pos) /*!< 0x00040000 */ 7489 #define COMP_CSR_PWRMODE_1 (0x2UL << COMP_CSR_PWRMODE_Pos) /*!< 0x00080000 */ 7490 7491 #define COMP_CSR_BLANKING_Pos (20U) 7492 #define COMP_CSR_BLANKING_Msk (0x1FUL << COMP_CSR_BLANKING_Pos) /*!< 0x01F00000 */ 7493 #define COMP_CSR_BLANKING COMP_CSR_BLANKING_Msk /*!< Comparator blanking source */ 7494 #define COMP_CSR_BLANKING_0 (0x01UL << COMP_CSR_BLANKING_Pos) /*!< 0x00100000 */ 7495 #define COMP_CSR_BLANKING_1 (0x02UL << COMP_CSR_BLANKING_Pos) /*!< 0x00200000 */ 7496 #define COMP_CSR_BLANKING_2 (0x04UL << COMP_CSR_BLANKING_Pos) /*!< 0x00400000 */ 7497 #define COMP_CSR_BLANKING_3 (0x08UL << COMP_CSR_BLANKING_Pos) /*!< 0x00800000 */ 7498 #define COMP_CSR_BLANKING_4 (0x10UL << COMP_CSR_BLANKING_Pos) /*!< 0x01000000 */ 7499 7500 #define COMP_CSR_VALUE_Pos (30U) 7501 #define COMP_CSR_VALUE_Msk (0x1UL << COMP_CSR_VALUE_Pos) /*!< 0x40000000 */ 7502 #define COMP_CSR_VALUE COMP_CSR_VALUE_Msk /*!< Comparator output level */ 7503 7504 #define COMP_CSR_LOCK_Pos (31U) 7505 #define COMP_CSR_LOCK_Msk (0x1UL << COMP_CSR_LOCK_Pos) /*!< 0x80000000 */ 7506 #define COMP_CSR_LOCK COMP_CSR_LOCK_Msk /*!< Comparator lock */ 7507 7508 /******************************************************************************/ 7509 /* */ 7510 /* Universal Synchronous Asynchronous Receiver Transmitter (USART) */ 7511 /* */ 7512 /******************************************************************************/ 7513 /****************** Bit definition for USART_CR1 register *******************/ 7514 #define USART_CR1_UE_Pos (0U) 7515 #define USART_CR1_UE_Msk (0x1UL << USART_CR1_UE_Pos) /*!< 0x00000001 */ 7516 #define USART_CR1_UE USART_CR1_UE_Msk /*!< USART Enable */ 7517 #define USART_CR1_UESM_Pos (1U) 7518 #define USART_CR1_UESM_Msk (0x1UL << USART_CR1_UESM_Pos) /*!< 0x00000002 */ 7519 #define USART_CR1_UESM USART_CR1_UESM_Msk /*!< USART Enable in STOP Mode */ 7520 #define USART_CR1_RE_Pos (2U) 7521 #define USART_CR1_RE_Msk (0x1UL << USART_CR1_RE_Pos) /*!< 0x00000004 */ 7522 #define USART_CR1_RE USART_CR1_RE_Msk /*!< Receiver Enable */ 7523 #define USART_CR1_TE_Pos (3U) 7524 #define USART_CR1_TE_Msk (0x1UL << USART_CR1_TE_Pos) /*!< 0x00000008 */ 7525 #define USART_CR1_TE USART_CR1_TE_Msk /*!< Transmitter Enable */ 7526 #define USART_CR1_IDLEIE_Pos (4U) 7527 #define USART_CR1_IDLEIE_Msk (0x1UL << USART_CR1_IDLEIE_Pos) /*!< 0x00000010 */ 7528 #define USART_CR1_IDLEIE USART_CR1_IDLEIE_Msk /*!< IDLE Interrupt Enable */ 7529 #define USART_CR1_RXNEIE_RXFNEIE_Pos (5U) 7530 #define USART_CR1_RXNEIE_RXFNEIE_Msk (0x1UL << USART_CR1_RXNEIE_RXFNEIE_Pos) /*!< 0x00000020 */ 7531 #define USART_CR1_RXNEIE_RXFNEIE USART_CR1_RXNEIE_RXFNEIE_Msk /*!< RXNE/RXFIFO not empty Interrupt Enable */ 7532 #define USART_CR1_TCIE_Pos (6U) 7533 #define USART_CR1_TCIE_Msk (0x1UL << USART_CR1_TCIE_Pos) /*!< 0x00000040 */ 7534 #define USART_CR1_TCIE USART_CR1_TCIE_Msk /*!< Transmission Complete Interrupt Enable */ 7535 #define USART_CR1_TXEIE_TXFNFIE_Pos (7U) 7536 #define USART_CR1_TXEIE_TXFNFIE_Msk (0x1UL << USART_CR1_TXEIE_TXFNFIE_Pos) /*!< 0x00000080 */ 7537 #define USART_CR1_TXEIE_TXFNFIE USART_CR1_TXEIE_TXFNFIE_Msk /*!< TXE/TXFIFO not full Interrupt Enable */ 7538 #define USART_CR1_PEIE_Pos (8U) 7539 #define USART_CR1_PEIE_Msk (0x1UL << USART_CR1_PEIE_Pos) /*!< 0x00000100 */ 7540 #define USART_CR1_PEIE USART_CR1_PEIE_Msk /*!< PE Interrupt Enable */ 7541 #define USART_CR1_PS_Pos (9U) 7542 #define USART_CR1_PS_Msk (0x1UL << USART_CR1_PS_Pos) /*!< 0x00000200 */ 7543 #define USART_CR1_PS USART_CR1_PS_Msk /*!< Parity Selection */ 7544 #define USART_CR1_PCE_Pos (10U) 7545 #define USART_CR1_PCE_Msk (0x1UL << USART_CR1_PCE_Pos) /*!< 0x00000400 */ 7546 #define USART_CR1_PCE USART_CR1_PCE_Msk /*!< Parity Control Enable */ 7547 #define USART_CR1_WAKE_Pos (11U) 7548 #define USART_CR1_WAKE_Msk (0x1UL << USART_CR1_WAKE_Pos) /*!< 0x00000800 */ 7549 #define USART_CR1_WAKE USART_CR1_WAKE_Msk /*!< Receiver Wakeup method */ 7550 #define USART_CR1_M_Pos (12U) 7551 #define USART_CR1_M_Msk (0x10001UL << USART_CR1_M_Pos) /*!< 0x10001000 */ 7552 #define USART_CR1_M USART_CR1_M_Msk /*!< Word length */ 7553 #define USART_CR1_M0_Pos (12U) 7554 #define USART_CR1_M0_Msk (0x1UL << USART_CR1_M0_Pos) /*!< 0x00001000 */ 7555 #define USART_CR1_M0 USART_CR1_M0_Msk /*!< Word length - Bit 0 */ 7556 #define USART_CR1_MME_Pos (13U) 7557 #define USART_CR1_MME_Msk (0x1UL << USART_CR1_MME_Pos) /*!< 0x00002000 */ 7558 #define USART_CR1_MME USART_CR1_MME_Msk /*!< Mute Mode Enable */ 7559 #define USART_CR1_CMIE_Pos (14U) 7560 #define USART_CR1_CMIE_Msk (0x1UL << USART_CR1_CMIE_Pos) /*!< 0x00004000 */ 7561 #define USART_CR1_CMIE USART_CR1_CMIE_Msk /*!< Character match interrupt enable */ 7562 #define USART_CR1_OVER8_Pos (15U) 7563 #define USART_CR1_OVER8_Msk (0x1UL << USART_CR1_OVER8_Pos) /*!< 0x00008000 */ 7564 #define USART_CR1_OVER8 USART_CR1_OVER8_Msk /*!< Oversampling by 8-bit or 16-bit mode */ 7565 #define USART_CR1_DEDT_Pos (16U) 7566 #define USART_CR1_DEDT_Msk (0x1FUL << USART_CR1_DEDT_Pos) /*!< 0x001F0000 */ 7567 #define USART_CR1_DEDT USART_CR1_DEDT_Msk /*!< DEDT[4:0] bits (Driver Enable Deassertion Time) */ 7568 #define USART_CR1_DEDT_0 (0x01UL << USART_CR1_DEDT_Pos) /*!< 0x00010000 */ 7569 #define USART_CR1_DEDT_1 (0x02UL << USART_CR1_DEDT_Pos) /*!< 0x00020000 */ 7570 #define USART_CR1_DEDT_2 (0x04UL << USART_CR1_DEDT_Pos) /*!< 0x00040000 */ 7571 #define USART_CR1_DEDT_3 (0x08UL << USART_CR1_DEDT_Pos) /*!< 0x00080000 */ 7572 #define USART_CR1_DEDT_4 (0x10UL << USART_CR1_DEDT_Pos) /*!< 0x00100000 */ 7573 #define USART_CR1_DEAT_Pos (21U) 7574 #define USART_CR1_DEAT_Msk (0x1FUL << USART_CR1_DEAT_Pos) /*!< 0x03E00000 */ 7575 #define USART_CR1_DEAT USART_CR1_DEAT_Msk /*!< DEAT[4:0] bits (Driver Enable Assertion Time) */ 7576 #define USART_CR1_DEAT_0 (0x01UL << USART_CR1_DEAT_Pos) /*!< 0x00200000 */ 7577 #define USART_CR1_DEAT_1 (0x02UL << USART_CR1_DEAT_Pos) /*!< 0x00400000 */ 7578 #define USART_CR1_DEAT_2 (0x04UL << USART_CR1_DEAT_Pos) /*!< 0x00800000 */ 7579 #define USART_CR1_DEAT_3 (0x08UL << USART_CR1_DEAT_Pos) /*!< 0x01000000 */ 7580 #define USART_CR1_DEAT_4 (0x10UL << USART_CR1_DEAT_Pos) /*!< 0x02000000 */ 7581 #define USART_CR1_RTOIE_Pos (26U) 7582 #define USART_CR1_RTOIE_Msk (0x1UL << USART_CR1_RTOIE_Pos) /*!< 0x04000000 */ 7583 #define USART_CR1_RTOIE USART_CR1_RTOIE_Msk /*!< Receive Time Out interrupt enable */ 7584 #define USART_CR1_EOBIE_Pos (27U) 7585 #define USART_CR1_EOBIE_Msk (0x1UL << USART_CR1_EOBIE_Pos) /*!< 0x08000000 */ 7586 #define USART_CR1_EOBIE USART_CR1_EOBIE_Msk /*!< End of Block interrupt enable */ 7587 #define USART_CR1_M1_Pos (28U) 7588 #define USART_CR1_M1_Msk (0x1UL << USART_CR1_M1_Pos) /*!< 0x10000000 */ 7589 #define USART_CR1_M1 USART_CR1_M1_Msk /*!< Word length - Bit 1 */ 7590 #define USART_CR1_FIFOEN_Pos (29U) 7591 #define USART_CR1_FIFOEN_Msk (0x1UL << USART_CR1_FIFOEN_Pos) /*!< 0x20000000 */ 7592 #define USART_CR1_FIFOEN USART_CR1_FIFOEN_Msk /*!< FIFO mode enable */ 7593 #define USART_CR1_TXFEIE_Pos (30U) 7594 #define USART_CR1_TXFEIE_Msk (0x1UL << USART_CR1_TXFEIE_Pos) /*!< 0x40000000 */ 7595 #define USART_CR1_TXFEIE USART_CR1_TXFEIE_Msk /*!< TXFIFO empty interrupt enable */ 7596 #define USART_CR1_RXFFIE_Pos (31U) 7597 #define USART_CR1_RXFFIE_Msk (0x1UL << USART_CR1_RXFFIE_Pos) /*!< 0x80000000 */ 7598 #define USART_CR1_RXFFIE USART_CR1_RXFFIE_Msk /*!< RXFIFO Full interrupt enable */ 7599 7600 /****************** Bit definition for USART_CR2 register *******************/ 7601 #define USART_CR2_SLVEN_Pos (0U) 7602 #define USART_CR2_SLVEN_Msk (0x1UL << USART_CR2_SLVEN_Pos) /*!< 0x00000001 */ 7603 #define USART_CR2_SLVEN USART_CR2_SLVEN_Msk /*!< Synchronous Slave mode enable */ 7604 #define USART_CR2_DIS_NSS_Pos (3U) 7605 #define USART_CR2_DIS_NSS_Msk (0x1UL << USART_CR2_DIS_NSS_Pos) /*!< 0x00000008 */ 7606 #define USART_CR2_DIS_NSS USART_CR2_DIS_NSS_Msk /*!< NSS input pin disable for SPI slave selection */ 7607 #define USART_CR2_ADDM7_Pos (4U) 7608 #define USART_CR2_ADDM7_Msk (0x1UL << USART_CR2_ADDM7_Pos) /*!< 0x00000010 */ 7609 #define USART_CR2_ADDM7 USART_CR2_ADDM7_Msk /*!< 7-bit or 4-bit Address Detection */ 7610 #define USART_CR2_LBDL_Pos (5U) 7611 #define USART_CR2_LBDL_Msk (0x1UL << USART_CR2_LBDL_Pos) /*!< 0x00000020 */ 7612 #define USART_CR2_LBDL USART_CR2_LBDL_Msk /*!< LIN Break Detection Length */ 7613 #define USART_CR2_LBDIE_Pos (6U) 7614 #define USART_CR2_LBDIE_Msk (0x1UL << USART_CR2_LBDIE_Pos) /*!< 0x00000040 */ 7615 #define USART_CR2_LBDIE USART_CR2_LBDIE_Msk /*!< LIN Break Detection Interrupt Enable */ 7616 #define USART_CR2_LBCL_Pos (8U) 7617 #define USART_CR2_LBCL_Msk (0x1UL << USART_CR2_LBCL_Pos) /*!< 0x00000100 */ 7618 #define USART_CR2_LBCL USART_CR2_LBCL_Msk /*!< Last Bit Clock pulse */ 7619 #define USART_CR2_CPHA_Pos (9U) 7620 #define USART_CR2_CPHA_Msk (0x1UL << USART_CR2_CPHA_Pos) /*!< 0x00000200 */ 7621 #define USART_CR2_CPHA USART_CR2_CPHA_Msk /*!< Clock Phase */ 7622 #define USART_CR2_CPOL_Pos (10U) 7623 #define USART_CR2_CPOL_Msk (0x1UL << USART_CR2_CPOL_Pos) /*!< 0x00000400 */ 7624 #define USART_CR2_CPOL USART_CR2_CPOL_Msk /*!< Clock Polarity */ 7625 #define USART_CR2_CLKEN_Pos (11U) 7626 #define USART_CR2_CLKEN_Msk (0x1UL << USART_CR2_CLKEN_Pos) /*!< 0x00000800 */ 7627 #define USART_CR2_CLKEN USART_CR2_CLKEN_Msk /*!< Clock Enable */ 7628 #define USART_CR2_STOP_Pos (12U) 7629 #define USART_CR2_STOP_Msk (0x3UL << USART_CR2_STOP_Pos) /*!< 0x00003000 */ 7630 #define USART_CR2_STOP USART_CR2_STOP_Msk /*!< STOP[1:0] bits (STOP bits) */ 7631 #define USART_CR2_STOP_0 (0x1UL << USART_CR2_STOP_Pos) /*!< 0x00001000 */ 7632 #define USART_CR2_STOP_1 (0x2UL << USART_CR2_STOP_Pos) /*!< 0x00002000 */ 7633 #define USART_CR2_LINEN_Pos (14U) 7634 #define USART_CR2_LINEN_Msk (0x1UL << USART_CR2_LINEN_Pos) /*!< 0x00004000 */ 7635 #define USART_CR2_LINEN USART_CR2_LINEN_Msk /*!< LIN mode enable */ 7636 #define USART_CR2_SWAP_Pos (15U) 7637 #define USART_CR2_SWAP_Msk (0x1UL << USART_CR2_SWAP_Pos) /*!< 0x00008000 */ 7638 #define USART_CR2_SWAP USART_CR2_SWAP_Msk /*!< SWAP TX/RX pins */ 7639 #define USART_CR2_RXINV_Pos (16U) 7640 #define USART_CR2_RXINV_Msk (0x1UL << USART_CR2_RXINV_Pos) /*!< 0x00010000 */ 7641 #define USART_CR2_RXINV USART_CR2_RXINV_Msk /*!< RX pin active level inversion */ 7642 #define USART_CR2_TXINV_Pos (17U) 7643 #define USART_CR2_TXINV_Msk (0x1UL << USART_CR2_TXINV_Pos) /*!< 0x00020000 */ 7644 #define USART_CR2_TXINV USART_CR2_TXINV_Msk /*!< TX pin active level inversion */ 7645 #define USART_CR2_DATAINV_Pos (18U) 7646 #define USART_CR2_DATAINV_Msk (0x1UL << USART_CR2_DATAINV_Pos) /*!< 0x00040000 */ 7647 #define USART_CR2_DATAINV USART_CR2_DATAINV_Msk /*!< Binary data inversion */ 7648 #define USART_CR2_MSBFIRST_Pos (19U) 7649 #define USART_CR2_MSBFIRST_Msk (0x1UL << USART_CR2_MSBFIRST_Pos) /*!< 0x00080000 */ 7650 #define USART_CR2_MSBFIRST USART_CR2_MSBFIRST_Msk /*!< Most Significant Bit First */ 7651 #define USART_CR2_ABREN_Pos (20U) 7652 #define USART_CR2_ABREN_Msk (0x1UL << USART_CR2_ABREN_Pos) /*!< 0x00100000 */ 7653 #define USART_CR2_ABREN USART_CR2_ABREN_Msk /*!< Auto Baud-Rate Enable*/ 7654 #define USART_CR2_ABRMODE_Pos (21U) 7655 #define USART_CR2_ABRMODE_Msk (0x3UL << USART_CR2_ABRMODE_Pos) /*!< 0x00600000 */ 7656 #define USART_CR2_ABRMODE USART_CR2_ABRMODE_Msk /*!< ABRMOD[1:0] bits (Auto Baud-Rate Mode) */ 7657 #define USART_CR2_ABRMODE_0 (0x1UL << USART_CR2_ABRMODE_Pos) /*!< 0x00200000 */ 7658 #define USART_CR2_ABRMODE_1 (0x2UL << USART_CR2_ABRMODE_Pos) /*!< 0x00400000 */ 7659 #define USART_CR2_RTOEN_Pos (23U) 7660 #define USART_CR2_RTOEN_Msk (0x1UL << USART_CR2_RTOEN_Pos) /*!< 0x00800000 */ 7661 #define USART_CR2_RTOEN USART_CR2_RTOEN_Msk /*!< Receiver Time-Out enable */ 7662 #define USART_CR2_ADD_Pos (24U) 7663 #define USART_CR2_ADD_Msk (0xFFUL << USART_CR2_ADD_Pos) /*!< 0xFF000000 */ 7664 #define USART_CR2_ADD USART_CR2_ADD_Msk /*!< Address of the USART node */ 7665 7666 /****************** Bit definition for USART_CR3 register *******************/ 7667 #define USART_CR3_EIE_Pos (0U) 7668 #define USART_CR3_EIE_Msk (0x1UL << USART_CR3_EIE_Pos) /*!< 0x00000001 */ 7669 #define USART_CR3_EIE USART_CR3_EIE_Msk /*!< Error Interrupt Enable */ 7670 #define USART_CR3_IREN_Pos (1U) 7671 #define USART_CR3_IREN_Msk (0x1UL << USART_CR3_IREN_Pos) /*!< 0x00000002 */ 7672 #define USART_CR3_IREN USART_CR3_IREN_Msk /*!< IrDA mode Enable */ 7673 #define USART_CR3_IRLP_Pos (2U) 7674 #define USART_CR3_IRLP_Msk (0x1UL << USART_CR3_IRLP_Pos) /*!< 0x00000004 */ 7675 #define USART_CR3_IRLP USART_CR3_IRLP_Msk /*!< IrDA Low-Power */ 7676 #define USART_CR3_HDSEL_Pos (3U) 7677 #define USART_CR3_HDSEL_Msk (0x1UL << USART_CR3_HDSEL_Pos) /*!< 0x00000008 */ 7678 #define USART_CR3_HDSEL USART_CR3_HDSEL_Msk /*!< Half-Duplex Selection */ 7679 #define USART_CR3_NACK_Pos (4U) 7680 #define USART_CR3_NACK_Msk (0x1UL << USART_CR3_NACK_Pos) /*!< 0x00000010 */ 7681 #define USART_CR3_NACK USART_CR3_NACK_Msk /*!< SmartCard NACK enable */ 7682 #define USART_CR3_SCEN_Pos (5U) 7683 #define USART_CR3_SCEN_Msk (0x1UL << USART_CR3_SCEN_Pos) /*!< 0x00000020 */ 7684 #define USART_CR3_SCEN USART_CR3_SCEN_Msk /*!< SmartCard mode enable */ 7685 #define USART_CR3_DMAR_Pos (6U) 7686 #define USART_CR3_DMAR_Msk (0x1UL << USART_CR3_DMAR_Pos) /*!< 0x00000040 */ 7687 #define USART_CR3_DMAR USART_CR3_DMAR_Msk /*!< DMA Enable Receiver */ 7688 #define USART_CR3_DMAT_Pos (7U) 7689 #define USART_CR3_DMAT_Msk (0x1UL << USART_CR3_DMAT_Pos) /*!< 0x00000080 */ 7690 #define USART_CR3_DMAT USART_CR3_DMAT_Msk /*!< DMA Enable Transmitter */ 7691 #define USART_CR3_RTSE_Pos (8U) 7692 #define USART_CR3_RTSE_Msk (0x1UL << USART_CR3_RTSE_Pos) /*!< 0x00000100 */ 7693 #define USART_CR3_RTSE USART_CR3_RTSE_Msk /*!< RTS Enable */ 7694 #define USART_CR3_CTSE_Pos (9U) 7695 #define USART_CR3_CTSE_Msk (0x1UL << USART_CR3_CTSE_Pos) /*!< 0x00000200 */ 7696 #define USART_CR3_CTSE USART_CR3_CTSE_Msk /*!< CTS Enable */ 7697 #define USART_CR3_CTSIE_Pos (10U) 7698 #define USART_CR3_CTSIE_Msk (0x1UL << USART_CR3_CTSIE_Pos) /*!< 0x00000400 */ 7699 #define USART_CR3_CTSIE USART_CR3_CTSIE_Msk /*!< CTS Interrupt Enable */ 7700 #define USART_CR3_ONEBIT_Pos (11U) 7701 #define USART_CR3_ONEBIT_Msk (0x1UL << USART_CR3_ONEBIT_Pos) /*!< 0x00000800 */ 7702 #define USART_CR3_ONEBIT USART_CR3_ONEBIT_Msk /*!< One sample bit method enable */ 7703 #define USART_CR3_OVRDIS_Pos (12U) 7704 #define USART_CR3_OVRDIS_Msk (0x1UL << USART_CR3_OVRDIS_Pos) /*!< 0x00001000 */ 7705 #define USART_CR3_OVRDIS USART_CR3_OVRDIS_Msk /*!< Overrun Disable */ 7706 #define USART_CR3_DDRE_Pos (13U) 7707 #define USART_CR3_DDRE_Msk (0x1UL << USART_CR3_DDRE_Pos) /*!< 0x00002000 */ 7708 #define USART_CR3_DDRE USART_CR3_DDRE_Msk /*!< DMA Disable on Reception Error */ 7709 #define USART_CR3_DEM_Pos (14U) 7710 #define USART_CR3_DEM_Msk (0x1UL << USART_CR3_DEM_Pos) /*!< 0x00004000 */ 7711 #define USART_CR3_DEM USART_CR3_DEM_Msk /*!< Driver Enable Mode */ 7712 #define USART_CR3_DEP_Pos (15U) 7713 #define USART_CR3_DEP_Msk (0x1UL << USART_CR3_DEP_Pos) /*!< 0x00008000 */ 7714 #define USART_CR3_DEP USART_CR3_DEP_Msk /*!< Driver Enable Polarity Selection */ 7715 #define USART_CR3_SCARCNT_Pos (17U) 7716 #define USART_CR3_SCARCNT_Msk (0x7UL << USART_CR3_SCARCNT_Pos) /*!< 0x000E0000 */ 7717 #define USART_CR3_SCARCNT USART_CR3_SCARCNT_Msk /*!< SCARCNT[2:0] bits (SmartCard Auto-Retry Count) */ 7718 #define USART_CR3_SCARCNT_0 (0x1UL << USART_CR3_SCARCNT_Pos) /*!< 0x00020000 */ 7719 #define USART_CR3_SCARCNT_1 (0x2UL << USART_CR3_SCARCNT_Pos) /*!< 0x00040000 */ 7720 #define USART_CR3_SCARCNT_2 (0x4UL << USART_CR3_SCARCNT_Pos) /*!< 0x00080000 */ 7721 #define USART_CR3_WUS_Pos (20U) 7722 #define USART_CR3_WUS_Msk (0x3UL << USART_CR3_WUS_Pos) /*!< 0x00300000 */ 7723 #define USART_CR3_WUS USART_CR3_WUS_Msk /*!< WUS[1:0] bits (Wake UP Interrupt Flag Selection) */ 7724 #define USART_CR3_WUS_0 (0x1UL << USART_CR3_WUS_Pos) /*!< 0x00100000 */ 7725 #define USART_CR3_WUS_1 (0x2UL << USART_CR3_WUS_Pos) /*!< 0x00200000 */ 7726 #define USART_CR3_WUFIE_Pos (22U) 7727 #define USART_CR3_WUFIE_Msk (0x1UL << USART_CR3_WUFIE_Pos) /*!< 0x00400000 */ 7728 #define USART_CR3_WUFIE USART_CR3_WUFIE_Msk /*!< Wake Up Interrupt Enable */ 7729 #define USART_CR3_TXFTIE_Pos (23U) 7730 #define USART_CR3_TXFTIE_Msk (0x1UL << USART_CR3_TXFTIE_Pos) /*!< 0x00800000 */ 7731 #define USART_CR3_TXFTIE USART_CR3_TXFTIE_Msk /*!< TXFIFO threshold interrupt enable */ 7732 #define USART_CR3_TCBGTIE_Pos (24U) 7733 #define USART_CR3_TCBGTIE_Msk (0x1UL << USART_CR3_TCBGTIE_Pos) /*!< 0x01000000 */ 7734 #define USART_CR3_TCBGTIE USART_CR3_TCBGTIE_Msk /*!< Transmission Complete Before Guard Time Interrupt Enable */ 7735 #define USART_CR3_RXFTCFG_Pos (25U) 7736 #define USART_CR3_RXFTCFG_Msk (0x7UL << USART_CR3_RXFTCFG_Pos) /*!< 0x0E000000 */ 7737 #define USART_CR3_RXFTCFG USART_CR3_RXFTCFG_Msk /*!< RXFIFO FIFO threshold configuration */ 7738 #define USART_CR3_RXFTCFG_0 (0x1UL << USART_CR3_RXFTCFG_Pos) /*!< 0x02000000 */ 7739 #define USART_CR3_RXFTCFG_1 (0x2UL << USART_CR3_RXFTCFG_Pos) /*!< 0x04000000 */ 7740 #define USART_CR3_RXFTCFG_2 (0x4UL << USART_CR3_RXFTCFG_Pos) /*!< 0x08000000 */ 7741 #define USART_CR3_RXFTIE_Pos (28U) 7742 #define USART_CR3_RXFTIE_Msk (0x1UL << USART_CR3_RXFTIE_Pos) /*!< 0x10000000 */ 7743 #define USART_CR3_RXFTIE USART_CR3_RXFTIE_Msk /*!< RXFIFO threshold interrupt enable */ 7744 #define USART_CR3_TXFTCFG_Pos (29U) 7745 #define USART_CR3_TXFTCFG_Msk (0x7UL << USART_CR3_TXFTCFG_Pos) /*!< 0xE0000000 */ 7746 #define USART_CR3_TXFTCFG USART_CR3_TXFTCFG_Msk /*!< TXFIFO threshold configuration */ 7747 #define USART_CR3_TXFTCFG_0 (0x1UL << USART_CR3_TXFTCFG_Pos) /*!< 0x20000000 */ 7748 #define USART_CR3_TXFTCFG_1 (0x2UL << USART_CR3_TXFTCFG_Pos) /*!< 0x40000000 */ 7749 #define USART_CR3_TXFTCFG_2 (0x4UL << USART_CR3_TXFTCFG_Pos) /*!< 0x80000000 */ 7750 7751 /****************** Bit definition for USART_BRR register *******************/ 7752 #define USART_BRR_LPUART_Pos (0U) 7753 #define USART_BRR_LPUART_Msk (0xFFFFFUL << USART_BRR_LPUART_Pos) /*!< 0x000FFFFF */ 7754 #define USART_BRR_LPUART USART_BRR_LPUART_Msk /*!< LPUART Baud rate register [19:0] */ 7755 #define USART_BRR_BRR ((uint16_t)0xFFFF) /*!< USART Baud rate register [15:0] */ 7756 7757 /****************** Bit definition for USART_GTPR register ******************/ 7758 #define USART_GTPR_PSC_Pos (0U) 7759 #define USART_GTPR_PSC_Msk (0xFFUL << USART_GTPR_PSC_Pos) /*!< 0x000000FF */ 7760 #define USART_GTPR_PSC USART_GTPR_PSC_Msk /*!< PSC[7:0] bits (Prescaler value) */ 7761 #define USART_GTPR_GT_Pos (8U) 7762 #define USART_GTPR_GT_Msk (0xFFUL << USART_GTPR_GT_Pos) /*!< 0x0000FF00 */ 7763 #define USART_GTPR_GT USART_GTPR_GT_Msk /*!< GT[7:0] bits (Guard time value) */ 7764 7765 /******************* Bit definition for USART_RTOR register *****************/ 7766 #define USART_RTOR_RTO_Pos (0U) 7767 #define USART_RTOR_RTO_Msk (0xFFFFFFUL << USART_RTOR_RTO_Pos) /*!< 0x00FFFFFF */ 7768 #define USART_RTOR_RTO USART_RTOR_RTO_Msk /*!< Receiver Time Out Value */ 7769 #define USART_RTOR_BLEN_Pos (24U) 7770 #define USART_RTOR_BLEN_Msk (0xFFUL << USART_RTOR_BLEN_Pos) /*!< 0xFF000000 */ 7771 #define USART_RTOR_BLEN USART_RTOR_BLEN_Msk /*!< Block Length */ 7772 7773 /******************* Bit definition for USART_RQR register ******************/ 7774 #define USART_RQR_ABRRQ ((uint16_t)0x0001) /*!< Auto-Baud Rate Request */ 7775 #define USART_RQR_SBKRQ ((uint16_t)0x0002) /*!< Send Break Request */ 7776 #define USART_RQR_MMRQ ((uint16_t)0x0004) /*!< Mute Mode Request */ 7777 #define USART_RQR_RXFRQ ((uint16_t)0x0008) /*!< Receive Data flush Request */ 7778 #define USART_RQR_TXFRQ ((uint16_t)0x0010) /*!< Transmit data flush Request */ 7779 7780 /******************* Bit definition for USART_ISR register ******************/ 7781 #define USART_ISR_PE_Pos (0U) 7782 #define USART_ISR_PE_Msk (0x1UL << USART_ISR_PE_Pos) /*!< 0x00000001 */ 7783 #define USART_ISR_PE USART_ISR_PE_Msk /*!< Parity Error */ 7784 #define USART_ISR_FE_Pos (1U) 7785 #define USART_ISR_FE_Msk (0x1UL << USART_ISR_FE_Pos) /*!< 0x00000002 */ 7786 #define USART_ISR_FE USART_ISR_FE_Msk /*!< Framing Error */ 7787 #define USART_ISR_NE_Pos (2U) 7788 #define USART_ISR_NE_Msk (0x1UL << USART_ISR_NE_Pos) /*!< 0x00000004 */ 7789 #define USART_ISR_NE USART_ISR_NE_Msk /*!< Noise detected Flag */ 7790 #define USART_ISR_ORE_Pos (3U) 7791 #define USART_ISR_ORE_Msk (0x1UL << USART_ISR_ORE_Pos) /*!< 0x00000008 */ 7792 #define USART_ISR_ORE USART_ISR_ORE_Msk /*!< OverRun Error */ 7793 #define USART_ISR_IDLE_Pos (4U) 7794 #define USART_ISR_IDLE_Msk (0x1UL << USART_ISR_IDLE_Pos) /*!< 0x00000010 */ 7795 #define USART_ISR_IDLE USART_ISR_IDLE_Msk /*!< IDLE line detected */ 7796 #define USART_ISR_RXNE_RXFNE_Pos (5U) 7797 #define USART_ISR_RXNE_RXFNE_Msk (0x1UL << USART_ISR_RXNE_RXFNE_Pos) /*!< 0x00000020 */ 7798 #define USART_ISR_RXNE_RXFNE USART_ISR_RXNE_RXFNE_Msk /*!< Read Data Register Not Empty/RXFIFO Not Empty */ 7799 #define USART_ISR_TC_Pos (6U) 7800 #define USART_ISR_TC_Msk (0x1UL << USART_ISR_TC_Pos) /*!< 0x00000040 */ 7801 #define USART_ISR_TC USART_ISR_TC_Msk /*!< Transmission Complete */ 7802 #define USART_ISR_TXE_TXFNF_Pos (7U) 7803 #define USART_ISR_TXE_TXFNF_Msk (0x1UL << USART_ISR_TXE_TXFNF_Pos) /*!< 0x00000080 */ 7804 #define USART_ISR_TXE_TXFNF USART_ISR_TXE_TXFNF_Msk /*!< Transmit Data Register Empty/TXFIFO Not Full */ 7805 #define USART_ISR_LBDF_Pos (8U) 7806 #define USART_ISR_LBDF_Msk (0x1UL << USART_ISR_LBDF_Pos) /*!< 0x00000100 */ 7807 #define USART_ISR_LBDF USART_ISR_LBDF_Msk /*!< LIN Break Detection Flag */ 7808 #define USART_ISR_CTSIF_Pos (9U) 7809 #define USART_ISR_CTSIF_Msk (0x1UL << USART_ISR_CTSIF_Pos) /*!< 0x00000200 */ 7810 #define USART_ISR_CTSIF USART_ISR_CTSIF_Msk /*!< CTS interrupt flag */ 7811 #define USART_ISR_CTS_Pos (10U) 7812 #define USART_ISR_CTS_Msk (0x1UL << USART_ISR_CTS_Pos) /*!< 0x00000400 */ 7813 #define USART_ISR_CTS USART_ISR_CTS_Msk /*!< CTS flag */ 7814 #define USART_ISR_RTOF_Pos (11U) 7815 #define USART_ISR_RTOF_Msk (0x1UL << USART_ISR_RTOF_Pos) /*!< 0x00000800 */ 7816 #define USART_ISR_RTOF USART_ISR_RTOF_Msk /*!< Receiver Time Out */ 7817 #define USART_ISR_EOBF_Pos (12U) 7818 #define USART_ISR_EOBF_Msk (0x1UL << USART_ISR_EOBF_Pos) /*!< 0x00001000 */ 7819 #define USART_ISR_EOBF USART_ISR_EOBF_Msk /*!< End Of Block Flag */ 7820 #define USART_ISR_UDR_Pos (13U) 7821 #define USART_ISR_UDR_Msk (0x1UL << USART_ISR_UDR_Pos) /*!< 0x00002000 */ 7822 #define USART_ISR_UDR USART_ISR_UDR_Msk /*!< SPI Slave Underrun Error Flag */ 7823 #define USART_ISR_ABRE_Pos (14U) 7824 #define USART_ISR_ABRE_Msk (0x1UL << USART_ISR_ABRE_Pos) /*!< 0x00004000 */ 7825 #define USART_ISR_ABRE USART_ISR_ABRE_Msk /*!< Auto-Baud Rate Error */ 7826 #define USART_ISR_ABRF_Pos (15U) 7827 #define USART_ISR_ABRF_Msk (0x1UL << USART_ISR_ABRF_Pos) /*!< 0x00008000 */ 7828 #define USART_ISR_ABRF USART_ISR_ABRF_Msk /*!< Auto-Baud Rate Flag */ 7829 #define USART_ISR_BUSY_Pos (16U) 7830 #define USART_ISR_BUSY_Msk (0x1UL << USART_ISR_BUSY_Pos) /*!< 0x00010000 */ 7831 #define USART_ISR_BUSY USART_ISR_BUSY_Msk /*!< Busy Flag */ 7832 #define USART_ISR_CMF_Pos (17U) 7833 #define USART_ISR_CMF_Msk (0x1UL << USART_ISR_CMF_Pos) /*!< 0x00020000 */ 7834 #define USART_ISR_CMF USART_ISR_CMF_Msk /*!< Character Match Flag */ 7835 #define USART_ISR_SBKF_Pos (18U) 7836 #define USART_ISR_SBKF_Msk (0x1UL << USART_ISR_SBKF_Pos) /*!< 0x00040000 */ 7837 #define USART_ISR_SBKF USART_ISR_SBKF_Msk /*!< Send Break Flag */ 7838 #define USART_ISR_RWU_Pos (19U) 7839 #define USART_ISR_RWU_Msk (0x1UL << USART_ISR_RWU_Pos) /*!< 0x00080000 */ 7840 #define USART_ISR_RWU USART_ISR_RWU_Msk /*!< Receive Wake Up from mute mode Flag */ 7841 #define USART_ISR_WUF_Pos (20U) 7842 #define USART_ISR_WUF_Msk (0x1UL << USART_ISR_WUF_Pos) /*!< 0x00100000 */ 7843 #define USART_ISR_WUF USART_ISR_WUF_Msk /*!< Wake Up from stop mode Flag */ 7844 #define USART_ISR_TEACK_Pos (21U) 7845 #define USART_ISR_TEACK_Msk (0x1UL << USART_ISR_TEACK_Pos) /*!< 0x00200000 */ 7846 #define USART_ISR_TEACK USART_ISR_TEACK_Msk /*!< Transmit Enable Acknowledge Flag */ 7847 #define USART_ISR_REACK_Pos (22U) 7848 #define USART_ISR_REACK_Msk (0x1UL << USART_ISR_REACK_Pos) /*!< 0x00400000 */ 7849 #define USART_ISR_REACK USART_ISR_REACK_Msk /*!< Receive Enable Acknowledge Flag */ 7850 #define USART_ISR_TXFE_Pos (23U) 7851 #define USART_ISR_TXFE_Msk (0x1UL << USART_ISR_TXFE_Pos) /*!< 0x00800000 */ 7852 #define USART_ISR_TXFE USART_ISR_TXFE_Msk /*!< TXFIFO Empty Flag */ 7853 #define USART_ISR_RXFF_Pos (24U) 7854 #define USART_ISR_RXFF_Msk (0x1UL << USART_ISR_RXFF_Pos) /*!< 0x01000000 */ 7855 #define USART_ISR_RXFF USART_ISR_RXFF_Msk /*!< RXFIFO Full Flag */ 7856 #define USART_ISR_TCBGT_Pos (25U) 7857 #define USART_ISR_TCBGT_Msk (0x1UL << USART_ISR_TCBGT_Pos) /*!< 0x02000000 */ 7858 #define USART_ISR_TCBGT USART_ISR_TCBGT_Msk /*!< Transmission Complete Before Guard Time Completion Flag */ 7859 #define USART_ISR_RXFT_Pos (26U) 7860 #define USART_ISR_RXFT_Msk (0x1UL << USART_ISR_RXFT_Pos) /*!< 0x04000000 */ 7861 #define USART_ISR_RXFT USART_ISR_RXFT_Msk /*!< RXFIFO Threshold Flag */ 7862 #define USART_ISR_TXFT_Pos (27U) 7863 #define USART_ISR_TXFT_Msk (0x1UL << USART_ISR_TXFT_Pos) /*!< 0x08000000 */ 7864 #define USART_ISR_TXFT USART_ISR_TXFT_Msk /*!< TXFIFO Threshold Flag */ 7865 7866 /******************* Bit definition for USART_ICR register ******************/ 7867 #define USART_ICR_PECF_Pos (0U) 7868 #define USART_ICR_PECF_Msk (0x1UL << USART_ICR_PECF_Pos) /*!< 0x00000001 */ 7869 #define USART_ICR_PECF USART_ICR_PECF_Msk /*!< Parity Error Clear Flag */ 7870 #define USART_ICR_FECF_Pos (1U) 7871 #define USART_ICR_FECF_Msk (0x1UL << USART_ICR_FECF_Pos) /*!< 0x00000002 */ 7872 #define USART_ICR_FECF USART_ICR_FECF_Msk /*!< Framing Error Clear Flag */ 7873 #define USART_ICR_NECF_Pos (2U) 7874 #define USART_ICR_NECF_Msk (0x1UL << USART_ICR_NECF_Pos) /*!< 0x00000004 */ 7875 #define USART_ICR_NECF USART_ICR_NECF_Msk /*!< Noise Error detected Clear Flag */ 7876 #define USART_ICR_ORECF_Pos (3U) 7877 #define USART_ICR_ORECF_Msk (0x1UL << USART_ICR_ORECF_Pos) /*!< 0x00000008 */ 7878 #define USART_ICR_ORECF USART_ICR_ORECF_Msk /*!< OverRun Error Clear Flag */ 7879 #define USART_ICR_IDLECF_Pos (4U) 7880 #define USART_ICR_IDLECF_Msk (0x1UL << USART_ICR_IDLECF_Pos) /*!< 0x00000010 */ 7881 #define USART_ICR_IDLECF USART_ICR_IDLECF_Msk /*!< IDLE line detected Clear Flag */ 7882 #define USART_ICR_TXFECF_Pos (5U) 7883 #define USART_ICR_TXFECF_Msk (0x1UL << USART_ICR_TXFECF_Pos) /*!< 0x00000020 */ 7884 #define USART_ICR_TXFECF USART_ICR_TXFECF_Msk /*!< TXFIFO Empty Clear Flag */ 7885 #define USART_ICR_TCCF_Pos (6U) 7886 #define USART_ICR_TCCF_Msk (0x1UL << USART_ICR_TCCF_Pos) /*!< 0x00000040 */ 7887 #define USART_ICR_TCCF USART_ICR_TCCF_Msk /*!< Transmission Complete Clear Flag */ 7888 #define USART_ICR_TCBGTCF_Pos (7U) 7889 #define USART_ICR_TCBGTCF_Msk (0x1UL << USART_ICR_TCBGTCF_Pos) /*!< 0x00000080 */ 7890 #define USART_ICR_TCBGTCF USART_ICR_TCBGTCF_Msk /*!< Transmission Complete Before Guard Time Clear Flag */ 7891 #define USART_ICR_LBDCF_Pos (8U) 7892 #define USART_ICR_LBDCF_Msk (0x1UL << USART_ICR_LBDCF_Pos) /*!< 0x00000100 */ 7893 #define USART_ICR_LBDCF USART_ICR_LBDCF_Msk /*!< LIN Break Detection Clear Flag */ 7894 #define USART_ICR_CTSCF_Pos (9U) 7895 #define USART_ICR_CTSCF_Msk (0x1UL << USART_ICR_CTSCF_Pos) /*!< 0x00000200 */ 7896 #define USART_ICR_CTSCF USART_ICR_CTSCF_Msk /*!< CTS Interrupt Clear Flag */ 7897 #define USART_ICR_RTOCF_Pos (11U) 7898 #define USART_ICR_RTOCF_Msk (0x1UL << USART_ICR_RTOCF_Pos) /*!< 0x00000800 */ 7899 #define USART_ICR_RTOCF USART_ICR_RTOCF_Msk /*!< Receiver Time Out Clear Flag */ 7900 #define USART_ICR_EOBCF_Pos (12U) 7901 #define USART_ICR_EOBCF_Msk (0x1UL << USART_ICR_EOBCF_Pos) /*!< 0x00001000 */ 7902 #define USART_ICR_EOBCF USART_ICR_EOBCF_Msk /*!< End Of Block Clear Flag */ 7903 #define USART_ICR_UDRCF_Pos (13U) 7904 #define USART_ICR_UDRCF_Msk (0x1UL << USART_ICR_UDRCF_Pos) /*!< 0x00002000 */ 7905 #define USART_ICR_UDRCF USART_ICR_UDRCF_Msk /*!< SPI Slave Underrun Clear Flag */ 7906 #define USART_ICR_CMCF_Pos (17U) 7907 #define USART_ICR_CMCF_Msk (0x1UL << USART_ICR_CMCF_Pos) /*!< 0x00020000 */ 7908 #define USART_ICR_CMCF USART_ICR_CMCF_Msk /*!< Character Match Clear Flag */ 7909 #define USART_ICR_WUCF_Pos (20U) 7910 #define USART_ICR_WUCF_Msk (0x1UL << USART_ICR_WUCF_Pos) /*!< 0x00100000 */ 7911 #define USART_ICR_WUCF USART_ICR_WUCF_Msk /*!< Wake Up from stop mode Clear Flag */ 7912 7913 /******************* Bit definition for USART_RDR register ******************/ 7914 #define USART_RDR_RDR_Pos (0U) 7915 #define USART_RDR_RDR_Msk (0x1FFUL << USART_RDR_RDR_Pos) /*!< 0x000001FF */ 7916 #define USART_RDR_RDR USART_RDR_RDR_Msk /*!< RDR[8:0] bits (Receive Data value) */ 7917 7918 /******************* Bit definition for USART_TDR register ******************/ 7919 #define USART_TDR_TDR_Pos (0U) 7920 #define USART_TDR_TDR_Msk (0x1FFUL << USART_TDR_TDR_Pos) /*!< 0x000001FF */ 7921 #define USART_TDR_TDR USART_TDR_TDR_Msk /*!< TDR[8:0] bits (Transmit Data value) */ 7922 7923 /******************* Bit definition for USART_PRESC register ****************/ 7924 #define USART_PRESC_PRESCALER_Pos (0U) 7925 #define USART_PRESC_PRESCALER_Msk (0xFUL << USART_PRESC_PRESCALER_Pos) /*!< 0x0000000F */ 7926 #define USART_PRESC_PRESCALER USART_PRESC_PRESCALER_Msk /*!< PRESCALER[3:0] bits (Clock prescaler) */ 7927 #define USART_PRESC_PRESCALER_0 (0x1UL << USART_PRESC_PRESCALER_Pos) /*!< 0x00000001 */ 7928 #define USART_PRESC_PRESCALER_1 (0x2UL << USART_PRESC_PRESCALER_Pos) /*!< 0x00000002 */ 7929 #define USART_PRESC_PRESCALER_2 (0x4UL << USART_PRESC_PRESCALER_Pos) /*!< 0x00000004 */ 7930 #define USART_PRESC_PRESCALER_3 (0x8UL << USART_PRESC_PRESCALER_Pos) /*!< 0x00000008 */ 7931 7932 /******************************************************************************/ 7933 /* */ 7934 /* VREFBUF */ 7935 /* */ 7936 /******************************************************************************/ 7937 /******************* Bit definition for VREFBUF_CSR register ****************/ 7938 #define VREFBUF_CSR_ENVR_Pos (0U) 7939 #define VREFBUF_CSR_ENVR_Msk (0x1UL << VREFBUF_CSR_ENVR_Pos) /*!< 0x00000001 */ 7940 #define VREFBUF_CSR_ENVR VREFBUF_CSR_ENVR_Msk /*!<Voltage reference buffer enable */ 7941 #define VREFBUF_CSR_HIZ_Pos (1U) 7942 #define VREFBUF_CSR_HIZ_Msk (0x1UL << VREFBUF_CSR_HIZ_Pos) /*!< 0x00000002 */ 7943 #define VREFBUF_CSR_HIZ VREFBUF_CSR_HIZ_Msk /*!<High impedance mode */ 7944 #define VREFBUF_CSR_VRS_Pos (2U) 7945 #define VREFBUF_CSR_VRS_Msk (0x1UL << VREFBUF_CSR_VRS_Pos) /*!< 0x00000004 */ 7946 #define VREFBUF_CSR_VRS VREFBUF_CSR_VRS_Msk /*!<Voltage reference scale */ 7947 #define VREFBUF_CSR_VRR_Pos (3U) 7948 #define VREFBUF_CSR_VRR_Msk (0x1UL << VREFBUF_CSR_VRR_Pos) /*!< 0x00000008 */ 7949 #define VREFBUF_CSR_VRR VREFBUF_CSR_VRR_Msk /*!<Voltage reference buffer ready */ 7950 7951 /******************* Bit definition for VREFBUF_CCR register ******************/ 7952 #define VREFBUF_CCR_TRIM_Pos (0U) 7953 #define VREFBUF_CCR_TRIM_Msk (0x3FUL << VREFBUF_CCR_TRIM_Pos) /*!< 0x0000003F */ 7954 #define VREFBUF_CCR_TRIM VREFBUF_CCR_TRIM_Msk /*!<TRIM[5:0] bits (Trimming code) */ 7955 7956 /******************************************************************************/ 7957 /* */ 7958 /* Window WATCHDOG */ 7959 /* */ 7960 /******************************************************************************/ 7961 /******************* Bit definition for WWDG_CR register ********************/ 7962 #define WWDG_CR_T_Pos (0U) 7963 #define WWDG_CR_T_Msk (0x7FUL << WWDG_CR_T_Pos) /*!< 0x0000007F */ 7964 #define WWDG_CR_T WWDG_CR_T_Msk /*!<T[6:0] bits (7-Bit counter (MSB to LSB)) */ 7965 #define WWDG_CR_T_0 (0x01UL << WWDG_CR_T_Pos) /*!< 0x00000001 */ 7966 #define WWDG_CR_T_1 (0x02UL << WWDG_CR_T_Pos) /*!< 0x00000002 */ 7967 #define WWDG_CR_T_2 (0x04UL << WWDG_CR_T_Pos) /*!< 0x00000004 */ 7968 #define WWDG_CR_T_3 (0x08UL << WWDG_CR_T_Pos) /*!< 0x00000008 */ 7969 #define WWDG_CR_T_4 (0x10UL << WWDG_CR_T_Pos) /*!< 0x00000010 */ 7970 #define WWDG_CR_T_5 (0x20UL << WWDG_CR_T_Pos) /*!< 0x00000020 */ 7971 #define WWDG_CR_T_6 (0x40UL << WWDG_CR_T_Pos) /*!< 0x00000040 */ 7972 7973 #define WWDG_CR_WDGA_Pos (7U) 7974 #define WWDG_CR_WDGA_Msk (0x1UL << WWDG_CR_WDGA_Pos) /*!< 0x00000080 */ 7975 #define WWDG_CR_WDGA WWDG_CR_WDGA_Msk /*!<Activation bit */ 7976 7977 /******************* Bit definition for WWDG_CFR register *******************/ 7978 #define WWDG_CFR_W_Pos (0U) 7979 #define WWDG_CFR_W_Msk (0x7FUL << WWDG_CFR_W_Pos) /*!< 0x0000007F */ 7980 #define WWDG_CFR_W WWDG_CFR_W_Msk /*!<W[6:0] bits (7-bit window value) */ 7981 #define WWDG_CFR_W_0 (0x01UL << WWDG_CFR_W_Pos) /*!< 0x00000001 */ 7982 #define WWDG_CFR_W_1 (0x02UL << WWDG_CFR_W_Pos) /*!< 0x00000002 */ 7983 #define WWDG_CFR_W_2 (0x04UL << WWDG_CFR_W_Pos) /*!< 0x00000004 */ 7984 #define WWDG_CFR_W_3 (0x08UL << WWDG_CFR_W_Pos) /*!< 0x00000008 */ 7985 #define WWDG_CFR_W_4 (0x10UL << WWDG_CFR_W_Pos) /*!< 0x00000010 */ 7986 #define WWDG_CFR_W_5 (0x20UL << WWDG_CFR_W_Pos) /*!< 0x00000020 */ 7987 #define WWDG_CFR_W_6 (0x40UL << WWDG_CFR_W_Pos) /*!< 0x00000040 */ 7988 7989 #define WWDG_CFR_WDGTB_Pos (11U) 7990 #define WWDG_CFR_WDGTB_Msk (0x7UL << WWDG_CFR_WDGTB_Pos) /*!< 0x00003800 */ 7991 #define WWDG_CFR_WDGTB WWDG_CFR_WDGTB_Msk /*!<WDGTB[2:0] bits (Timer Base) */ 7992 #define WWDG_CFR_WDGTB_0 (0x1UL << WWDG_CFR_WDGTB_Pos) /*!< 0x00000800 */ 7993 #define WWDG_CFR_WDGTB_1 (0x2UL << WWDG_CFR_WDGTB_Pos) /*!< 0x00001000 */ 7994 #define WWDG_CFR_WDGTB_2 (0x4UL << WWDG_CFR_WDGTB_Pos) /*!< 0x00002000 */ 7995 7996 #define WWDG_CFR_EWI_Pos (9U) 7997 #define WWDG_CFR_EWI_Msk (0x1UL << WWDG_CFR_EWI_Pos) /*!< 0x00000200 */ 7998 #define WWDG_CFR_EWI WWDG_CFR_EWI_Msk /*!<Early Wakeup Interrupt */ 7999 8000 /******************* Bit definition for WWDG_SR register ********************/ 8001 #define WWDG_SR_EWIF_Pos (0U) 8002 #define WWDG_SR_EWIF_Msk (0x1UL << WWDG_SR_EWIF_Pos) /*!< 0x00000001 */ 8003 #define WWDG_SR_EWIF WWDG_SR_EWIF_Msk /*!<Early Wakeup Interrupt Flag */ 8004 8005 /******************************************************************************/ 8006 /* */ 8007 /* Debug MCU */ 8008 /* */ 8009 /******************************************************************************/ 8010 /******************** Bit definition for DBG_IDCODE register *************/ 8011 #define DBG_IDCODE_DEV_ID_Pos (0U) 8012 #define DBG_IDCODE_DEV_ID_Msk (0xFFFUL << DBG_IDCODE_DEV_ID_Pos) /*!< 0x00000FFF */ 8013 #define DBG_IDCODE_DEV_ID DBG_IDCODE_DEV_ID_Msk 8014 #define DBG_IDCODE_REV_ID_Pos (16U) 8015 #define DBG_IDCODE_REV_ID_Msk (0xFFFFUL << DBG_IDCODE_REV_ID_Pos) /*!< 0xFFFF0000 */ 8016 #define DBG_IDCODE_REV_ID DBG_IDCODE_REV_ID_Msk 8017 8018 /******************** Bit definition for DBG_CR register *****************/ 8019 #define DBG_CR_DBG_STOP_Pos (1U) 8020 #define DBG_CR_DBG_STOP_Msk (0x1UL << DBG_CR_DBG_STOP_Pos) /*!< 0x00000002 */ 8021 #define DBG_CR_DBG_STOP DBG_CR_DBG_STOP_Msk 8022 #define DBG_CR_DBG_STANDBY_Pos (2U) 8023 #define DBG_CR_DBG_STANDBY_Msk (0x1UL << DBG_CR_DBG_STANDBY_Pos) /*!< 0x00000004 */ 8024 #define DBG_CR_DBG_STANDBY DBG_CR_DBG_STANDBY_Msk 8025 8026 8027 /******************** Bit definition for DBG_APB_FZ1 register ***********/ 8028 #define DBG_APB_FZ1_DBG_TIM2_STOP_Pos (0U) 8029 #define DBG_APB_FZ1_DBG_TIM2_STOP_Msk (0x1UL << DBG_APB_FZ1_DBG_TIM2_STOP_Pos) /*!< 0x00000001 */ 8030 #define DBG_APB_FZ1_DBG_TIM2_STOP DBG_APB_FZ1_DBG_TIM2_STOP_Msk 8031 #define DBG_APB_FZ1_DBG_TIM3_STOP_Pos (1U) 8032 #define DBG_APB_FZ1_DBG_TIM3_STOP_Msk (0x1UL << DBG_APB_FZ1_DBG_TIM3_STOP_Pos) /*!< 0x00000002 */ 8033 #define DBG_APB_FZ1_DBG_TIM3_STOP DBG_APB_FZ1_DBG_TIM3_STOP_Msk 8034 #define DBG_APB_FZ1_DBG_TIM6_STOP_Pos (4U) 8035 #define DBG_APB_FZ1_DBG_TIM6_STOP_Msk (0x1UL << DBG_APB_FZ1_DBG_TIM6_STOP_Pos) /*!< 0x00000010 */ 8036 #define DBG_APB_FZ1_DBG_TIM6_STOP DBG_APB_FZ1_DBG_TIM6_STOP_Msk 8037 #define DBG_APB_FZ1_DBG_TIM7_STOP_Pos (5U) 8038 #define DBG_APB_FZ1_DBG_TIM7_STOP_Msk (0x1UL << DBG_APB_FZ1_DBG_TIM7_STOP_Pos) /*!< 0x00000020 */ 8039 #define DBG_APB_FZ1_DBG_TIM7_STOP DBG_APB_FZ1_DBG_TIM7_STOP_Msk 8040 #define DBG_APB_FZ1_DBG_RTC_STOP_Pos (10U) 8041 #define DBG_APB_FZ1_DBG_RTC_STOP_Msk (0x1UL << DBG_APB_FZ1_DBG_RTC_STOP_Pos) /*!< 0x00000400 */ 8042 #define DBG_APB_FZ1_DBG_RTC_STOP DBG_APB_FZ1_DBG_RTC_STOP_Msk 8043 #define DBG_APB_FZ1_DBG_WWDG_STOP_Pos (11U) 8044 #define DBG_APB_FZ1_DBG_WWDG_STOP_Msk (0x1UL << DBG_APB_FZ1_DBG_WWDG_STOP_Pos) /*!< 0x00000800 */ 8045 #define DBG_APB_FZ1_DBG_WWDG_STOP DBG_APB_FZ1_DBG_WWDG_STOP_Msk 8046 #define DBG_APB_FZ1_DBG_IWDG_STOP_Pos (12U) 8047 #define DBG_APB_FZ1_DBG_IWDG_STOP_Msk (0x1UL << DBG_APB_FZ1_DBG_IWDG_STOP_Pos) /*!< 0x00001000 */ 8048 #define DBG_APB_FZ1_DBG_IWDG_STOP DBG_APB_FZ1_DBG_IWDG_STOP_Msk 8049 #define DBG_APB_FZ1_DBG_I2C1_SMBUS_TIMEOUT_STOP_Pos (21U) 8050 #define DBG_APB_FZ1_DBG_I2C1_SMBUS_TIMEOUT_STOP_Msk (0x1UL << DBG_APB_FZ1_DBG_I2C1_SMBUS_TIMEOUT_STOP_Pos) /*!< 0x00200000 */ 8051 #define DBG_APB_FZ1_DBG_I2C1_SMBUS_TIMEOUT_STOP DBG_APB_FZ1_DBG_I2C1_SMBUS_TIMEOUT_STOP_Msk 8052 #define DBG_APB_FZ1_DBG_LPTIM2_STOP_Pos (30U) 8053 #define DBG_APB_FZ1_DBG_LPTIM2_STOP_Msk (0x1UL << DBG_APB_FZ1_DBG_LPTIM2_STOP_Pos) /*!< 0x40000000 */ 8054 #define DBG_APB_FZ1_DBG_LPTIM2_STOP DBG_APB_FZ1_DBG_LPTIM2_STOP_Msk 8055 #define DBG_APB_FZ1_DBG_LPTIM1_STOP_Pos (31U) 8056 #define DBG_APB_FZ1_DBG_LPTIM1_STOP_Msk (0x1UL << DBG_APB_FZ1_DBG_LPTIM1_STOP_Pos) /*!< 0x80000000 */ 8057 #define DBG_APB_FZ1_DBG_LPTIM1_STOP DBG_APB_FZ1_DBG_LPTIM1_STOP_Msk 8058 8059 /******************** Bit definition for DBG_APB_FZ2 register ************/ 8060 #define DBG_APB_FZ2_DBG_TIM1_STOP_Pos (11U) 8061 #define DBG_APB_FZ2_DBG_TIM1_STOP_Msk (0x1UL << DBG_APB_FZ2_DBG_TIM1_STOP_Pos) /*!< 0x00000800 */ 8062 #define DBG_APB_FZ2_DBG_TIM1_STOP DBG_APB_FZ2_DBG_TIM1_STOP_Msk 8063 #define DBG_APB_FZ2_DBG_TIM14_STOP_Pos (15U) 8064 #define DBG_APB_FZ2_DBG_TIM14_STOP_Msk (0x1UL << DBG_APB_FZ2_DBG_TIM14_STOP_Pos) /*!< 0x00008000 */ 8065 #define DBG_APB_FZ2_DBG_TIM14_STOP DBG_APB_FZ2_DBG_TIM14_STOP_Msk 8066 #define DBG_APB_FZ2_DBG_TIM15_STOP_Pos (16U) 8067 #define DBG_APB_FZ2_DBG_TIM15_STOP_Msk (0x1UL << DBG_APB_FZ2_DBG_TIM15_STOP_Pos) /*!< 0x00010000 */ 8068 #define DBG_APB_FZ2_DBG_TIM15_STOP DBG_APB_FZ2_DBG_TIM15_STOP_Msk 8069 #define DBG_APB_FZ2_DBG_TIM16_STOP_Pos (17U) 8070 #define DBG_APB_FZ2_DBG_TIM16_STOP_Msk (0x1UL << DBG_APB_FZ2_DBG_TIM16_STOP_Pos) /*!< 0x00020000 */ 8071 #define DBG_APB_FZ2_DBG_TIM16_STOP DBG_APB_FZ2_DBG_TIM16_STOP_Msk 8072 #define DBG_APB_FZ2_DBG_TIM17_STOP_Pos (18U) 8073 #define DBG_APB_FZ2_DBG_TIM17_STOP_Msk (0x1UL << DBG_APB_FZ2_DBG_TIM17_STOP_Pos) /*!< 0x00040000 */ 8074 #define DBG_APB_FZ2_DBG_TIM17_STOP DBG_APB_FZ2_DBG_TIM17_STOP_Msk 8075 8076 8077 /** @addtogroup Exported_macros 8078 * @{ 8079 */ 8080 8081 /******************************* ADC Instances ********************************/ 8082 #define IS_ADC_ALL_INSTANCE(INSTANCE) ((INSTANCE) == ADC1) 8083 8084 #define IS_ADC_COMMON_INSTANCE(INSTANCE) ((INSTANCE) == ADC1_COMMON) 8085 8086 8087 8088 /******************************** COMP Instances ******************************/ 8089 #define IS_COMP_ALL_INSTANCE(INSTANCE) (((INSTANCE) == COMP1) || \ 8090 ((INSTANCE) == COMP2)) 8091 8092 #define IS_COMP_COMMON_INSTANCE(COMMON_INSTANCE) ((COMMON_INSTANCE) == COMP12_COMMON) 8093 8094 /******************** COMP Instances with window mode capability **************/ 8095 #define IS_COMP_WINDOWMODE_INSTANCE(INSTANCE) (((INSTANCE) == COMP1) || \ 8096 ((INSTANCE) == COMP2)) 8097 8098 /******************************* CRC Instances ********************************/ 8099 #define IS_CRC_ALL_INSTANCE(INSTANCE) ((INSTANCE) == CRC) 8100 8101 /******************************* DAC Instances ********************************/ 8102 #define IS_DAC_ALL_INSTANCE(INSTANCE) ((INSTANCE) == DAC1) 8103 8104 /******************************** DMA Instances *******************************/ 8105 #define IS_DMA_ALL_INSTANCE(INSTANCE) (((INSTANCE) == DMA1_Channel1) || \ 8106 ((INSTANCE) == DMA1_Channel2) || \ 8107 ((INSTANCE) == DMA1_Channel3) || \ 8108 ((INSTANCE) == DMA1_Channel4) || \ 8109 ((INSTANCE) == DMA1_Channel5) || \ 8110 ((INSTANCE) == DMA1_Channel6) || \ 8111 ((INSTANCE) == DMA1_Channel7)) 8112 8113 /******************************** DMAMUX Instances ****************************/ 8114 #define IS_DMAMUX_ALL_INSTANCE(INSTANCE) ((INSTANCE) == DMAMUX1) 8115 8116 #define IS_DMAMUX_REQUEST_GEN_ALL_INSTANCE(INSTANCE) (((INSTANCE) == DMAMUX1_RequestGenerator0) || \ 8117 ((INSTANCE) == DMAMUX1_RequestGenerator1) || \ 8118 ((INSTANCE) == DMAMUX1_RequestGenerator2) || \ 8119 ((INSTANCE) == DMAMUX1_RequestGenerator3)) 8120 8121 /******************************* GPIO Instances *******************************/ 8122 #define IS_GPIO_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GPIOA) || \ 8123 ((INSTANCE) == GPIOB) || \ 8124 ((INSTANCE) == GPIOC) || \ 8125 ((INSTANCE) == GPIOD) || \ 8126 ((INSTANCE) == GPIOF)) 8127 /******************************* GPIO AF Instances ****************************/ 8128 #define IS_GPIO_AF_INSTANCE(INSTANCE) IS_GPIO_ALL_INSTANCE(INSTANCE) 8129 8130 /**************************** GPIO Lock Instances *****************************/ 8131 #define IS_GPIO_LOCK_INSTANCE(INSTANCE) (((INSTANCE) == GPIOA) || \ 8132 ((INSTANCE) == GPIOB) || \ 8133 ((INSTANCE) == GPIOC)) 8134 8135 /******************************** I2C Instances *******************************/ 8136 #define IS_I2C_ALL_INSTANCE(INSTANCE) (((INSTANCE) == I2C1) || \ 8137 ((INSTANCE) == I2C2)) 8138 8139 8140 /****************************** RTC Instances *********************************/ 8141 #define IS_RTC_ALL_INSTANCE(INSTANCE) ((INSTANCE) == RTC) 8142 8143 /****************************** SMBUS Instances *******************************/ 8144 #define IS_SMBUS_ALL_INSTANCE(INSTANCE) (((INSTANCE) == I2C1)) 8145 8146 /****************************** WAKEUP_FROMSTOP Instances *******************************/ 8147 #define IS_I2C_WAKEUP_FROMSTOP_INSTANCE(INSTANCE) (((INSTANCE) == I2C1)) 8148 8149 /******************************** SPI Instances *******************************/ 8150 #define IS_SPI_ALL_INSTANCE(INSTANCE) (((INSTANCE) == SPI1) || \ 8151 ((INSTANCE) == SPI2)) 8152 8153 /******************************** SPI Instances *******************************/ 8154 #define IS_I2S_ALL_INSTANCE(INSTANCE) ((INSTANCE) == SPI1) 8155 8156 /****************** LPTIM Instances : All supported instances *****************/ 8157 #define IS_LPTIM_INSTANCE(INSTANCE) (((INSTANCE) == LPTIM1) || \ 8158 ((INSTANCE) == LPTIM2)) 8159 8160 /****************** LPTIM Instances : All supported instances *****************/ 8161 #define IS_LPTIM_ENCODER_INTERFACE_INSTANCE(INSTANCE) ((INSTANCE) == LPTIM1) 8162 8163 /****************** TIM Instances : All supported instances *******************/ 8164 #define IS_TIM_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ 8165 ((INSTANCE) == TIM2) || \ 8166 ((INSTANCE) == TIM3) || \ 8167 ((INSTANCE) == TIM6) || \ 8168 ((INSTANCE) == TIM7) || \ 8169 ((INSTANCE) == TIM14) || \ 8170 ((INSTANCE) == TIM15) || \ 8171 ((INSTANCE) == TIM16) || \ 8172 ((INSTANCE) == TIM17)) 8173 8174 /****************** TIM Instances : supporting 32 bits counter ****************/ 8175 #define IS_TIM_32B_COUNTER_INSTANCE(INSTANCE) ((INSTANCE) == TIM2) 8176 8177 /****************** TIM Instances : supporting the break function *************/ 8178 #define IS_TIM_BREAK_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ 8179 ((INSTANCE) == TIM15) || \ 8180 ((INSTANCE) == TIM16) || \ 8181 ((INSTANCE) == TIM17)) 8182 8183 /************** TIM Instances : supporting Break source selection *************/ 8184 #define IS_TIM_BREAKSOURCE_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ 8185 ((INSTANCE) == TIM15) || \ 8186 ((INSTANCE) == TIM16) || \ 8187 ((INSTANCE) == TIM17)) 8188 8189 /****************** TIM Instances : supporting 2 break inputs *****************/ 8190 #define IS_TIM_BKIN2_INSTANCE(INSTANCE) ((INSTANCE) == TIM1) 8191 8192 /************* TIM Instances : at least 1 capture/compare channel *************/ 8193 #define IS_TIM_CC1_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ 8194 ((INSTANCE) == TIM2) || \ 8195 ((INSTANCE) == TIM3) || \ 8196 ((INSTANCE) == TIM14) || \ 8197 ((INSTANCE) == TIM15) || \ 8198 ((INSTANCE) == TIM16) || \ 8199 ((INSTANCE) == TIM17)) 8200 8201 /************ TIM Instances : at least 2 capture/compare channels *************/ 8202 #define IS_TIM_CC2_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ 8203 ((INSTANCE) == TIM2) || \ 8204 ((INSTANCE) == TIM3) || \ 8205 ((INSTANCE) == TIM15)) 8206 8207 /************ TIM Instances : at least 3 capture/compare channels *************/ 8208 #define IS_TIM_CC3_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ 8209 ((INSTANCE) == TIM2) || \ 8210 ((INSTANCE) == TIM3)) 8211 8212 /************ TIM Instances : at least 4 capture/compare channels *************/ 8213 #define IS_TIM_CC4_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ 8214 ((INSTANCE) == TIM2) || \ 8215 ((INSTANCE) == TIM3)) 8216 8217 /****************** TIM Instances : at least 5 capture/compare channels *******/ 8218 #define IS_TIM_CC5_INSTANCE(INSTANCE) ((INSTANCE) == TIM1) 8219 8220 /****************** TIM Instances : at least 6 capture/compare channels *******/ 8221 #define IS_TIM_CC6_INSTANCE(INSTANCE) ((INSTANCE) == TIM1) 8222 8223 /************ TIM Instances : DMA requests generation (TIMx_DIER.COMDE) *******/ 8224 #define IS_TIM_CCDMA_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ 8225 ((INSTANCE) == TIM15) || \ 8226 ((INSTANCE) == TIM16) || \ 8227 ((INSTANCE) == TIM17)) 8228 8229 /****************** TIM Instances : DMA requests generation (TIMx_DIER.UDE) ***/ 8230 #define IS_TIM_DMA_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ 8231 ((INSTANCE) == TIM2) || \ 8232 ((INSTANCE) == TIM3) || \ 8233 ((INSTANCE) == TIM6) || \ 8234 ((INSTANCE) == TIM7) || \ 8235 ((INSTANCE) == TIM15) || \ 8236 ((INSTANCE) == TIM16) || \ 8237 ((INSTANCE) == TIM17)) 8238 8239 /************ TIM Instances : DMA requests generation (TIMx_DIER.CCxDE) *******/ 8240 #define IS_TIM_DMA_CC_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ 8241 ((INSTANCE) == TIM2) || \ 8242 ((INSTANCE) == TIM3) || \ 8243 ((INSTANCE) == TIM14) || \ 8244 ((INSTANCE) == TIM15) || \ 8245 ((INSTANCE) == TIM16) || \ 8246 ((INSTANCE) == TIM17)) 8247 8248 /******************** TIM Instances : DMA burst feature ***********************/ 8249 #define IS_TIM_DMABURST_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ 8250 ((INSTANCE) == TIM2) || \ 8251 ((INSTANCE) == TIM3) || \ 8252 ((INSTANCE) == TIM15) || \ 8253 ((INSTANCE) == TIM16) || \ 8254 ((INSTANCE) == TIM17)) 8255 8256 /******************* TIM Instances : output(s) available **********************/ 8257 #define IS_TIM_CCX_INSTANCE(INSTANCE, CHANNEL) \ 8258 ((((INSTANCE) == TIM1) && \ 8259 (((CHANNEL) == TIM_CHANNEL_1) || \ 8260 ((CHANNEL) == TIM_CHANNEL_2) || \ 8261 ((CHANNEL) == TIM_CHANNEL_3) || \ 8262 ((CHANNEL) == TIM_CHANNEL_4) || \ 8263 ((CHANNEL) == TIM_CHANNEL_5) || \ 8264 ((CHANNEL) == TIM_CHANNEL_6))) \ 8265 || \ 8266 (((INSTANCE) == TIM2) && \ 8267 (((CHANNEL) == TIM_CHANNEL_1) || \ 8268 ((CHANNEL) == TIM_CHANNEL_2) || \ 8269 ((CHANNEL) == TIM_CHANNEL_3) || \ 8270 ((CHANNEL) == TIM_CHANNEL_4))) \ 8271 || \ 8272 (((INSTANCE) == TIM3) && \ 8273 (((CHANNEL) == TIM_CHANNEL_1) || \ 8274 ((CHANNEL) == TIM_CHANNEL_2) || \ 8275 ((CHANNEL) == TIM_CHANNEL_3) || \ 8276 ((CHANNEL) == TIM_CHANNEL_4))) \ 8277 || \ 8278 (((INSTANCE) == TIM14) && \ 8279 (((CHANNEL) == TIM_CHANNEL_1))) \ 8280 || \ 8281 (((INSTANCE) == TIM15) && \ 8282 (((CHANNEL) == TIM_CHANNEL_1) || \ 8283 ((CHANNEL) == TIM_CHANNEL_2))) \ 8284 || \ 8285 (((INSTANCE) == TIM16) && \ 8286 (((CHANNEL) == TIM_CHANNEL_1))) \ 8287 || \ 8288 (((INSTANCE) == TIM17) && \ 8289 (((CHANNEL) == TIM_CHANNEL_1)))) 8290 8291 /****************** TIM Instances : supporting complementary output(s) ********/ 8292 #define IS_TIM_CCXN_INSTANCE(INSTANCE, CHANNEL) \ 8293 ((((INSTANCE) == TIM1) && \ 8294 (((CHANNEL) == TIM_CHANNEL_1) || \ 8295 ((CHANNEL) == TIM_CHANNEL_2) || \ 8296 ((CHANNEL) == TIM_CHANNEL_3))) \ 8297 || \ 8298 (((INSTANCE) == TIM15) && \ 8299 ((CHANNEL) == TIM_CHANNEL_1)) \ 8300 || \ 8301 (((INSTANCE) == TIM16) && \ 8302 ((CHANNEL) == TIM_CHANNEL_1)) \ 8303 || \ 8304 (((INSTANCE) == TIM17) && \ 8305 ((CHANNEL) == TIM_CHANNEL_1))) 8306 8307 /****************** TIM Instances : supporting clock division *****************/ 8308 #define IS_TIM_CLOCK_DIVISION_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ 8309 ((INSTANCE) == TIM2) || \ 8310 ((INSTANCE) == TIM3) || \ 8311 ((INSTANCE) == TIM14) || \ 8312 ((INSTANCE) == TIM15) || \ 8313 ((INSTANCE) == TIM16) || \ 8314 ((INSTANCE) == TIM17)) 8315 8316 /****** TIM Instances : supporting external clock mode 1 for ETRF input *******/ 8317 #define IS_TIM_CLOCKSOURCE_ETRMODE1_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ 8318 ((INSTANCE) == TIM2) || \ 8319 ((INSTANCE) == TIM3)) 8320 8321 /****** TIM Instances : supporting external clock mode 2 for ETRF input *******/ 8322 #define IS_TIM_CLOCKSOURCE_ETRMODE2_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ 8323 ((INSTANCE) == TIM2) || \ 8324 ((INSTANCE) == TIM3)) 8325 8326 /****************** TIM Instances : supporting external clock mode 1 for TIX inputs*/ 8327 #define IS_TIM_CLOCKSOURCE_TIX_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ 8328 ((INSTANCE) == TIM2) || \ 8329 ((INSTANCE) == TIM3) || \ 8330 ((INSTANCE) == TIM15)) 8331 8332 /****************** TIM Instances : supporting internal trigger inputs(ITRX) *******/ 8333 #define IS_TIM_CLOCKSOURCE_ITRX_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ 8334 ((INSTANCE) == TIM2) || \ 8335 ((INSTANCE) == TIM3) || \ 8336 ((INSTANCE) == TIM15)) 8337 8338 /****************** TIM Instances : supporting combined 3-phase PWM mode ******/ 8339 #define IS_TIM_COMBINED3PHASEPWM_INSTANCE(INSTANCE) ((INSTANCE) == TIM1) 8340 8341 /****************** TIM Instances : supporting commutation event generation ***/ 8342 #define IS_TIM_COMMUTATION_EVENT_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ 8343 ((INSTANCE) == TIM15) || \ 8344 ((INSTANCE) == TIM16) || \ 8345 ((INSTANCE) == TIM17)) 8346 8347 /****************** TIM Instances : supporting counting mode selection ********/ 8348 #define IS_TIM_COUNTER_MODE_SELECT_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ 8349 ((INSTANCE) == TIM2) || \ 8350 ((INSTANCE) == TIM3)) 8351 8352 /****************** TIM Instances : supporting encoder interface **************/ 8353 #define IS_TIM_ENCODER_INTERFACE_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ 8354 ((INSTANCE) == TIM2) || \ 8355 ((INSTANCE) == TIM3)) 8356 8357 /****************** TIM Instances : supporting Hall sensor interface **********/ 8358 #define IS_TIM_HALL_SENSOR_INTERFACE_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ 8359 ((INSTANCE) == TIM2) || \ 8360 ((INSTANCE) == TIM3)) 8361 8362 /**************** TIM Instances : external trigger input available ************/ 8363 #define IS_TIM_ETR_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ 8364 ((INSTANCE) == TIM2) || \ 8365 ((INSTANCE) == TIM3)) 8366 8367 /************* TIM Instances : supporting ETR source selection ***************/ 8368 #define IS_TIM_ETRSEL_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ 8369 ((INSTANCE) == TIM2) || \ 8370 ((INSTANCE) == TIM3)) 8371 8372 /****** TIM Instances : Master mode available (TIMx_CR2.MMS available )********/ 8373 #define IS_TIM_MASTER_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ 8374 ((INSTANCE) == TIM2) || \ 8375 ((INSTANCE) == TIM3) || \ 8376 ((INSTANCE) == TIM6) || \ 8377 ((INSTANCE) == TIM7) || \ 8378 ((INSTANCE) == TIM15)) 8379 8380 /*********** TIM Instances : Slave mode available (TIMx_SMCR available )*******/ 8381 #define IS_TIM_SLAVE_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ 8382 ((INSTANCE) == TIM2) || \ 8383 ((INSTANCE) == TIM3) || \ 8384 ((INSTANCE) == TIM15)) 8385 8386 /****************** TIM Instances : supporting OCxREF clear *******************/ 8387 #define IS_TIM_OCXREF_CLEAR_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ 8388 ((INSTANCE) == TIM2) || \ 8389 ((INSTANCE) == TIM3)) 8390 8391 /****************** TIM Instances : supporting bitfield OCCS in SMCR register *******************/ 8392 #define IS_TIM_OCCS_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ 8393 ((INSTANCE) == TIM2) || \ 8394 ((INSTANCE) == TIM3)) 8395 8396 /****************** TIM Instances : remapping capability **********************/ 8397 #define IS_TIM_REMAP_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ 8398 ((INSTANCE) == TIM2) || \ 8399 ((INSTANCE) == TIM3)) 8400 8401 /****************** TIM Instances : supporting repetition counter *************/ 8402 #define IS_TIM_REPETITION_COUNTER_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ 8403 ((INSTANCE) == TIM15) || \ 8404 ((INSTANCE) == TIM16) || \ 8405 ((INSTANCE) == TIM17)) 8406 8407 /****************** TIM Instances : supporting ADC triggering through TRGO2 ***/ 8408 #define IS_TIM_TRGO2_INSTANCE(INSTANCE) (((INSTANCE) == TIM1)) 8409 8410 /******************* TIM Instances : Timer input XOR function *****************/ 8411 #define IS_TIM_XOR_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ 8412 ((INSTANCE) == TIM2) || \ 8413 ((INSTANCE) == TIM3) || \ 8414 ((INSTANCE) == TIM15)) 8415 8416 /******************* TIM Instances : Timer input selection ********************/ 8417 #define IS_TIM_TISEL_INSTANCE(INSTANCE) (((INSTANCE) == TIM1) || \ 8418 ((INSTANCE) == TIM2) || \ 8419 ((INSTANCE) == TIM3) || \ 8420 ((INSTANCE) == TIM14) || \ 8421 ((INSTANCE) == TIM15) || \ 8422 ((INSTANCE) == TIM16) || \ 8423 ((INSTANCE) == TIM17)) 8424 8425 /************ TIM Instances : Advanced timers ********************************/ 8426 #define IS_TIM_ADVANCED_INSTANCE(INSTANCE) (((INSTANCE) == TIM1)) 8427 8428 /******************** UART Instances : Asynchronous mode **********************/ 8429 #define IS_UART_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ 8430 ((INSTANCE) == USART2)) 8431 8432 /******************** USART Instances : Synchronous mode **********************/ 8433 #define IS_USART_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ 8434 ((INSTANCE) == USART2)) 8435 /****************** UART Instances : Hardware Flow control ********************/ 8436 #define IS_UART_HWFLOW_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ 8437 ((INSTANCE) == USART2) || \ 8438 ((INSTANCE) == LPUART1)) 8439 8440 /********************* USART Instances : Smard card mode ***********************/ 8441 #define IS_SMARTCARD_INSTANCE(INSTANCE) ((INSTANCE) == USART1) 8442 /****************** UART Instances : Auto Baud Rate detection ****************/ 8443 #define IS_USART_AUTOBAUDRATE_DETECTION_INSTANCE(INSTANCE) ((INSTANCE) == USART1) 8444 /******************** UART Instances : Half-Duplex mode **********************/ 8445 #define IS_UART_HALFDUPLEX_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ 8446 ((INSTANCE) == USART2) || \ 8447 ((INSTANCE) == LPUART1)) 8448 8449 /******************** UART Instances : LIN mode **********************/ 8450 #define IS_UART_LIN_INSTANCE(INSTANCE) ((INSTANCE) == USART1) 8451 /******************** UART Instances : Wake-up from Stop mode **********************/ 8452 #define IS_UART_WAKEUP_FROMSTOP_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ 8453 ((INSTANCE) == LPUART1)) 8454 8455 /****************** UART Instances : Driver Enable *****************/ 8456 #define IS_UART_DRIVER_ENABLE_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ 8457 ((INSTANCE) == USART2) || \ 8458 ((INSTANCE) == LPUART1)) 8459 8460 /****************** UART Instances : SPI Slave selection mode ***************/ 8461 #define IS_UART_SPI_SLAVE_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ 8462 ((INSTANCE) == USART2)) 8463 8464 /****************** UART Instances : Driver Enable *****************/ 8465 #define IS_UART_FIFO_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ 8466 ((INSTANCE) == LPUART1)) 8467 8468 /*********************** UART Instances : IRDA mode ***************************/ 8469 #define IS_IRDA_INSTANCE(INSTANCE) ((INSTANCE) == USART1) 8470 8471 /******************** LPUART Instance *****************************************/ 8472 #define IS_LPUART_INSTANCE(INSTANCE) ((INSTANCE) == LPUART1) 8473 8474 /****************************** IWDG Instances ********************************/ 8475 #define IS_IWDG_ALL_INSTANCE(INSTANCE) ((INSTANCE) == IWDG) 8476 8477 /****************************** WWDG Instances ********************************/ 8478 #define IS_WWDG_ALL_INSTANCE(INSTANCE) ((INSTANCE) == WWDG) 8479 8480 8481 /******************************************************************************/ 8482 /* For a painless codes migration between the STM32G0xx device product */ 8483 /* lines, the aliases defined below are put in place to overcome the */ 8484 /* differences in the interrupt handlers and IRQn definitions. */ 8485 /* No need to update developed interrupt code when moving across */ 8486 /* product lines within the same STM32G0 Family */ 8487 /******************************************************************************/ 8488 /* Aliases for IRQn_Type */ 8489 #define SVC_IRQn SVCall_IRQn 8490 8491 /** 8492 * @} 8493 */ 8494 8495 /** 8496 * @} 8497 */ 8498 8499 /** 8500 * @} 8501 */ 8502 8503 #ifdef __cplusplus 8504 } 8505 #endif /* __cplusplus */ 8506 8507 #endif /* STM32G051xx_H */ 8508 8509 /** 8510 * @} 8511 */ 8512 8513 /** 8514 * @} 8515 */ 8516