Rev 61 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 77 | mjames | 1 | /** |
| 2 | ****************************************************************************** |
||
| 3 | * @file stm32l152xba.h |
||
| 4 | * @author MCD Application Team |
||
| 5 | * @brief CMSIS Cortex-M3 Device Peripheral Access Layer Header File. |
||
| 6 | * This file contains all the peripheral register's definitions, bits |
||
| 7 | * definitions and memory mapping for STM32L1xx 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) 2017-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 |
||
| 28 | * @{ |
||
| 29 | */ |
||
| 30 | |||
| 31 | /** @addtogroup stm32l152xba |
||
| 32 | * @{ |
||
| 33 | */ |
||
| 34 | |||
| 35 | #ifndef __STM32L152xBA_H |
||
| 36 | #define __STM32L152xBA_H |
||
| 37 | |||
| 38 | #ifdef __cplusplus |
||
| 39 | extern "C" { |
||
| 40 | #endif |
||
| 41 | |||
| 42 | |||
| 43 | /** @addtogroup Configuration_section_for_CMSIS |
||
| 44 | * @{ |
||
| 45 | */ |
||
| 46 | /** |
||
| 47 | * @brief Configuration of the Cortex-M3 Processor and Core Peripherals |
||
| 48 | */ |
||
| 49 | #define __CM3_REV 0x200U /*!< Cortex-M3 Revision r2p0 */ |
||
| 50 | #define __MPU_PRESENT 1U /*!< STM32L1xx provides MPU */ |
||
| 51 | #define __NVIC_PRIO_BITS 4U /*!< STM32L1xx uses 4 Bits for the Priority Levels */ |
||
| 52 | #define __Vendor_SysTickConfig 0U /*!< Set to 1 if different SysTick Config is used */ |
||
| 53 | |||
| 54 | /** |
||
| 55 | * @} |
||
| 56 | */ |
||
| 57 | |||
| 58 | /** @addtogroup Peripheral_interrupt_number_definition |
||
| 59 | * @{ |
||
| 60 | */ |
||
| 61 | |||
| 62 | /** |
||
| 63 | * @brief STM32L1xx Interrupt Number Definition, according to the selected device |
||
| 64 | * in @ref Library_configuration_section |
||
| 65 | */ |
||
| 66 | |||
| 67 | /*!< Interrupt Number Definition */ |
||
| 68 | typedef enum |
||
| 69 | { |
||
| 70 | /****** Cortex-M3 Processor Exceptions Numbers ******************************************************/ |
||
| 71 | NonMaskableInt_IRQn = -14, /*!< 2 Non Maskable Interrupt */ |
||
| 72 | HardFault_IRQn = -13, /*!< 3 Cortex-M3 Hard Fault Interrupt */ |
||
| 73 | MemoryManagement_IRQn = -12, /*!< 4 Cortex-M3 Memory Management Interrupt */ |
||
| 74 | BusFault_IRQn = -11, /*!< 5 Cortex-M3 Bus Fault Interrupt */ |
||
| 75 | UsageFault_IRQn = -10, /*!< 6 Cortex-M3 Usage Fault Interrupt */ |
||
| 76 | SVC_IRQn = -5, /*!< 11 Cortex-M3 SV Call Interrupt */ |
||
| 77 | DebugMonitor_IRQn = -4, /*!< 12 Cortex-M3 Debug Monitor Interrupt */ |
||
| 78 | PendSV_IRQn = -2, /*!< 14 Cortex-M3 Pend SV Interrupt */ |
||
| 79 | SysTick_IRQn = -1, /*!< 15 Cortex-M3 System Tick Interrupt */ |
||
| 80 | |||
| 81 | /****** STM32L specific Interrupt Numbers ***********************************************************/ |
||
| 82 | WWDG_IRQn = 0, /*!< Window WatchDog Interrupt */ |
||
| 83 | PVD_IRQn = 1, /*!< PVD through EXTI Line detection Interrupt */ |
||
| 84 | TAMPER_STAMP_IRQn = 2, /*!< Tamper and TimeStamp interrupts through the EXTI line */ |
||
| 85 | RTC_WKUP_IRQn = 3, /*!< RTC Wakeup Timer through EXTI Line Interrupt */ |
||
| 86 | FLASH_IRQn = 4, /*!< FLASH global Interrupt */ |
||
| 87 | RCC_IRQn = 5, /*!< RCC global Interrupt */ |
||
| 88 | EXTI0_IRQn = 6, /*!< EXTI Line0 Interrupt */ |
||
| 89 | EXTI1_IRQn = 7, /*!< EXTI Line1 Interrupt */ |
||
| 90 | EXTI2_IRQn = 8, /*!< EXTI Line2 Interrupt */ |
||
| 91 | EXTI3_IRQn = 9, /*!< EXTI Line3 Interrupt */ |
||
| 92 | EXTI4_IRQn = 10, /*!< EXTI Line4 Interrupt */ |
||
| 93 | DMA1_Channel1_IRQn = 11, /*!< DMA1 Channel 1 global Interrupt */ |
||
| 94 | DMA1_Channel2_IRQn = 12, /*!< DMA1 Channel 2 global Interrupt */ |
||
| 95 | DMA1_Channel3_IRQn = 13, /*!< DMA1 Channel 3 global Interrupt */ |
||
| 96 | DMA1_Channel4_IRQn = 14, /*!< DMA1 Channel 4 global Interrupt */ |
||
| 97 | DMA1_Channel5_IRQn = 15, /*!< DMA1 Channel 5 global Interrupt */ |
||
| 98 | DMA1_Channel6_IRQn = 16, /*!< DMA1 Channel 6 global Interrupt */ |
||
| 99 | DMA1_Channel7_IRQn = 17, /*!< DMA1 Channel 7 global Interrupt */ |
||
| 100 | ADC1_IRQn = 18, /*!< ADC1 global Interrupt */ |
||
| 101 | USB_HP_IRQn = 19, /*!< USB High Priority Interrupt */ |
||
| 102 | USB_LP_IRQn = 20, /*!< USB Low Priority Interrupt */ |
||
| 103 | DAC_IRQn = 21, /*!< DAC Interrupt */ |
||
| 104 | COMP_IRQn = 22, /*!< Comparator through EXTI Line Interrupt */ |
||
| 105 | EXTI9_5_IRQn = 23, /*!< External Line[9:5] Interrupts */ |
||
| 106 | LCD_IRQn = 24, /*!< LCD Interrupt */ |
||
| 107 | TIM9_IRQn = 25, /*!< TIM9 global Interrupt */ |
||
| 108 | TIM10_IRQn = 26, /*!< TIM10 global Interrupt */ |
||
| 109 | TIM11_IRQn = 27, /*!< TIM11 global Interrupt */ |
||
| 110 | TIM2_IRQn = 28, /*!< TIM2 global Interrupt */ |
||
| 111 | TIM3_IRQn = 29, /*!< TIM3 global Interrupt */ |
||
| 112 | TIM4_IRQn = 30, /*!< TIM4 global Interrupt */ |
||
| 113 | I2C1_EV_IRQn = 31, /*!< I2C1 Event Interrupt */ |
||
| 114 | I2C1_ER_IRQn = 32, /*!< I2C1 Error Interrupt */ |
||
| 115 | I2C2_EV_IRQn = 33, /*!< I2C2 Event Interrupt */ |
||
| 116 | I2C2_ER_IRQn = 34, /*!< I2C2 Error Interrupt */ |
||
| 117 | SPI1_IRQn = 35, /*!< SPI1 global Interrupt */ |
||
| 118 | SPI2_IRQn = 36, /*!< SPI2 global Interrupt */ |
||
| 119 | USART1_IRQn = 37, /*!< USART1 global Interrupt */ |
||
| 120 | USART2_IRQn = 38, /*!< USART2 global Interrupt */ |
||
| 121 | USART3_IRQn = 39, /*!< USART3 global Interrupt */ |
||
| 122 | EXTI15_10_IRQn = 40, /*!< External Line[15:10] Interrupts */ |
||
| 123 | RTC_Alarm_IRQn = 41, /*!< RTC Alarm through EXTI Line Interrupt */ |
||
| 124 | USB_FS_WKUP_IRQn = 42, /*!< USB FS WakeUp from suspend through EXTI Line Interrupt */ |
||
| 125 | TIM6_IRQn = 43, /*!< TIM6 global Interrupt */ |
||
| 126 | TIM7_IRQn = 44, /*!< TIM7 global Interrupt */ |
||
| 127 | } IRQn_Type; |
||
| 128 | |||
| 129 | /** |
||
| 130 | * @} |
||
| 131 | */ |
||
| 132 | |||
| 133 | #include "core_cm3.h" |
||
| 134 | #include "system_stm32l1xx.h" |
||
| 135 | #include <stdint.h> |
||
| 136 | |||
| 137 | /** @addtogroup Peripheral_registers_structures |
||
| 138 | * @{ |
||
| 139 | */ |
||
| 140 | |||
| 141 | /** |
||
| 142 | * @brief Analog to Digital Converter |
||
| 143 | */ |
||
| 144 | |||
| 145 | typedef struct |
||
| 146 | { |
||
| 147 | __IO uint32_t SR; /*!< ADC status register, Address offset: 0x00 */ |
||
| 148 | __IO uint32_t CR1; /*!< ADC control register 1, Address offset: 0x04 */ |
||
| 149 | __IO uint32_t CR2; /*!< ADC control register 2, Address offset: 0x08 */ |
||
| 150 | __IO uint32_t SMPR1; /*!< ADC sample time register 1, Address offset: 0x0C */ |
||
| 151 | __IO uint32_t SMPR2; /*!< ADC sample time register 2, Address offset: 0x10 */ |
||
| 152 | __IO uint32_t SMPR3; /*!< ADC sample time register 3, Address offset: 0x14 */ |
||
| 153 | __IO uint32_t JOFR1; /*!< ADC injected channel data offset register 1, Address offset: 0x18 */ |
||
| 154 | __IO uint32_t JOFR2; /*!< ADC injected channel data offset register 2, Address offset: 0x1C */ |
||
| 155 | __IO uint32_t JOFR3; /*!< ADC injected channel data offset register 3, Address offset: 0x20 */ |
||
| 156 | __IO uint32_t JOFR4; /*!< ADC injected channel data offset register 4, Address offset: 0x24 */ |
||
| 157 | __IO uint32_t HTR; /*!< ADC watchdog higher threshold register, Address offset: 0x28 */ |
||
| 158 | __IO uint32_t LTR; /*!< ADC watchdog lower threshold register, Address offset: 0x2C */ |
||
| 159 | __IO uint32_t SQR1; /*!< ADC regular sequence register 1, Address offset: 0x30 */ |
||
| 160 | __IO uint32_t SQR2; /*!< ADC regular sequence register 2, Address offset: 0x34 */ |
||
| 161 | __IO uint32_t SQR3; /*!< ADC regular sequence register 3, Address offset: 0x38 */ |
||
| 162 | __IO uint32_t SQR4; /*!< ADC regular sequence register 4, Address offset: 0x3C */ |
||
| 163 | __IO uint32_t SQR5; /*!< ADC regular sequence register 5, Address offset: 0x40 */ |
||
| 164 | __IO uint32_t JSQR; /*!< ADC injected sequence register, Address offset: 0x44 */ |
||
| 165 | __IO uint32_t JDR1; /*!< ADC injected data register 1, Address offset: 0x48 */ |
||
| 166 | __IO uint32_t JDR2; /*!< ADC injected data register 2, Address offset: 0x4C */ |
||
| 167 | __IO uint32_t JDR3; /*!< ADC injected data register 3, Address offset: 0x50 */ |
||
| 168 | __IO uint32_t JDR4; /*!< ADC injected data register 4, Address offset: 0x54 */ |
||
| 169 | __IO uint32_t DR; /*!< ADC regular data register, Address offset: 0x58 */ |
||
| 170 | uint32_t RESERVED; /*!< Reserved, Address offset: 0x5C */ |
||
| 171 | } ADC_TypeDef; |
||
| 172 | |||
| 173 | typedef struct |
||
| 174 | { |
||
| 175 | __IO uint32_t CSR; /*!< ADC common status register, Address offset: ADC1 base address + 0x300 */ |
||
| 176 | __IO uint32_t CCR; /*!< ADC common control register, Address offset: ADC1 base address + 0x304 */ |
||
| 177 | } ADC_Common_TypeDef; |
||
| 178 | |||
| 179 | /** |
||
| 180 | * @brief Comparator |
||
| 181 | */ |
||
| 182 | |||
| 183 | typedef struct |
||
| 184 | { |
||
| 185 | __IO uint32_t CSR; /*!< COMP control and status register, Address offset: 0x00 */ |
||
| 186 | } COMP_TypeDef; |
||
| 187 | |||
| 188 | typedef struct |
||
| 189 | { |
||
| 190 | __IO uint32_t CSR; /*!< COMP control and status register, used for bits common to several COMP instances, Address offset: 0x00 */ |
||
| 191 | } COMP_Common_TypeDef; |
||
| 192 | |||
| 193 | /** |
||
| 194 | * @brief CRC calculation unit |
||
| 195 | */ |
||
| 196 | |||
| 197 | typedef struct |
||
| 198 | { |
||
| 199 | __IO uint32_t DR; /*!< CRC Data register, Address offset: 0x00 */ |
||
| 200 | __IO uint8_t IDR; /*!< CRC Independent data register, Address offset: 0x04 */ |
||
| 201 | uint8_t RESERVED0; /*!< Reserved, Address offset: 0x05 */ |
||
| 202 | uint16_t RESERVED1; /*!< Reserved, Address offset: 0x06 */ |
||
| 203 | __IO uint32_t CR; /*!< CRC Control register, Address offset: 0x08 */ |
||
| 204 | } CRC_TypeDef; |
||
| 205 | |||
| 206 | /** |
||
| 207 | * @brief Digital to Analog Converter |
||
| 208 | */ |
||
| 209 | |||
| 210 | typedef struct |
||
| 211 | { |
||
| 212 | __IO uint32_t CR; /*!< DAC control register, Address offset: 0x00 */ |
||
| 213 | __IO uint32_t SWTRIGR; /*!< DAC software trigger register, Address offset: 0x04 */ |
||
| 214 | __IO uint32_t DHR12R1; /*!< DAC channel1 12-bit right-aligned data holding register, Address offset: 0x08 */ |
||
| 215 | __IO uint32_t DHR12L1; /*!< DAC channel1 12-bit left aligned data holding register, Address offset: 0x0C */ |
||
| 216 | __IO uint32_t DHR8R1; /*!< DAC channel1 8-bit right aligned data holding register, Address offset: 0x10 */ |
||
| 217 | __IO uint32_t DHR12R2; /*!< DAC channel2 12-bit right aligned data holding register, Address offset: 0x14 */ |
||
| 218 | __IO uint32_t DHR12L2; /*!< DAC channel2 12-bit left aligned data holding register, Address offset: 0x18 */ |
||
| 219 | __IO uint32_t DHR8R2; /*!< DAC channel2 8-bit right-aligned data holding register, Address offset: 0x1C */ |
||
| 220 | __IO uint32_t DHR12RD; /*!< Dual DAC 12-bit right-aligned data holding register, Address offset: 0x20 */ |
||
| 221 | __IO uint32_t DHR12LD; /*!< DUAL DAC 12-bit left aligned data holding register, Address offset: 0x24 */ |
||
| 222 | __IO uint32_t DHR8RD; /*!< DUAL DAC 8-bit right aligned data holding register, Address offset: 0x28 */ |
||
| 223 | __IO uint32_t DOR1; /*!< DAC channel1 data output register, Address offset: 0x2C */ |
||
| 224 | __IO uint32_t DOR2; /*!< DAC channel2 data output register, Address offset: 0x30 */ |
||
| 225 | __IO uint32_t SR; /*!< DAC status register, Address offset: 0x34 */ |
||
| 226 | } DAC_TypeDef; |
||
| 227 | |||
| 228 | /** |
||
| 229 | * @brief Debug MCU |
||
| 230 | */ |
||
| 231 | |||
| 232 | typedef struct |
||
| 233 | { |
||
| 234 | __IO uint32_t IDCODE; /*!< MCU device ID code, Address offset: 0x00 */ |
||
| 235 | __IO uint32_t CR; /*!< Debug MCU configuration register, Address offset: 0x04 */ |
||
| 236 | __IO uint32_t APB1FZ; /*!< Debug MCU APB1 freeze register, Address offset: 0x08 */ |
||
| 237 | __IO uint32_t APB2FZ; /*!< Debug MCU APB2 freeze register, Address offset: 0x0C */ |
||
| 238 | }DBGMCU_TypeDef; |
||
| 239 | |||
| 240 | /** |
||
| 241 | * @brief DMA Controller |
||
| 242 | */ |
||
| 243 | |||
| 244 | typedef struct |
||
| 245 | { |
||
| 246 | __IO uint32_t CCR; /*!< DMA channel x configuration register */ |
||
| 247 | __IO uint32_t CNDTR; /*!< DMA channel x number of data register */ |
||
| 248 | __IO uint32_t CPAR; /*!< DMA channel x peripheral address register */ |
||
| 249 | __IO uint32_t CMAR; /*!< DMA channel x memory address register */ |
||
| 250 | } DMA_Channel_TypeDef; |
||
| 251 | |||
| 252 | typedef struct |
||
| 253 | { |
||
| 254 | __IO uint32_t ISR; /*!< DMA interrupt status register, Address offset: 0x00 */ |
||
| 255 | __IO uint32_t IFCR; /*!< DMA interrupt flag clear register, Address offset: 0x04 */ |
||
| 256 | } DMA_TypeDef; |
||
| 257 | |||
| 258 | /** |
||
| 259 | * @brief External Interrupt/Event Controller |
||
| 260 | */ |
||
| 261 | |||
| 262 | typedef struct |
||
| 263 | { |
||
| 264 | __IO uint32_t IMR; /*!<EXTI Interrupt mask register, Address offset: 0x00 */ |
||
| 265 | __IO uint32_t EMR; /*!<EXTI Event mask register, Address offset: 0x04 */ |
||
| 266 | __IO uint32_t RTSR; /*!<EXTI Rising trigger selection register , Address offset: 0x08 */ |
||
| 267 | __IO uint32_t FTSR; /*!<EXTI Falling trigger selection register, Address offset: 0x0C */ |
||
| 268 | __IO uint32_t SWIER; /*!<EXTI Software interrupt event register, Address offset: 0x10 */ |
||
| 269 | __IO uint32_t PR; /*!<EXTI Pending register, Address offset: 0x14 */ |
||
| 270 | } EXTI_TypeDef; |
||
| 271 | |||
| 272 | /** |
||
| 273 | * @brief FLASH Registers |
||
| 274 | */ |
||
| 275 | typedef struct |
||
| 276 | { |
||
| 277 | __IO uint32_t ACR; /*!< Access control register, Address offset: 0x00 */ |
||
| 278 | __IO uint32_t PECR; /*!< Program/erase control register, Address offset: 0x04 */ |
||
| 279 | __IO uint32_t PDKEYR; /*!< Power down key register, Address offset: 0x08 */ |
||
| 280 | __IO uint32_t PEKEYR; /*!< Program/erase key register, Address offset: 0x0c */ |
||
| 281 | __IO uint32_t PRGKEYR; /*!< Program memory key register, Address offset: 0x10 */ |
||
| 282 | __IO uint32_t OPTKEYR; /*!< Option byte key register, Address offset: 0x14 */ |
||
| 283 | __IO uint32_t SR; /*!< Status register, Address offset: 0x18 */ |
||
| 284 | __IO uint32_t OBR; /*!< Option byte register, Address offset: 0x1c */ |
||
| 285 | __IO uint32_t WRPR1; /*!< Write protection register 1, Address offset: 0x20 */ |
||
| 286 | } FLASH_TypeDef; |
||
| 287 | |||
| 288 | /** |
||
| 289 | * @brief Option Bytes Registers |
||
| 290 | */ |
||
| 291 | typedef struct |
||
| 292 | { |
||
| 293 | __IO uint32_t RDP; /*!< Read protection register, Address offset: 0x00 */ |
||
| 294 | __IO uint32_t USER; /*!< user register, Address offset: 0x04 */ |
||
| 295 | __IO uint32_t WRP01; /*!< write protection register 0 1, Address offset: 0x08 */ |
||
| 296 | __IO uint32_t WRP23; /*!< write protection register 2 3, Address offset: 0x0C */ |
||
| 297 | } OB_TypeDef; |
||
| 298 | |||
| 299 | /** |
||
| 300 | * @brief General Purpose IO |
||
| 301 | */ |
||
| 302 | |||
| 303 | typedef struct |
||
| 304 | { |
||
| 305 | __IO uint32_t MODER; /*!< GPIO port mode register, Address offset: 0x00 */ |
||
| 306 | __IO uint32_t OTYPER; /*!< GPIO port output type register, Address offset: 0x04 */ |
||
| 307 | __IO uint32_t OSPEEDR; /*!< GPIO port output speed register, Address offset: 0x08 */ |
||
| 308 | __IO uint32_t PUPDR; /*!< GPIO port pull-up/pull-down register, Address offset: 0x0C */ |
||
| 309 | __IO uint32_t IDR; /*!< GPIO port input data register, Address offset: 0x10 */ |
||
| 310 | __IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ |
||
| 311 | __IO uint32_t BSRR; /*!< GPIO port bit set/reset registerBSRR, Address offset: 0x18 */ |
||
| 312 | __IO uint32_t LCKR; /*!< GPIO port configuration lock register, Address offset: 0x1C */ |
||
| 313 | __IO uint32_t AFR[2]; /*!< GPIO alternate function register, Address offset: 0x20-0x24 */ |
||
| 314 | } GPIO_TypeDef; |
||
| 315 | |||
| 316 | /** |
||
| 317 | * @brief SysTem Configuration |
||
| 318 | */ |
||
| 319 | |||
| 320 | typedef struct |
||
| 321 | { |
||
| 322 | __IO uint32_t MEMRMP; /*!< SYSCFG memory remap register, Address offset: 0x00 */ |
||
| 323 | __IO uint32_t PMC; /*!< SYSCFG peripheral mode configuration register, Address offset: 0x04 */ |
||
| 324 | __IO uint32_t EXTICR[4]; /*!< SYSCFG external interrupt configuration registers, Address offset: 0x08-0x14 */ |
||
| 325 | } SYSCFG_TypeDef; |
||
| 326 | |||
| 327 | /** |
||
| 328 | * @brief Inter-integrated Circuit Interface |
||
| 329 | */ |
||
| 330 | |||
| 331 | typedef struct |
||
| 332 | { |
||
| 333 | __IO uint32_t CR1; /*!< I2C Control register 1, Address offset: 0x00 */ |
||
| 334 | __IO uint32_t CR2; /*!< I2C Control register 2, Address offset: 0x04 */ |
||
| 335 | __IO uint32_t OAR1; /*!< I2C Own address register 1, Address offset: 0x08 */ |
||
| 336 | __IO uint32_t OAR2; /*!< I2C Own address register 2, Address offset: 0x0C */ |
||
| 337 | __IO uint32_t DR; /*!< I2C Data register, Address offset: 0x10 */ |
||
| 338 | __IO uint32_t SR1; /*!< I2C Status register 1, Address offset: 0x14 */ |
||
| 339 | __IO uint32_t SR2; /*!< I2C Status register 2, Address offset: 0x18 */ |
||
| 340 | __IO uint32_t CCR; /*!< I2C Clock control register, Address offset: 0x1C */ |
||
| 341 | __IO uint32_t TRISE; /*!< I2C TRISE register, Address offset: 0x20 */ |
||
| 342 | } I2C_TypeDef; |
||
| 343 | |||
| 344 | /** |
||
| 345 | * @brief Independent WATCHDOG |
||
| 346 | */ |
||
| 347 | |||
| 348 | typedef struct |
||
| 349 | { |
||
| 350 | __IO uint32_t KR; /*!< Key register, Address offset: 0x00 */ |
||
| 351 | __IO uint32_t PR; /*!< Prescaler register, Address offset: 0x04 */ |
||
| 352 | __IO uint32_t RLR; /*!< Reload register, Address offset: 0x08 */ |
||
| 353 | __IO uint32_t SR; /*!< Status register, Address offset: 0x0C */ |
||
| 354 | } IWDG_TypeDef; |
||
| 355 | |||
| 356 | /** |
||
| 357 | * @brief LCD |
||
| 358 | */ |
||
| 359 | |||
| 360 | typedef struct |
||
| 361 | { |
||
| 362 | __IO uint32_t CR; /*!< LCD control register, Address offset: 0x00 */ |
||
| 363 | __IO uint32_t FCR; /*!< LCD frame control register, Address offset: 0x04 */ |
||
| 364 | __IO uint32_t SR; /*!< LCD status register, Address offset: 0x08 */ |
||
| 365 | __IO uint32_t CLR; /*!< LCD clear register, Address offset: 0x0C */ |
||
| 366 | uint32_t RESERVED; /*!< Reserved, Address offset: 0x10 */ |
||
| 367 | __IO uint32_t RAM[16]; /*!< LCD display memory, Address offset: 0x14-0x50 */ |
||
| 368 | } LCD_TypeDef; |
||
| 369 | |||
| 370 | /** |
||
| 371 | * @brief Power Control |
||
| 372 | */ |
||
| 373 | |||
| 374 | typedef struct |
||
| 375 | { |
||
| 376 | __IO uint32_t CR; /*!< PWR power control register, Address offset: 0x00 */ |
||
| 377 | __IO uint32_t CSR; /*!< PWR power control/status register, Address offset: 0x04 */ |
||
| 378 | } PWR_TypeDef; |
||
| 379 | |||
| 380 | /** |
||
| 381 | * @brief Reset and Clock Control |
||
| 382 | */ |
||
| 383 | |||
| 384 | typedef struct |
||
| 385 | { |
||
| 386 | __IO uint32_t CR; /*!< RCC clock control register, Address offset: 0x00 */ |
||
| 387 | __IO uint32_t ICSCR; /*!< RCC Internal clock sources calibration register, Address offset: 0x04 */ |
||
| 388 | __IO uint32_t CFGR; /*!< RCC Clock configuration register, Address offset: 0x08 */ |
||
| 389 | __IO uint32_t CIR; /*!< RCC Clock interrupt register, Address offset: 0x0C */ |
||
| 390 | __IO uint32_t AHBRSTR; /*!< RCC AHB peripheral reset register, Address offset: 0x10 */ |
||
| 391 | __IO uint32_t APB2RSTR; /*!< RCC APB2 peripheral reset register, Address offset: 0x14 */ |
||
| 392 | __IO uint32_t APB1RSTR; /*!< RCC APB1 peripheral reset register, Address offset: 0x18 */ |
||
| 393 | __IO uint32_t AHBENR; /*!< RCC AHB peripheral clock enable register, Address offset: 0x1C */ |
||
| 394 | __IO uint32_t APB2ENR; /*!< RCC APB2 peripheral clock enable register, Address offset: 0x20 */ |
||
| 395 | __IO uint32_t APB1ENR; /*!< RCC APB1 peripheral clock enable register, Address offset: 0x24 */ |
||
| 396 | __IO uint32_t AHBLPENR; /*!< RCC AHB peripheral clock enable in low power mode register, Address offset: 0x28 */ |
||
| 397 | __IO uint32_t APB2LPENR; /*!< RCC APB2 peripheral clock enable in low power mode register, Address offset: 0x2C */ |
||
| 398 | __IO uint32_t APB1LPENR; /*!< RCC APB1 peripheral clock enable in low power mode register, Address offset: 0x30 */ |
||
| 399 | __IO uint32_t CSR; /*!< RCC Control/status register, Address offset: 0x34 */ |
||
| 400 | } RCC_TypeDef; |
||
| 401 | |||
| 402 | /** |
||
| 403 | * @brief Routing Interface |
||
| 404 | */ |
||
| 405 | |||
| 406 | typedef struct |
||
| 407 | { |
||
| 408 | __IO uint32_t ICR; /*!< RI input capture register, Address offset: 0x00 */ |
||
| 409 | __IO uint32_t ASCR1; /*!< RI analog switches control register, Address offset: 0x04 */ |
||
| 410 | __IO uint32_t ASCR2; /*!< RI analog switch control register 2, Address offset: 0x08 */ |
||
| 411 | __IO uint32_t HYSCR1; /*!< RI hysteresis control register, Address offset: 0x0C */ |
||
| 412 | __IO uint32_t HYSCR2; /*!< RI Hysteresis control register, Address offset: 0x10 */ |
||
| 413 | __IO uint32_t HYSCR3; /*!< RI Hysteresis control register, Address offset: 0x14 */ |
||
| 414 | uint32_t RESERVED1; /*!< Reserved, Address offset: 0x18 */ |
||
| 415 | } RI_TypeDef; |
||
| 416 | |||
| 417 | /** |
||
| 418 | * @brief Real-Time Clock |
||
| 419 | */ |
||
| 420 | typedef struct |
||
| 421 | { |
||
| 422 | __IO uint32_t TR; /*!< RTC time register, Address offset: 0x00 */ |
||
| 423 | __IO uint32_t DR; /*!< RTC date register, Address offset: 0x04 */ |
||
| 424 | __IO uint32_t CR; /*!< RTC control register, Address offset: 0x08 */ |
||
| 425 | __IO uint32_t ISR; /*!< RTC initialization and status register, Address offset: 0x0C */ |
||
| 426 | __IO uint32_t PRER; /*!< RTC prescaler register, Address offset: 0x10 */ |
||
| 427 | __IO uint32_t WUTR; /*!< RTC wakeup timer register, Address offset: 0x14 */ |
||
| 428 | __IO uint32_t CALIBR; /*!< RTC calibration register, Address offset: 0x18 */ |
||
| 429 | __IO uint32_t ALRMAR; /*!< RTC alarm A register, Address offset: 0x1C */ |
||
| 430 | __IO uint32_t ALRMBR; /*!< RTC alarm B register, Address offset: 0x20 */ |
||
| 431 | __IO uint32_t WPR; /*!< RTC write protection register, Address offset: 0x24 */ |
||
| 432 | __IO uint32_t SSR; /*!< RTC sub second register, Address offset: 0x28 */ |
||
| 433 | __IO uint32_t SHIFTR; /*!< RTC shift control register, Address offset: 0x2C */ |
||
| 434 | __IO uint32_t TSTR; /*!< RTC time stamp time register, Address offset: 0x30 */ |
||
| 435 | __IO uint32_t TSDR; /*!< RTC time stamp date register, Address offset: 0x34 */ |
||
| 436 | __IO uint32_t TSSSR; /*!< RTC time-stamp sub second register, Address offset: 0x38 */ |
||
| 437 | __IO uint32_t CALR; /*!< RRTC calibration register, Address offset: 0x3C */ |
||
| 438 | __IO uint32_t TAFCR; /*!< RTC tamper and alternate function configuration register, Address offset: 0x40 */ |
||
| 439 | __IO uint32_t ALRMASSR; /*!< RTC alarm A sub second register, Address offset: 0x44 */ |
||
| 440 | __IO uint32_t ALRMBSSR; /*!< RTC alarm B sub second register, Address offset: 0x48 */ |
||
| 441 | uint32_t RESERVED7; /*!< Reserved, 0x4C */ |
||
| 442 | __IO uint32_t BKP0R; /*!< RTC backup register 0, Address offset: 0x50 */ |
||
| 443 | __IO uint32_t BKP1R; /*!< RTC backup register 1, Address offset: 0x54 */ |
||
| 444 | __IO uint32_t BKP2R; /*!< RTC backup register 2, Address offset: 0x58 */ |
||
| 445 | __IO uint32_t BKP3R; /*!< RTC backup register 3, Address offset: 0x5C */ |
||
| 446 | __IO uint32_t BKP4R; /*!< RTC backup register 4, Address offset: 0x60 */ |
||
| 447 | } RTC_TypeDef; |
||
| 448 | |||
| 449 | /** |
||
| 450 | * @brief Serial Peripheral Interface |
||
| 451 | */ |
||
| 452 | |||
| 453 | typedef struct |
||
| 454 | { |
||
| 455 | __IO uint32_t CR1; /*!< SPI Control register 1 Address offset: 0x00 */ |
||
| 456 | __IO uint32_t CR2; /*!< SPI Control register 2, Address offset: 0x04 */ |
||
| 457 | __IO uint32_t SR; /*!< SPI Status register, Address offset: 0x08 */ |
||
| 458 | __IO uint32_t DR; /*!< SPI data register, Address offset: 0x0C */ |
||
| 459 | __IO uint32_t CRCPR; /*!< SPI CRC polynomial register Address offset: 0x10 */ |
||
| 460 | __IO uint32_t RXCRCR; /*!< SPI Rx CRC register Address offset: 0x14 */ |
||
| 461 | __IO uint32_t TXCRCR; /*!< SPI Tx CRC register Address offset: 0x18 */ |
||
| 462 | } SPI_TypeDef; |
||
| 463 | |||
| 464 | /** |
||
| 465 | * @brief TIM |
||
| 466 | */ |
||
| 467 | typedef struct |
||
| 468 | { |
||
| 469 | __IO uint32_t CR1; /*!< TIM control register 1, Address offset: 0x00 */ |
||
| 470 | __IO uint32_t CR2; /*!< TIM control register 2, Address offset: 0x04 */ |
||
| 471 | __IO uint32_t SMCR; /*!< TIM slave Mode Control register, Address offset: 0x08 */ |
||
| 472 | __IO uint32_t DIER; /*!< TIM DMA/interrupt enable register, Address offset: 0x0C */ |
||
| 473 | __IO uint32_t SR; /*!< TIM status register, Address offset: 0x10 */ |
||
| 474 | __IO uint32_t EGR; /*!< TIM event generation register, Address offset: 0x14 */ |
||
| 475 | __IO uint32_t CCMR1; /*!< TIM capture/compare mode register 1, Address offset: 0x18 */ |
||
| 476 | __IO uint32_t CCMR2; /*!< TIM capture/compare mode register 2, Address offset: 0x1C */ |
||
| 477 | __IO uint32_t CCER; /*!< TIM capture/compare enable register, Address offset: 0x20 */ |
||
| 478 | __IO uint32_t CNT; /*!< TIM counter register, Address offset: 0x24 */ |
||
| 479 | __IO uint32_t PSC; /*!< TIM prescaler register, Address offset: 0x28 */ |
||
| 480 | __IO uint32_t ARR; /*!< TIM auto-reload register, Address offset: 0x2C */ |
||
| 481 | uint32_t RESERVED12; /*!< Reserved, 0x30 */ |
||
| 482 | __IO uint32_t CCR1; /*!< TIM capture/compare register 1, Address offset: 0x34 */ |
||
| 483 | __IO uint32_t CCR2; /*!< TIM capture/compare register 2, Address offset: 0x38 */ |
||
| 484 | __IO uint32_t CCR3; /*!< TIM capture/compare register 3, Address offset: 0x3C */ |
||
| 485 | __IO uint32_t CCR4; /*!< TIM capture/compare register 4, Address offset: 0x40 */ |
||
| 486 | uint32_t RESERVED17; /*!< Reserved, 0x44 */ |
||
| 487 | __IO uint32_t DCR; /*!< TIM DMA control register, Address offset: 0x48 */ |
||
| 488 | __IO uint32_t DMAR; /*!< TIM DMA address for full transfer, Address offset: 0x4C */ |
||
| 489 | __IO uint32_t OR; /*!< TIM option register, Address offset: 0x50 */ |
||
| 490 | } TIM_TypeDef; |
||
| 491 | /** |
||
| 492 | * @brief Universal Synchronous Asynchronous Receiver Transmitter |
||
| 493 | */ |
||
| 494 | |||
| 495 | typedef struct |
||
| 496 | { |
||
| 497 | __IO uint32_t SR; /*!< USART Status register, Address offset: 0x00 */ |
||
| 498 | __IO uint32_t DR; /*!< USART Data register, Address offset: 0x04 */ |
||
| 499 | __IO uint32_t BRR; /*!< USART Baud rate register, Address offset: 0x08 */ |
||
| 500 | __IO uint32_t CR1; /*!< USART Control register 1, Address offset: 0x0C */ |
||
| 501 | __IO uint32_t CR2; /*!< USART Control register 2, Address offset: 0x10 */ |
||
| 502 | __IO uint32_t CR3; /*!< USART Control register 3, Address offset: 0x14 */ |
||
| 503 | __IO uint32_t GTPR; /*!< USART Guard time and prescaler register, Address offset: 0x18 */ |
||
| 504 | } USART_TypeDef; |
||
| 505 | |||
| 506 | /** |
||
| 507 | * @brief Universal Serial Bus Full Speed Device |
||
| 508 | */ |
||
| 509 | |||
| 510 | typedef struct |
||
| 511 | { |
||
| 512 | __IO uint16_t EP0R; /*!< USB Endpoint 0 register, Address offset: 0x00 */ |
||
| 513 | __IO uint16_t RESERVED0; /*!< Reserved */ |
||
| 514 | __IO uint16_t EP1R; /*!< USB Endpoint 1 register, Address offset: 0x04 */ |
||
| 515 | __IO uint16_t RESERVED1; /*!< Reserved */ |
||
| 516 | __IO uint16_t EP2R; /*!< USB Endpoint 2 register, Address offset: 0x08 */ |
||
| 517 | __IO uint16_t RESERVED2; /*!< Reserved */ |
||
| 518 | __IO uint16_t EP3R; /*!< USB Endpoint 3 register, Address offset: 0x0C */ |
||
| 519 | __IO uint16_t RESERVED3; /*!< Reserved */ |
||
| 520 | __IO uint16_t EP4R; /*!< USB Endpoint 4 register, Address offset: 0x10 */ |
||
| 521 | __IO uint16_t RESERVED4; /*!< Reserved */ |
||
| 522 | __IO uint16_t EP5R; /*!< USB Endpoint 5 register, Address offset: 0x14 */ |
||
| 523 | __IO uint16_t RESERVED5; /*!< Reserved */ |
||
| 524 | __IO uint16_t EP6R; /*!< USB Endpoint 6 register, Address offset: 0x18 */ |
||
| 525 | __IO uint16_t RESERVED6; /*!< Reserved */ |
||
| 526 | __IO uint16_t EP7R; /*!< USB Endpoint 7 register, Address offset: 0x1C */ |
||
| 527 | __IO uint16_t RESERVED7[17]; /*!< Reserved */ |
||
| 528 | __IO uint16_t CNTR; /*!< Control register, Address offset: 0x40 */ |
||
| 529 | __IO uint16_t RESERVED8; /*!< Reserved */ |
||
| 530 | __IO uint16_t ISTR; /*!< Interrupt status register, Address offset: 0x44 */ |
||
| 531 | __IO uint16_t RESERVED9; /*!< Reserved */ |
||
| 532 | __IO uint16_t FNR; /*!< Frame number register, Address offset: 0x48 */ |
||
| 533 | __IO uint16_t RESERVEDA; /*!< Reserved */ |
||
| 534 | __IO uint16_t DADDR; /*!< Device address register, Address offset: 0x4C */ |
||
| 535 | __IO uint16_t RESERVEDB; /*!< Reserved */ |
||
| 536 | __IO uint16_t BTABLE; /*!< Buffer Table address register, Address offset: 0x50 */ |
||
| 537 | __IO uint16_t RESERVEDC; /*!< Reserved */ |
||
| 538 | } USB_TypeDef; |
||
| 539 | |||
| 540 | /** |
||
| 541 | * @brief Window WATCHDOG |
||
| 542 | */ |
||
| 543 | typedef struct |
||
| 544 | { |
||
| 545 | __IO uint32_t CR; /*!< WWDG Control register, Address offset: 0x00 */ |
||
| 546 | __IO uint32_t CFR; /*!< WWDG Configuration register, Address offset: 0x04 */ |
||
| 547 | __IO uint32_t SR; /*!< WWDG Status register, Address offset: 0x08 */ |
||
| 548 | } WWDG_TypeDef; |
||
| 549 | |||
| 550 | /** |
||
| 551 | * @brief Universal Serial Bus Full Speed Device |
||
| 552 | */ |
||
| 553 | /** |
||
| 554 | * @} |
||
| 555 | */ |
||
| 556 | |||
| 557 | /** @addtogroup Peripheral_memory_map |
||
| 558 | * @{ |
||
| 559 | */ |
||
| 560 | |||
| 561 | #define FLASH_BASE (0x08000000UL) /*!< FLASH base address in the alias region */ |
||
| 562 | #define FLASH_EEPROM_BASE (FLASH_BASE + 0x80000UL) /*!< FLASH EEPROM base address in the alias region */ |
||
| 563 | #define SRAM_BASE (0x20000000UL) /*!< SRAM base address in the alias region */ |
||
| 564 | #define PERIPH_BASE (0x40000000UL) /*!< Peripheral base address in the alias region */ |
||
| 565 | #define SRAM_BB_BASE (0x22000000UL) /*!< SRAM base address in the bit-band region */ |
||
| 566 | #define PERIPH_BB_BASE (0x42000000UL) /*!< Peripheral base address in the bit-band region */ |
||
| 567 | #define FLASH_END (0x0801FFFFUL) /*!< Program end FLASH address for Cat1 & Cat2 */ |
||
| 568 | #define FLASH_EEPROM_END (0x08080FFFUL) /*!< FLASH EEPROM end address (4KB) */ |
||
| 569 | |||
| 570 | /*!< Peripheral memory map */ |
||
| 571 | #define APB1PERIPH_BASE PERIPH_BASE |
||
| 572 | #define APB2PERIPH_BASE (PERIPH_BASE + 0x00010000UL) |
||
| 573 | #define AHBPERIPH_BASE (PERIPH_BASE + 0x00020000UL) |
||
| 574 | |||
| 575 | /*!< APB1 peripherals */ |
||
| 576 | #define TIM2_BASE (APB1PERIPH_BASE + 0x00000000UL) |
||
| 577 | #define TIM3_BASE (APB1PERIPH_BASE + 0x00000400UL) |
||
| 578 | #define TIM4_BASE (APB1PERIPH_BASE + 0x00000800UL) |
||
| 579 | #define TIM6_BASE (APB1PERIPH_BASE + 0x00001000UL) |
||
| 580 | #define TIM7_BASE (APB1PERIPH_BASE + 0x00001400UL) |
||
| 581 | #define LCD_BASE (APB1PERIPH_BASE + 0x00002400UL) |
||
| 582 | #define RTC_BASE (APB1PERIPH_BASE + 0x00002800UL) |
||
| 583 | #define WWDG_BASE (APB1PERIPH_BASE + 0x00002C00UL) |
||
| 584 | #define IWDG_BASE (APB1PERIPH_BASE + 0x00003000UL) |
||
| 585 | #define SPI2_BASE (APB1PERIPH_BASE + 0x00003800UL) |
||
| 586 | #define USART2_BASE (APB1PERIPH_BASE + 0x00004400UL) |
||
| 587 | #define USART3_BASE (APB1PERIPH_BASE + 0x00004800UL) |
||
| 588 | #define I2C1_BASE (APB1PERIPH_BASE + 0x00005400UL) |
||
| 589 | #define I2C2_BASE (APB1PERIPH_BASE + 0x00005800UL) |
||
| 590 | |||
| 591 | /* USB device FS */ |
||
| 592 | #define USB_BASE (APB1PERIPH_BASE + 0x00005C00UL) /*!< USB_IP Peripheral Registers base address */ |
||
| 593 | #define USB_PMAADDR (APB1PERIPH_BASE + 0x00006000UL) /*!< USB_IP Packet Memory Area base address */ |
||
| 594 | |||
| 595 | /* USB device FS SRAM */ |
||
| 596 | #define PWR_BASE (APB1PERIPH_BASE + 0x00007000UL) |
||
| 597 | #define DAC_BASE (APB1PERIPH_BASE + 0x00007400UL) |
||
| 598 | #define COMP_BASE (APB1PERIPH_BASE + 0x00007C00UL) |
||
| 599 | #define RI_BASE (APB1PERIPH_BASE + 0x00007C04UL) |
||
| 600 | |||
| 601 | /*!< APB2 peripherals */ |
||
| 602 | #define SYSCFG_BASE (APB2PERIPH_BASE + 0x00000000UL) |
||
| 603 | #define EXTI_BASE (APB2PERIPH_BASE + 0x00000400UL) |
||
| 604 | #define TIM9_BASE (APB2PERIPH_BASE + 0x00000800UL) |
||
| 605 | #define TIM10_BASE (APB2PERIPH_BASE + 0x00000C00UL) |
||
| 606 | #define TIM11_BASE (APB2PERIPH_BASE + 0x00001000UL) |
||
| 607 | #define ADC1_BASE (APB2PERIPH_BASE + 0x00002400UL) |
||
| 608 | #define ADC_BASE (APB2PERIPH_BASE + 0x00002700UL) |
||
| 609 | #define SPI1_BASE (APB2PERIPH_BASE + 0x00003000UL) |
||
| 610 | #define USART1_BASE (APB2PERIPH_BASE + 0x00003800UL) |
||
| 611 | |||
| 612 | /*!< AHB peripherals */ |
||
| 613 | #define GPIOA_BASE (AHBPERIPH_BASE + 0x00000000UL) |
||
| 614 | #define GPIOB_BASE (AHBPERIPH_BASE + 0x00000400UL) |
||
| 615 | #define GPIOC_BASE (AHBPERIPH_BASE + 0x00000800UL) |
||
| 616 | #define GPIOD_BASE (AHBPERIPH_BASE + 0x00000C00UL) |
||
| 617 | #define GPIOE_BASE (AHBPERIPH_BASE + 0x00001000UL) |
||
| 618 | #define GPIOH_BASE (AHBPERIPH_BASE + 0x00001400UL) |
||
| 619 | #define CRC_BASE (AHBPERIPH_BASE + 0x00003000UL) |
||
| 620 | #define RCC_BASE (AHBPERIPH_BASE + 0x00003800UL) |
||
| 621 | #define FLASH_R_BASE (AHBPERIPH_BASE + 0x00003C00UL) /*!< FLASH registers base address */ |
||
| 622 | #define OB_BASE (0x1FF80000UL) /*!< FLASH Option Bytes base address */ |
||
| 623 | #define FLASHSIZE_BASE (0x1FF8004CUL) /*!< FLASH Size register base address for Cat.1 and Cat.2 devices */ |
||
| 624 | #define UID_BASE (0x1FF80050UL) /*!< Unique device ID register base address for Cat.1 and Cat.2 devices */ |
||
| 625 | #define DMA1_BASE (AHBPERIPH_BASE + 0x00006000UL) |
||
| 626 | #define DMA1_Channel1_BASE (DMA1_BASE + 0x00000008UL) |
||
| 627 | #define DMA1_Channel2_BASE (DMA1_BASE + 0x0000001CUL) |
||
| 628 | #define DMA1_Channel3_BASE (DMA1_BASE + 0x00000030UL) |
||
| 629 | #define DMA1_Channel4_BASE (DMA1_BASE + 0x00000044UL) |
||
| 630 | #define DMA1_Channel5_BASE (DMA1_BASE + 0x00000058UL) |
||
| 631 | #define DMA1_Channel6_BASE (DMA1_BASE + 0x0000006CUL) |
||
| 632 | #define DMA1_Channel7_BASE (DMA1_BASE + 0x00000080UL) |
||
| 633 | #define DBGMCU_BASE (0xE0042000UL) /*!< Debug MCU registers base address */ |
||
| 634 | |||
| 635 | /** |
||
| 636 | * @} |
||
| 637 | */ |
||
| 638 | |||
| 639 | /** @addtogroup Peripheral_declaration |
||
| 640 | * @{ |
||
| 641 | */ |
||
| 642 | |||
| 643 | #define TIM2 ((TIM_TypeDef *) TIM2_BASE) |
||
| 644 | #define TIM3 ((TIM_TypeDef *) TIM3_BASE) |
||
| 645 | #define TIM4 ((TIM_TypeDef *) TIM4_BASE) |
||
| 646 | #define TIM6 ((TIM_TypeDef *) TIM6_BASE) |
||
| 647 | #define TIM7 ((TIM_TypeDef *) TIM7_BASE) |
||
| 648 | #define LCD ((LCD_TypeDef *) LCD_BASE) |
||
| 649 | #define RTC ((RTC_TypeDef *) RTC_BASE) |
||
| 650 | #define WWDG ((WWDG_TypeDef *) WWDG_BASE) |
||
| 651 | #define IWDG ((IWDG_TypeDef *) IWDG_BASE) |
||
| 652 | #define SPI2 ((SPI_TypeDef *) SPI2_BASE) |
||
| 653 | #define USART2 ((USART_TypeDef *) USART2_BASE) |
||
| 654 | #define USART3 ((USART_TypeDef *) USART3_BASE) |
||
| 655 | #define I2C1 ((I2C_TypeDef *) I2C1_BASE) |
||
| 656 | #define I2C2 ((I2C_TypeDef *) I2C2_BASE) |
||
| 657 | /* USB device FS */ |
||
| 658 | #define USB ((USB_TypeDef *) USB_BASE) |
||
| 659 | /* USB device FS SRAM */ |
||
| 660 | #define PWR ((PWR_TypeDef *) PWR_BASE) |
||
| 661 | |||
| 662 | #define DAC1 ((DAC_TypeDef *) DAC_BASE) |
||
| 663 | /* Legacy define */ |
||
| 664 | #define DAC DAC1 |
||
| 665 | |||
| 666 | #define COMP ((COMP_TypeDef *) COMP_BASE) /* COMP generic instance include bits of COMP1 and COMP2 mixed in the same register */ |
||
| 667 | #define COMP1 ((COMP_TypeDef *) COMP_BASE) /* COMP1 instance definition to differentiate COMP1 and COMP2, not to be used to access comparator register */ |
||
| 668 | #define COMP2 ((COMP_TypeDef *) (COMP_BASE + 0x00000001U)) /* COMP2 instance definition to differentiate COMP1 and COMP2, not to be used to access comparator register */ |
||
| 669 | #define COMP12_COMMON ((COMP_Common_TypeDef *) COMP_BASE) /* COMP common instance definition to access comparator register bits used by both comparator instances (window mode) */ |
||
| 670 | |||
| 671 | #define RI ((RI_TypeDef *) RI_BASE) |
||
| 672 | |||
| 673 | #define SYSCFG ((SYSCFG_TypeDef *) SYSCFG_BASE) |
||
| 674 | #define EXTI ((EXTI_TypeDef *) EXTI_BASE) |
||
| 675 | #define TIM9 ((TIM_TypeDef *) TIM9_BASE) |
||
| 676 | #define TIM10 ((TIM_TypeDef *) TIM10_BASE) |
||
| 677 | #define TIM11 ((TIM_TypeDef *) TIM11_BASE) |
||
| 678 | |||
| 679 | #define ADC1 ((ADC_TypeDef *) ADC1_BASE) |
||
| 680 | #define ADC1_COMMON ((ADC_Common_TypeDef *) ADC_BASE) |
||
| 681 | /* Legacy defines */ |
||
| 682 | #define ADC ADC1_COMMON |
||
| 683 | |||
| 684 | #define SPI1 ((SPI_TypeDef *) SPI1_BASE) |
||
| 685 | #define USART1 ((USART_TypeDef *) USART1_BASE) |
||
| 686 | #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE) |
||
| 687 | #define GPIOB ((GPIO_TypeDef *) GPIOB_BASE) |
||
| 688 | #define GPIOC ((GPIO_TypeDef *) GPIOC_BASE) |
||
| 689 | #define GPIOD ((GPIO_TypeDef *) GPIOD_BASE) |
||
| 690 | #define GPIOE ((GPIO_TypeDef *) GPIOE_BASE) |
||
| 691 | #define GPIOH ((GPIO_TypeDef *) GPIOH_BASE) |
||
| 692 | #define CRC ((CRC_TypeDef *) CRC_BASE) |
||
| 693 | #define RCC ((RCC_TypeDef *) RCC_BASE) |
||
| 694 | #define FLASH ((FLASH_TypeDef *) FLASH_R_BASE) |
||
| 695 | #define OB ((OB_TypeDef *) OB_BASE) |
||
| 696 | #define DMA1 ((DMA_TypeDef *) DMA1_BASE) |
||
| 697 | #define DMA1_Channel1 ((DMA_Channel_TypeDef *) DMA1_Channel1_BASE) |
||
| 698 | #define DMA1_Channel2 ((DMA_Channel_TypeDef *) DMA1_Channel2_BASE) |
||
| 699 | #define DMA1_Channel3 ((DMA_Channel_TypeDef *) DMA1_Channel3_BASE) |
||
| 700 | #define DMA1_Channel4 ((DMA_Channel_TypeDef *) DMA1_Channel4_BASE) |
||
| 701 | #define DMA1_Channel5 ((DMA_Channel_TypeDef *) DMA1_Channel5_BASE) |
||
| 702 | #define DMA1_Channel6 ((DMA_Channel_TypeDef *) DMA1_Channel6_BASE) |
||
| 703 | #define DMA1_Channel7 ((DMA_Channel_TypeDef *) DMA1_Channel7_BASE) |
||
| 704 | #define DBGMCU ((DBGMCU_TypeDef *) DBGMCU_BASE) |
||
| 705 | |||
| 706 | /** |
||
| 707 | * @} |
||
| 708 | */ |
||
| 709 | |||
| 710 | /** @addtogroup Exported_constants |
||
| 711 | * @{ |
||
| 712 | */ |
||
| 713 | |||
| 714 | /** @addtogroup Hardware_Constant_Definition |
||
| 715 | * @{ |
||
| 716 | */ |
||
| 717 | #define LSI_STARTUP_TIME 200U /*!< LSI Maximum startup time in us */ |
||
| 718 | |||
| 719 | /** |
||
| 720 | * @} |
||
| 721 | */ |
||
| 722 | |||
| 723 | /** @addtogroup Peripheral_Registers_Bits_Definition |
||
| 724 | * @{ |
||
| 725 | */ |
||
| 726 | |||
| 727 | /******************************************************************************/ |
||
| 728 | /* Peripheral Registers Bits Definition */ |
||
| 729 | /******************************************************************************/ |
||
| 730 | /******************************************************************************/ |
||
| 731 | /* */ |
||
| 732 | /* Analog to Digital Converter (ADC) */ |
||
| 733 | /* */ |
||
| 734 | /******************************************************************************/ |
||
| 735 | #define VREFINT_CAL_ADDR_CMSIS 0x1FF80078 /*!<Internal voltage reference, address of parameter VREFINT_CAL: VrefInt ADC raw data acquired at temperature 30 DegC (tolerance: +-5 DegC), Vref+ = 3.0 V (tolerance: +-10 mV). */ |
||
| 736 | #define TEMPSENSOR_CAL1_ADDR_CMSIS 0x1FF8007A /*!<Internal temperature sensor, address of parameter TS_CAL1: On STM32L1, temperature sensor ADC raw data acquired at temperature 30 DegC (tolerance: +-5 DegC), Vref+ = 3.0 V (tolerance: +-10 mV). */ |
||
| 737 | #define TEMPSENSOR_CAL2_ADDR_CMSIS 0x1FF8007E /*!<Internal temperature sensor, address of parameter TS_CAL2: On STM32L1, temperature sensor ADC raw data acquired at temperature 110 DegC (tolerance: +-5 DegC), Vref+ = 3.3 V (tolerance: +-10 mV). */ |
||
| 738 | |||
| 739 | /******************** Bit definition for ADC_SR register ********************/ |
||
| 740 | #define ADC_SR_AWD_Pos (0U) |
||
| 741 | #define ADC_SR_AWD_Msk (0x1UL << ADC_SR_AWD_Pos) /*!< 0x00000001 */ |
||
| 742 | #define ADC_SR_AWD ADC_SR_AWD_Msk /*!< ADC analog watchdog 1 flag */ |
||
| 743 | #define ADC_SR_EOCS_Pos (1U) |
||
| 744 | #define ADC_SR_EOCS_Msk (0x1UL << ADC_SR_EOCS_Pos) /*!< 0x00000002 */ |
||
| 745 | #define ADC_SR_EOCS ADC_SR_EOCS_Msk /*!< ADC group regular end of unitary conversion or end of sequence conversions flag */ |
||
| 746 | #define ADC_SR_JEOS_Pos (2U) |
||
| 747 | #define ADC_SR_JEOS_Msk (0x1UL << ADC_SR_JEOS_Pos) /*!< 0x00000004 */ |
||
| 748 | #define ADC_SR_JEOS ADC_SR_JEOS_Msk /*!< ADC group injected end of sequence conversions flag */ |
||
| 749 | #define ADC_SR_JSTRT_Pos (3U) |
||
| 750 | #define ADC_SR_JSTRT_Msk (0x1UL << ADC_SR_JSTRT_Pos) /*!< 0x00000008 */ |
||
| 751 | #define ADC_SR_JSTRT ADC_SR_JSTRT_Msk /*!< ADC group injected conversion start flag */ |
||
| 752 | #define ADC_SR_STRT_Pos (4U) |
||
| 753 | #define ADC_SR_STRT_Msk (0x1UL << ADC_SR_STRT_Pos) /*!< 0x00000010 */ |
||
| 754 | #define ADC_SR_STRT ADC_SR_STRT_Msk /*!< ADC group regular conversion start flag */ |
||
| 755 | #define ADC_SR_OVR_Pos (5U) |
||
| 756 | #define ADC_SR_OVR_Msk (0x1UL << ADC_SR_OVR_Pos) /*!< 0x00000020 */ |
||
| 757 | #define ADC_SR_OVR ADC_SR_OVR_Msk /*!< ADC group regular overrun flag */ |
||
| 758 | #define ADC_SR_ADONS_Pos (6U) |
||
| 759 | #define ADC_SR_ADONS_Msk (0x1UL << ADC_SR_ADONS_Pos) /*!< 0x00000040 */ |
||
| 760 | #define ADC_SR_ADONS ADC_SR_ADONS_Msk /*!< ADC ready flag */ |
||
| 761 | #define ADC_SR_RCNR_Pos (8U) |
||
| 762 | #define ADC_SR_RCNR_Msk (0x1UL << ADC_SR_RCNR_Pos) /*!< 0x00000100 */ |
||
| 763 | #define ADC_SR_RCNR ADC_SR_RCNR_Msk /*!< ADC group regular not ready flag */ |
||
| 764 | #define ADC_SR_JCNR_Pos (9U) |
||
| 765 | #define ADC_SR_JCNR_Msk (0x1UL << ADC_SR_JCNR_Pos) /*!< 0x00000200 */ |
||
| 766 | #define ADC_SR_JCNR ADC_SR_JCNR_Msk /*!< ADC group injected not ready flag */ |
||
| 767 | |||
| 768 | /* Legacy defines */ |
||
| 769 | #define ADC_SR_EOC (ADC_SR_EOCS) |
||
| 770 | #define ADC_SR_JEOC (ADC_SR_JEOS) |
||
| 771 | |||
| 772 | /******************* Bit definition for ADC_CR1 register ********************/ |
||
| 773 | #define ADC_CR1_AWDCH_Pos (0U) |
||
| 774 | #define ADC_CR1_AWDCH_Msk (0x1FUL << ADC_CR1_AWDCH_Pos) /*!< 0x0000001F */ |
||
| 775 | #define ADC_CR1_AWDCH ADC_CR1_AWDCH_Msk /*!< ADC analog watchdog 1 monitored channel selection */ |
||
| 776 | #define ADC_CR1_AWDCH_0 (0x01UL << ADC_CR1_AWDCH_Pos) /*!< 0x00000001 */ |
||
| 777 | #define ADC_CR1_AWDCH_1 (0x02UL << ADC_CR1_AWDCH_Pos) /*!< 0x00000002 */ |
||
| 778 | #define ADC_CR1_AWDCH_2 (0x04UL << ADC_CR1_AWDCH_Pos) /*!< 0x00000004 */ |
||
| 779 | #define ADC_CR1_AWDCH_3 (0x08UL << ADC_CR1_AWDCH_Pos) /*!< 0x00000008 */ |
||
| 780 | #define ADC_CR1_AWDCH_4 (0x10UL << ADC_CR1_AWDCH_Pos) /*!< 0x00000010 */ |
||
| 781 | |||
| 782 | #define ADC_CR1_EOCSIE_Pos (5U) |
||
| 783 | #define ADC_CR1_EOCSIE_Msk (0x1UL << ADC_CR1_EOCSIE_Pos) /*!< 0x00000020 */ |
||
| 784 | #define ADC_CR1_EOCSIE ADC_CR1_EOCSIE_Msk /*!< ADC group regular end of unitary conversion or end of sequence conversions interrupt */ |
||
| 785 | #define ADC_CR1_AWDIE_Pos (6U) |
||
| 786 | #define ADC_CR1_AWDIE_Msk (0x1UL << ADC_CR1_AWDIE_Pos) /*!< 0x00000040 */ |
||
| 787 | #define ADC_CR1_AWDIE ADC_CR1_AWDIE_Msk /*!< ADC analog watchdog 1 interrupt */ |
||
| 788 | #define ADC_CR1_JEOSIE_Pos (7U) |
||
| 789 | #define ADC_CR1_JEOSIE_Msk (0x1UL << ADC_CR1_JEOSIE_Pos) /*!< 0x00000080 */ |
||
| 790 | #define ADC_CR1_JEOSIE ADC_CR1_JEOSIE_Msk /*!< ADC group injected end of sequence conversions interrupt */ |
||
| 791 | #define ADC_CR1_SCAN_Pos (8U) |
||
| 792 | #define ADC_CR1_SCAN_Msk (0x1UL << ADC_CR1_SCAN_Pos) /*!< 0x00000100 */ |
||
| 793 | #define ADC_CR1_SCAN ADC_CR1_SCAN_Msk /*!< ADC scan mode */ |
||
| 794 | #define ADC_CR1_AWDSGL_Pos (9U) |
||
| 795 | #define ADC_CR1_AWDSGL_Msk (0x1UL << ADC_CR1_AWDSGL_Pos) /*!< 0x00000200 */ |
||
| 796 | #define ADC_CR1_AWDSGL ADC_CR1_AWDSGL_Msk /*!< ADC analog watchdog 1 monitoring a single channel or all channels */ |
||
| 797 | #define ADC_CR1_JAUTO_Pos (10U) |
||
| 798 | #define ADC_CR1_JAUTO_Msk (0x1UL << ADC_CR1_JAUTO_Pos) /*!< 0x00000400 */ |
||
| 799 | #define ADC_CR1_JAUTO ADC_CR1_JAUTO_Msk /*!< ADC group injected automatic trigger mode */ |
||
| 800 | #define ADC_CR1_DISCEN_Pos (11U) |
||
| 801 | #define ADC_CR1_DISCEN_Msk (0x1UL << ADC_CR1_DISCEN_Pos) /*!< 0x00000800 */ |
||
| 802 | #define ADC_CR1_DISCEN ADC_CR1_DISCEN_Msk /*!< ADC group regular sequencer discontinuous mode */ |
||
| 803 | #define ADC_CR1_JDISCEN_Pos (12U) |
||
| 804 | #define ADC_CR1_JDISCEN_Msk (0x1UL << ADC_CR1_JDISCEN_Pos) /*!< 0x00001000 */ |
||
| 805 | #define ADC_CR1_JDISCEN ADC_CR1_JDISCEN_Msk /*!< ADC group injected sequencer discontinuous mode */ |
||
| 806 | |||
| 807 | #define ADC_CR1_DISCNUM_Pos (13U) |
||
| 808 | #define ADC_CR1_DISCNUM_Msk (0x7UL << ADC_CR1_DISCNUM_Pos) /*!< 0x0000E000 */ |
||
| 809 | #define ADC_CR1_DISCNUM ADC_CR1_DISCNUM_Msk /*!< ADC group regular sequencer discontinuous number of ranks */ |
||
| 810 | #define ADC_CR1_DISCNUM_0 (0x1UL << ADC_CR1_DISCNUM_Pos) /*!< 0x00002000 */ |
||
| 811 | #define ADC_CR1_DISCNUM_1 (0x2UL << ADC_CR1_DISCNUM_Pos) /*!< 0x00004000 */ |
||
| 812 | #define ADC_CR1_DISCNUM_2 (0x4UL << ADC_CR1_DISCNUM_Pos) /*!< 0x00008000 */ |
||
| 813 | |||
| 814 | #define ADC_CR1_PDD_Pos (16U) |
||
| 815 | #define ADC_CR1_PDD_Msk (0x1UL << ADC_CR1_PDD_Pos) /*!< 0x00010000 */ |
||
| 816 | #define ADC_CR1_PDD ADC_CR1_PDD_Msk /*!< ADC power down during auto delay phase */ |
||
| 817 | #define ADC_CR1_PDI_Pos (17U) |
||
| 818 | #define ADC_CR1_PDI_Msk (0x1UL << ADC_CR1_PDI_Pos) /*!< 0x00020000 */ |
||
| 819 | #define ADC_CR1_PDI ADC_CR1_PDI_Msk /*!< ADC power down during idle phase */ |
||
| 820 | |||
| 821 | #define ADC_CR1_JAWDEN_Pos (22U) |
||
| 822 | #define ADC_CR1_JAWDEN_Msk (0x1UL << ADC_CR1_JAWDEN_Pos) /*!< 0x00400000 */ |
||
| 823 | #define ADC_CR1_JAWDEN ADC_CR1_JAWDEN_Msk /*!< ADC analog watchdog 1 enable on scope ADC group injected */ |
||
| 824 | #define ADC_CR1_AWDEN_Pos (23U) |
||
| 825 | #define ADC_CR1_AWDEN_Msk (0x1UL << ADC_CR1_AWDEN_Pos) /*!< 0x00800000 */ |
||
| 826 | #define ADC_CR1_AWDEN ADC_CR1_AWDEN_Msk /*!< ADC analog watchdog 1 enable on scope ADC group regular */ |
||
| 827 | |||
| 828 | #define ADC_CR1_RES_Pos (24U) |
||
| 829 | #define ADC_CR1_RES_Msk (0x3UL << ADC_CR1_RES_Pos) /*!< 0x03000000 */ |
||
| 830 | #define ADC_CR1_RES ADC_CR1_RES_Msk /*!< ADC resolution */ |
||
| 831 | #define ADC_CR1_RES_0 (0x1UL << ADC_CR1_RES_Pos) /*!< 0x01000000 */ |
||
| 832 | #define ADC_CR1_RES_1 (0x2UL << ADC_CR1_RES_Pos) /*!< 0x02000000 */ |
||
| 833 | |||
| 834 | #define ADC_CR1_OVRIE_Pos (26U) |
||
| 835 | #define ADC_CR1_OVRIE_Msk (0x1UL << ADC_CR1_OVRIE_Pos) /*!< 0x04000000 */ |
||
| 836 | #define ADC_CR1_OVRIE ADC_CR1_OVRIE_Msk /*!< ADC group regular overrun interrupt */ |
||
| 837 | |||
| 838 | /* Legacy defines */ |
||
| 839 | #define ADC_CR1_EOCIE (ADC_CR1_EOCSIE) |
||
| 840 | #define ADC_CR1_JEOCIE (ADC_CR1_JEOSIE) |
||
| 841 | |||
| 842 | /******************* Bit definition for ADC_CR2 register ********************/ |
||
| 843 | #define ADC_CR2_ADON_Pos (0U) |
||
| 844 | #define ADC_CR2_ADON_Msk (0x1UL << ADC_CR2_ADON_Pos) /*!< 0x00000001 */ |
||
| 845 | #define ADC_CR2_ADON ADC_CR2_ADON_Msk /*!< ADC enable */ |
||
| 846 | #define ADC_CR2_CONT_Pos (1U) |
||
| 847 | #define ADC_CR2_CONT_Msk (0x1UL << ADC_CR2_CONT_Pos) /*!< 0x00000002 */ |
||
| 848 | #define ADC_CR2_CONT ADC_CR2_CONT_Msk /*!< ADC group regular continuous conversion mode */ |
||
| 849 | |||
| 850 | #define ADC_CR2_DELS_Pos (4U) |
||
| 851 | #define ADC_CR2_DELS_Msk (0x7UL << ADC_CR2_DELS_Pos) /*!< 0x00000070 */ |
||
| 852 | #define ADC_CR2_DELS ADC_CR2_DELS_Msk /*!< ADC auto delay selection */ |
||
| 853 | #define ADC_CR2_DELS_0 (0x1UL << ADC_CR2_DELS_Pos) /*!< 0x00000010 */ |
||
| 854 | #define ADC_CR2_DELS_1 (0x2UL << ADC_CR2_DELS_Pos) /*!< 0x00000020 */ |
||
| 855 | #define ADC_CR2_DELS_2 (0x4UL << ADC_CR2_DELS_Pos) /*!< 0x00000040 */ |
||
| 856 | |||
| 857 | #define ADC_CR2_DMA_Pos (8U) |
||
| 858 | #define ADC_CR2_DMA_Msk (0x1UL << ADC_CR2_DMA_Pos) /*!< 0x00000100 */ |
||
| 859 | #define ADC_CR2_DMA ADC_CR2_DMA_Msk /*!< ADC DMA transfer enable */ |
||
| 860 | #define ADC_CR2_DDS_Pos (9U) |
||
| 861 | #define ADC_CR2_DDS_Msk (0x1UL << ADC_CR2_DDS_Pos) /*!< 0x00000200 */ |
||
| 862 | #define ADC_CR2_DDS ADC_CR2_DDS_Msk /*!< ADC DMA transfer configuration */ |
||
| 863 | #define ADC_CR2_EOCS_Pos (10U) |
||
| 864 | #define ADC_CR2_EOCS_Msk (0x1UL << ADC_CR2_EOCS_Pos) /*!< 0x00000400 */ |
||
| 865 | #define ADC_CR2_EOCS ADC_CR2_EOCS_Msk /*!< ADC end of unitary or end of sequence conversions selection */ |
||
| 866 | #define ADC_CR2_ALIGN_Pos (11U) |
||
| 867 | #define ADC_CR2_ALIGN_Msk (0x1UL << ADC_CR2_ALIGN_Pos) /*!< 0x00000800 */ |
||
| 868 | #define ADC_CR2_ALIGN ADC_CR2_ALIGN_Msk /*!< ADC data alignment */ |
||
| 869 | |||
| 870 | #define ADC_CR2_JEXTSEL_Pos (16U) |
||
| 871 | #define ADC_CR2_JEXTSEL_Msk (0xFUL << ADC_CR2_JEXTSEL_Pos) /*!< 0x000F0000 */ |
||
| 872 | #define ADC_CR2_JEXTSEL ADC_CR2_JEXTSEL_Msk /*!< ADC group injected external trigger source */ |
||
| 873 | #define ADC_CR2_JEXTSEL_0 (0x1UL << ADC_CR2_JEXTSEL_Pos) /*!< 0x00010000 */ |
||
| 874 | #define ADC_CR2_JEXTSEL_1 (0x2UL << ADC_CR2_JEXTSEL_Pos) /*!< 0x00020000 */ |
||
| 875 | #define ADC_CR2_JEXTSEL_2 (0x4UL << ADC_CR2_JEXTSEL_Pos) /*!< 0x00040000 */ |
||
| 876 | #define ADC_CR2_JEXTSEL_3 (0x8UL << ADC_CR2_JEXTSEL_Pos) /*!< 0x00080000 */ |
||
| 877 | |||
| 878 | #define ADC_CR2_JEXTEN_Pos (20U) |
||
| 879 | #define ADC_CR2_JEXTEN_Msk (0x3UL << ADC_CR2_JEXTEN_Pos) /*!< 0x00300000 */ |
||
| 880 | #define ADC_CR2_JEXTEN ADC_CR2_JEXTEN_Msk /*!< ADC group injected external trigger polarity */ |
||
| 881 | #define ADC_CR2_JEXTEN_0 (0x1UL << ADC_CR2_JEXTEN_Pos) /*!< 0x00100000 */ |
||
| 882 | #define ADC_CR2_JEXTEN_1 (0x2UL << ADC_CR2_JEXTEN_Pos) /*!< 0x00200000 */ |
||
| 883 | |||
| 884 | #define ADC_CR2_JSWSTART_Pos (22U) |
||
| 885 | #define ADC_CR2_JSWSTART_Msk (0x1UL << ADC_CR2_JSWSTART_Pos) /*!< 0x00400000 */ |
||
| 886 | #define ADC_CR2_JSWSTART ADC_CR2_JSWSTART_Msk /*!< ADC group injected conversion start */ |
||
| 887 | |||
| 888 | #define ADC_CR2_EXTSEL_Pos (24U) |
||
| 889 | #define ADC_CR2_EXTSEL_Msk (0xFUL << ADC_CR2_EXTSEL_Pos) /*!< 0x0F000000 */ |
||
| 890 | #define ADC_CR2_EXTSEL ADC_CR2_EXTSEL_Msk /*!< ADC group regular external trigger source */ |
||
| 891 | #define ADC_CR2_EXTSEL_0 (0x1UL << ADC_CR2_EXTSEL_Pos) /*!< 0x01000000 */ |
||
| 892 | #define ADC_CR2_EXTSEL_1 (0x2UL << ADC_CR2_EXTSEL_Pos) /*!< 0x02000000 */ |
||
| 893 | #define ADC_CR2_EXTSEL_2 (0x4UL << ADC_CR2_EXTSEL_Pos) /*!< 0x04000000 */ |
||
| 894 | #define ADC_CR2_EXTSEL_3 (0x8UL << ADC_CR2_EXTSEL_Pos) /*!< 0x08000000 */ |
||
| 895 | |||
| 896 | #define ADC_CR2_EXTEN_Pos (28U) |
||
| 897 | #define ADC_CR2_EXTEN_Msk (0x3UL << ADC_CR2_EXTEN_Pos) /*!< 0x30000000 */ |
||
| 898 | #define ADC_CR2_EXTEN ADC_CR2_EXTEN_Msk /*!< ADC group regular external trigger polarity */ |
||
| 899 | #define ADC_CR2_EXTEN_0 (0x1UL << ADC_CR2_EXTEN_Pos) /*!< 0x10000000 */ |
||
| 900 | #define ADC_CR2_EXTEN_1 (0x2UL << ADC_CR2_EXTEN_Pos) /*!< 0x20000000 */ |
||
| 901 | |||
| 902 | #define ADC_CR2_SWSTART_Pos (30U) |
||
| 903 | #define ADC_CR2_SWSTART_Msk (0x1UL << ADC_CR2_SWSTART_Pos) /*!< 0x40000000 */ |
||
| 904 | #define ADC_CR2_SWSTART ADC_CR2_SWSTART_Msk /*!< ADC group regular conversion start */ |
||
| 905 | |||
| 906 | /****************** Bit definition for ADC_SMPR1 register *******************/ |
||
| 907 | #define ADC_SMPR1_SMP20_Pos (0U) |
||
| 908 | #define ADC_SMPR1_SMP20_Msk (0x7UL << ADC_SMPR1_SMP20_Pos) /*!< 0x00000007 */ |
||
| 909 | #define ADC_SMPR1_SMP20 ADC_SMPR1_SMP20_Msk /*!< ADC channel 20 sampling time selection */ |
||
| 910 | #define ADC_SMPR1_SMP20_0 (0x1UL << ADC_SMPR1_SMP20_Pos) /*!< 0x00000001 */ |
||
| 911 | #define ADC_SMPR1_SMP20_1 (0x2UL << ADC_SMPR1_SMP20_Pos) /*!< 0x00000002 */ |
||
| 912 | #define ADC_SMPR1_SMP20_2 (0x4UL << ADC_SMPR1_SMP20_Pos) /*!< 0x00000004 */ |
||
| 913 | |||
| 914 | #define ADC_SMPR1_SMP21_Pos (3U) |
||
| 915 | #define ADC_SMPR1_SMP21_Msk (0x7UL << ADC_SMPR1_SMP21_Pos) /*!< 0x00000038 */ |
||
| 916 | #define ADC_SMPR1_SMP21 ADC_SMPR1_SMP21_Msk /*!< ADC channel 21 sampling time selection */ |
||
| 917 | #define ADC_SMPR1_SMP21_0 (0x1UL << ADC_SMPR1_SMP21_Pos) /*!< 0x00000008 */ |
||
| 918 | #define ADC_SMPR1_SMP21_1 (0x2UL << ADC_SMPR1_SMP21_Pos) /*!< 0x00000010 */ |
||
| 919 | #define ADC_SMPR1_SMP21_2 (0x4UL << ADC_SMPR1_SMP21_Pos) /*!< 0x00000020 */ |
||
| 920 | |||
| 921 | #define ADC_SMPR1_SMP22_Pos (6U) |
||
| 922 | #define ADC_SMPR1_SMP22_Msk (0x7UL << ADC_SMPR1_SMP22_Pos) /*!< 0x000001C0 */ |
||
| 923 | #define ADC_SMPR1_SMP22 ADC_SMPR1_SMP22_Msk /*!< ADC channel 22 sampling time selection */ |
||
| 924 | #define ADC_SMPR1_SMP22_0 (0x1UL << ADC_SMPR1_SMP22_Pos) /*!< 0x00000040 */ |
||
| 925 | #define ADC_SMPR1_SMP22_1 (0x2UL << ADC_SMPR1_SMP22_Pos) /*!< 0x00000080 */ |
||
| 926 | #define ADC_SMPR1_SMP22_2 (0x4UL << ADC_SMPR1_SMP22_Pos) /*!< 0x00000100 */ |
||
| 927 | |||
| 928 | #define ADC_SMPR1_SMP23_Pos (9U) |
||
| 929 | #define ADC_SMPR1_SMP23_Msk (0x7UL << ADC_SMPR1_SMP23_Pos) /*!< 0x00000E00 */ |
||
| 930 | #define ADC_SMPR1_SMP23 ADC_SMPR1_SMP23_Msk /*!< ADC channel 23 sampling time selection */ |
||
| 931 | #define ADC_SMPR1_SMP23_0 (0x1UL << ADC_SMPR1_SMP23_Pos) /*!< 0x00000200 */ |
||
| 932 | #define ADC_SMPR1_SMP23_1 (0x2UL << ADC_SMPR1_SMP23_Pos) /*!< 0x00000400 */ |
||
| 933 | #define ADC_SMPR1_SMP23_2 (0x4UL << ADC_SMPR1_SMP23_Pos) /*!< 0x00000800 */ |
||
| 934 | |||
| 935 | #define ADC_SMPR1_SMP24_Pos (12U) |
||
| 936 | #define ADC_SMPR1_SMP24_Msk (0x7UL << ADC_SMPR1_SMP24_Pos) /*!< 0x00007000 */ |
||
| 937 | #define ADC_SMPR1_SMP24 ADC_SMPR1_SMP24_Msk /*!< ADC channel 24 sampling time selection */ |
||
| 938 | #define ADC_SMPR1_SMP24_0 (0x1UL << ADC_SMPR1_SMP24_Pos) /*!< 0x00001000 */ |
||
| 939 | #define ADC_SMPR1_SMP24_1 (0x2UL << ADC_SMPR1_SMP24_Pos) /*!< 0x00002000 */ |
||
| 940 | #define ADC_SMPR1_SMP24_2 (0x4UL << ADC_SMPR1_SMP24_Pos) /*!< 0x00004000 */ |
||
| 941 | |||
| 942 | #define ADC_SMPR1_SMP25_Pos (15U) |
||
| 943 | #define ADC_SMPR1_SMP25_Msk (0x7UL << ADC_SMPR1_SMP25_Pos) /*!< 0x00038000 */ |
||
| 944 | #define ADC_SMPR1_SMP25 ADC_SMPR1_SMP25_Msk /*!< ADC channel 25 sampling time selection */ |
||
| 945 | #define ADC_SMPR1_SMP25_0 (0x1UL << ADC_SMPR1_SMP25_Pos) /*!< 0x00008000 */ |
||
| 946 | #define ADC_SMPR1_SMP25_1 (0x2UL << ADC_SMPR1_SMP25_Pos) /*!< 0x00010000 */ |
||
| 947 | #define ADC_SMPR1_SMP25_2 (0x4UL << ADC_SMPR1_SMP25_Pos) /*!< 0x00020000 */ |
||
| 948 | |||
| 949 | #define ADC_SMPR1_SMP26_Pos (18U) |
||
| 950 | #define ADC_SMPR1_SMP26_Msk (0x7UL << ADC_SMPR1_SMP26_Pos) /*!< 0x001C0000 */ |
||
| 951 | #define ADC_SMPR1_SMP26 ADC_SMPR1_SMP26_Msk /*!< ADC channel 26 sampling time selection */ |
||
| 952 | #define ADC_SMPR1_SMP26_0 (0x1UL << ADC_SMPR1_SMP26_Pos) /*!< 0x00040000 */ |
||
| 953 | #define ADC_SMPR1_SMP26_1 (0x2UL << ADC_SMPR1_SMP26_Pos) /*!< 0x00080000 */ |
||
| 954 | #define ADC_SMPR1_SMP26_2 (0x4UL << ADC_SMPR1_SMP26_Pos) /*!< 0x00100000 */ |
||
| 955 | |||
| 956 | /****************** Bit definition for ADC_SMPR2 register *******************/ |
||
| 957 | #define ADC_SMPR2_SMP10_Pos (0U) |
||
| 958 | #define ADC_SMPR2_SMP10_Msk (0x7UL << ADC_SMPR2_SMP10_Pos) /*!< 0x00000007 */ |
||
| 959 | #define ADC_SMPR2_SMP10 ADC_SMPR2_SMP10_Msk /*!< ADC channel 10 sampling time selection */ |
||
| 960 | #define ADC_SMPR2_SMP10_0 (0x1UL << ADC_SMPR2_SMP10_Pos) /*!< 0x00000001 */ |
||
| 961 | #define ADC_SMPR2_SMP10_1 (0x2UL << ADC_SMPR2_SMP10_Pos) /*!< 0x00000002 */ |
||
| 962 | #define ADC_SMPR2_SMP10_2 (0x4UL << ADC_SMPR2_SMP10_Pos) /*!< 0x00000004 */ |
||
| 963 | |||
| 964 | #define ADC_SMPR2_SMP11_Pos (3U) |
||
| 965 | #define ADC_SMPR2_SMP11_Msk (0x7UL << ADC_SMPR2_SMP11_Pos) /*!< 0x00000038 */ |
||
| 966 | #define ADC_SMPR2_SMP11 ADC_SMPR2_SMP11_Msk /*!< ADC channel 11 sampling time selection */ |
||
| 967 | #define ADC_SMPR2_SMP11_0 (0x1UL << ADC_SMPR2_SMP11_Pos) /*!< 0x00000008 */ |
||
| 968 | #define ADC_SMPR2_SMP11_1 (0x2UL << ADC_SMPR2_SMP11_Pos) /*!< 0x00000010 */ |
||
| 969 | #define ADC_SMPR2_SMP11_2 (0x4UL << ADC_SMPR2_SMP11_Pos) /*!< 0x00000020 */ |
||
| 970 | |||
| 971 | #define ADC_SMPR2_SMP12_Pos (6U) |
||
| 972 | #define ADC_SMPR2_SMP12_Msk (0x7UL << ADC_SMPR2_SMP12_Pos) /*!< 0x000001C0 */ |
||
| 973 | #define ADC_SMPR2_SMP12 ADC_SMPR2_SMP12_Msk /*!< ADC channel 12 sampling time selection */ |
||
| 974 | #define ADC_SMPR2_SMP12_0 (0x1UL << ADC_SMPR2_SMP12_Pos) /*!< 0x00000040 */ |
||
| 975 | #define ADC_SMPR2_SMP12_1 (0x2UL << ADC_SMPR2_SMP12_Pos) /*!< 0x00000080 */ |
||
| 976 | #define ADC_SMPR2_SMP12_2 (0x4UL << ADC_SMPR2_SMP12_Pos) /*!< 0x00000100 */ |
||
| 977 | |||
| 978 | #define ADC_SMPR2_SMP13_Pos (9U) |
||
| 979 | #define ADC_SMPR2_SMP13_Msk (0x7UL << ADC_SMPR2_SMP13_Pos) /*!< 0x00000E00 */ |
||
| 980 | #define ADC_SMPR2_SMP13 ADC_SMPR2_SMP13_Msk /*!< ADC channel 13 sampling time selection */ |
||
| 981 | #define ADC_SMPR2_SMP13_0 (0x1UL << ADC_SMPR2_SMP13_Pos) /*!< 0x00000200 */ |
||
| 982 | #define ADC_SMPR2_SMP13_1 (0x2UL << ADC_SMPR2_SMP13_Pos) /*!< 0x00000400 */ |
||
| 983 | #define ADC_SMPR2_SMP13_2 (0x4UL << ADC_SMPR2_SMP13_Pos) /*!< 0x00000800 */ |
||
| 984 | |||
| 985 | #define ADC_SMPR2_SMP14_Pos (12U) |
||
| 986 | #define ADC_SMPR2_SMP14_Msk (0x7UL << ADC_SMPR2_SMP14_Pos) /*!< 0x00007000 */ |
||
| 987 | #define ADC_SMPR2_SMP14 ADC_SMPR2_SMP14_Msk /*!< ADC channel 14 sampling time selection */ |
||
| 988 | #define ADC_SMPR2_SMP14_0 (0x1UL << ADC_SMPR2_SMP14_Pos) /*!< 0x00001000 */ |
||
| 989 | #define ADC_SMPR2_SMP14_1 (0x2UL << ADC_SMPR2_SMP14_Pos) /*!< 0x00002000 */ |
||
| 990 | #define ADC_SMPR2_SMP14_2 (0x4UL << ADC_SMPR2_SMP14_Pos) /*!< 0x00004000 */ |
||
| 991 | |||
| 992 | #define ADC_SMPR2_SMP15_Pos (15U) |
||
| 993 | #define ADC_SMPR2_SMP15_Msk (0x7UL << ADC_SMPR2_SMP15_Pos) /*!< 0x00038000 */ |
||
| 994 | #define ADC_SMPR2_SMP15 ADC_SMPR2_SMP15_Msk /*!< ADC channel 5 sampling time selection */ |
||
| 995 | #define ADC_SMPR2_SMP15_0 (0x1UL << ADC_SMPR2_SMP15_Pos) /*!< 0x00008000 */ |
||
| 996 | #define ADC_SMPR2_SMP15_1 (0x2UL << ADC_SMPR2_SMP15_Pos) /*!< 0x00010000 */ |
||
| 997 | #define ADC_SMPR2_SMP15_2 (0x4UL << ADC_SMPR2_SMP15_Pos) /*!< 0x00020000 */ |
||
| 998 | |||
| 999 | #define ADC_SMPR2_SMP16_Pos (18U) |
||
| 1000 | #define ADC_SMPR2_SMP16_Msk (0x7UL << ADC_SMPR2_SMP16_Pos) /*!< 0x001C0000 */ |
||
| 1001 | #define ADC_SMPR2_SMP16 ADC_SMPR2_SMP16_Msk /*!< ADC channel 16 sampling time selection */ |
||
| 1002 | #define ADC_SMPR2_SMP16_0 (0x1UL << ADC_SMPR2_SMP16_Pos) /*!< 0x00040000 */ |
||
| 1003 | #define ADC_SMPR2_SMP16_1 (0x2UL << ADC_SMPR2_SMP16_Pos) /*!< 0x00080000 */ |
||
| 1004 | #define ADC_SMPR2_SMP16_2 (0x4UL << ADC_SMPR2_SMP16_Pos) /*!< 0x00100000 */ |
||
| 1005 | |||
| 1006 | #define ADC_SMPR2_SMP17_Pos (21U) |
||
| 1007 | #define ADC_SMPR2_SMP17_Msk (0x7UL << ADC_SMPR2_SMP17_Pos) /*!< 0x00E00000 */ |
||
| 1008 | #define ADC_SMPR2_SMP17 ADC_SMPR2_SMP17_Msk /*!< ADC channel 17 sampling time selection */ |
||
| 1009 | #define ADC_SMPR2_SMP17_0 (0x1UL << ADC_SMPR2_SMP17_Pos) /*!< 0x00200000 */ |
||
| 1010 | #define ADC_SMPR2_SMP17_1 (0x2UL << ADC_SMPR2_SMP17_Pos) /*!< 0x00400000 */ |
||
| 1011 | #define ADC_SMPR2_SMP17_2 (0x4UL << ADC_SMPR2_SMP17_Pos) /*!< 0x00800000 */ |
||
| 1012 | |||
| 1013 | #define ADC_SMPR2_SMP18_Pos (24U) |
||
| 1014 | #define ADC_SMPR2_SMP18_Msk (0x7UL << ADC_SMPR2_SMP18_Pos) /*!< 0x07000000 */ |
||
| 1015 | #define ADC_SMPR2_SMP18 ADC_SMPR2_SMP18_Msk /*!< ADC channel 18 sampling time selection */ |
||
| 1016 | #define ADC_SMPR2_SMP18_0 (0x1UL << ADC_SMPR2_SMP18_Pos) /*!< 0x01000000 */ |
||
| 1017 | #define ADC_SMPR2_SMP18_1 (0x2UL << ADC_SMPR2_SMP18_Pos) /*!< 0x02000000 */ |
||
| 1018 | #define ADC_SMPR2_SMP18_2 (0x4UL << ADC_SMPR2_SMP18_Pos) /*!< 0x04000000 */ |
||
| 1019 | |||
| 1020 | #define ADC_SMPR2_SMP19_Pos (27U) |
||
| 1021 | #define ADC_SMPR2_SMP19_Msk (0x7UL << ADC_SMPR2_SMP19_Pos) /*!< 0x38000000 */ |
||
| 1022 | #define ADC_SMPR2_SMP19 ADC_SMPR2_SMP19_Msk /*!< ADC channel 19 sampling time selection */ |
||
| 1023 | #define ADC_SMPR2_SMP19_0 (0x1UL << ADC_SMPR2_SMP19_Pos) /*!< 0x08000000 */ |
||
| 1024 | #define ADC_SMPR2_SMP19_1 (0x2UL << ADC_SMPR2_SMP19_Pos) /*!< 0x10000000 */ |
||
| 1025 | #define ADC_SMPR2_SMP19_2 (0x4UL << ADC_SMPR2_SMP19_Pos) /*!< 0x20000000 */ |
||
| 1026 | |||
| 1027 | /****************** Bit definition for ADC_SMPR3 register *******************/ |
||
| 1028 | #define ADC_SMPR3_SMP0_Pos (0U) |
||
| 1029 | #define ADC_SMPR3_SMP0_Msk (0x7UL << ADC_SMPR3_SMP0_Pos) /*!< 0x00000007 */ |
||
| 1030 | #define ADC_SMPR3_SMP0 ADC_SMPR3_SMP0_Msk /*!< ADC channel 0 sampling time selection */ |
||
| 1031 | #define ADC_SMPR3_SMP0_0 (0x1UL << ADC_SMPR3_SMP0_Pos) /*!< 0x00000001 */ |
||
| 1032 | #define ADC_SMPR3_SMP0_1 (0x2UL << ADC_SMPR3_SMP0_Pos) /*!< 0x00000002 */ |
||
| 1033 | #define ADC_SMPR3_SMP0_2 (0x4UL << ADC_SMPR3_SMP0_Pos) /*!< 0x00000004 */ |
||
| 1034 | |||
| 1035 | #define ADC_SMPR3_SMP1_Pos (3U) |
||
| 1036 | #define ADC_SMPR3_SMP1_Msk (0x7UL << ADC_SMPR3_SMP1_Pos) /*!< 0x00000038 */ |
||
| 1037 | #define ADC_SMPR3_SMP1 ADC_SMPR3_SMP1_Msk /*!< ADC channel 1 sampling time selection */ |
||
| 1038 | #define ADC_SMPR3_SMP1_0 (0x1UL << ADC_SMPR3_SMP1_Pos) /*!< 0x00000008 */ |
||
| 1039 | #define ADC_SMPR3_SMP1_1 (0x2UL << ADC_SMPR3_SMP1_Pos) /*!< 0x00000010 */ |
||
| 1040 | #define ADC_SMPR3_SMP1_2 (0x4UL << ADC_SMPR3_SMP1_Pos) /*!< 0x00000020 */ |
||
| 1041 | |||
| 1042 | #define ADC_SMPR3_SMP2_Pos (6U) |
||
| 1043 | #define ADC_SMPR3_SMP2_Msk (0x7UL << ADC_SMPR3_SMP2_Pos) /*!< 0x000001C0 */ |
||
| 1044 | #define ADC_SMPR3_SMP2 ADC_SMPR3_SMP2_Msk /*!< ADC channel 2 sampling time selection */ |
||
| 1045 | #define ADC_SMPR3_SMP2_0 (0x1UL << ADC_SMPR3_SMP2_Pos) /*!< 0x00000040 */ |
||
| 1046 | #define ADC_SMPR3_SMP2_1 (0x2UL << ADC_SMPR3_SMP2_Pos) /*!< 0x00000080 */ |
||
| 1047 | #define ADC_SMPR3_SMP2_2 (0x4UL << ADC_SMPR3_SMP2_Pos) /*!< 0x00000100 */ |
||
| 1048 | |||
| 1049 | #define ADC_SMPR3_SMP3_Pos (9U) |
||
| 1050 | #define ADC_SMPR3_SMP3_Msk (0x7UL << ADC_SMPR3_SMP3_Pos) /*!< 0x00000E00 */ |
||
| 1051 | #define ADC_SMPR3_SMP3 ADC_SMPR3_SMP3_Msk /*!< ADC channel 3 sampling time selection */ |
||
| 1052 | #define ADC_SMPR3_SMP3_0 (0x1UL << ADC_SMPR3_SMP3_Pos) /*!< 0x00000200 */ |
||
| 1053 | #define ADC_SMPR3_SMP3_1 (0x2UL << ADC_SMPR3_SMP3_Pos) /*!< 0x00000400 */ |
||
| 1054 | #define ADC_SMPR3_SMP3_2 (0x4UL << ADC_SMPR3_SMP3_Pos) /*!< 0x00000800 */ |
||
| 1055 | |||
| 1056 | #define ADC_SMPR3_SMP4_Pos (12U) |
||
| 1057 | #define ADC_SMPR3_SMP4_Msk (0x7UL << ADC_SMPR3_SMP4_Pos) /*!< 0x00007000 */ |
||
| 1058 | #define ADC_SMPR3_SMP4 ADC_SMPR3_SMP4_Msk /*!< ADC channel 4 sampling time selection */ |
||
| 1059 | #define ADC_SMPR3_SMP4_0 (0x1UL << ADC_SMPR3_SMP4_Pos) /*!< 0x00001000 */ |
||
| 1060 | #define ADC_SMPR3_SMP4_1 (0x2UL << ADC_SMPR3_SMP4_Pos) /*!< 0x00002000 */ |
||
| 1061 | #define ADC_SMPR3_SMP4_2 (0x4UL << ADC_SMPR3_SMP4_Pos) /*!< 0x00004000 */ |
||
| 1062 | |||
| 1063 | #define ADC_SMPR3_SMP5_Pos (15U) |
||
| 1064 | #define ADC_SMPR3_SMP5_Msk (0x7UL << ADC_SMPR3_SMP5_Pos) /*!< 0x00038000 */ |
||
| 1065 | #define ADC_SMPR3_SMP5 ADC_SMPR3_SMP5_Msk /*!< ADC channel 5 sampling time selection */ |
||
| 1066 | #define ADC_SMPR3_SMP5_0 (0x1UL << ADC_SMPR3_SMP5_Pos) /*!< 0x00008000 */ |
||
| 1067 | #define ADC_SMPR3_SMP5_1 (0x2UL << ADC_SMPR3_SMP5_Pos) /*!< 0x00010000 */ |
||
| 1068 | #define ADC_SMPR3_SMP5_2 (0x4UL << ADC_SMPR3_SMP5_Pos) /*!< 0x00020000 */ |
||
| 1069 | |||
| 1070 | #define ADC_SMPR3_SMP6_Pos (18U) |
||
| 1071 | #define ADC_SMPR3_SMP6_Msk (0x7UL << ADC_SMPR3_SMP6_Pos) /*!< 0x001C0000 */ |
||
| 1072 | #define ADC_SMPR3_SMP6 ADC_SMPR3_SMP6_Msk /*!< ADC channel 6 sampling time selection */ |
||
| 1073 | #define ADC_SMPR3_SMP6_0 (0x1UL << ADC_SMPR3_SMP6_Pos) /*!< 0x00040000 */ |
||
| 1074 | #define ADC_SMPR3_SMP6_1 (0x2UL << ADC_SMPR3_SMP6_Pos) /*!< 0x00080000 */ |
||
| 1075 | #define ADC_SMPR3_SMP6_2 (0x4UL << ADC_SMPR3_SMP6_Pos) /*!< 0x00100000 */ |
||
| 1076 | |||
| 1077 | #define ADC_SMPR3_SMP7_Pos (21U) |
||
| 1078 | #define ADC_SMPR3_SMP7_Msk (0x7UL << ADC_SMPR3_SMP7_Pos) /*!< 0x00E00000 */ |
||
| 1079 | #define ADC_SMPR3_SMP7 ADC_SMPR3_SMP7_Msk /*!< ADC channel 7 sampling time selection */ |
||
| 1080 | #define ADC_SMPR3_SMP7_0 (0x1UL << ADC_SMPR3_SMP7_Pos) /*!< 0x00200000 */ |
||
| 1081 | #define ADC_SMPR3_SMP7_1 (0x2UL << ADC_SMPR3_SMP7_Pos) /*!< 0x00400000 */ |
||
| 1082 | #define ADC_SMPR3_SMP7_2 (0x4UL << ADC_SMPR3_SMP7_Pos) /*!< 0x00800000 */ |
||
| 1083 | |||
| 1084 | #define ADC_SMPR3_SMP8_Pos (24U) |
||
| 1085 | #define ADC_SMPR3_SMP8_Msk (0x7UL << ADC_SMPR3_SMP8_Pos) /*!< 0x07000000 */ |
||
| 1086 | #define ADC_SMPR3_SMP8 ADC_SMPR3_SMP8_Msk /*!< ADC channel 8 sampling time selection */ |
||
| 1087 | #define ADC_SMPR3_SMP8_0 (0x1UL << ADC_SMPR3_SMP8_Pos) /*!< 0x01000000 */ |
||
| 1088 | #define ADC_SMPR3_SMP8_1 (0x2UL << ADC_SMPR3_SMP8_Pos) /*!< 0x02000000 */ |
||
| 1089 | #define ADC_SMPR3_SMP8_2 (0x4UL << ADC_SMPR3_SMP8_Pos) /*!< 0x04000000 */ |
||
| 1090 | |||
| 1091 | #define ADC_SMPR3_SMP9_Pos (27U) |
||
| 1092 | #define ADC_SMPR3_SMP9_Msk (0x7UL << ADC_SMPR3_SMP9_Pos) /*!< 0x38000000 */ |
||
| 1093 | #define ADC_SMPR3_SMP9 ADC_SMPR3_SMP9_Msk /*!< ADC channel 9 sampling time selection */ |
||
| 1094 | #define ADC_SMPR3_SMP9_0 (0x1UL << ADC_SMPR3_SMP9_Pos) /*!< 0x08000000 */ |
||
| 1095 | #define ADC_SMPR3_SMP9_1 (0x2UL << ADC_SMPR3_SMP9_Pos) /*!< 0x10000000 */ |
||
| 1096 | #define ADC_SMPR3_SMP9_2 (0x4UL << ADC_SMPR3_SMP9_Pos) /*!< 0x20000000 */ |
||
| 1097 | |||
| 1098 | /****************** Bit definition for ADC_JOFR1 register *******************/ |
||
| 1099 | #define ADC_JOFR1_JOFFSET1_Pos (0U) |
||
| 1100 | #define ADC_JOFR1_JOFFSET1_Msk (0xFFFUL << ADC_JOFR1_JOFFSET1_Pos) /*!< 0x00000FFF */ |
||
| 1101 | #define ADC_JOFR1_JOFFSET1 ADC_JOFR1_JOFFSET1_Msk /*!< ADC group injected sequencer rank 1 offset value */ |
||
| 1102 | |||
| 1103 | /****************** Bit definition for ADC_JOFR2 register *******************/ |
||
| 1104 | #define ADC_JOFR2_JOFFSET2_Pos (0U) |
||
| 1105 | #define ADC_JOFR2_JOFFSET2_Msk (0xFFFUL << ADC_JOFR2_JOFFSET2_Pos) /*!< 0x00000FFF */ |
||
| 1106 | #define ADC_JOFR2_JOFFSET2 ADC_JOFR2_JOFFSET2_Msk /*!< ADC group injected sequencer rank 2 offset value */ |
||
| 1107 | |||
| 1108 | /****************** Bit definition for ADC_JOFR3 register *******************/ |
||
| 1109 | #define ADC_JOFR3_JOFFSET3_Pos (0U) |
||
| 1110 | #define ADC_JOFR3_JOFFSET3_Msk (0xFFFUL << ADC_JOFR3_JOFFSET3_Pos) /*!< 0x00000FFF */ |
||
| 1111 | #define ADC_JOFR3_JOFFSET3 ADC_JOFR3_JOFFSET3_Msk /*!< ADC group injected sequencer rank 3 offset value */ |
||
| 1112 | |||
| 1113 | /****************** Bit definition for ADC_JOFR4 register *******************/ |
||
| 1114 | #define ADC_JOFR4_JOFFSET4_Pos (0U) |
||
| 1115 | #define ADC_JOFR4_JOFFSET4_Msk (0xFFFUL << ADC_JOFR4_JOFFSET4_Pos) /*!< 0x00000FFF */ |
||
| 1116 | #define ADC_JOFR4_JOFFSET4 ADC_JOFR4_JOFFSET4_Msk /*!< ADC group injected sequencer rank 4 offset value */ |
||
| 1117 | |||
| 1118 | /******************* Bit definition for ADC_HTR register ********************/ |
||
| 1119 | #define ADC_HTR_HT_Pos (0U) |
||
| 1120 | #define ADC_HTR_HT_Msk (0xFFFUL << ADC_HTR_HT_Pos) /*!< 0x00000FFF */ |
||
| 1121 | #define ADC_HTR_HT ADC_HTR_HT_Msk /*!< ADC analog watchdog 1 threshold high */ |
||
| 1122 | |||
| 1123 | /******************* Bit definition for ADC_LTR register ********************/ |
||
| 1124 | #define ADC_LTR_LT_Pos (0U) |
||
| 1125 | #define ADC_LTR_LT_Msk (0xFFFUL << ADC_LTR_LT_Pos) /*!< 0x00000FFF */ |
||
| 1126 | #define ADC_LTR_LT ADC_LTR_LT_Msk /*!< ADC analog watchdog 1 threshold low */ |
||
| 1127 | |||
| 1128 | /******************* Bit definition for ADC_SQR1 register *******************/ |
||
| 1129 | #define ADC_SQR1_L_Pos (20U) |
||
| 1130 | #define ADC_SQR1_L_Msk (0x1FUL << ADC_SQR1_L_Pos) /*!< 0x01F00000 */ |
||
| 1131 | #define ADC_SQR1_L ADC_SQR1_L_Msk /*!< ADC group regular sequencer scan length */ |
||
| 1132 | #define ADC_SQR1_L_0 (0x01UL << ADC_SQR1_L_Pos) /*!< 0x00100000 */ |
||
| 1133 | #define ADC_SQR1_L_1 (0x02UL << ADC_SQR1_L_Pos) /*!< 0x00200000 */ |
||
| 1134 | #define ADC_SQR1_L_2 (0x04UL << ADC_SQR1_L_Pos) /*!< 0x00400000 */ |
||
| 1135 | #define ADC_SQR1_L_3 (0x08UL << ADC_SQR1_L_Pos) /*!< 0x00800000 */ |
||
| 1136 | #define ADC_SQR1_L_4 (0x10UL << ADC_SQR1_L_Pos) /*!< 0x01000000 */ |
||
| 1137 | |||
| 1138 | #define ADC_SQR1_SQ27_Pos (10U) |
||
| 1139 | #define ADC_SQR1_SQ27_Msk (0x1FUL << ADC_SQR1_SQ27_Pos) /*!< 0x00007C00 */ |
||
| 1140 | #define ADC_SQR1_SQ27 ADC_SQR1_SQ27_Msk /*!< ADC group regular sequencer rank 27 */ |
||
| 1141 | #define ADC_SQR1_SQ27_0 (0x01UL << ADC_SQR1_SQ27_Pos) /*!< 0x00000400 */ |
||
| 1142 | #define ADC_SQR1_SQ27_1 (0x02UL << ADC_SQR1_SQ27_Pos) /*!< 0x00000800 */ |
||
| 1143 | #define ADC_SQR1_SQ27_2 (0x04UL << ADC_SQR1_SQ27_Pos) /*!< 0x00001000 */ |
||
| 1144 | #define ADC_SQR1_SQ27_3 (0x08UL << ADC_SQR1_SQ27_Pos) /*!< 0x00002000 */ |
||
| 1145 | #define ADC_SQR1_SQ27_4 (0x10UL << ADC_SQR1_SQ27_Pos) /*!< 0x00004000 */ |
||
| 1146 | |||
| 1147 | #define ADC_SQR1_SQ26_Pos (5U) |
||
| 1148 | #define ADC_SQR1_SQ26_Msk (0x1FUL << ADC_SQR1_SQ26_Pos) /*!< 0x000003E0 */ |
||
| 1149 | #define ADC_SQR1_SQ26 ADC_SQR1_SQ26_Msk /*!< ADC group regular sequencer rank 26 */ |
||
| 1150 | #define ADC_SQR1_SQ26_0 (0x01UL << ADC_SQR1_SQ26_Pos) /*!< 0x00000020 */ |
||
| 1151 | #define ADC_SQR1_SQ26_1 (0x02UL << ADC_SQR1_SQ26_Pos) /*!< 0x00000040 */ |
||
| 1152 | #define ADC_SQR1_SQ26_2 (0x04UL << ADC_SQR1_SQ26_Pos) /*!< 0x00000080 */ |
||
| 1153 | #define ADC_SQR1_SQ26_3 (0x08UL << ADC_SQR1_SQ26_Pos) /*!< 0x00000100 */ |
||
| 1154 | #define ADC_SQR1_SQ26_4 (0x10UL << ADC_SQR1_SQ26_Pos) /*!< 0x00000200 */ |
||
| 1155 | |||
| 1156 | #define ADC_SQR1_SQ25_Pos (0U) |
||
| 1157 | #define ADC_SQR1_SQ25_Msk (0x1FUL << ADC_SQR1_SQ25_Pos) /*!< 0x0000001F */ |
||
| 1158 | #define ADC_SQR1_SQ25 ADC_SQR1_SQ25_Msk /*!< ADC group regular sequencer rank 25 */ |
||
| 1159 | #define ADC_SQR1_SQ25_0 (0x01UL << ADC_SQR1_SQ25_Pos) /*!< 0x00000001 */ |
||
| 1160 | #define ADC_SQR1_SQ25_1 (0x02UL << ADC_SQR1_SQ25_Pos) /*!< 0x00000002 */ |
||
| 1161 | #define ADC_SQR1_SQ25_2 (0x04UL << ADC_SQR1_SQ25_Pos) /*!< 0x00000004 */ |
||
| 1162 | #define ADC_SQR1_SQ25_3 (0x08UL << ADC_SQR1_SQ25_Pos) /*!< 0x00000008 */ |
||
| 1163 | #define ADC_SQR1_SQ25_4 (0x10UL << ADC_SQR1_SQ25_Pos) /*!< 0x00000010 */ |
||
| 1164 | |||
| 1165 | /******************* Bit definition for ADC_SQR2 register *******************/ |
||
| 1166 | #define ADC_SQR2_SQ19_Pos (0U) |
||
| 1167 | #define ADC_SQR2_SQ19_Msk (0x1FUL << ADC_SQR2_SQ19_Pos) /*!< 0x0000001F */ |
||
| 1168 | #define ADC_SQR2_SQ19 ADC_SQR2_SQ19_Msk /*!< ADC group regular sequencer rank 19 */ |
||
| 1169 | #define ADC_SQR2_SQ19_0 (0x01UL << ADC_SQR2_SQ19_Pos) /*!< 0x00000001 */ |
||
| 1170 | #define ADC_SQR2_SQ19_1 (0x02UL << ADC_SQR2_SQ19_Pos) /*!< 0x00000002 */ |
||
| 1171 | #define ADC_SQR2_SQ19_2 (0x04UL << ADC_SQR2_SQ19_Pos) /*!< 0x00000004 */ |
||
| 1172 | #define ADC_SQR2_SQ19_3 (0x08UL << ADC_SQR2_SQ19_Pos) /*!< 0x00000008 */ |
||
| 1173 | #define ADC_SQR2_SQ19_4 (0x10UL << ADC_SQR2_SQ19_Pos) /*!< 0x00000010 */ |
||
| 1174 | |||
| 1175 | #define ADC_SQR2_SQ20_Pos (5U) |
||
| 1176 | #define ADC_SQR2_SQ20_Msk (0x1FUL << ADC_SQR2_SQ20_Pos) /*!< 0x000003E0 */ |
||
| 1177 | #define ADC_SQR2_SQ20 ADC_SQR2_SQ20_Msk /*!< ADC group regular sequencer rank 20 */ |
||
| 1178 | #define ADC_SQR2_SQ20_0 (0x01UL << ADC_SQR2_SQ20_Pos) /*!< 0x00000020 */ |
||
| 1179 | #define ADC_SQR2_SQ20_1 (0x02UL << ADC_SQR2_SQ20_Pos) /*!< 0x00000040 */ |
||
| 1180 | #define ADC_SQR2_SQ20_2 (0x04UL << ADC_SQR2_SQ20_Pos) /*!< 0x00000080 */ |
||
| 1181 | #define ADC_SQR2_SQ20_3 (0x08UL << ADC_SQR2_SQ20_Pos) /*!< 0x00000100 */ |
||
| 1182 | #define ADC_SQR2_SQ20_4 (0x10UL << ADC_SQR2_SQ20_Pos) /*!< 0x00000200 */ |
||
| 1183 | |||
| 1184 | #define ADC_SQR2_SQ21_Pos (10U) |
||
| 1185 | #define ADC_SQR2_SQ21_Msk (0x1FUL << ADC_SQR2_SQ21_Pos) /*!< 0x00007C00 */ |
||
| 1186 | #define ADC_SQR2_SQ21 ADC_SQR2_SQ21_Msk /*!< ADC group regular sequencer rank 21 */ |
||
| 1187 | #define ADC_SQR2_SQ21_0 (0x01UL << ADC_SQR2_SQ21_Pos) /*!< 0x00000400 */ |
||
| 1188 | #define ADC_SQR2_SQ21_1 (0x02UL << ADC_SQR2_SQ21_Pos) /*!< 0x00000800 */ |
||
| 1189 | #define ADC_SQR2_SQ21_2 (0x04UL << ADC_SQR2_SQ21_Pos) /*!< 0x00001000 */ |
||
| 1190 | #define ADC_SQR2_SQ21_3 (0x08UL << ADC_SQR2_SQ21_Pos) /*!< 0x00002000 */ |
||
| 1191 | #define ADC_SQR2_SQ21_4 (0x10UL << ADC_SQR2_SQ21_Pos) /*!< 0x00004000 */ |
||
| 1192 | |||
| 1193 | #define ADC_SQR2_SQ22_Pos (15U) |
||
| 1194 | #define ADC_SQR2_SQ22_Msk (0x1FUL << ADC_SQR2_SQ22_Pos) /*!< 0x000F8000 */ |
||
| 1195 | #define ADC_SQR2_SQ22 ADC_SQR2_SQ22_Msk /*!< ADC group regular sequencer rank 22 */ |
||
| 1196 | #define ADC_SQR2_SQ22_0 (0x01UL << ADC_SQR2_SQ22_Pos) /*!< 0x00008000 */ |
||
| 1197 | #define ADC_SQR2_SQ22_1 (0x02UL << ADC_SQR2_SQ22_Pos) /*!< 0x00010000 */ |
||
| 1198 | #define ADC_SQR2_SQ22_2 (0x04UL << ADC_SQR2_SQ22_Pos) /*!< 0x00020000 */ |
||
| 1199 | #define ADC_SQR2_SQ22_3 (0x08UL << ADC_SQR2_SQ22_Pos) /*!< 0x00040000 */ |
||
| 1200 | #define ADC_SQR2_SQ22_4 (0x10UL << ADC_SQR2_SQ22_Pos) /*!< 0x00080000 */ |
||
| 1201 | |||
| 1202 | #define ADC_SQR2_SQ23_Pos (20U) |
||
| 1203 | #define ADC_SQR2_SQ23_Msk (0x1FUL << ADC_SQR2_SQ23_Pos) /*!< 0x01F00000 */ |
||
| 1204 | #define ADC_SQR2_SQ23 ADC_SQR2_SQ23_Msk /*!< ADC group regular sequencer rank 23 */ |
||
| 1205 | #define ADC_SQR2_SQ23_0 (0x01UL << ADC_SQR2_SQ23_Pos) /*!< 0x00100000 */ |
||
| 1206 | #define ADC_SQR2_SQ23_1 (0x02UL << ADC_SQR2_SQ23_Pos) /*!< 0x00200000 */ |
||
| 1207 | #define ADC_SQR2_SQ23_2 (0x04UL << ADC_SQR2_SQ23_Pos) /*!< 0x00400000 */ |
||
| 1208 | #define ADC_SQR2_SQ23_3 (0x08UL << ADC_SQR2_SQ23_Pos) /*!< 0x00800000 */ |
||
| 1209 | #define ADC_SQR2_SQ23_4 (0x10UL << ADC_SQR2_SQ23_Pos) /*!< 0x01000000 */ |
||
| 1210 | |||
| 1211 | #define ADC_SQR2_SQ24_Pos (25U) |
||
| 1212 | #define ADC_SQR2_SQ24_Msk (0x1FUL << ADC_SQR2_SQ24_Pos) /*!< 0x3E000000 */ |
||
| 1213 | #define ADC_SQR2_SQ24 ADC_SQR2_SQ24_Msk /*!< ADC group regular sequencer rank 24 */ |
||
| 1214 | #define ADC_SQR2_SQ24_0 (0x01UL << ADC_SQR2_SQ24_Pos) /*!< 0x02000000 */ |
||
| 1215 | #define ADC_SQR2_SQ24_1 (0x02UL << ADC_SQR2_SQ24_Pos) /*!< 0x04000000 */ |
||
| 1216 | #define ADC_SQR2_SQ24_2 (0x04UL << ADC_SQR2_SQ24_Pos) /*!< 0x08000000 */ |
||
| 1217 | #define ADC_SQR2_SQ24_3 (0x08UL << ADC_SQR2_SQ24_Pos) /*!< 0x10000000 */ |
||
| 1218 | #define ADC_SQR2_SQ24_4 (0x10UL << ADC_SQR2_SQ24_Pos) /*!< 0x20000000 */ |
||
| 1219 | |||
| 1220 | /******************* Bit definition for ADC_SQR3 register *******************/ |
||
| 1221 | #define ADC_SQR3_SQ13_Pos (0U) |
||
| 1222 | #define ADC_SQR3_SQ13_Msk (0x1FUL << ADC_SQR3_SQ13_Pos) /*!< 0x0000001F */ |
||
| 1223 | #define ADC_SQR3_SQ13 ADC_SQR3_SQ13_Msk /*!< ADC group regular sequencer rank 13 */ |
||
| 1224 | #define ADC_SQR3_SQ13_0 (0x01UL << ADC_SQR3_SQ13_Pos) /*!< 0x00000001 */ |
||
| 1225 | #define ADC_SQR3_SQ13_1 (0x02UL << ADC_SQR3_SQ13_Pos) /*!< 0x00000002 */ |
||
| 1226 | #define ADC_SQR3_SQ13_2 (0x04UL << ADC_SQR3_SQ13_Pos) /*!< 0x00000004 */ |
||
| 1227 | #define ADC_SQR3_SQ13_3 (0x08UL << ADC_SQR3_SQ13_Pos) /*!< 0x00000008 */ |
||
| 1228 | #define ADC_SQR3_SQ13_4 (0x10UL << ADC_SQR3_SQ13_Pos) /*!< 0x00000010 */ |
||
| 1229 | |||
| 1230 | #define ADC_SQR3_SQ14_Pos (5U) |
||
| 1231 | #define ADC_SQR3_SQ14_Msk (0x1FUL << ADC_SQR3_SQ14_Pos) /*!< 0x000003E0 */ |
||
| 1232 | #define ADC_SQR3_SQ14 ADC_SQR3_SQ14_Msk /*!< ADC group regular sequencer rank 14 */ |
||
| 1233 | #define ADC_SQR3_SQ14_0 (0x01UL << ADC_SQR3_SQ14_Pos) /*!< 0x00000020 */ |
||
| 1234 | #define ADC_SQR3_SQ14_1 (0x02UL << ADC_SQR3_SQ14_Pos) /*!< 0x00000040 */ |
||
| 1235 | #define ADC_SQR3_SQ14_2 (0x04UL << ADC_SQR3_SQ14_Pos) /*!< 0x00000080 */ |
||
| 1236 | #define ADC_SQR3_SQ14_3 (0x08UL << ADC_SQR3_SQ14_Pos) /*!< 0x00000100 */ |
||
| 1237 | #define ADC_SQR3_SQ14_4 (0x10UL << ADC_SQR3_SQ14_Pos) /*!< 0x00000200 */ |
||
| 1238 | |||
| 1239 | #define ADC_SQR3_SQ15_Pos (10U) |
||
| 1240 | #define ADC_SQR3_SQ15_Msk (0x1FUL << ADC_SQR3_SQ15_Pos) /*!< 0x00007C00 */ |
||
| 1241 | #define ADC_SQR3_SQ15 ADC_SQR3_SQ15_Msk /*!< ADC group regular sequencer rank 15 */ |
||
| 1242 | #define ADC_SQR3_SQ15_0 (0x01UL << ADC_SQR3_SQ15_Pos) /*!< 0x00000400 */ |
||
| 1243 | #define ADC_SQR3_SQ15_1 (0x02UL << ADC_SQR3_SQ15_Pos) /*!< 0x00000800 */ |
||
| 1244 | #define ADC_SQR3_SQ15_2 (0x04UL << ADC_SQR3_SQ15_Pos) /*!< 0x00001000 */ |
||
| 1245 | #define ADC_SQR3_SQ15_3 (0x08UL << ADC_SQR3_SQ15_Pos) /*!< 0x00002000 */ |
||
| 1246 | #define ADC_SQR3_SQ15_4 (0x10UL << ADC_SQR3_SQ15_Pos) /*!< 0x00004000 */ |
||
| 1247 | |||
| 1248 | #define ADC_SQR3_SQ16_Pos (15U) |
||
| 1249 | #define ADC_SQR3_SQ16_Msk (0x1FUL << ADC_SQR3_SQ16_Pos) /*!< 0x000F8000 */ |
||
| 1250 | #define ADC_SQR3_SQ16 ADC_SQR3_SQ16_Msk /*!< ADC group regular sequencer rank 16 */ |
||
| 1251 | #define ADC_SQR3_SQ16_0 (0x01UL << ADC_SQR3_SQ16_Pos) /*!< 0x00008000 */ |
||
| 1252 | #define ADC_SQR3_SQ16_1 (0x02UL << ADC_SQR3_SQ16_Pos) /*!< 0x00010000 */ |
||
| 1253 | #define ADC_SQR3_SQ16_2 (0x04UL << ADC_SQR3_SQ16_Pos) /*!< 0x00020000 */ |
||
| 1254 | #define ADC_SQR3_SQ16_3 (0x08UL << ADC_SQR3_SQ16_Pos) /*!< 0x00040000 */ |
||
| 1255 | #define ADC_SQR3_SQ16_4 (0x10UL << ADC_SQR3_SQ16_Pos) /*!< 0x00080000 */ |
||
| 1256 | |||
| 1257 | #define ADC_SQR3_SQ17_Pos (20U) |
||
| 1258 | #define ADC_SQR3_SQ17_Msk (0x1FUL << ADC_SQR3_SQ17_Pos) /*!< 0x01F00000 */ |
||
| 1259 | #define ADC_SQR3_SQ17 ADC_SQR3_SQ17_Msk /*!< ADC group regular sequencer rank 17 */ |
||
| 1260 | #define ADC_SQR3_SQ17_0 (0x01UL << ADC_SQR3_SQ17_Pos) /*!< 0x00100000 */ |
||
| 1261 | #define ADC_SQR3_SQ17_1 (0x02UL << ADC_SQR3_SQ17_Pos) /*!< 0x00200000 */ |
||
| 1262 | #define ADC_SQR3_SQ17_2 (0x04UL << ADC_SQR3_SQ17_Pos) /*!< 0x00400000 */ |
||
| 1263 | #define ADC_SQR3_SQ17_3 (0x08UL << ADC_SQR3_SQ17_Pos) /*!< 0x00800000 */ |
||
| 1264 | #define ADC_SQR3_SQ17_4 (0x10UL << ADC_SQR3_SQ17_Pos) /*!< 0x01000000 */ |
||
| 1265 | |||
| 1266 | #define ADC_SQR3_SQ18_Pos (25U) |
||
| 1267 | #define ADC_SQR3_SQ18_Msk (0x1FUL << ADC_SQR3_SQ18_Pos) /*!< 0x3E000000 */ |
||
| 1268 | #define ADC_SQR3_SQ18 ADC_SQR3_SQ18_Msk /*!< ADC group regular sequencer rank 18 */ |
||
| 1269 | #define ADC_SQR3_SQ18_0 (0x01UL << ADC_SQR3_SQ18_Pos) /*!< 0x02000000 */ |
||
| 1270 | #define ADC_SQR3_SQ18_1 (0x02UL << ADC_SQR3_SQ18_Pos) /*!< 0x04000000 */ |
||
| 1271 | #define ADC_SQR3_SQ18_2 (0x04UL << ADC_SQR3_SQ18_Pos) /*!< 0x08000000 */ |
||
| 1272 | #define ADC_SQR3_SQ18_3 (0x08UL << ADC_SQR3_SQ18_Pos) /*!< 0x10000000 */ |
||
| 1273 | #define ADC_SQR3_SQ18_4 (0x10UL << ADC_SQR3_SQ18_Pos) /*!< 0x20000000 */ |
||
| 1274 | |||
| 1275 | /******************* Bit definition for ADC_SQR4 register *******************/ |
||
| 1276 | #define ADC_SQR4_SQ7_Pos (0U) |
||
| 1277 | #define ADC_SQR4_SQ7_Msk (0x1FUL << ADC_SQR4_SQ7_Pos) /*!< 0x0000001F */ |
||
| 1278 | #define ADC_SQR4_SQ7 ADC_SQR4_SQ7_Msk /*!< ADC group regular sequencer rank 7 */ |
||
| 1279 | #define ADC_SQR4_SQ7_0 (0x01UL << ADC_SQR4_SQ7_Pos) /*!< 0x00000001 */ |
||
| 1280 | #define ADC_SQR4_SQ7_1 (0x02UL << ADC_SQR4_SQ7_Pos) /*!< 0x00000002 */ |
||
| 1281 | #define ADC_SQR4_SQ7_2 (0x04UL << ADC_SQR4_SQ7_Pos) /*!< 0x00000004 */ |
||
| 1282 | #define ADC_SQR4_SQ7_3 (0x08UL << ADC_SQR4_SQ7_Pos) /*!< 0x00000008 */ |
||
| 1283 | #define ADC_SQR4_SQ7_4 (0x10UL << ADC_SQR4_SQ7_Pos) /*!< 0x00000010 */ |
||
| 1284 | |||
| 1285 | #define ADC_SQR4_SQ8_Pos (5U) |
||
| 1286 | #define ADC_SQR4_SQ8_Msk (0x1FUL << ADC_SQR4_SQ8_Pos) /*!< 0x000003E0 */ |
||
| 1287 | #define ADC_SQR4_SQ8 ADC_SQR4_SQ8_Msk /*!< ADC group regular sequencer rank 8 */ |
||
| 1288 | #define ADC_SQR4_SQ8_0 (0x01UL << ADC_SQR4_SQ8_Pos) /*!< 0x00000020 */ |
||
| 1289 | #define ADC_SQR4_SQ8_1 (0x02UL << ADC_SQR4_SQ8_Pos) /*!< 0x00000040 */ |
||
| 1290 | #define ADC_SQR4_SQ8_2 (0x04UL << ADC_SQR4_SQ8_Pos) /*!< 0x00000080 */ |
||
| 1291 | #define ADC_SQR4_SQ8_3 (0x08UL << ADC_SQR4_SQ8_Pos) /*!< 0x00000100 */ |
||
| 1292 | #define ADC_SQR4_SQ8_4 (0x10UL << ADC_SQR4_SQ8_Pos) /*!< 0x00000200 */ |
||
| 1293 | |||
| 1294 | #define ADC_SQR4_SQ9_Pos (10U) |
||
| 1295 | #define ADC_SQR4_SQ9_Msk (0x1FUL << ADC_SQR4_SQ9_Pos) /*!< 0x00007C00 */ |
||
| 1296 | #define ADC_SQR4_SQ9 ADC_SQR4_SQ9_Msk /*!< ADC group regular sequencer rank 9 */ |
||
| 1297 | #define ADC_SQR4_SQ9_0 (0x01UL << ADC_SQR4_SQ9_Pos) /*!< 0x00000400 */ |
||
| 1298 | #define ADC_SQR4_SQ9_1 (0x02UL << ADC_SQR4_SQ9_Pos) /*!< 0x00000800 */ |
||
| 1299 | #define ADC_SQR4_SQ9_2 (0x04UL << ADC_SQR4_SQ9_Pos) /*!< 0x00001000 */ |
||
| 1300 | #define ADC_SQR4_SQ9_3 (0x08UL << ADC_SQR4_SQ9_Pos) /*!< 0x00002000 */ |
||
| 1301 | #define ADC_SQR4_SQ9_4 (0x10UL << ADC_SQR4_SQ9_Pos) /*!< 0x00004000 */ |
||
| 1302 | |||
| 1303 | #define ADC_SQR4_SQ10_Pos (15U) |
||
| 1304 | #define ADC_SQR4_SQ10_Msk (0x1FUL << ADC_SQR4_SQ10_Pos) /*!< 0x000F8000 */ |
||
| 1305 | #define ADC_SQR4_SQ10 ADC_SQR4_SQ10_Msk /*!< ADC group regular sequencer rank 10 */ |
||
| 1306 | #define ADC_SQR4_SQ10_0 (0x01UL << ADC_SQR4_SQ10_Pos) /*!< 0x00008000 */ |
||
| 1307 | #define ADC_SQR4_SQ10_1 (0x02UL << ADC_SQR4_SQ10_Pos) /*!< 0x00010000 */ |
||
| 1308 | #define ADC_SQR4_SQ10_2 (0x04UL << ADC_SQR4_SQ10_Pos) /*!< 0x00020000 */ |
||
| 1309 | #define ADC_SQR4_SQ10_3 (0x08UL << ADC_SQR4_SQ10_Pos) /*!< 0x00040000 */ |
||
| 1310 | #define ADC_SQR4_SQ10_4 (0x10UL << ADC_SQR4_SQ10_Pos) /*!< 0x00080000 */ |
||
| 1311 | |||
| 1312 | #define ADC_SQR4_SQ11_Pos (20U) |
||
| 1313 | #define ADC_SQR4_SQ11_Msk (0x1FUL << ADC_SQR4_SQ11_Pos) /*!< 0x01F00000 */ |
||
| 1314 | #define ADC_SQR4_SQ11 ADC_SQR4_SQ11_Msk /*!< ADC group regular sequencer rank 11 */ |
||
| 1315 | #define ADC_SQR4_SQ11_0 (0x01UL << ADC_SQR4_SQ11_Pos) /*!< 0x00100000 */ |
||
| 1316 | #define ADC_SQR4_SQ11_1 (0x02UL << ADC_SQR4_SQ11_Pos) /*!< 0x00200000 */ |
||
| 1317 | #define ADC_SQR4_SQ11_2 (0x04UL << ADC_SQR4_SQ11_Pos) /*!< 0x00400000 */ |
||
| 1318 | #define ADC_SQR4_SQ11_3 (0x08UL << ADC_SQR4_SQ11_Pos) /*!< 0x00800000 */ |
||
| 1319 | #define ADC_SQR4_SQ11_4 (0x10UL << ADC_SQR4_SQ11_Pos) /*!< 0x01000000 */ |
||
| 1320 | |||
| 1321 | #define ADC_SQR4_SQ12_Pos (25U) |
||
| 1322 | #define ADC_SQR4_SQ12_Msk (0x1FUL << ADC_SQR4_SQ12_Pos) /*!< 0x3E000000 */ |
||
| 1323 | #define ADC_SQR4_SQ12 ADC_SQR4_SQ12_Msk /*!< ADC group regular sequencer rank 12 */ |
||
| 1324 | #define ADC_SQR4_SQ12_0 (0x01UL << ADC_SQR4_SQ12_Pos) /*!< 0x02000000 */ |
||
| 1325 | #define ADC_SQR4_SQ12_1 (0x02UL << ADC_SQR4_SQ12_Pos) /*!< 0x04000000 */ |
||
| 1326 | #define ADC_SQR4_SQ12_2 (0x04UL << ADC_SQR4_SQ12_Pos) /*!< 0x08000000 */ |
||
| 1327 | #define ADC_SQR4_SQ12_3 (0x08UL << ADC_SQR4_SQ12_Pos) /*!< 0x10000000 */ |
||
| 1328 | #define ADC_SQR4_SQ12_4 (0x10UL << ADC_SQR4_SQ12_Pos) /*!< 0x20000000 */ |
||
| 1329 | |||
| 1330 | /******************* Bit definition for ADC_SQR5 register *******************/ |
||
| 1331 | #define ADC_SQR5_SQ1_Pos (0U) |
||
| 1332 | #define ADC_SQR5_SQ1_Msk (0x1FUL << ADC_SQR5_SQ1_Pos) /*!< 0x0000001F */ |
||
| 1333 | #define ADC_SQR5_SQ1 ADC_SQR5_SQ1_Msk /*!< ADC group regular sequencer rank 1 */ |
||
| 1334 | #define ADC_SQR5_SQ1_0 (0x01UL << ADC_SQR5_SQ1_Pos) /*!< 0x00000001 */ |
||
| 1335 | #define ADC_SQR5_SQ1_1 (0x02UL << ADC_SQR5_SQ1_Pos) /*!< 0x00000002 */ |
||
| 1336 | #define ADC_SQR5_SQ1_2 (0x04UL << ADC_SQR5_SQ1_Pos) /*!< 0x00000004 */ |
||
| 1337 | #define ADC_SQR5_SQ1_3 (0x08UL << ADC_SQR5_SQ1_Pos) /*!< 0x00000008 */ |
||
| 1338 | #define ADC_SQR5_SQ1_4 (0x10UL << ADC_SQR5_SQ1_Pos) /*!< 0x00000010 */ |
||
| 1339 | |||
| 1340 | #define ADC_SQR5_SQ2_Pos (5U) |
||
| 1341 | #define ADC_SQR5_SQ2_Msk (0x1FUL << ADC_SQR5_SQ2_Pos) /*!< 0x000003E0 */ |
||
| 1342 | #define ADC_SQR5_SQ2 ADC_SQR5_SQ2_Msk /*!< ADC group regular sequencer rank 2 */ |
||
| 1343 | #define ADC_SQR5_SQ2_0 (0x01UL << ADC_SQR5_SQ2_Pos) /*!< 0x00000020 */ |
||
| 1344 | #define ADC_SQR5_SQ2_1 (0x02UL << ADC_SQR5_SQ2_Pos) /*!< 0x00000040 */ |
||
| 1345 | #define ADC_SQR5_SQ2_2 (0x04UL << ADC_SQR5_SQ2_Pos) /*!< 0x00000080 */ |
||
| 1346 | #define ADC_SQR5_SQ2_3 (0x08UL << ADC_SQR5_SQ2_Pos) /*!< 0x00000100 */ |
||
| 1347 | #define ADC_SQR5_SQ2_4 (0x10UL << ADC_SQR5_SQ2_Pos) /*!< 0x00000200 */ |
||
| 1348 | |||
| 1349 | #define ADC_SQR5_SQ3_Pos (10U) |
||
| 1350 | #define ADC_SQR5_SQ3_Msk (0x1FUL << ADC_SQR5_SQ3_Pos) /*!< 0x00007C00 */ |
||
| 1351 | #define ADC_SQR5_SQ3 ADC_SQR5_SQ3_Msk /*!< ADC group regular sequencer rank 3 */ |
||
| 1352 | #define ADC_SQR5_SQ3_0 (0x01UL << ADC_SQR5_SQ3_Pos) /*!< 0x00000400 */ |
||
| 1353 | #define ADC_SQR5_SQ3_1 (0x02UL << ADC_SQR5_SQ3_Pos) /*!< 0x00000800 */ |
||
| 1354 | #define ADC_SQR5_SQ3_2 (0x04UL << ADC_SQR5_SQ3_Pos) /*!< 0x00001000 */ |
||
| 1355 | #define ADC_SQR5_SQ3_3 (0x08UL << ADC_SQR5_SQ3_Pos) /*!< 0x00002000 */ |
||
| 1356 | #define ADC_SQR5_SQ3_4 (0x10UL << ADC_SQR5_SQ3_Pos) /*!< 0x00004000 */ |
||
| 1357 | |||
| 1358 | #define ADC_SQR5_SQ4_Pos (15U) |
||
| 1359 | #define ADC_SQR5_SQ4_Msk (0x1FUL << ADC_SQR5_SQ4_Pos) /*!< 0x000F8000 */ |
||
| 1360 | #define ADC_SQR5_SQ4 ADC_SQR5_SQ4_Msk /*!< ADC group regular sequencer rank 4 */ |
||
| 1361 | #define ADC_SQR5_SQ4_0 (0x01UL << ADC_SQR5_SQ4_Pos) /*!< 0x00008000 */ |
||
| 1362 | #define ADC_SQR5_SQ4_1 (0x02UL << ADC_SQR5_SQ4_Pos) /*!< 0x00010000 */ |
||
| 1363 | #define ADC_SQR5_SQ4_2 (0x04UL << ADC_SQR5_SQ4_Pos) /*!< 0x00020000 */ |
||
| 1364 | #define ADC_SQR5_SQ4_3 (0x08UL << ADC_SQR5_SQ4_Pos) /*!< 0x00040000 */ |
||
| 1365 | #define ADC_SQR5_SQ4_4 (0x10UL << ADC_SQR5_SQ4_Pos) /*!< 0x00080000 */ |
||
| 1366 | |||
| 1367 | #define ADC_SQR5_SQ5_Pos (20U) |
||
| 1368 | #define ADC_SQR5_SQ5_Msk (0x1FUL << ADC_SQR5_SQ5_Pos) /*!< 0x01F00000 */ |
||
| 1369 | #define ADC_SQR5_SQ5 ADC_SQR5_SQ5_Msk /*!< ADC group regular sequencer rank 5 */ |
||
| 1370 | #define ADC_SQR5_SQ5_0 (0x01UL << ADC_SQR5_SQ5_Pos) /*!< 0x00100000 */ |
||
| 1371 | #define ADC_SQR5_SQ5_1 (0x02UL << ADC_SQR5_SQ5_Pos) /*!< 0x00200000 */ |
||
| 1372 | #define ADC_SQR5_SQ5_2 (0x04UL << ADC_SQR5_SQ5_Pos) /*!< 0x00400000 */ |
||
| 1373 | #define ADC_SQR5_SQ5_3 (0x08UL << ADC_SQR5_SQ5_Pos) /*!< 0x00800000 */ |
||
| 1374 | #define ADC_SQR5_SQ5_4 (0x10UL << ADC_SQR5_SQ5_Pos) /*!< 0x01000000 */ |
||
| 1375 | |||
| 1376 | #define ADC_SQR5_SQ6_Pos (25U) |
||
| 1377 | #define ADC_SQR5_SQ6_Msk (0x1FUL << ADC_SQR5_SQ6_Pos) /*!< 0x3E000000 */ |
||
| 1378 | #define ADC_SQR5_SQ6 ADC_SQR5_SQ6_Msk /*!< ADC group regular sequencer rank 6 */ |
||
| 1379 | #define ADC_SQR5_SQ6_0 (0x01UL << ADC_SQR5_SQ6_Pos) /*!< 0x02000000 */ |
||
| 1380 | #define ADC_SQR5_SQ6_1 (0x02UL << ADC_SQR5_SQ6_Pos) /*!< 0x04000000 */ |
||
| 1381 | #define ADC_SQR5_SQ6_2 (0x04UL << ADC_SQR5_SQ6_Pos) /*!< 0x08000000 */ |
||
| 1382 | #define ADC_SQR5_SQ6_3 (0x08UL << ADC_SQR5_SQ6_Pos) /*!< 0x10000000 */ |
||
| 1383 | #define ADC_SQR5_SQ6_4 (0x10UL << ADC_SQR5_SQ6_Pos) /*!< 0x20000000 */ |
||
| 1384 | |||
| 1385 | |||
| 1386 | /******************* Bit definition for ADC_JSQR register *******************/ |
||
| 1387 | #define ADC_JSQR_JSQ1_Pos (0U) |
||
| 1388 | #define ADC_JSQR_JSQ1_Msk (0x1FUL << ADC_JSQR_JSQ1_Pos) /*!< 0x0000001F */ |
||
| 1389 | #define ADC_JSQR_JSQ1 ADC_JSQR_JSQ1_Msk /*!< ADC group injected sequencer rank 1 */ |
||
| 1390 | #define ADC_JSQR_JSQ1_0 (0x01UL << ADC_JSQR_JSQ1_Pos) /*!< 0x00000001 */ |
||
| 1391 | #define ADC_JSQR_JSQ1_1 (0x02UL << ADC_JSQR_JSQ1_Pos) /*!< 0x00000002 */ |
||
| 1392 | #define ADC_JSQR_JSQ1_2 (0x04UL << ADC_JSQR_JSQ1_Pos) /*!< 0x00000004 */ |
||
| 1393 | #define ADC_JSQR_JSQ1_3 (0x08UL << ADC_JSQR_JSQ1_Pos) /*!< 0x00000008 */ |
||
| 1394 | #define ADC_JSQR_JSQ1_4 (0x10UL << ADC_JSQR_JSQ1_Pos) /*!< 0x00000010 */ |
||
| 1395 | |||
| 1396 | #define ADC_JSQR_JSQ2_Pos (5U) |
||
| 1397 | #define ADC_JSQR_JSQ2_Msk (0x1FUL << ADC_JSQR_JSQ2_Pos) /*!< 0x000003E0 */ |
||
| 1398 | #define ADC_JSQR_JSQ2 ADC_JSQR_JSQ2_Msk /*!< ADC group injected sequencer rank 2 */ |
||
| 1399 | #define ADC_JSQR_JSQ2_0 (0x01UL << ADC_JSQR_JSQ2_Pos) /*!< 0x00000020 */ |
||
| 1400 | #define ADC_JSQR_JSQ2_1 (0x02UL << ADC_JSQR_JSQ2_Pos) /*!< 0x00000040 */ |
||
| 1401 | #define ADC_JSQR_JSQ2_2 (0x04UL << ADC_JSQR_JSQ2_Pos) /*!< 0x00000080 */ |
||
| 1402 | #define ADC_JSQR_JSQ2_3 (0x08UL << ADC_JSQR_JSQ2_Pos) /*!< 0x00000100 */ |
||
| 1403 | #define ADC_JSQR_JSQ2_4 (0x10UL << ADC_JSQR_JSQ2_Pos) /*!< 0x00000200 */ |
||
| 1404 | |||
| 1405 | #define ADC_JSQR_JSQ3_Pos (10U) |
||
| 1406 | #define ADC_JSQR_JSQ3_Msk (0x1FUL << ADC_JSQR_JSQ3_Pos) /*!< 0x00007C00 */ |
||
| 1407 | #define ADC_JSQR_JSQ3 ADC_JSQR_JSQ3_Msk /*!< ADC group injected sequencer rank 3 */ |
||
| 1408 | #define ADC_JSQR_JSQ3_0 (0x01UL << ADC_JSQR_JSQ3_Pos) /*!< 0x00000400 */ |
||
| 1409 | #define ADC_JSQR_JSQ3_1 (0x02UL << ADC_JSQR_JSQ3_Pos) /*!< 0x00000800 */ |
||
| 1410 | #define ADC_JSQR_JSQ3_2 (0x04UL << ADC_JSQR_JSQ3_Pos) /*!< 0x00001000 */ |
||
| 1411 | #define ADC_JSQR_JSQ3_3 (0x08UL << ADC_JSQR_JSQ3_Pos) /*!< 0x00002000 */ |
||
| 1412 | #define ADC_JSQR_JSQ3_4 (0x10UL << ADC_JSQR_JSQ3_Pos) /*!< 0x00004000 */ |
||
| 1413 | |||
| 1414 | #define ADC_JSQR_JSQ4_Pos (15U) |
||
| 1415 | #define ADC_JSQR_JSQ4_Msk (0x1FUL << ADC_JSQR_JSQ4_Pos) /*!< 0x000F8000 */ |
||
| 1416 | #define ADC_JSQR_JSQ4 ADC_JSQR_JSQ4_Msk /*!< ADC group injected sequencer rank 4 */ |
||
| 1417 | #define ADC_JSQR_JSQ4_0 (0x01UL << ADC_JSQR_JSQ4_Pos) /*!< 0x00008000 */ |
||
| 1418 | #define ADC_JSQR_JSQ4_1 (0x02UL << ADC_JSQR_JSQ4_Pos) /*!< 0x00010000 */ |
||
| 1419 | #define ADC_JSQR_JSQ4_2 (0x04UL << ADC_JSQR_JSQ4_Pos) /*!< 0x00020000 */ |
||
| 1420 | #define ADC_JSQR_JSQ4_3 (0x08UL << ADC_JSQR_JSQ4_Pos) /*!< 0x00040000 */ |
||
| 1421 | #define ADC_JSQR_JSQ4_4 (0x10UL << ADC_JSQR_JSQ4_Pos) /*!< 0x00080000 */ |
||
| 1422 | |||
| 1423 | #define ADC_JSQR_JL_Pos (20U) |
||
| 1424 | #define ADC_JSQR_JL_Msk (0x3UL << ADC_JSQR_JL_Pos) /*!< 0x00300000 */ |
||
| 1425 | #define ADC_JSQR_JL ADC_JSQR_JL_Msk /*!< ADC group injected sequencer scan length */ |
||
| 1426 | #define ADC_JSQR_JL_0 (0x1UL << ADC_JSQR_JL_Pos) /*!< 0x00100000 */ |
||
| 1427 | #define ADC_JSQR_JL_1 (0x2UL << ADC_JSQR_JL_Pos) /*!< 0x00200000 */ |
||
| 1428 | |||
| 1429 | /******************* Bit definition for ADC_JDR1 register *******************/ |
||
| 1430 | #define ADC_JDR1_JDATA_Pos (0U) |
||
| 1431 | #define ADC_JDR1_JDATA_Msk (0xFFFFUL << ADC_JDR1_JDATA_Pos) /*!< 0x0000FFFF */ |
||
| 1432 | #define ADC_JDR1_JDATA ADC_JDR1_JDATA_Msk /*!< ADC group injected sequencer rank 1 conversion data */ |
||
| 1433 | |||
| 1434 | /******************* Bit definition for ADC_JDR2 register *******************/ |
||
| 1435 | #define ADC_JDR2_JDATA_Pos (0U) |
||
| 1436 | #define ADC_JDR2_JDATA_Msk (0xFFFFUL << ADC_JDR2_JDATA_Pos) /*!< 0x0000FFFF */ |
||
| 1437 | #define ADC_JDR2_JDATA ADC_JDR2_JDATA_Msk /*!< ADC group injected sequencer rank 2 conversion data */ |
||
| 1438 | |||
| 1439 | /******************* Bit definition for ADC_JDR3 register *******************/ |
||
| 1440 | #define ADC_JDR3_JDATA_Pos (0U) |
||
| 1441 | #define ADC_JDR3_JDATA_Msk (0xFFFFUL << ADC_JDR3_JDATA_Pos) /*!< 0x0000FFFF */ |
||
| 1442 | #define ADC_JDR3_JDATA ADC_JDR3_JDATA_Msk /*!< ADC group injected sequencer rank 3 conversion data */ |
||
| 1443 | |||
| 1444 | /******************* Bit definition for ADC_JDR4 register *******************/ |
||
| 1445 | #define ADC_JDR4_JDATA_Pos (0U) |
||
| 1446 | #define ADC_JDR4_JDATA_Msk (0xFFFFUL << ADC_JDR4_JDATA_Pos) /*!< 0x0000FFFF */ |
||
| 1447 | #define ADC_JDR4_JDATA ADC_JDR4_JDATA_Msk /*!< ADC group injected sequencer rank 4 conversion data */ |
||
| 1448 | |||
| 1449 | /******************** Bit definition for ADC_DR register ********************/ |
||
| 1450 | #define ADC_DR_DATA_Pos (0U) |
||
| 1451 | #define ADC_DR_DATA_Msk (0xFFFFUL << ADC_DR_DATA_Pos) /*!< 0x0000FFFF */ |
||
| 1452 | #define ADC_DR_DATA ADC_DR_DATA_Msk /*!< ADC group regular conversion data */ |
||
| 1453 | |||
| 1454 | /******************* Bit definition for ADC_CSR register ********************/ |
||
| 1455 | #define ADC_CSR_AWD1_Pos (0U) |
||
| 1456 | #define ADC_CSR_AWD1_Msk (0x1UL << ADC_CSR_AWD1_Pos) /*!< 0x00000001 */ |
||
| 1457 | #define ADC_CSR_AWD1 ADC_CSR_AWD1_Msk /*!< ADC multimode master analog watchdog 1 flag */ |
||
| 1458 | #define ADC_CSR_EOCS1_Pos (1U) |
||
| 1459 | #define ADC_CSR_EOCS1_Msk (0x1UL << ADC_CSR_EOCS1_Pos) /*!< 0x00000002 */ |
||
| 1460 | #define ADC_CSR_EOCS1 ADC_CSR_EOCS1_Msk /*!< ADC multimode master group regular end of unitary conversion or end of sequence conversions flag */ |
||
| 1461 | #define ADC_CSR_JEOS1_Pos (2U) |
||
| 1462 | #define ADC_CSR_JEOS1_Msk (0x1UL << ADC_CSR_JEOS1_Pos) /*!< 0x00000004 */ |
||
| 1463 | #define ADC_CSR_JEOS1 ADC_CSR_JEOS1_Msk /*!< ADC multimode master group injected end of sequence conversions flag */ |
||
| 1464 | #define ADC_CSR_JSTRT1_Pos (3U) |
||
| 1465 | #define ADC_CSR_JSTRT1_Msk (0x1UL << ADC_CSR_JSTRT1_Pos) /*!< 0x00000008 */ |
||
| 1466 | #define ADC_CSR_JSTRT1 ADC_CSR_JSTRT1_Msk /*!< ADC multimode master group injected conversion start flag */ |
||
| 1467 | #define ADC_CSR_STRT1_Pos (4U) |
||
| 1468 | #define ADC_CSR_STRT1_Msk (0x1UL << ADC_CSR_STRT1_Pos) /*!< 0x00000010 */ |
||
| 1469 | #define ADC_CSR_STRT1 ADC_CSR_STRT1_Msk /*!< ADC multimode master group regular conversion start flag */ |
||
| 1470 | #define ADC_CSR_OVR1_Pos (5U) |
||
| 1471 | #define ADC_CSR_OVR1_Msk (0x1UL << ADC_CSR_OVR1_Pos) /*!< 0x00000020 */ |
||
| 1472 | #define ADC_CSR_OVR1 ADC_CSR_OVR1_Msk /*!< ADC multimode master group regular overrun flag */ |
||
| 1473 | #define ADC_CSR_ADONS1_Pos (6U) |
||
| 1474 | #define ADC_CSR_ADONS1_Msk (0x1UL << ADC_CSR_ADONS1_Pos) /*!< 0x00000040 */ |
||
| 1475 | #define ADC_CSR_ADONS1 ADC_CSR_ADONS1_Msk /*!< ADC multimode master ready flag */ |
||
| 1476 | |||
| 1477 | /* Legacy defines */ |
||
| 1478 | #define ADC_CSR_EOC1 (ADC_CSR_EOCS1) |
||
| 1479 | #define ADC_CSR_JEOC1 (ADC_CSR_JEOS1) |
||
| 1480 | |||
| 1481 | /******************* Bit definition for ADC_CCR register ********************/ |
||
| 1482 | #define ADC_CCR_ADCPRE_Pos (16U) |
||
| 1483 | #define ADC_CCR_ADCPRE_Msk (0x3UL << ADC_CCR_ADCPRE_Pos) /*!< 0x00030000 */ |
||
| 1484 | #define ADC_CCR_ADCPRE ADC_CCR_ADCPRE_Msk /*!< ADC clock source asynchronous prescaler */ |
||
| 1485 | #define ADC_CCR_ADCPRE_0 (0x1UL << ADC_CCR_ADCPRE_Pos) /*!< 0x00010000 */ |
||
| 1486 | #define ADC_CCR_ADCPRE_1 (0x2UL << ADC_CCR_ADCPRE_Pos) /*!< 0x00020000 */ |
||
| 1487 | #define ADC_CCR_TSVREFE_Pos (23U) |
||
| 1488 | #define ADC_CCR_TSVREFE_Msk (0x1UL << ADC_CCR_TSVREFE_Pos) /*!< 0x00800000 */ |
||
| 1489 | #define ADC_CCR_TSVREFE ADC_CCR_TSVREFE_Msk /*!< ADC internal path to VrefInt and temperature sensor enable */ |
||
| 1490 | |||
| 1491 | /******************************************************************************/ |
||
| 1492 | /* */ |
||
| 1493 | /* Analog Comparators (COMP) */ |
||
| 1494 | /* */ |
||
| 1495 | /******************************************************************************/ |
||
| 1496 | |||
| 1497 | /****************** Bit definition for COMP_CSR register ********************/ |
||
| 1498 | #define COMP_CSR_10KPU (0x00000001U) /*!< Comparator 1 input plus 10K pull-up resistor */ |
||
| 1499 | #define COMP_CSR_400KPU (0x00000002U) /*!< Comparator 1 input plus 400K pull-up resistor */ |
||
| 1500 | #define COMP_CSR_10KPD (0x00000004U) /*!< Comparator 1 input plus 10K pull-down resistor */ |
||
| 1501 | #define COMP_CSR_400KPD (0x00000008U) /*!< Comparator 1 input plus 400K pull-down resistor */ |
||
| 1502 | #define COMP_CSR_CMP1EN_Pos (4U) |
||
| 1503 | #define COMP_CSR_CMP1EN_Msk (0x1UL << COMP_CSR_CMP1EN_Pos) /*!< 0x00000010 */ |
||
| 1504 | #define COMP_CSR_CMP1EN COMP_CSR_CMP1EN_Msk /*!< Comparator 1 enable */ |
||
| 1505 | #define COMP_CSR_CMP1OUT_Pos (7U) |
||
| 1506 | #define COMP_CSR_CMP1OUT_Msk (0x1UL << COMP_CSR_CMP1OUT_Pos) /*!< 0x00000080 */ |
||
| 1507 | #define COMP_CSR_CMP1OUT COMP_CSR_CMP1OUT_Msk /*!< Comparator 1 output level */ |
||
| 1508 | #define COMP_CSR_SPEED_Pos (12U) |
||
| 1509 | #define COMP_CSR_SPEED_Msk (0x1UL << COMP_CSR_SPEED_Pos) /*!< 0x00001000 */ |
||
| 1510 | #define COMP_CSR_SPEED COMP_CSR_SPEED_Msk /*!< Comparator 2 power mode */ |
||
| 1511 | #define COMP_CSR_CMP2OUT_Pos (13U) |
||
| 1512 | #define COMP_CSR_CMP2OUT_Msk (0x1UL << COMP_CSR_CMP2OUT_Pos) /*!< 0x00002000 */ |
||
| 1513 | #define COMP_CSR_CMP2OUT COMP_CSR_CMP2OUT_Msk /*!< Comparator 2 output level */ |
||
| 1514 | |||
| 1515 | #define COMP_CSR_WNDWE_Pos (17U) |
||
| 1516 | #define COMP_CSR_WNDWE_Msk (0x1UL << COMP_CSR_WNDWE_Pos) /*!< 0x00020000 */ |
||
| 1517 | #define COMP_CSR_WNDWE COMP_CSR_WNDWE_Msk /*!< Pair of comparators window mode. Bit intended to be used with COMP common instance (COMP_Common_TypeDef) */ |
||
| 1518 | |||
| 1519 | #define COMP_CSR_INSEL_Pos (18U) |
||
| 1520 | #define COMP_CSR_INSEL_Msk (0x7UL << COMP_CSR_INSEL_Pos) /*!< 0x001C0000 */ |
||
| 1521 | #define COMP_CSR_INSEL COMP_CSR_INSEL_Msk /*!< Comparator 2 input minus selection */ |
||
| 1522 | #define COMP_CSR_INSEL_0 (0x1UL << COMP_CSR_INSEL_Pos) /*!< 0x00040000 */ |
||
| 1523 | #define COMP_CSR_INSEL_1 (0x2UL << COMP_CSR_INSEL_Pos) /*!< 0x00080000 */ |
||
| 1524 | #define COMP_CSR_INSEL_2 (0x4UL << COMP_CSR_INSEL_Pos) /*!< 0x00100000 */ |
||
| 1525 | #define COMP_CSR_OUTSEL_Pos (21U) |
||
| 1526 | #define COMP_CSR_OUTSEL_Msk (0x7UL << COMP_CSR_OUTSEL_Pos) /*!< 0x00E00000 */ |
||
| 1527 | #define COMP_CSR_OUTSEL COMP_CSR_OUTSEL_Msk /*!< Comparator 2 output redirection */ |
||
| 1528 | #define COMP_CSR_OUTSEL_0 (0x1UL << COMP_CSR_OUTSEL_Pos) /*!< 0x00200000 */ |
||
| 1529 | #define COMP_CSR_OUTSEL_1 (0x2UL << COMP_CSR_OUTSEL_Pos) /*!< 0x00400000 */ |
||
| 1530 | #define COMP_CSR_OUTSEL_2 (0x4UL << COMP_CSR_OUTSEL_Pos) /*!< 0x00800000 */ |
||
| 1531 | |||
| 1532 | /* Bits present in COMP register but not related to comparator */ |
||
| 1533 | /* (or partially related to comparator, in addition to other peripherals) */ |
||
| 1534 | #define COMP_CSR_VREFOUTEN_Pos (16U) |
||
| 1535 | #define COMP_CSR_VREFOUTEN_Msk (0x1UL << COMP_CSR_VREFOUTEN_Pos) /*!< 0x00010000 */ |
||
| 1536 | #define COMP_CSR_VREFOUTEN COMP_CSR_VREFOUTEN_Msk /*!< VrefInt output enable on GPIO group 3 */ |
||
| 1537 | |||
| 1538 | /******************************************************************************/ |
||
| 1539 | /* */ |
||
| 1540 | /* CRC calculation unit (CRC) */ |
||
| 1541 | /* */ |
||
| 1542 | /******************************************************************************/ |
||
| 1543 | |||
| 1544 | /******************* Bit definition for CRC_DR register *********************/ |
||
| 1545 | #define CRC_DR_DR_Pos (0U) |
||
| 1546 | #define CRC_DR_DR_Msk (0xFFFFFFFFUL << CRC_DR_DR_Pos) /*!< 0xFFFFFFFF */ |
||
| 1547 | #define CRC_DR_DR CRC_DR_DR_Msk /*!< Data register bits */ |
||
| 1548 | |||
| 1549 | /******************* Bit definition for CRC_IDR register ********************/ |
||
| 1550 | #define CRC_IDR_IDR_Pos (0U) |
||
| 1551 | #define CRC_IDR_IDR_Msk (0xFFUL << CRC_IDR_IDR_Pos) /*!< 0x000000FF */ |
||
| 1552 | #define CRC_IDR_IDR CRC_IDR_IDR_Msk /*!< General-purpose 8-bit data register bits */ |
||
| 1553 | |||
| 1554 | /******************** Bit definition for CRC_CR register ********************/ |
||
| 1555 | #define CRC_CR_RESET_Pos (0U) |
||
| 1556 | #define CRC_CR_RESET_Msk (0x1UL << CRC_CR_RESET_Pos) /*!< 0x00000001 */ |
||
| 1557 | #define CRC_CR_RESET CRC_CR_RESET_Msk /*!< RESET bit */ |
||
| 1558 | |||
| 1559 | /******************************************************************************/ |
||
| 1560 | /* */ |
||
| 1561 | /* Digital to Analog Converter (DAC) */ |
||
| 1562 | /* */ |
||
| 1563 | /******************************************************************************/ |
||
| 1564 | |||
| 1565 | /******************** Bit definition for DAC_CR register ********************/ |
||
| 1566 | #define DAC_CR_EN1_Pos (0U) |
||
| 1567 | #define DAC_CR_EN1_Msk (0x1UL << DAC_CR_EN1_Pos) /*!< 0x00000001 */ |
||
| 1568 | #define DAC_CR_EN1 DAC_CR_EN1_Msk /*!<DAC channel1 enable */ |
||
| 1569 | #define DAC_CR_BOFF1_Pos (1U) |
||
| 1570 | #define DAC_CR_BOFF1_Msk (0x1UL << DAC_CR_BOFF1_Pos) /*!< 0x00000002 */ |
||
| 1571 | #define DAC_CR_BOFF1 DAC_CR_BOFF1_Msk /*!<DAC channel1 output buffer disable */ |
||
| 1572 | #define DAC_CR_TEN1_Pos (2U) |
||
| 1573 | #define DAC_CR_TEN1_Msk (0x1UL << DAC_CR_TEN1_Pos) /*!< 0x00000004 */ |
||
| 1574 | #define DAC_CR_TEN1 DAC_CR_TEN1_Msk /*!<DAC channel1 Trigger enable */ |
||
| 1575 | |||
| 1576 | #define DAC_CR_TSEL1_Pos (3U) |
||
| 1577 | #define DAC_CR_TSEL1_Msk (0x7UL << DAC_CR_TSEL1_Pos) /*!< 0x00000038 */ |
||
| 1578 | #define DAC_CR_TSEL1 DAC_CR_TSEL1_Msk /*!<TSEL1[2:0] (DAC channel1 Trigger selection) */ |
||
| 1579 | #define DAC_CR_TSEL1_0 (0x1UL << DAC_CR_TSEL1_Pos) /*!< 0x00000008 */ |
||
| 1580 | #define DAC_CR_TSEL1_1 (0x2UL << DAC_CR_TSEL1_Pos) /*!< 0x00000010 */ |
||
| 1581 | #define DAC_CR_TSEL1_2 (0x4UL << DAC_CR_TSEL1_Pos) /*!< 0x00000020 */ |
||
| 1582 | |||
| 1583 | #define DAC_CR_WAVE1_Pos (6U) |
||
| 1584 | #define DAC_CR_WAVE1_Msk (0x3UL << DAC_CR_WAVE1_Pos) /*!< 0x000000C0 */ |
||
| 1585 | #define DAC_CR_WAVE1 DAC_CR_WAVE1_Msk /*!<WAVE1[1:0] (DAC channel1 noise/triangle wave generation enable) */ |
||
| 1586 | #define DAC_CR_WAVE1_0 (0x1UL << DAC_CR_WAVE1_Pos) /*!< 0x00000040 */ |
||
| 1587 | #define DAC_CR_WAVE1_1 (0x2UL << DAC_CR_WAVE1_Pos) /*!< 0x00000080 */ |
||
| 1588 | |||
| 1589 | #define DAC_CR_MAMP1_Pos (8U) |
||
| 1590 | #define DAC_CR_MAMP1_Msk (0xFUL << DAC_CR_MAMP1_Pos) /*!< 0x00000F00 */ |
||
| 1591 | #define DAC_CR_MAMP1 DAC_CR_MAMP1_Msk /*!<MAMP1[3:0] (DAC channel1 Mask/Amplitude selector) */ |
||
| 1592 | #define DAC_CR_MAMP1_0 (0x1UL << DAC_CR_MAMP1_Pos) /*!< 0x00000100 */ |
||
| 1593 | #define DAC_CR_MAMP1_1 (0x2UL << DAC_CR_MAMP1_Pos) /*!< 0x00000200 */ |
||
| 1594 | #define DAC_CR_MAMP1_2 (0x4UL << DAC_CR_MAMP1_Pos) /*!< 0x00000400 */ |
||
| 1595 | #define DAC_CR_MAMP1_3 (0x8UL << DAC_CR_MAMP1_Pos) /*!< 0x00000800 */ |
||
| 1596 | |||
| 1597 | #define DAC_CR_DMAEN1_Pos (12U) |
||
| 1598 | #define DAC_CR_DMAEN1_Msk (0x1UL << DAC_CR_DMAEN1_Pos) /*!< 0x00001000 */ |
||
| 1599 | #define DAC_CR_DMAEN1 DAC_CR_DMAEN1_Msk /*!<DAC channel1 DMA enable */ |
||
| 1600 | #define DAC_CR_DMAUDRIE1_Pos (13U) |
||
| 1601 | #define DAC_CR_DMAUDRIE1_Msk (0x1UL << DAC_CR_DMAUDRIE1_Pos) /*!< 0x00002000 */ |
||
| 1602 | #define DAC_CR_DMAUDRIE1 DAC_CR_DMAUDRIE1_Msk /*!<DAC channel1 DMA Interrupt enable */ |
||
| 1603 | #define DAC_CR_EN2_Pos (16U) |
||
| 1604 | #define DAC_CR_EN2_Msk (0x1UL << DAC_CR_EN2_Pos) /*!< 0x00010000 */ |
||
| 1605 | #define DAC_CR_EN2 DAC_CR_EN2_Msk /*!<DAC channel2 enable */ |
||
| 1606 | #define DAC_CR_BOFF2_Pos (17U) |
||
| 1607 | #define DAC_CR_BOFF2_Msk (0x1UL << DAC_CR_BOFF2_Pos) /*!< 0x00020000 */ |
||
| 1608 | #define DAC_CR_BOFF2 DAC_CR_BOFF2_Msk /*!<DAC channel2 output buffer disable */ |
||
| 1609 | #define DAC_CR_TEN2_Pos (18U) |
||
| 1610 | #define DAC_CR_TEN2_Msk (0x1UL << DAC_CR_TEN2_Pos) /*!< 0x00040000 */ |
||
| 1611 | #define DAC_CR_TEN2 DAC_CR_TEN2_Msk /*!<DAC channel2 Trigger enable */ |
||
| 1612 | |||
| 1613 | #define DAC_CR_TSEL2_Pos (19U) |
||
| 1614 | #define DAC_CR_TSEL2_Msk (0x7UL << DAC_CR_TSEL2_Pos) /*!< 0x00380000 */ |
||
| 1615 | #define DAC_CR_TSEL2 DAC_CR_TSEL2_Msk /*!<TSEL2[2:0] (DAC channel2 Trigger selection) */ |
||
| 1616 | #define DAC_CR_TSEL2_0 (0x1UL << DAC_CR_TSEL2_Pos) /*!< 0x00080000 */ |
||
| 1617 | #define DAC_CR_TSEL2_1 (0x2UL << DAC_CR_TSEL2_Pos) /*!< 0x00100000 */ |
||
| 1618 | #define DAC_CR_TSEL2_2 (0x4UL << DAC_CR_TSEL2_Pos) /*!< 0x00200000 */ |
||
| 1619 | |||
| 1620 | #define DAC_CR_WAVE2_Pos (22U) |
||
| 1621 | #define DAC_CR_WAVE2_Msk (0x3UL << DAC_CR_WAVE2_Pos) /*!< 0x00C00000 */ |
||
| 1622 | #define DAC_CR_WAVE2 DAC_CR_WAVE2_Msk /*!<WAVE2[1:0] (DAC channel2 noise/triangle wave generation enable) */ |
||
| 1623 | #define DAC_CR_WAVE2_0 (0x1UL << DAC_CR_WAVE2_Pos) /*!< 0x00400000 */ |
||
| 1624 | #define DAC_CR_WAVE2_1 (0x2UL << DAC_CR_WAVE2_Pos) /*!< 0x00800000 */ |
||
| 1625 | |||
| 1626 | #define DAC_CR_MAMP2_Pos (24U) |
||
| 1627 | #define DAC_CR_MAMP2_Msk (0xFUL << DAC_CR_MAMP2_Pos) /*!< 0x0F000000 */ |
||
| 1628 | #define DAC_CR_MAMP2 DAC_CR_MAMP2_Msk /*!<MAMP2[3:0] (DAC channel2 Mask/Amplitude selector) */ |
||
| 1629 | #define DAC_CR_MAMP2_0 (0x1UL << DAC_CR_MAMP2_Pos) /*!< 0x01000000 */ |
||
| 1630 | #define DAC_CR_MAMP2_1 (0x2UL << DAC_CR_MAMP2_Pos) /*!< 0x02000000 */ |
||
| 1631 | #define DAC_CR_MAMP2_2 (0x4UL << DAC_CR_MAMP2_Pos) /*!< 0x04000000 */ |
||
| 1632 | #define DAC_CR_MAMP2_3 (0x8UL << DAC_CR_MAMP2_Pos) /*!< 0x08000000 */ |
||
| 1633 | |||
| 1634 | #define DAC_CR_DMAEN2_Pos (28U) |
||
| 1635 | #define DAC_CR_DMAEN2_Msk (0x1UL << DAC_CR_DMAEN2_Pos) /*!< 0x10000000 */ |
||
| 1636 | #define DAC_CR_DMAEN2 DAC_CR_DMAEN2_Msk /*!<DAC channel2 DMA enabled */ |
||
| 1637 | #define DAC_CR_DMAUDRIE2_Pos (29U) |
||
| 1638 | #define DAC_CR_DMAUDRIE2_Msk (0x1UL << DAC_CR_DMAUDRIE2_Pos) /*!< 0x20000000 */ |
||
| 1639 | #define DAC_CR_DMAUDRIE2 DAC_CR_DMAUDRIE2_Msk /*!<DAC channel2 DMA underrun interrupt enable */ |
||
| 1640 | /***************** Bit definition for DAC_SWTRIGR register ******************/ |
||
| 1641 | #define DAC_SWTRIGR_SWTRIG1_Pos (0U) |
||
| 1642 | #define DAC_SWTRIGR_SWTRIG1_Msk (0x1UL << DAC_SWTRIGR_SWTRIG1_Pos) /*!< 0x00000001 */ |
||
| 1643 | #define DAC_SWTRIGR_SWTRIG1 DAC_SWTRIGR_SWTRIG1_Msk /*!<DAC channel1 software trigger */ |
||
| 1644 | #define DAC_SWTRIGR_SWTRIG2_Pos (1U) |
||
| 1645 | #define DAC_SWTRIGR_SWTRIG2_Msk (0x1UL << DAC_SWTRIGR_SWTRIG2_Pos) /*!< 0x00000002 */ |
||
| 1646 | #define DAC_SWTRIGR_SWTRIG2 DAC_SWTRIGR_SWTRIG2_Msk /*!<DAC channel2 software trigger */ |
||
| 1647 | |||
| 1648 | /***************** Bit definition for DAC_DHR12R1 register ******************/ |
||
| 1649 | #define DAC_DHR12R1_DACC1DHR_Pos (0U) |
||
| 1650 | #define DAC_DHR12R1_DACC1DHR_Msk (0xFFFUL << DAC_DHR12R1_DACC1DHR_Pos) /*!< 0x00000FFF */ |
||
| 1651 | #define DAC_DHR12R1_DACC1DHR DAC_DHR12R1_DACC1DHR_Msk /*!<DAC channel1 12-bit Right aligned data */ |
||
| 1652 | |||
| 1653 | /***************** Bit definition for DAC_DHR12L1 register ******************/ |
||
| 1654 | #define DAC_DHR12L1_DACC1DHR_Pos (4U) |
||
| 1655 | #define DAC_DHR12L1_DACC1DHR_Msk (0xFFFUL << DAC_DHR12L1_DACC1DHR_Pos) /*!< 0x0000FFF0 */ |
||
| 1656 | #define DAC_DHR12L1_DACC1DHR DAC_DHR12L1_DACC1DHR_Msk /*!<DAC channel1 12-bit Left aligned data */ |
||
| 1657 | |||
| 1658 | /****************** Bit definition for DAC_DHR8R1 register ******************/ |
||
| 1659 | #define DAC_DHR8R1_DACC1DHR_Pos (0U) |
||
| 1660 | #define DAC_DHR8R1_DACC1DHR_Msk (0xFFUL << DAC_DHR8R1_DACC1DHR_Pos) /*!< 0x000000FF */ |
||
| 1661 | #define DAC_DHR8R1_DACC1DHR DAC_DHR8R1_DACC1DHR_Msk /*!<DAC channel1 8-bit Right aligned data */ |
||
| 1662 | |||
| 1663 | /***************** Bit definition for DAC_DHR12R2 register ******************/ |
||
| 1664 | #define DAC_DHR12R2_DACC2DHR_Pos (0U) |
||
| 1665 | #define DAC_DHR12R2_DACC2DHR_Msk (0xFFFUL << DAC_DHR12R2_DACC2DHR_Pos) /*!< 0x00000FFF */ |
||
| 1666 | #define DAC_DHR12R2_DACC2DHR DAC_DHR12R2_DACC2DHR_Msk /*!<DAC channel2 12-bit Right aligned data */ |
||
| 1667 | |||
| 1668 | /***************** Bit definition for DAC_DHR12L2 register ******************/ |
||
| 1669 | #define DAC_DHR12L2_DACC2DHR_Pos (4U) |
||
| 1670 | #define DAC_DHR12L2_DACC2DHR_Msk (0xFFFUL << DAC_DHR12L2_DACC2DHR_Pos) /*!< 0x0000FFF0 */ |
||
| 1671 | #define DAC_DHR12L2_DACC2DHR DAC_DHR12L2_DACC2DHR_Msk /*!<DAC channel2 12-bit Left aligned data */ |
||
| 1672 | |||
| 1673 | /****************** Bit definition for DAC_DHR8R2 register ******************/ |
||
| 1674 | #define DAC_DHR8R2_DACC2DHR_Pos (0U) |
||
| 1675 | #define DAC_DHR8R2_DACC2DHR_Msk (0xFFUL << DAC_DHR8R2_DACC2DHR_Pos) /*!< 0x000000FF */ |
||
| 1676 | #define DAC_DHR8R2_DACC2DHR DAC_DHR8R2_DACC2DHR_Msk /*!<DAC channel2 8-bit Right aligned data */ |
||
| 1677 | |||
| 1678 | /***************** Bit definition for DAC_DHR12RD register ******************/ |
||
| 1679 | #define DAC_DHR12RD_DACC1DHR_Pos (0U) |
||
| 1680 | #define DAC_DHR12RD_DACC1DHR_Msk (0xFFFUL << DAC_DHR12RD_DACC1DHR_Pos) /*!< 0x00000FFF */ |
||
| 1681 | #define DAC_DHR12RD_DACC1DHR DAC_DHR12RD_DACC1DHR_Msk /*!<DAC channel1 12-bit Right aligned data */ |
||
| 1682 | #define DAC_DHR12RD_DACC2DHR_Pos (16U) |
||
| 1683 | #define DAC_DHR12RD_DACC2DHR_Msk (0xFFFUL << DAC_DHR12RD_DACC2DHR_Pos) /*!< 0x0FFF0000 */ |
||
| 1684 | #define DAC_DHR12RD_DACC2DHR DAC_DHR12RD_DACC2DHR_Msk /*!<DAC channel2 12-bit Right aligned data */ |
||
| 1685 | |||
| 1686 | /***************** Bit definition for DAC_DHR12LD register ******************/ |
||
| 1687 | #define DAC_DHR12LD_DACC1DHR_Pos (4U) |
||
| 1688 | #define DAC_DHR12LD_DACC1DHR_Msk (0xFFFUL << DAC_DHR12LD_DACC1DHR_Pos) /*!< 0x0000FFF0 */ |
||
| 1689 | #define DAC_DHR12LD_DACC1DHR DAC_DHR12LD_DACC1DHR_Msk /*!<DAC channel1 12-bit Left aligned data */ |
||
| 1690 | #define DAC_DHR12LD_DACC2DHR_Pos (20U) |
||
| 1691 | #define DAC_DHR12LD_DACC2DHR_Msk (0xFFFUL << DAC_DHR12LD_DACC2DHR_Pos) /*!< 0xFFF00000 */ |
||
| 1692 | #define DAC_DHR12LD_DACC2DHR DAC_DHR12LD_DACC2DHR_Msk /*!<DAC channel2 12-bit Left aligned data */ |
||
| 1693 | |||
| 1694 | /****************** Bit definition for DAC_DHR8RD register ******************/ |
||
| 1695 | #define DAC_DHR8RD_DACC1DHR_Pos (0U) |
||
| 1696 | #define DAC_DHR8RD_DACC1DHR_Msk (0xFFUL << DAC_DHR8RD_DACC1DHR_Pos) /*!< 0x000000FF */ |
||
| 1697 | #define DAC_DHR8RD_DACC1DHR DAC_DHR8RD_DACC1DHR_Msk /*!<DAC channel1 8-bit Right aligned data */ |
||
| 1698 | #define DAC_DHR8RD_DACC2DHR_Pos (8U) |
||
| 1699 | #define DAC_DHR8RD_DACC2DHR_Msk (0xFFUL << DAC_DHR8RD_DACC2DHR_Pos) /*!< 0x0000FF00 */ |
||
| 1700 | #define DAC_DHR8RD_DACC2DHR DAC_DHR8RD_DACC2DHR_Msk /*!<DAC channel2 8-bit Right aligned data */ |
||
| 1701 | |||
| 1702 | /******************* Bit definition for DAC_DOR1 register *******************/ |
||
| 1703 | #define DAC_DOR1_DACC1DOR_Pos (0U) |
||
| 1704 | #define DAC_DOR1_DACC1DOR_Msk (0xFFFUL << DAC_DOR1_DACC1DOR_Pos) /*!< 0x00000FFF */ |
||
| 1705 | #define DAC_DOR1_DACC1DOR DAC_DOR1_DACC1DOR_Msk /*!<DAC channel1 data output */ |
||
| 1706 | |||
| 1707 | /******************* Bit definition for DAC_DOR2 register *******************/ |
||
| 1708 | #define DAC_DOR2_DACC2DOR_Pos (0U) |
||
| 1709 | #define DAC_DOR2_DACC2DOR_Msk (0xFFFUL << DAC_DOR2_DACC2DOR_Pos) /*!< 0x00000FFF */ |
||
| 1710 | #define DAC_DOR2_DACC2DOR DAC_DOR2_DACC2DOR_Msk /*!<DAC channel2 data output */ |
||
| 1711 | |||
| 1712 | /******************** Bit definition for DAC_SR register ********************/ |
||
| 1713 | #define DAC_SR_DMAUDR1_Pos (13U) |
||
| 1714 | #define DAC_SR_DMAUDR1_Msk (0x1UL << DAC_SR_DMAUDR1_Pos) /*!< 0x00002000 */ |
||
| 1715 | #define DAC_SR_DMAUDR1 DAC_SR_DMAUDR1_Msk /*!<DAC channel1 DMA underrun flag */ |
||
| 1716 | #define DAC_SR_DMAUDR2_Pos (29U) |
||
| 1717 | #define DAC_SR_DMAUDR2_Msk (0x1UL << DAC_SR_DMAUDR2_Pos) /*!< 0x20000000 */ |
||
| 1718 | #define DAC_SR_DMAUDR2 DAC_SR_DMAUDR2_Msk /*!<DAC channel2 DMA underrun flag */ |
||
| 1719 | |||
| 1720 | /******************************************************************************/ |
||
| 1721 | /* */ |
||
| 1722 | /* Debug MCU (DBGMCU) */ |
||
| 1723 | /* */ |
||
| 1724 | /******************************************************************************/ |
||
| 1725 | |||
| 1726 | /**************** Bit definition for DBGMCU_IDCODE register *****************/ |
||
| 1727 | #define DBGMCU_IDCODE_DEV_ID_Pos (0U) |
||
| 1728 | #define DBGMCU_IDCODE_DEV_ID_Msk (0xFFFUL << DBGMCU_IDCODE_DEV_ID_Pos) /*!< 0x00000FFF */ |
||
| 1729 | #define DBGMCU_IDCODE_DEV_ID DBGMCU_IDCODE_DEV_ID_Msk /*!< Device Identifier */ |
||
| 1730 | |||
| 1731 | #define DBGMCU_IDCODE_REV_ID_Pos (16U) |
||
| 1732 | #define DBGMCU_IDCODE_REV_ID_Msk (0xFFFFUL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0xFFFF0000 */ |
||
| 1733 | #define DBGMCU_IDCODE_REV_ID DBGMCU_IDCODE_REV_ID_Msk /*!< REV_ID[15:0] bits (Revision Identifier) */ |
||
| 1734 | #define DBGMCU_IDCODE_REV_ID_0 (0x0001UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x00010000 */ |
||
| 1735 | #define DBGMCU_IDCODE_REV_ID_1 (0x0002UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x00020000 */ |
||
| 1736 | #define DBGMCU_IDCODE_REV_ID_2 (0x0004UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x00040000 */ |
||
| 1737 | #define DBGMCU_IDCODE_REV_ID_3 (0x0008UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x00080000 */ |
||
| 1738 | #define DBGMCU_IDCODE_REV_ID_4 (0x0010UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x00100000 */ |
||
| 1739 | #define DBGMCU_IDCODE_REV_ID_5 (0x0020UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x00200000 */ |
||
| 1740 | #define DBGMCU_IDCODE_REV_ID_6 (0x0040UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x00400000 */ |
||
| 1741 | #define DBGMCU_IDCODE_REV_ID_7 (0x0080UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x00800000 */ |
||
| 1742 | #define DBGMCU_IDCODE_REV_ID_8 (0x0100UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x01000000 */ |
||
| 1743 | #define DBGMCU_IDCODE_REV_ID_9 (0x0200UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x02000000 */ |
||
| 1744 | #define DBGMCU_IDCODE_REV_ID_10 (0x0400UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x04000000 */ |
||
| 1745 | #define DBGMCU_IDCODE_REV_ID_11 (0x0800UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x08000000 */ |
||
| 1746 | #define DBGMCU_IDCODE_REV_ID_12 (0x1000UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x10000000 */ |
||
| 1747 | #define DBGMCU_IDCODE_REV_ID_13 (0x2000UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x20000000 */ |
||
| 1748 | #define DBGMCU_IDCODE_REV_ID_14 (0x4000UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x40000000 */ |
||
| 1749 | #define DBGMCU_IDCODE_REV_ID_15 (0x8000UL << DBGMCU_IDCODE_REV_ID_Pos) /*!< 0x80000000 */ |
||
| 1750 | |||
| 1751 | /****************** Bit definition for DBGMCU_CR register *******************/ |
||
| 1752 | #define DBGMCU_CR_DBG_SLEEP_Pos (0U) |
||
| 1753 | #define DBGMCU_CR_DBG_SLEEP_Msk (0x1UL << DBGMCU_CR_DBG_SLEEP_Pos) /*!< 0x00000001 */ |
||
| 1754 | #define DBGMCU_CR_DBG_SLEEP DBGMCU_CR_DBG_SLEEP_Msk /*!< Debug Sleep Mode */ |
||
| 1755 | #define DBGMCU_CR_DBG_STOP_Pos (1U) |
||
| 1756 | #define DBGMCU_CR_DBG_STOP_Msk (0x1UL << DBGMCU_CR_DBG_STOP_Pos) /*!< 0x00000002 */ |
||
| 1757 | #define DBGMCU_CR_DBG_STOP DBGMCU_CR_DBG_STOP_Msk /*!< Debug Stop Mode */ |
||
| 1758 | #define DBGMCU_CR_DBG_STANDBY_Pos (2U) |
||
| 1759 | #define DBGMCU_CR_DBG_STANDBY_Msk (0x1UL << DBGMCU_CR_DBG_STANDBY_Pos) /*!< 0x00000004 */ |
||
| 1760 | #define DBGMCU_CR_DBG_STANDBY DBGMCU_CR_DBG_STANDBY_Msk /*!< Debug Standby mode */ |
||
| 1761 | #define DBGMCU_CR_TRACE_IOEN_Pos (5U) |
||
| 1762 | #define DBGMCU_CR_TRACE_IOEN_Msk (0x1UL << DBGMCU_CR_TRACE_IOEN_Pos) /*!< 0x00000020 */ |
||
| 1763 | #define DBGMCU_CR_TRACE_IOEN DBGMCU_CR_TRACE_IOEN_Msk /*!< Trace Pin Assignment Control */ |
||
| 1764 | |||
| 1765 | #define DBGMCU_CR_TRACE_MODE_Pos (6U) |
||
| 1766 | #define DBGMCU_CR_TRACE_MODE_Msk (0x3UL << DBGMCU_CR_TRACE_MODE_Pos) /*!< 0x000000C0 */ |
||
| 1767 | #define DBGMCU_CR_TRACE_MODE DBGMCU_CR_TRACE_MODE_Msk /*!< TRACE_MODE[1:0] bits (Trace Pin Assignment Control) */ |
||
| 1768 | #define DBGMCU_CR_TRACE_MODE_0 (0x1UL << DBGMCU_CR_TRACE_MODE_Pos) /*!< 0x00000040 */ |
||
| 1769 | #define DBGMCU_CR_TRACE_MODE_1 (0x2UL << DBGMCU_CR_TRACE_MODE_Pos) /*!< 0x00000080 */ |
||
| 1770 | |||
| 1771 | /****************** Bit definition for DBGMCU_APB1_FZ register **************/ |
||
| 1772 | |||
| 1773 | #define DBGMCU_APB1_FZ_DBG_TIM2_STOP_Pos (0U) |
||
| 1774 | #define DBGMCU_APB1_FZ_DBG_TIM2_STOP_Msk (0x1UL << DBGMCU_APB1_FZ_DBG_TIM2_STOP_Pos) /*!< 0x00000001 */ |
||
| 1775 | #define DBGMCU_APB1_FZ_DBG_TIM2_STOP DBGMCU_APB1_FZ_DBG_TIM2_STOP_Msk /*!< TIM2 counter stopped when core is halted */ |
||
| 1776 | #define DBGMCU_APB1_FZ_DBG_TIM3_STOP_Pos (1U) |
||
| 1777 | #define DBGMCU_APB1_FZ_DBG_TIM3_STOP_Msk (0x1UL << DBGMCU_APB1_FZ_DBG_TIM3_STOP_Pos) /*!< 0x00000002 */ |
||
| 1778 | #define DBGMCU_APB1_FZ_DBG_TIM3_STOP DBGMCU_APB1_FZ_DBG_TIM3_STOP_Msk /*!< TIM3 counter stopped when core is halted */ |
||
| 1779 | #define DBGMCU_APB1_FZ_DBG_TIM4_STOP_Pos (2U) |
||
| 1780 | #define DBGMCU_APB1_FZ_DBG_TIM4_STOP_Msk (0x1UL << DBGMCU_APB1_FZ_DBG_TIM4_STOP_Pos) /*!< 0x00000004 */ |
||
| 1781 | #define DBGMCU_APB1_FZ_DBG_TIM4_STOP DBGMCU_APB1_FZ_DBG_TIM4_STOP_Msk /*!< TIM4 counter stopped when core is halted */ |
||
| 1782 | #define DBGMCU_APB1_FZ_DBG_TIM6_STOP_Pos (4U) |
||
| 1783 | #define DBGMCU_APB1_FZ_DBG_TIM6_STOP_Msk (0x1UL << DBGMCU_APB1_FZ_DBG_TIM6_STOP_Pos) /*!< 0x00000010 */ |
||
| 1784 | #define DBGMCU_APB1_FZ_DBG_TIM6_STOP DBGMCU_APB1_FZ_DBG_TIM6_STOP_Msk /*!< TIM6 counter stopped when core is halted */ |
||
| 1785 | #define DBGMCU_APB1_FZ_DBG_TIM7_STOP_Pos (5U) |
||
| 1786 | #define DBGMCU_APB1_FZ_DBG_TIM7_STOP_Msk (0x1UL << DBGMCU_APB1_FZ_DBG_TIM7_STOP_Pos) /*!< 0x00000020 */ |
||
| 1787 | #define DBGMCU_APB1_FZ_DBG_TIM7_STOP DBGMCU_APB1_FZ_DBG_TIM7_STOP_Msk /*!< TIM7 counter stopped when core is halted */ |
||
| 1788 | #define DBGMCU_APB1_FZ_DBG_RTC_STOP_Pos (10U) |
||
| 1789 | #define DBGMCU_APB1_FZ_DBG_RTC_STOP_Msk (0x1UL << DBGMCU_APB1_FZ_DBG_RTC_STOP_Pos) /*!< 0x00000400 */ |
||
| 1790 | #define DBGMCU_APB1_FZ_DBG_RTC_STOP DBGMCU_APB1_FZ_DBG_RTC_STOP_Msk /*!< RTC Counter stopped when Core is halted */ |
||
| 1791 | #define DBGMCU_APB1_FZ_DBG_WWDG_STOP_Pos (11U) |
||
| 1792 | #define DBGMCU_APB1_FZ_DBG_WWDG_STOP_Msk (0x1UL << DBGMCU_APB1_FZ_DBG_WWDG_STOP_Pos) /*!< 0x00000800 */ |
||
| 1793 | #define DBGMCU_APB1_FZ_DBG_WWDG_STOP DBGMCU_APB1_FZ_DBG_WWDG_STOP_Msk /*!< Debug Window Watchdog stopped when Core is halted */ |
||
| 1794 | #define DBGMCU_APB1_FZ_DBG_IWDG_STOP_Pos (12U) |
||
| 1795 | #define DBGMCU_APB1_FZ_DBG_IWDG_STOP_Msk (0x1UL << DBGMCU_APB1_FZ_DBG_IWDG_STOP_Pos) /*!< 0x00001000 */ |
||
| 1796 | #define DBGMCU_APB1_FZ_DBG_IWDG_STOP DBGMCU_APB1_FZ_DBG_IWDG_STOP_Msk /*!< Debug Independent Watchdog stopped when Core is halted */ |
||
| 1797 | #define DBGMCU_APB1_FZ_DBG_I2C1_SMBUS_TIMEOUT_Pos (21U) |
||
| 1798 | #define DBGMCU_APB1_FZ_DBG_I2C1_SMBUS_TIMEOUT_Msk (0x1UL << DBGMCU_APB1_FZ_DBG_I2C1_SMBUS_TIMEOUT_Pos) /*!< 0x00200000 */ |
||
| 1799 | #define DBGMCU_APB1_FZ_DBG_I2C1_SMBUS_TIMEOUT DBGMCU_APB1_FZ_DBG_I2C1_SMBUS_TIMEOUT_Msk /*!< SMBUS timeout mode stopped when Core is halted */ |
||
| 1800 | #define DBGMCU_APB1_FZ_DBG_I2C2_SMBUS_TIMEOUT_Pos (22U) |
||
| 1801 | #define DBGMCU_APB1_FZ_DBG_I2C2_SMBUS_TIMEOUT_Msk (0x1UL << DBGMCU_APB1_FZ_DBG_I2C2_SMBUS_TIMEOUT_Pos) /*!< 0x00400000 */ |
||
| 1802 | #define DBGMCU_APB1_FZ_DBG_I2C2_SMBUS_TIMEOUT DBGMCU_APB1_FZ_DBG_I2C2_SMBUS_TIMEOUT_Msk /*!< SMBUS timeout mode stopped when Core is halted */ |
||
| 1803 | |||
| 1804 | /****************** Bit definition for DBGMCU_APB2_FZ register **************/ |
||
| 1805 | |||
| 1806 | #define DBGMCU_APB2_FZ_DBG_TIM9_STOP_Pos (2U) |
||
| 1807 | #define DBGMCU_APB2_FZ_DBG_TIM9_STOP_Msk (0x1UL << DBGMCU_APB2_FZ_DBG_TIM9_STOP_Pos) /*!< 0x00000004 */ |
||
| 1808 | #define DBGMCU_APB2_FZ_DBG_TIM9_STOP DBGMCU_APB2_FZ_DBG_TIM9_STOP_Msk /*!< TIM9 counter stopped when core is halted */ |
||
| 1809 | #define DBGMCU_APB2_FZ_DBG_TIM10_STOP_Pos (3U) |
||
| 1810 | #define DBGMCU_APB2_FZ_DBG_TIM10_STOP_Msk (0x1UL << DBGMCU_APB2_FZ_DBG_TIM10_STOP_Pos) /*!< 0x00000008 */ |
||
| 1811 | #define DBGMCU_APB2_FZ_DBG_TIM10_STOP DBGMCU_APB2_FZ_DBG_TIM10_STOP_Msk /*!< TIM10 counter stopped when core is halted */ |
||
| 1812 | #define DBGMCU_APB2_FZ_DBG_TIM11_STOP_Pos (4U) |
||
| 1813 | #define DBGMCU_APB2_FZ_DBG_TIM11_STOP_Msk (0x1UL << DBGMCU_APB2_FZ_DBG_TIM11_STOP_Pos) /*!< 0x00000010 */ |
||
| 1814 | #define DBGMCU_APB2_FZ_DBG_TIM11_STOP DBGMCU_APB2_FZ_DBG_TIM11_STOP_Msk /*!< TIM11 counter stopped when core is halted */ |
||
| 1815 | |||
| 1816 | /******************************************************************************/ |
||
| 1817 | /* */ |
||
| 1818 | /* DMA Controller (DMA) */ |
||
| 1819 | /* */ |
||
| 1820 | /******************************************************************************/ |
||
| 1821 | |||
| 1822 | /******************* Bit definition for DMA_ISR register ********************/ |
||
| 1823 | #define DMA_ISR_GIF1_Pos (0U) |
||
| 1824 | #define DMA_ISR_GIF1_Msk (0x1UL << DMA_ISR_GIF1_Pos) /*!< 0x00000001 */ |
||
| 1825 | #define DMA_ISR_GIF1 DMA_ISR_GIF1_Msk /*!< Channel 1 Global interrupt flag */ |
||
| 1826 | #define DMA_ISR_TCIF1_Pos (1U) |
||
| 1827 | #define DMA_ISR_TCIF1_Msk (0x1UL << DMA_ISR_TCIF1_Pos) /*!< 0x00000002 */ |
||
| 1828 | #define DMA_ISR_TCIF1 DMA_ISR_TCIF1_Msk /*!< Channel 1 Transfer Complete flag */ |
||
| 1829 | #define DMA_ISR_HTIF1_Pos (2U) |
||
| 1830 | #define DMA_ISR_HTIF1_Msk (0x1UL << DMA_ISR_HTIF1_Pos) /*!< 0x00000004 */ |
||
| 1831 | #define DMA_ISR_HTIF1 DMA_ISR_HTIF1_Msk /*!< Channel 1 Half Transfer flag */ |
||
| 1832 | #define DMA_ISR_TEIF1_Pos (3U) |
||
| 1833 | #define DMA_ISR_TEIF1_Msk (0x1UL << DMA_ISR_TEIF1_Pos) /*!< 0x00000008 */ |
||
| 1834 | #define DMA_ISR_TEIF1 DMA_ISR_TEIF1_Msk /*!< Channel 1 Transfer Error flag */ |
||
| 1835 | #define DMA_ISR_GIF2_Pos (4U) |
||
| 1836 | #define DMA_ISR_GIF2_Msk (0x1UL << DMA_ISR_GIF2_Pos) /*!< 0x00000010 */ |
||
| 1837 | #define DMA_ISR_GIF2 DMA_ISR_GIF2_Msk /*!< Channel 2 Global interrupt flag */ |
||
| 1838 | #define DMA_ISR_TCIF2_Pos (5U) |
||
| 1839 | #define DMA_ISR_TCIF2_Msk (0x1UL << DMA_ISR_TCIF2_Pos) /*!< 0x00000020 */ |
||
| 1840 | #define DMA_ISR_TCIF2 DMA_ISR_TCIF2_Msk /*!< Channel 2 Transfer Complete flag */ |
||
| 1841 | #define DMA_ISR_HTIF2_Pos (6U) |
||
| 1842 | #define DMA_ISR_HTIF2_Msk (0x1UL << DMA_ISR_HTIF2_Pos) /*!< 0x00000040 */ |
||
| 1843 | #define DMA_ISR_HTIF2 DMA_ISR_HTIF2_Msk /*!< Channel 2 Half Transfer flag */ |
||
| 1844 | #define DMA_ISR_TEIF2_Pos (7U) |
||
| 1845 | #define DMA_ISR_TEIF2_Msk (0x1UL << DMA_ISR_TEIF2_Pos) /*!< 0x00000080 */ |
||
| 1846 | #define DMA_ISR_TEIF2 DMA_ISR_TEIF2_Msk /*!< Channel 2 Transfer Error flag */ |
||
| 1847 | #define DMA_ISR_GIF3_Pos (8U) |
||
| 1848 | #define DMA_ISR_GIF3_Msk (0x1UL << DMA_ISR_GIF3_Pos) /*!< 0x00000100 */ |
||
| 1849 | #define DMA_ISR_GIF3 DMA_ISR_GIF3_Msk /*!< Channel 3 Global interrupt flag */ |
||
| 1850 | #define DMA_ISR_TCIF3_Pos (9U) |
||
| 1851 | #define DMA_ISR_TCIF3_Msk (0x1UL << DMA_ISR_TCIF3_Pos) /*!< 0x00000200 */ |
||
| 1852 | #define DMA_ISR_TCIF3 DMA_ISR_TCIF3_Msk /*!< Channel 3 Transfer Complete flag */ |
||
| 1853 | #define DMA_ISR_HTIF3_Pos (10U) |
||
| 1854 | #define DMA_ISR_HTIF3_Msk (0x1UL << DMA_ISR_HTIF3_Pos) /*!< 0x00000400 */ |
||
| 1855 | #define DMA_ISR_HTIF3 DMA_ISR_HTIF3_Msk /*!< Channel 3 Half Transfer flag */ |
||
| 1856 | #define DMA_ISR_TEIF3_Pos (11U) |
||
| 1857 | #define DMA_ISR_TEIF3_Msk (0x1UL << DMA_ISR_TEIF3_Pos) /*!< 0x00000800 */ |
||
| 1858 | #define DMA_ISR_TEIF3 DMA_ISR_TEIF3_Msk /*!< Channel 3 Transfer Error flag */ |
||
| 1859 | #define DMA_ISR_GIF4_Pos (12U) |
||
| 1860 | #define DMA_ISR_GIF4_Msk (0x1UL << DMA_ISR_GIF4_Pos) /*!< 0x00001000 */ |
||
| 1861 | #define DMA_ISR_GIF4 DMA_ISR_GIF4_Msk /*!< Channel 4 Global interrupt flag */ |
||
| 1862 | #define DMA_ISR_TCIF4_Pos (13U) |
||
| 1863 | #define DMA_ISR_TCIF4_Msk (0x1UL << DMA_ISR_TCIF4_Pos) /*!< 0x00002000 */ |
||
| 1864 | #define DMA_ISR_TCIF4 DMA_ISR_TCIF4_Msk /*!< Channel 4 Transfer Complete flag */ |
||
| 1865 | #define DMA_ISR_HTIF4_Pos (14U) |
||
| 1866 | #define DMA_ISR_HTIF4_Msk (0x1UL << DMA_ISR_HTIF4_Pos) /*!< 0x00004000 */ |
||
| 1867 | #define DMA_ISR_HTIF4 DMA_ISR_HTIF4_Msk /*!< Channel 4 Half Transfer flag */ |
||
| 1868 | #define DMA_ISR_TEIF4_Pos (15U) |
||
| 1869 | #define DMA_ISR_TEIF4_Msk (0x1UL << DMA_ISR_TEIF4_Pos) /*!< 0x00008000 */ |
||
| 1870 | #define DMA_ISR_TEIF4 DMA_ISR_TEIF4_Msk /*!< Channel 4 Transfer Error flag */ |
||
| 1871 | #define DMA_ISR_GIF5_Pos (16U) |
||
| 1872 | #define DMA_ISR_GIF5_Msk (0x1UL << DMA_ISR_GIF5_Pos) /*!< 0x00010000 */ |
||
| 1873 | #define DMA_ISR_GIF5 DMA_ISR_GIF5_Msk /*!< Channel 5 Global interrupt flag */ |
||
| 1874 | #define DMA_ISR_TCIF5_Pos (17U) |
||
| 1875 | #define DMA_ISR_TCIF5_Msk (0x1UL << DMA_ISR_TCIF5_Pos) /*!< 0x00020000 */ |
||
| 1876 | #define DMA_ISR_TCIF5 DMA_ISR_TCIF5_Msk /*!< Channel 5 Transfer Complete flag */ |
||
| 1877 | #define DMA_ISR_HTIF5_Pos (18U) |
||
| 1878 | #define DMA_ISR_HTIF5_Msk (0x1UL << DMA_ISR_HTIF5_Pos) /*!< 0x00040000 */ |
||
| 1879 | #define DMA_ISR_HTIF5 DMA_ISR_HTIF5_Msk /*!< Channel 5 Half Transfer flag */ |
||
| 1880 | #define DMA_ISR_TEIF5_Pos (19U) |
||
| 1881 | #define DMA_ISR_TEIF5_Msk (0x1UL << DMA_ISR_TEIF5_Pos) /*!< 0x00080000 */ |
||
| 1882 | #define DMA_ISR_TEIF5 DMA_ISR_TEIF5_Msk /*!< Channel 5 Transfer Error flag */ |
||
| 1883 | #define DMA_ISR_GIF6_Pos (20U) |
||
| 1884 | #define DMA_ISR_GIF6_Msk (0x1UL << DMA_ISR_GIF6_Pos) /*!< 0x00100000 */ |
||
| 1885 | #define DMA_ISR_GIF6 DMA_ISR_GIF6_Msk /*!< Channel 6 Global interrupt flag */ |
||
| 1886 | #define DMA_ISR_TCIF6_Pos (21U) |
||
| 1887 | #define DMA_ISR_TCIF6_Msk (0x1UL << DMA_ISR_TCIF6_Pos) /*!< 0x00200000 */ |
||
| 1888 | #define DMA_ISR_TCIF6 DMA_ISR_TCIF6_Msk /*!< Channel 6 Transfer Complete flag */ |
||
| 1889 | #define DMA_ISR_HTIF6_Pos (22U) |
||
| 1890 | #define DMA_ISR_HTIF6_Msk (0x1UL << DMA_ISR_HTIF6_Pos) /*!< 0x00400000 */ |
||
| 1891 | #define DMA_ISR_HTIF6 DMA_ISR_HTIF6_Msk /*!< Channel 6 Half Transfer flag */ |
||
| 1892 | #define DMA_ISR_TEIF6_Pos (23U) |
||
| 1893 | #define DMA_ISR_TEIF6_Msk (0x1UL << DMA_ISR_TEIF6_Pos) /*!< 0x00800000 */ |
||
| 1894 | #define DMA_ISR_TEIF6 DMA_ISR_TEIF6_Msk /*!< Channel 6 Transfer Error flag */ |
||
| 1895 | #define DMA_ISR_GIF7_Pos (24U) |
||
| 1896 | #define DMA_ISR_GIF7_Msk (0x1UL << DMA_ISR_GIF7_Pos) /*!< 0x01000000 */ |
||
| 1897 | #define DMA_ISR_GIF7 DMA_ISR_GIF7_Msk /*!< Channel 7 Global interrupt flag */ |
||
| 1898 | #define DMA_ISR_TCIF7_Pos (25U) |
||
| 1899 | #define DMA_ISR_TCIF7_Msk (0x1UL << DMA_ISR_TCIF7_Pos) /*!< 0x02000000 */ |
||
| 1900 | #define DMA_ISR_TCIF7 DMA_ISR_TCIF7_Msk /*!< Channel 7 Transfer Complete flag */ |
||
| 1901 | #define DMA_ISR_HTIF7_Pos (26U) |
||
| 1902 | #define DMA_ISR_HTIF7_Msk (0x1UL << DMA_ISR_HTIF7_Pos) /*!< 0x04000000 */ |
||
| 1903 | #define DMA_ISR_HTIF7 DMA_ISR_HTIF7_Msk /*!< Channel 7 Half Transfer flag */ |
||
| 1904 | #define DMA_ISR_TEIF7_Pos (27U) |
||
| 1905 | #define DMA_ISR_TEIF7_Msk (0x1UL << DMA_ISR_TEIF7_Pos) /*!< 0x08000000 */ |
||
| 1906 | #define DMA_ISR_TEIF7 DMA_ISR_TEIF7_Msk /*!< Channel 7 Transfer Error flag */ |
||
| 1907 | |||
| 1908 | /******************* Bit definition for DMA_IFCR register *******************/ |
||
| 1909 | #define DMA_IFCR_CGIF1_Pos (0U) |
||
| 1910 | #define DMA_IFCR_CGIF1_Msk (0x1UL << DMA_IFCR_CGIF1_Pos) /*!< 0x00000001 */ |
||
| 1911 | #define DMA_IFCR_CGIF1 DMA_IFCR_CGIF1_Msk /*!< Channel 1 Global interrupt clear */ |
||
| 1912 | #define DMA_IFCR_CTCIF1_Pos (1U) |
||
| 1913 | #define DMA_IFCR_CTCIF1_Msk (0x1UL << DMA_IFCR_CTCIF1_Pos) /*!< 0x00000002 */ |
||
| 1914 | #define DMA_IFCR_CTCIF1 DMA_IFCR_CTCIF1_Msk /*!< Channel 1 Transfer Complete clear */ |
||
| 1915 | #define DMA_IFCR_CHTIF1_Pos (2U) |
||
| 1916 | #define DMA_IFCR_CHTIF1_Msk (0x1UL << DMA_IFCR_CHTIF1_Pos) /*!< 0x00000004 */ |
||
| 1917 | #define DMA_IFCR_CHTIF1 DMA_IFCR_CHTIF1_Msk /*!< Channel 1 Half Transfer clear */ |
||
| 1918 | #define DMA_IFCR_CTEIF1_Pos (3U) |
||
| 1919 | #define DMA_IFCR_CTEIF1_Msk (0x1UL << DMA_IFCR_CTEIF1_Pos) /*!< 0x00000008 */ |
||
| 1920 | #define DMA_IFCR_CTEIF1 DMA_IFCR_CTEIF1_Msk /*!< Channel 1 Transfer Error clear */ |
||
| 1921 | #define DMA_IFCR_CGIF2_Pos (4U) |
||
| 1922 | #define DMA_IFCR_CGIF2_Msk (0x1UL << DMA_IFCR_CGIF2_Pos) /*!< 0x00000010 */ |
||
| 1923 | #define DMA_IFCR_CGIF2 DMA_IFCR_CGIF2_Msk /*!< Channel 2 Global interrupt clear */ |
||
| 1924 | #define DMA_IFCR_CTCIF2_Pos (5U) |
||
| 1925 | #define DMA_IFCR_CTCIF2_Msk (0x1UL << DMA_IFCR_CTCIF2_Pos) /*!< 0x00000020 */ |
||
| 1926 | #define DMA_IFCR_CTCIF2 DMA_IFCR_CTCIF2_Msk /*!< Channel 2 Transfer Complete clear */ |
||
| 1927 | #define DMA_IFCR_CHTIF2_Pos (6U) |
||
| 1928 | #define DMA_IFCR_CHTIF2_Msk (0x1UL << DMA_IFCR_CHTIF2_Pos) /*!< 0x00000040 */ |
||
| 1929 | #define DMA_IFCR_CHTIF2 DMA_IFCR_CHTIF2_Msk /*!< Channel 2 Half Transfer clear */ |
||
| 1930 | #define DMA_IFCR_CTEIF2_Pos (7U) |
||
| 1931 | #define DMA_IFCR_CTEIF2_Msk (0x1UL << DMA_IFCR_CTEIF2_Pos) /*!< 0x00000080 */ |
||
| 1932 | #define DMA_IFCR_CTEIF2 DMA_IFCR_CTEIF2_Msk /*!< Channel 2 Transfer Error clear */ |
||
| 1933 | #define DMA_IFCR_CGIF3_Pos (8U) |
||
| 1934 | #define DMA_IFCR_CGIF3_Msk (0x1UL << DMA_IFCR_CGIF3_Pos) /*!< 0x00000100 */ |
||
| 1935 | #define DMA_IFCR_CGIF3 DMA_IFCR_CGIF3_Msk /*!< Channel 3 Global interrupt clear */ |
||
| 1936 | #define DMA_IFCR_CTCIF3_Pos (9U) |
||
| 1937 | #define DMA_IFCR_CTCIF3_Msk (0x1UL << DMA_IFCR_CTCIF3_Pos) /*!< 0x00000200 */ |
||
| 1938 | #define DMA_IFCR_CTCIF3 DMA_IFCR_CTCIF3_Msk /*!< Channel 3 Transfer Complete clear */ |
||
| 1939 | #define DMA_IFCR_CHTIF3_Pos (10U) |
||
| 1940 | #define DMA_IFCR_CHTIF3_Msk (0x1UL << DMA_IFCR_CHTIF3_Pos) /*!< 0x00000400 */ |
||
| 1941 | #define DMA_IFCR_CHTIF3 DMA_IFCR_CHTIF3_Msk /*!< Channel 3 Half Transfer clear */ |
||
| 1942 | #define DMA_IFCR_CTEIF3_Pos (11U) |
||
| 1943 | #define DMA_IFCR_CTEIF3_Msk (0x1UL << DMA_IFCR_CTEIF3_Pos) /*!< 0x00000800 */ |
||
| 1944 | #define DMA_IFCR_CTEIF3 DMA_IFCR_CTEIF3_Msk /*!< Channel 3 Transfer Error clear */ |
||
| 1945 | #define DMA_IFCR_CGIF4_Pos (12U) |
||
| 1946 | #define DMA_IFCR_CGIF4_Msk (0x1UL << DMA_IFCR_CGIF4_Pos) /*!< 0x00001000 */ |
||
| 1947 | #define DMA_IFCR_CGIF4 DMA_IFCR_CGIF4_Msk /*!< Channel 4 Global interrupt clear */ |
||
| 1948 | #define DMA_IFCR_CTCIF4_Pos (13U) |
||
| 1949 | #define DMA_IFCR_CTCIF4_Msk (0x1UL << DMA_IFCR_CTCIF4_Pos) /*!< 0x00002000 */ |
||
| 1950 | #define DMA_IFCR_CTCIF4 DMA_IFCR_CTCIF4_Msk /*!< Channel 4 Transfer Complete clear */ |
||
| 1951 | #define DMA_IFCR_CHTIF4_Pos (14U) |
||
| 1952 | #define DMA_IFCR_CHTIF4_Msk (0x1UL << DMA_IFCR_CHTIF4_Pos) /*!< 0x00004000 */ |
||
| 1953 | #define DMA_IFCR_CHTIF4 DMA_IFCR_CHTIF4_Msk /*!< Channel 4 Half Transfer clear */ |
||
| 1954 | #define DMA_IFCR_CTEIF4_Pos (15U) |
||
| 1955 | #define DMA_IFCR_CTEIF4_Msk (0x1UL << DMA_IFCR_CTEIF4_Pos) /*!< 0x00008000 */ |
||
| 1956 | #define DMA_IFCR_CTEIF4 DMA_IFCR_CTEIF4_Msk /*!< Channel 4 Transfer Error clear */ |
||
| 1957 | #define DMA_IFCR_CGIF5_Pos (16U) |
||
| 1958 | #define DMA_IFCR_CGIF5_Msk (0x1UL << DMA_IFCR_CGIF5_Pos) /*!< 0x00010000 */ |
||
| 1959 | #define DMA_IFCR_CGIF5 DMA_IFCR_CGIF5_Msk /*!< Channel 5 Global interrupt clear */ |
||
| 1960 | #define DMA_IFCR_CTCIF5_Pos (17U) |
||
| 1961 | #define DMA_IFCR_CTCIF5_Msk (0x1UL << DMA_IFCR_CTCIF5_Pos) /*!< 0x00020000 */ |
||
| 1962 | #define DMA_IFCR_CTCIF5 DMA_IFCR_CTCIF5_Msk /*!< Channel 5 Transfer Complete clear */ |
||
| 1963 | #define DMA_IFCR_CHTIF5_Pos (18U) |
||
| 1964 | #define DMA_IFCR_CHTIF5_Msk (0x1UL << DMA_IFCR_CHTIF5_Pos) /*!< 0x00040000 */ |
||
| 1965 | #define DMA_IFCR_CHTIF5 DMA_IFCR_CHTIF5_Msk /*!< Channel 5 Half Transfer clear */ |
||
| 1966 | #define DMA_IFCR_CTEIF5_Pos (19U) |
||
| 1967 | #define DMA_IFCR_CTEIF5_Msk (0x1UL << DMA_IFCR_CTEIF5_Pos) /*!< 0x00080000 */ |
||
| 1968 | #define DMA_IFCR_CTEIF5 DMA_IFCR_CTEIF5_Msk /*!< Channel 5 Transfer Error clear */ |
||
| 1969 | #define DMA_IFCR_CGIF6_Pos (20U) |
||
| 1970 | #define DMA_IFCR_CGIF6_Msk (0x1UL << DMA_IFCR_CGIF6_Pos) /*!< 0x00100000 */ |
||
| 1971 | #define DMA_IFCR_CGIF6 DMA_IFCR_CGIF6_Msk /*!< Channel 6 Global interrupt clear */ |
||
| 1972 | #define DMA_IFCR_CTCIF6_Pos (21U) |
||
| 1973 | #define DMA_IFCR_CTCIF6_Msk (0x1UL << DMA_IFCR_CTCIF6_Pos) /*!< 0x00200000 */ |
||
| 1974 | #define DMA_IFCR_CTCIF6 DMA_IFCR_CTCIF6_Msk /*!< Channel 6 Transfer Complete clear */ |
||
| 1975 | #define DMA_IFCR_CHTIF6_Pos (22U) |
||
| 1976 | #define DMA_IFCR_CHTIF6_Msk (0x1UL << DMA_IFCR_CHTIF6_Pos) /*!< 0x00400000 */ |
||
| 1977 | #define DMA_IFCR_CHTIF6 DMA_IFCR_CHTIF6_Msk /*!< Channel 6 Half Transfer clear */ |
||
| 1978 | #define DMA_IFCR_CTEIF6_Pos (23U) |
||
| 1979 | #define DMA_IFCR_CTEIF6_Msk (0x1UL << DMA_IFCR_CTEIF6_Pos) /*!< 0x00800000 */ |
||
| 1980 | #define DMA_IFCR_CTEIF6 DMA_IFCR_CTEIF6_Msk /*!< Channel 6 Transfer Error clear */ |
||
| 1981 | #define DMA_IFCR_CGIF7_Pos (24U) |
||
| 1982 | #define DMA_IFCR_CGIF7_Msk (0x1UL << DMA_IFCR_CGIF7_Pos) /*!< 0x01000000 */ |
||
| 1983 | #define DMA_IFCR_CGIF7 DMA_IFCR_CGIF7_Msk /*!< Channel 7 Global interrupt clear */ |
||
| 1984 | #define DMA_IFCR_CTCIF7_Pos (25U) |
||
| 1985 | #define DMA_IFCR_CTCIF7_Msk (0x1UL << DMA_IFCR_CTCIF7_Pos) /*!< 0x02000000 */ |
||
| 1986 | #define DMA_IFCR_CTCIF7 DMA_IFCR_CTCIF7_Msk /*!< Channel 7 Transfer Complete clear */ |
||
| 1987 | #define DMA_IFCR_CHTIF7_Pos (26U) |
||
| 1988 | #define DMA_IFCR_CHTIF7_Msk (0x1UL << DMA_IFCR_CHTIF7_Pos) /*!< 0x04000000 */ |
||
| 1989 | #define DMA_IFCR_CHTIF7 DMA_IFCR_CHTIF7_Msk /*!< Channel 7 Half Transfer clear */ |
||
| 1990 | #define DMA_IFCR_CTEIF7_Pos (27U) |
||
| 1991 | #define DMA_IFCR_CTEIF7_Msk (0x1UL << DMA_IFCR_CTEIF7_Pos) /*!< 0x08000000 */ |
||
| 1992 | #define DMA_IFCR_CTEIF7 DMA_IFCR_CTEIF7_Msk /*!< Channel 7 Transfer Error clear */ |
||
| 1993 | |||
| 1994 | /******************* Bit definition for DMA_CCR register *******************/ |
||
| 1995 | #define DMA_CCR_EN_Pos (0U) |
||
| 1996 | #define DMA_CCR_EN_Msk (0x1UL << DMA_CCR_EN_Pos) /*!< 0x00000001 */ |
||
| 1997 | #define DMA_CCR_EN DMA_CCR_EN_Msk /*!< Channel enable*/ |
||
| 1998 | #define DMA_CCR_TCIE_Pos (1U) |
||
| 1999 | #define DMA_CCR_TCIE_Msk (0x1UL << DMA_CCR_TCIE_Pos) /*!< 0x00000002 */ |
||
| 2000 | #define DMA_CCR_TCIE DMA_CCR_TCIE_Msk /*!< Transfer complete interrupt enable */ |
||
| 2001 | #define DMA_CCR_HTIE_Pos (2U) |
||
| 2002 | #define DMA_CCR_HTIE_Msk (0x1UL << DMA_CCR_HTIE_Pos) /*!< 0x00000004 */ |
||
| 2003 | #define DMA_CCR_HTIE DMA_CCR_HTIE_Msk /*!< Half Transfer interrupt enable */ |
||
| 2004 | #define DMA_CCR_TEIE_Pos (3U) |
||
| 2005 | #define DMA_CCR_TEIE_Msk (0x1UL << DMA_CCR_TEIE_Pos) /*!< 0x00000008 */ |
||
| 2006 | #define DMA_CCR_TEIE DMA_CCR_TEIE_Msk /*!< Transfer error interrupt enable */ |
||
| 2007 | #define DMA_CCR_DIR_Pos (4U) |
||
| 2008 | #define DMA_CCR_DIR_Msk (0x1UL << DMA_CCR_DIR_Pos) /*!< 0x00000010 */ |
||
| 2009 | #define DMA_CCR_DIR DMA_CCR_DIR_Msk /*!< Data transfer direction */ |
||
| 2010 | #define DMA_CCR_CIRC_Pos (5U) |
||
| 2011 | #define DMA_CCR_CIRC_Msk (0x1UL << DMA_CCR_CIRC_Pos) /*!< 0x00000020 */ |
||
| 2012 | #define DMA_CCR_CIRC DMA_CCR_CIRC_Msk /*!< Circular mode */ |
||
| 2013 | #define DMA_CCR_PINC_Pos (6U) |
||
| 2014 | #define DMA_CCR_PINC_Msk (0x1UL << DMA_CCR_PINC_Pos) /*!< 0x00000040 */ |
||
| 2015 | #define DMA_CCR_PINC DMA_CCR_PINC_Msk /*!< Peripheral increment mode */ |
||
| 2016 | #define DMA_CCR_MINC_Pos (7U) |
||
| 2017 | #define DMA_CCR_MINC_Msk (0x1UL << DMA_CCR_MINC_Pos) /*!< 0x00000080 */ |
||
| 2018 | #define DMA_CCR_MINC DMA_CCR_MINC_Msk /*!< Memory increment mode */ |
||
| 2019 | |||
| 2020 | #define DMA_CCR_PSIZE_Pos (8U) |
||
| 2021 | #define DMA_CCR_PSIZE_Msk (0x3UL << DMA_CCR_PSIZE_Pos) /*!< 0x00000300 */ |
||
| 2022 | #define DMA_CCR_PSIZE DMA_CCR_PSIZE_Msk /*!< PSIZE[1:0] bits (Peripheral size) */ |
||
| 2023 | #define DMA_CCR_PSIZE_0 (0x1UL << DMA_CCR_PSIZE_Pos) /*!< 0x00000100 */ |
||
| 2024 | #define DMA_CCR_PSIZE_1 (0x2UL << DMA_CCR_PSIZE_Pos) /*!< 0x00000200 */ |
||
| 2025 | |||
| 2026 | #define DMA_CCR_MSIZE_Pos (10U) |
||
| 2027 | #define DMA_CCR_MSIZE_Msk (0x3UL << DMA_CCR_MSIZE_Pos) /*!< 0x00000C00 */ |
||
| 2028 | #define DMA_CCR_MSIZE DMA_CCR_MSIZE_Msk /*!< MSIZE[1:0] bits (Memory size) */ |
||
| 2029 | #define DMA_CCR_MSIZE_0 (0x1UL << DMA_CCR_MSIZE_Pos) /*!< 0x00000400 */ |
||
| 2030 | #define DMA_CCR_MSIZE_1 (0x2UL << DMA_CCR_MSIZE_Pos) /*!< 0x00000800 */ |
||
| 2031 | |||
| 2032 | #define DMA_CCR_PL_Pos (12U) |
||
| 2033 | #define DMA_CCR_PL_Msk (0x3UL << DMA_CCR_PL_Pos) /*!< 0x00003000 */ |
||
| 2034 | #define DMA_CCR_PL DMA_CCR_PL_Msk /*!< PL[1:0] bits(Channel Priority level) */ |
||
| 2035 | #define DMA_CCR_PL_0 (0x1UL << DMA_CCR_PL_Pos) /*!< 0x00001000 */ |
||
| 2036 | #define DMA_CCR_PL_1 (0x2UL << DMA_CCR_PL_Pos) /*!< 0x00002000 */ |
||
| 2037 | |||
| 2038 | #define DMA_CCR_MEM2MEM_Pos (14U) |
||
| 2039 | #define DMA_CCR_MEM2MEM_Msk (0x1UL << DMA_CCR_MEM2MEM_Pos) /*!< 0x00004000 */ |
||
| 2040 | #define DMA_CCR_MEM2MEM DMA_CCR_MEM2MEM_Msk /*!< Memory to memory mode */ |
||
| 2041 | |||
| 2042 | /****************** Bit definition generic for DMA_CNDTR register *******************/ |
||
| 2043 | #define DMA_CNDTR_NDT_Pos (0U) |
||
| 2044 | #define DMA_CNDTR_NDT_Msk (0xFFFFUL << DMA_CNDTR_NDT_Pos) /*!< 0x0000FFFF */ |
||
| 2045 | #define DMA_CNDTR_NDT DMA_CNDTR_NDT_Msk /*!< Number of data to Transfer */ |
||
| 2046 | |||
| 2047 | /****************** Bit definition for DMA_CNDTR1 register ******************/ |
||
| 2048 | #define DMA_CNDTR1_NDT_Pos (0U) |
||
| 2049 | #define DMA_CNDTR1_NDT_Msk (0xFFFFUL << DMA_CNDTR1_NDT_Pos) /*!< 0x0000FFFF */ |
||
| 2050 | #define DMA_CNDTR1_NDT DMA_CNDTR1_NDT_Msk /*!< Number of data to Transfer */ |
||
| 2051 | |||
| 2052 | /****************** Bit definition for DMA_CNDTR2 register ******************/ |
||
| 2053 | #define DMA_CNDTR2_NDT_Pos (0U) |
||
| 2054 | #define DMA_CNDTR2_NDT_Msk (0xFFFFUL << DMA_CNDTR2_NDT_Pos) /*!< 0x0000FFFF */ |
||
| 2055 | #define DMA_CNDTR2_NDT DMA_CNDTR2_NDT_Msk /*!< Number of data to Transfer */ |
||
| 2056 | |||
| 2057 | /****************** Bit definition for DMA_CNDTR3 register ******************/ |
||
| 2058 | #define DMA_CNDTR3_NDT_Pos (0U) |
||
| 2059 | #define DMA_CNDTR3_NDT_Msk (0xFFFFUL << DMA_CNDTR3_NDT_Pos) /*!< 0x0000FFFF */ |
||
| 2060 | #define DMA_CNDTR3_NDT DMA_CNDTR3_NDT_Msk /*!< Number of data to Transfer */ |
||
| 2061 | |||
| 2062 | /****************** Bit definition for DMA_CNDTR4 register ******************/ |
||
| 2063 | #define DMA_CNDTR4_NDT_Pos (0U) |
||
| 2064 | #define DMA_CNDTR4_NDT_Msk (0xFFFFUL << DMA_CNDTR4_NDT_Pos) /*!< 0x0000FFFF */ |
||
| 2065 | #define DMA_CNDTR4_NDT DMA_CNDTR4_NDT_Msk /*!< Number of data to Transfer */ |
||
| 2066 | |||
| 2067 | /****************** Bit definition for DMA_CNDTR5 register ******************/ |
||
| 2068 | #define DMA_CNDTR5_NDT_Pos (0U) |
||
| 2069 | #define DMA_CNDTR5_NDT_Msk (0xFFFFUL << DMA_CNDTR5_NDT_Pos) /*!< 0x0000FFFF */ |
||
| 2070 | #define DMA_CNDTR5_NDT DMA_CNDTR5_NDT_Msk /*!< Number of data to Transfer */ |
||
| 2071 | |||
| 2072 | /****************** Bit definition for DMA_CNDTR6 register ******************/ |
||
| 2073 | #define DMA_CNDTR6_NDT_Pos (0U) |
||
| 2074 | #define DMA_CNDTR6_NDT_Msk (0xFFFFUL << DMA_CNDTR6_NDT_Pos) /*!< 0x0000FFFF */ |
||
| 2075 | #define DMA_CNDTR6_NDT DMA_CNDTR6_NDT_Msk /*!< Number of data to Transfer */ |
||
| 2076 | |||
| 2077 | /****************** Bit definition for DMA_CNDTR7 register ******************/ |
||
| 2078 | #define DMA_CNDTR7_NDT_Pos (0U) |
||
| 2079 | #define DMA_CNDTR7_NDT_Msk (0xFFFFUL << DMA_CNDTR7_NDT_Pos) /*!< 0x0000FFFF */ |
||
| 2080 | #define DMA_CNDTR7_NDT DMA_CNDTR7_NDT_Msk /*!< Number of data to Transfer */ |
||
| 2081 | |||
| 2082 | /****************** Bit definition generic for DMA_CPAR register ********************/ |
||
| 2083 | #define DMA_CPAR_PA_Pos (0U) |
||
| 2084 | #define DMA_CPAR_PA_Msk (0xFFFFFFFFUL << DMA_CPAR_PA_Pos) /*!< 0xFFFFFFFF */ |
||
| 2085 | #define DMA_CPAR_PA DMA_CPAR_PA_Msk /*!< Peripheral Address */ |
||
| 2086 | |||
| 2087 | /****************** Bit definition for DMA_CPAR1 register *******************/ |
||
| 2088 | #define DMA_CPAR1_PA_Pos (0U) |
||
| 2089 | #define DMA_CPAR1_PA_Msk (0xFFFFFFFFUL << DMA_CPAR1_PA_Pos) /*!< 0xFFFFFFFF */ |
||
| 2090 | #define DMA_CPAR1_PA DMA_CPAR1_PA_Msk /*!< Peripheral Address */ |
||
| 2091 | |||
| 2092 | /****************** Bit definition for DMA_CPAR2 register *******************/ |
||
| 2093 | #define DMA_CPAR2_PA_Pos (0U) |
||
| 2094 | #define DMA_CPAR2_PA_Msk (0xFFFFFFFFUL << DMA_CPAR2_PA_Pos) /*!< 0xFFFFFFFF */ |
||
| 2095 | #define DMA_CPAR2_PA DMA_CPAR2_PA_Msk /*!< Peripheral Address */ |
||
| 2096 | |||
| 2097 | /****************** Bit definition for DMA_CPAR3 register *******************/ |
||
| 2098 | #define DMA_CPAR3_PA_Pos (0U) |
||
| 2099 | #define DMA_CPAR3_PA_Msk (0xFFFFFFFFUL << DMA_CPAR3_PA_Pos) /*!< 0xFFFFFFFF */ |
||
| 2100 | #define DMA_CPAR3_PA DMA_CPAR3_PA_Msk /*!< Peripheral Address */ |
||
| 2101 | |||
| 2102 | |||
| 2103 | /****************** Bit definition for DMA_CPAR4 register *******************/ |
||
| 2104 | #define DMA_CPAR4_PA_Pos (0U) |
||
| 2105 | #define DMA_CPAR4_PA_Msk (0xFFFFFFFFUL << DMA_CPAR4_PA_Pos) /*!< 0xFFFFFFFF */ |
||
| 2106 | #define DMA_CPAR4_PA DMA_CPAR4_PA_Msk /*!< Peripheral Address */ |
||
| 2107 | |||
| 2108 | /****************** Bit definition for DMA_CPAR5 register *******************/ |
||
| 2109 | #define DMA_CPAR5_PA_Pos (0U) |
||
| 2110 | #define DMA_CPAR5_PA_Msk (0xFFFFFFFFUL << DMA_CPAR5_PA_Pos) /*!< 0xFFFFFFFF */ |
||
| 2111 | #define DMA_CPAR5_PA DMA_CPAR5_PA_Msk /*!< Peripheral Address */ |
||
| 2112 | |||
| 2113 | /****************** Bit definition for DMA_CPAR6 register *******************/ |
||
| 2114 | #define DMA_CPAR6_PA_Pos (0U) |
||
| 2115 | #define DMA_CPAR6_PA_Msk (0xFFFFFFFFUL << DMA_CPAR6_PA_Pos) /*!< 0xFFFFFFFF */ |
||
| 2116 | #define DMA_CPAR6_PA DMA_CPAR6_PA_Msk /*!< Peripheral Address */ |
||
| 2117 | |||
| 2118 | |||
| 2119 | /****************** Bit definition for DMA_CPAR7 register *******************/ |
||
| 2120 | #define DMA_CPAR7_PA_Pos (0U) |
||
| 2121 | #define DMA_CPAR7_PA_Msk (0xFFFFFFFFUL << DMA_CPAR7_PA_Pos) /*!< 0xFFFFFFFF */ |
||
| 2122 | #define DMA_CPAR7_PA DMA_CPAR7_PA_Msk /*!< Peripheral Address */ |
||
| 2123 | |||
| 2124 | /****************** Bit definition generic for DMA_CMAR register ********************/ |
||
| 2125 | #define DMA_CMAR_MA_Pos (0U) |
||
| 2126 | #define DMA_CMAR_MA_Msk (0xFFFFFFFFUL << DMA_CMAR_MA_Pos) /*!< 0xFFFFFFFF */ |
||
| 2127 | #define DMA_CMAR_MA DMA_CMAR_MA_Msk /*!< Memory Address */ |
||
| 2128 | |||
| 2129 | /****************** Bit definition for DMA_CMAR1 register *******************/ |
||
| 2130 | #define DMA_CMAR1_MA_Pos (0U) |
||
| 2131 | #define DMA_CMAR1_MA_Msk (0xFFFFFFFFUL << DMA_CMAR1_MA_Pos) /*!< 0xFFFFFFFF */ |
||
| 2132 | #define DMA_CMAR1_MA DMA_CMAR1_MA_Msk /*!< Memory Address */ |
||
| 2133 | |||
| 2134 | /****************** Bit definition for DMA_CMAR2 register *******************/ |
||
| 2135 | #define DMA_CMAR2_MA_Pos (0U) |
||
| 2136 | #define DMA_CMAR2_MA_Msk (0xFFFFFFFFUL << DMA_CMAR2_MA_Pos) /*!< 0xFFFFFFFF */ |
||
| 2137 | #define DMA_CMAR2_MA DMA_CMAR2_MA_Msk /*!< Memory Address */ |
||
| 2138 | |||
| 2139 | /****************** Bit definition for DMA_CMAR3 register *******************/ |
||
| 2140 | #define DMA_CMAR3_MA_Pos (0U) |
||
| 2141 | #define DMA_CMAR3_MA_Msk (0xFFFFFFFFUL << DMA_CMAR3_MA_Pos) /*!< 0xFFFFFFFF */ |
||
| 2142 | #define DMA_CMAR3_MA DMA_CMAR3_MA_Msk /*!< Memory Address */ |
||
| 2143 | |||
| 2144 | |||
| 2145 | /****************** Bit definition for DMA_CMAR4 register *******************/ |
||
| 2146 | #define DMA_CMAR4_MA_Pos (0U) |
||
| 2147 | #define DMA_CMAR4_MA_Msk (0xFFFFFFFFUL << DMA_CMAR4_MA_Pos) /*!< 0xFFFFFFFF */ |
||
| 2148 | #define DMA_CMAR4_MA DMA_CMAR4_MA_Msk /*!< Memory Address */ |
||
| 2149 | |||
| 2150 | /****************** Bit definition for DMA_CMAR5 register *******************/ |
||
| 2151 | #define DMA_CMAR5_MA_Pos (0U) |
||
| 2152 | #define DMA_CMAR5_MA_Msk (0xFFFFFFFFUL << DMA_CMAR5_MA_Pos) /*!< 0xFFFFFFFF */ |
||
| 2153 | #define DMA_CMAR5_MA DMA_CMAR5_MA_Msk /*!< Memory Address */ |
||
| 2154 | |||
| 2155 | /****************** Bit definition for DMA_CMAR6 register *******************/ |
||
| 2156 | #define DMA_CMAR6_MA_Pos (0U) |
||
| 2157 | #define DMA_CMAR6_MA_Msk (0xFFFFFFFFUL << DMA_CMAR6_MA_Pos) /*!< 0xFFFFFFFF */ |
||
| 2158 | #define DMA_CMAR6_MA DMA_CMAR6_MA_Msk /*!< Memory Address */ |
||
| 2159 | |||
| 2160 | /****************** Bit definition for DMA_CMAR7 register *******************/ |
||
| 2161 | #define DMA_CMAR7_MA_Pos (0U) |
||
| 2162 | #define DMA_CMAR7_MA_Msk (0xFFFFFFFFUL << DMA_CMAR7_MA_Pos) /*!< 0xFFFFFFFF */ |
||
| 2163 | #define DMA_CMAR7_MA DMA_CMAR7_MA_Msk /*!< Memory Address */ |
||
| 2164 | |||
| 2165 | /******************************************************************************/ |
||
| 2166 | /* */ |
||
| 2167 | /* External Interrupt/Event Controller (EXTI) */ |
||
| 2168 | /* */ |
||
| 2169 | /******************************************************************************/ |
||
| 2170 | |||
| 2171 | /******************* Bit definition for EXTI_IMR register *******************/ |
||
| 2172 | #define EXTI_IMR_MR0_Pos (0U) |
||
| 2173 | #define EXTI_IMR_MR0_Msk (0x1UL << EXTI_IMR_MR0_Pos) /*!< 0x00000001 */ |
||
| 2174 | #define EXTI_IMR_MR0 EXTI_IMR_MR0_Msk /*!< Interrupt Mask on line 0 */ |
||
| 2175 | #define EXTI_IMR_MR1_Pos (1U) |
||
| 2176 | #define EXTI_IMR_MR1_Msk (0x1UL << EXTI_IMR_MR1_Pos) /*!< 0x00000002 */ |
||
| 2177 | #define EXTI_IMR_MR1 EXTI_IMR_MR1_Msk /*!< Interrupt Mask on line 1 */ |
||
| 2178 | #define EXTI_IMR_MR2_Pos (2U) |
||
| 2179 | #define EXTI_IMR_MR2_Msk (0x1UL << EXTI_IMR_MR2_Pos) /*!< 0x00000004 */ |
||
| 2180 | #define EXTI_IMR_MR2 EXTI_IMR_MR2_Msk /*!< Interrupt Mask on line 2 */ |
||
| 2181 | #define EXTI_IMR_MR3_Pos (3U) |
||
| 2182 | #define EXTI_IMR_MR3_Msk (0x1UL << EXTI_IMR_MR3_Pos) /*!< 0x00000008 */ |
||
| 2183 | #define EXTI_IMR_MR3 EXTI_IMR_MR3_Msk /*!< Interrupt Mask on line 3 */ |
||
| 2184 | #define EXTI_IMR_MR4_Pos (4U) |
||
| 2185 | #define EXTI_IMR_MR4_Msk (0x1UL << EXTI_IMR_MR4_Pos) /*!< 0x00000010 */ |
||
| 2186 | #define EXTI_IMR_MR4 EXTI_IMR_MR4_Msk /*!< Interrupt Mask on line 4 */ |
||
| 2187 | #define EXTI_IMR_MR5_Pos (5U) |
||
| 2188 | #define EXTI_IMR_MR5_Msk (0x1UL << EXTI_IMR_MR5_Pos) /*!< 0x00000020 */ |
||
| 2189 | #define EXTI_IMR_MR5 EXTI_IMR_MR5_Msk /*!< Interrupt Mask on line 5 */ |
||
| 2190 | #define EXTI_IMR_MR6_Pos (6U) |
||
| 2191 | #define EXTI_IMR_MR6_Msk (0x1UL << EXTI_IMR_MR6_Pos) /*!< 0x00000040 */ |
||
| 2192 | #define EXTI_IMR_MR6 EXTI_IMR_MR6_Msk /*!< Interrupt Mask on line 6 */ |
||
| 2193 | #define EXTI_IMR_MR7_Pos (7U) |
||
| 2194 | #define EXTI_IMR_MR7_Msk (0x1UL << EXTI_IMR_MR7_Pos) /*!< 0x00000080 */ |
||
| 2195 | #define EXTI_IMR_MR7 EXTI_IMR_MR7_Msk /*!< Interrupt Mask on line 7 */ |
||
| 2196 | #define EXTI_IMR_MR8_Pos (8U) |
||
| 2197 | #define EXTI_IMR_MR8_Msk (0x1UL << EXTI_IMR_MR8_Pos) /*!< 0x00000100 */ |
||
| 2198 | #define EXTI_IMR_MR8 EXTI_IMR_MR8_Msk /*!< Interrupt Mask on line 8 */ |
||
| 2199 | #define EXTI_IMR_MR9_Pos (9U) |
||
| 2200 | #define EXTI_IMR_MR9_Msk (0x1UL << EXTI_IMR_MR9_Pos) /*!< 0x00000200 */ |
||
| 2201 | #define EXTI_IMR_MR9 EXTI_IMR_MR9_Msk /*!< Interrupt Mask on line 9 */ |
||
| 2202 | #define EXTI_IMR_MR10_Pos (10U) |
||
| 2203 | #define EXTI_IMR_MR10_Msk (0x1UL << EXTI_IMR_MR10_Pos) /*!< 0x00000400 */ |
||
| 2204 | #define EXTI_IMR_MR10 EXTI_IMR_MR10_Msk /*!< Interrupt Mask on line 10 */ |
||
| 2205 | #define EXTI_IMR_MR11_Pos (11U) |
||
| 2206 | #define EXTI_IMR_MR11_Msk (0x1UL << EXTI_IMR_MR11_Pos) /*!< 0x00000800 */ |
||
| 2207 | #define EXTI_IMR_MR11 EXTI_IMR_MR11_Msk /*!< Interrupt Mask on line 11 */ |
||
| 2208 | #define EXTI_IMR_MR12_Pos (12U) |
||
| 2209 | #define EXTI_IMR_MR12_Msk (0x1UL << EXTI_IMR_MR12_Pos) /*!< 0x00001000 */ |
||
| 2210 | #define EXTI_IMR_MR12 EXTI_IMR_MR12_Msk /*!< Interrupt Mask on line 12 */ |
||
| 2211 | #define EXTI_IMR_MR13_Pos (13U) |
||
| 2212 | #define EXTI_IMR_MR13_Msk (0x1UL << EXTI_IMR_MR13_Pos) /*!< 0x00002000 */ |
||
| 2213 | #define EXTI_IMR_MR13 EXTI_IMR_MR13_Msk /*!< Interrupt Mask on line 13 */ |
||
| 2214 | #define EXTI_IMR_MR14_Pos (14U) |
||
| 2215 | #define EXTI_IMR_MR14_Msk (0x1UL << EXTI_IMR_MR14_Pos) /*!< 0x00004000 */ |
||
| 2216 | #define EXTI_IMR_MR14 EXTI_IMR_MR14_Msk /*!< Interrupt Mask on line 14 */ |
||
| 2217 | #define EXTI_IMR_MR15_Pos (15U) |
||
| 2218 | #define EXTI_IMR_MR15_Msk (0x1UL << EXTI_IMR_MR15_Pos) /*!< 0x00008000 */ |
||
| 2219 | #define EXTI_IMR_MR15 EXTI_IMR_MR15_Msk /*!< Interrupt Mask on line 15 */ |
||
| 2220 | #define EXTI_IMR_MR16_Pos (16U) |
||
| 2221 | #define EXTI_IMR_MR16_Msk (0x1UL << EXTI_IMR_MR16_Pos) /*!< 0x00010000 */ |
||
| 2222 | #define EXTI_IMR_MR16 EXTI_IMR_MR16_Msk /*!< Interrupt Mask on line 16 */ |
||
| 2223 | #define EXTI_IMR_MR17_Pos (17U) |
||
| 2224 | #define EXTI_IMR_MR17_Msk (0x1UL << EXTI_IMR_MR17_Pos) /*!< 0x00020000 */ |
||
| 2225 | #define EXTI_IMR_MR17 EXTI_IMR_MR17_Msk /*!< Interrupt Mask on line 17 */ |
||
| 2226 | #define EXTI_IMR_MR18_Pos (18U) |
||
| 2227 | #define EXTI_IMR_MR18_Msk (0x1UL << EXTI_IMR_MR18_Pos) /*!< 0x00040000 */ |
||
| 2228 | #define EXTI_IMR_MR18 EXTI_IMR_MR18_Msk /*!< Interrupt Mask on line 18 */ |
||
| 2229 | #define EXTI_IMR_MR19_Pos (19U) |
||
| 2230 | #define EXTI_IMR_MR19_Msk (0x1UL << EXTI_IMR_MR19_Pos) /*!< 0x00080000 */ |
||
| 2231 | #define EXTI_IMR_MR19 EXTI_IMR_MR19_Msk /*!< Interrupt Mask on line 19 */ |
||
| 2232 | #define EXTI_IMR_MR20_Pos (20U) |
||
| 2233 | #define EXTI_IMR_MR20_Msk (0x1UL << EXTI_IMR_MR20_Pos) /*!< 0x00100000 */ |
||
| 2234 | #define EXTI_IMR_MR20 EXTI_IMR_MR20_Msk /*!< Interrupt Mask on line 20 */ |
||
| 2235 | #define EXTI_IMR_MR21_Pos (21U) |
||
| 2236 | #define EXTI_IMR_MR21_Msk (0x1UL << EXTI_IMR_MR21_Pos) /*!< 0x00200000 */ |
||
| 2237 | #define EXTI_IMR_MR21 EXTI_IMR_MR21_Msk /*!< Interrupt Mask on line 21 */ |
||
| 2238 | #define EXTI_IMR_MR22_Pos (22U) |
||
| 2239 | #define EXTI_IMR_MR22_Msk (0x1UL << EXTI_IMR_MR22_Pos) /*!< 0x00400000 */ |
||
| 2240 | #define EXTI_IMR_MR22 EXTI_IMR_MR22_Msk /*!< Interrupt Mask on line 22 */ |
||
| 2241 | /* Catgeroy 1 & 2 */ |
||
| 2242 | |||
| 2243 | /* References Defines */ |
||
| 2244 | #define EXTI_IMR_IM0 EXTI_IMR_MR0 |
||
| 2245 | #define EXTI_IMR_IM1 EXTI_IMR_MR1 |
||
| 2246 | #define EXTI_IMR_IM2 EXTI_IMR_MR2 |
||
| 2247 | #define EXTI_IMR_IM3 EXTI_IMR_MR3 |
||
| 2248 | #define EXTI_IMR_IM4 EXTI_IMR_MR4 |
||
| 2249 | #define EXTI_IMR_IM5 EXTI_IMR_MR5 |
||
| 2250 | #define EXTI_IMR_IM6 EXTI_IMR_MR6 |
||
| 2251 | #define EXTI_IMR_IM7 EXTI_IMR_MR7 |
||
| 2252 | #define EXTI_IMR_IM8 EXTI_IMR_MR8 |
||
| 2253 | #define EXTI_IMR_IM9 EXTI_IMR_MR9 |
||
| 2254 | #define EXTI_IMR_IM10 EXTI_IMR_MR10 |
||
| 2255 | #define EXTI_IMR_IM11 EXTI_IMR_MR11 |
||
| 2256 | #define EXTI_IMR_IM12 EXTI_IMR_MR12 |
||
| 2257 | #define EXTI_IMR_IM13 EXTI_IMR_MR13 |
||
| 2258 | #define EXTI_IMR_IM14 EXTI_IMR_MR14 |
||
| 2259 | #define EXTI_IMR_IM15 EXTI_IMR_MR15 |
||
| 2260 | #define EXTI_IMR_IM16 EXTI_IMR_MR16 |
||
| 2261 | #define EXTI_IMR_IM17 EXTI_IMR_MR17 |
||
| 2262 | #define EXTI_IMR_IM18 EXTI_IMR_MR18 |
||
| 2263 | #define EXTI_IMR_IM19 EXTI_IMR_MR19 |
||
| 2264 | #define EXTI_IMR_IM20 EXTI_IMR_MR20 |
||
| 2265 | #define EXTI_IMR_IM21 EXTI_IMR_MR21 |
||
| 2266 | #define EXTI_IMR_IM22 EXTI_IMR_MR22 |
||
| 2267 | /* Catgeroy 1 & 2 */ |
||
| 2268 | #define EXTI_IMR_IM_Pos (0U) |
||
| 2269 | #define EXTI_IMR_IM_Msk (0x7FFFFFUL << EXTI_IMR_IM_Pos) /*!< 0x007FFFFF */ |
||
| 2270 | #define EXTI_IMR_IM EXTI_IMR_IM_Msk /*!< Interrupt Mask All */ |
||
| 2271 | |||
| 2272 | /******************* Bit definition for EXTI_EMR register *******************/ |
||
| 2273 | #define EXTI_EMR_MR0_Pos (0U) |
||
| 2274 | #define EXTI_EMR_MR0_Msk (0x1UL << EXTI_EMR_MR0_Pos) /*!< 0x00000001 */ |
||
| 2275 | #define EXTI_EMR_MR0 EXTI_EMR_MR0_Msk /*!< Event Mask on line 0 */ |
||
| 2276 | #define EXTI_EMR_MR1_Pos (1U) |
||
| 2277 | #define EXTI_EMR_MR1_Msk (0x1UL << EXTI_EMR_MR1_Pos) /*!< 0x00000002 */ |
||
| 2278 | #define EXTI_EMR_MR1 EXTI_EMR_MR1_Msk /*!< Event Mask on line 1 */ |
||
| 2279 | #define EXTI_EMR_MR2_Pos (2U) |
||
| 2280 | #define EXTI_EMR_MR2_Msk (0x1UL << EXTI_EMR_MR2_Pos) /*!< 0x00000004 */ |
||
| 2281 | #define EXTI_EMR_MR2 EXTI_EMR_MR2_Msk /*!< Event Mask on line 2 */ |
||
| 2282 | #define EXTI_EMR_MR3_Pos (3U) |
||
| 2283 | #define EXTI_EMR_MR3_Msk (0x1UL << EXTI_EMR_MR3_Pos) /*!< 0x00000008 */ |
||
| 2284 | #define EXTI_EMR_MR3 EXTI_EMR_MR3_Msk /*!< Event Mask on line 3 */ |
||
| 2285 | #define EXTI_EMR_MR4_Pos (4U) |
||
| 2286 | #define EXTI_EMR_MR4_Msk (0x1UL << EXTI_EMR_MR4_Pos) /*!< 0x00000010 */ |
||
| 2287 | #define EXTI_EMR_MR4 EXTI_EMR_MR4_Msk /*!< Event Mask on line 4 */ |
||
| 2288 | #define EXTI_EMR_MR5_Pos (5U) |
||
| 2289 | #define EXTI_EMR_MR5_Msk (0x1UL << EXTI_EMR_MR5_Pos) /*!< 0x00000020 */ |
||
| 2290 | #define EXTI_EMR_MR5 EXTI_EMR_MR5_Msk /*!< Event Mask on line 5 */ |
||
| 2291 | #define EXTI_EMR_MR6_Pos (6U) |
||
| 2292 | #define EXTI_EMR_MR6_Msk (0x1UL << EXTI_EMR_MR6_Pos) /*!< 0x00000040 */ |
||
| 2293 | #define EXTI_EMR_MR6 EXTI_EMR_MR6_Msk /*!< Event Mask on line 6 */ |
||
| 2294 | #define EXTI_EMR_MR7_Pos (7U) |
||
| 2295 | #define EXTI_EMR_MR7_Msk (0x1UL << EXTI_EMR_MR7_Pos) /*!< 0x00000080 */ |
||
| 2296 | #define EXTI_EMR_MR7 EXTI_EMR_MR7_Msk /*!< Event Mask on line 7 */ |
||
| 2297 | #define EXTI_EMR_MR8_Pos (8U) |
||
| 2298 | #define EXTI_EMR_MR8_Msk (0x1UL << EXTI_EMR_MR8_Pos) /*!< 0x00000100 */ |
||
| 2299 | #define EXTI_EMR_MR8 EXTI_EMR_MR8_Msk /*!< Event Mask on line 8 */ |
||
| 2300 | #define EXTI_EMR_MR9_Pos (9U) |
||
| 2301 | #define EXTI_EMR_MR9_Msk (0x1UL << EXTI_EMR_MR9_Pos) /*!< 0x00000200 */ |
||
| 2302 | #define EXTI_EMR_MR9 EXTI_EMR_MR9_Msk /*!< Event Mask on line 9 */ |
||
| 2303 | #define EXTI_EMR_MR10_Pos (10U) |
||
| 2304 | #define EXTI_EMR_MR10_Msk (0x1UL << EXTI_EMR_MR10_Pos) /*!< 0x00000400 */ |
||
| 2305 | #define EXTI_EMR_MR10 EXTI_EMR_MR10_Msk /*!< Event Mask on line 10 */ |
||
| 2306 | #define EXTI_EMR_MR11_Pos (11U) |
||
| 2307 | #define EXTI_EMR_MR11_Msk (0x1UL << EXTI_EMR_MR11_Pos) /*!< 0x00000800 */ |
||
| 2308 | #define EXTI_EMR_MR11 EXTI_EMR_MR11_Msk /*!< Event Mask on line 11 */ |
||
| 2309 | #define EXTI_EMR_MR12_Pos (12U) |
||
| 2310 | #define EXTI_EMR_MR12_Msk (0x1UL << EXTI_EMR_MR12_Pos) /*!< 0x00001000 */ |
||
| 2311 | #define EXTI_EMR_MR12 EXTI_EMR_MR12_Msk /*!< Event Mask on line 12 */ |
||
| 2312 | #define EXTI_EMR_MR13_Pos (13U) |
||
| 2313 | #define EXTI_EMR_MR13_Msk (0x1UL << EXTI_EMR_MR13_Pos) /*!< 0x00002000 */ |
||
| 2314 | #define EXTI_EMR_MR13 EXTI_EMR_MR13_Msk /*!< Event Mask on line 13 */ |
||
| 2315 | #define EXTI_EMR_MR14_Pos (14U) |
||
| 2316 | #define EXTI_EMR_MR14_Msk (0x1UL << EXTI_EMR_MR14_Pos) /*!< 0x00004000 */ |
||
| 2317 | #define EXTI_EMR_MR14 EXTI_EMR_MR14_Msk /*!< Event Mask on line 14 */ |
||
| 2318 | #define EXTI_EMR_MR15_Pos (15U) |
||
| 2319 | #define EXTI_EMR_MR15_Msk (0x1UL << EXTI_EMR_MR15_Pos) /*!< 0x00008000 */ |
||
| 2320 | #define EXTI_EMR_MR15 EXTI_EMR_MR15_Msk /*!< Event Mask on line 15 */ |
||
| 2321 | #define EXTI_EMR_MR16_Pos (16U) |
||
| 2322 | #define EXTI_EMR_MR16_Msk (0x1UL << EXTI_EMR_MR16_Pos) /*!< 0x00010000 */ |
||
| 2323 | #define EXTI_EMR_MR16 EXTI_EMR_MR16_Msk /*!< Event Mask on line 16 */ |
||
| 2324 | #define EXTI_EMR_MR17_Pos (17U) |
||
| 2325 | #define EXTI_EMR_MR17_Msk (0x1UL << EXTI_EMR_MR17_Pos) /*!< 0x00020000 */ |
||
| 2326 | #define EXTI_EMR_MR17 EXTI_EMR_MR17_Msk /*!< Event Mask on line 17 */ |
||
| 2327 | #define EXTI_EMR_MR18_Pos (18U) |
||
| 2328 | #define EXTI_EMR_MR18_Msk (0x1UL << EXTI_EMR_MR18_Pos) /*!< 0x00040000 */ |
||
| 2329 | #define EXTI_EMR_MR18 EXTI_EMR_MR18_Msk /*!< Event Mask on line 18 */ |
||
| 2330 | #define EXTI_EMR_MR19_Pos (19U) |
||
| 2331 | #define EXTI_EMR_MR19_Msk (0x1UL << EXTI_EMR_MR19_Pos) /*!< 0x00080000 */ |
||
| 2332 | #define EXTI_EMR_MR19 EXTI_EMR_MR19_Msk /*!< Event Mask on line 19 */ |
||
| 2333 | #define EXTI_EMR_MR20_Pos (20U) |
||
| 2334 | #define EXTI_EMR_MR20_Msk (0x1UL << EXTI_EMR_MR20_Pos) /*!< 0x00100000 */ |
||
| 2335 | #define EXTI_EMR_MR20 EXTI_EMR_MR20_Msk /*!< Event Mask on line 20 */ |
||
| 2336 | #define EXTI_EMR_MR21_Pos (21U) |
||
| 2337 | #define EXTI_EMR_MR21_Msk (0x1UL << EXTI_EMR_MR21_Pos) /*!< 0x00200000 */ |
||
| 2338 | #define EXTI_EMR_MR21 EXTI_EMR_MR21_Msk /*!< Event Mask on line 21 */ |
||
| 2339 | #define EXTI_EMR_MR22_Pos (22U) |
||
| 2340 | #define EXTI_EMR_MR22_Msk (0x1UL << EXTI_EMR_MR22_Pos) /*!< 0x00400000 */ |
||
| 2341 | #define EXTI_EMR_MR22 EXTI_EMR_MR22_Msk /*!< Event Mask on line 22 */ |
||
| 2342 | |||
| 2343 | /* References Defines */ |
||
| 2344 | #define EXTI_EMR_EM0 EXTI_EMR_MR0 |
||
| 2345 | #define EXTI_EMR_EM1 EXTI_EMR_MR1 |
||
| 2346 | #define EXTI_EMR_EM2 EXTI_EMR_MR2 |
||
| 2347 | #define EXTI_EMR_EM3 EXTI_EMR_MR3 |
||
| 2348 | #define EXTI_EMR_EM4 EXTI_EMR_MR4 |
||
| 2349 | #define EXTI_EMR_EM5 EXTI_EMR_MR5 |
||
| 2350 | #define EXTI_EMR_EM6 EXTI_EMR_MR6 |
||
| 2351 | #define EXTI_EMR_EM7 EXTI_EMR_MR7 |
||
| 2352 | #define EXTI_EMR_EM8 EXTI_EMR_MR8 |
||
| 2353 | #define EXTI_EMR_EM9 EXTI_EMR_MR9 |
||
| 2354 | #define EXTI_EMR_EM10 EXTI_EMR_MR10 |
||
| 2355 | #define EXTI_EMR_EM11 EXTI_EMR_MR11 |
||
| 2356 | #define EXTI_EMR_EM12 EXTI_EMR_MR12 |
||
| 2357 | #define EXTI_EMR_EM13 EXTI_EMR_MR13 |
||
| 2358 | #define EXTI_EMR_EM14 EXTI_EMR_MR14 |
||
| 2359 | #define EXTI_EMR_EM15 EXTI_EMR_MR15 |
||
| 2360 | #define EXTI_EMR_EM16 EXTI_EMR_MR16 |
||
| 2361 | #define EXTI_EMR_EM17 EXTI_EMR_MR17 |
||
| 2362 | #define EXTI_EMR_EM18 EXTI_EMR_MR18 |
||
| 2363 | #define EXTI_EMR_EM19 EXTI_EMR_MR19 |
||
| 2364 | #define EXTI_EMR_EM20 EXTI_EMR_MR20 |
||
| 2365 | #define EXTI_EMR_EM21 EXTI_EMR_MR21 |
||
| 2366 | #define EXTI_EMR_EM22 EXTI_EMR_MR22 |
||
| 2367 | |||
| 2368 | /****************** Bit definition for EXTI_RTSR register *******************/ |
||
| 2369 | #define EXTI_RTSR_TR0_Pos (0U) |
||
| 2370 | #define EXTI_RTSR_TR0_Msk (0x1UL << EXTI_RTSR_TR0_Pos) /*!< 0x00000001 */ |
||
| 2371 | #define EXTI_RTSR_TR0 EXTI_RTSR_TR0_Msk /*!< Rising trigger event configuration bit of line 0 */ |
||
| 2372 | #define EXTI_RTSR_TR1_Pos (1U) |
||
| 2373 | #define EXTI_RTSR_TR1_Msk (0x1UL << EXTI_RTSR_TR1_Pos) /*!< 0x00000002 */ |
||
| 2374 | #define EXTI_RTSR_TR1 EXTI_RTSR_TR1_Msk /*!< Rising trigger event configuration bit of line 1 */ |
||
| 2375 | #define EXTI_RTSR_TR2_Pos (2U) |
||
| 2376 | #define EXTI_RTSR_TR2_Msk (0x1UL << EXTI_RTSR_TR2_Pos) /*!< 0x00000004 */ |
||
| 2377 | #define EXTI_RTSR_TR2 EXTI_RTSR_TR2_Msk /*!< Rising trigger event configuration bit of line 2 */ |
||
| 2378 | #define EXTI_RTSR_TR3_Pos (3U) |
||
| 2379 | #define EXTI_RTSR_TR3_Msk (0x1UL << EXTI_RTSR_TR3_Pos) /*!< 0x00000008 */ |
||
| 2380 | #define EXTI_RTSR_TR3 EXTI_RTSR_TR3_Msk /*!< Rising trigger event configuration bit of line 3 */ |
||
| 2381 | #define EXTI_RTSR_TR4_Pos (4U) |
||
| 2382 | #define EXTI_RTSR_TR4_Msk (0x1UL << EXTI_RTSR_TR4_Pos) /*!< 0x00000010 */ |
||
| 2383 | #define EXTI_RTSR_TR4 EXTI_RTSR_TR4_Msk /*!< Rising trigger event configuration bit of line 4 */ |
||
| 2384 | #define EXTI_RTSR_TR5_Pos (5U) |
||
| 2385 | #define EXTI_RTSR_TR5_Msk (0x1UL << EXTI_RTSR_TR5_Pos) /*!< 0x00000020 */ |
||
| 2386 | #define EXTI_RTSR_TR5 EXTI_RTSR_TR5_Msk /*!< Rising trigger event configuration bit of line 5 */ |
||
| 2387 | #define EXTI_RTSR_TR6_Pos (6U) |
||
| 2388 | #define EXTI_RTSR_TR6_Msk (0x1UL << EXTI_RTSR_TR6_Pos) /*!< 0x00000040 */ |
||
| 2389 | #define EXTI_RTSR_TR6 EXTI_RTSR_TR6_Msk /*!< Rising trigger event configuration bit of line 6 */ |
||
| 2390 | #define EXTI_RTSR_TR7_Pos (7U) |
||
| 2391 | #define EXTI_RTSR_TR7_Msk (0x1UL << EXTI_RTSR_TR7_Pos) /*!< 0x00000080 */ |
||
| 2392 | #define EXTI_RTSR_TR7 EXTI_RTSR_TR7_Msk /*!< Rising trigger event configuration bit of line 7 */ |
||
| 2393 | #define EXTI_RTSR_TR8_Pos (8U) |
||
| 2394 | #define EXTI_RTSR_TR8_Msk (0x1UL << EXTI_RTSR_TR8_Pos) /*!< 0x00000100 */ |
||
| 2395 | #define EXTI_RTSR_TR8 EXTI_RTSR_TR8_Msk /*!< Rising trigger event configuration bit of line 8 */ |
||
| 2396 | #define EXTI_RTSR_TR9_Pos (9U) |
||
| 2397 | #define EXTI_RTSR_TR9_Msk (0x1UL << EXTI_RTSR_TR9_Pos) /*!< 0x00000200 */ |
||
| 2398 | #define EXTI_RTSR_TR9 EXTI_RTSR_TR9_Msk /*!< Rising trigger event configuration bit of line 9 */ |
||
| 2399 | #define EXTI_RTSR_TR10_Pos (10U) |
||
| 2400 | #define EXTI_RTSR_TR10_Msk (0x1UL << EXTI_RTSR_TR10_Pos) /*!< 0x00000400 */ |
||
| 2401 | #define EXTI_RTSR_TR10 EXTI_RTSR_TR10_Msk /*!< Rising trigger event configuration bit of line 10 */ |
||
| 2402 | #define EXTI_RTSR_TR11_Pos (11U) |
||
| 2403 | #define EXTI_RTSR_TR11_Msk (0x1UL << EXTI_RTSR_TR11_Pos) /*!< 0x00000800 */ |
||
| 2404 | #define EXTI_RTSR_TR11 EXTI_RTSR_TR11_Msk /*!< Rising trigger event configuration bit of line 11 */ |
||
| 2405 | #define EXTI_RTSR_TR12_Pos (12U) |
||
| 2406 | #define EXTI_RTSR_TR12_Msk (0x1UL << EXTI_RTSR_TR12_Pos) /*!< 0x00001000 */ |
||
| 2407 | #define EXTI_RTSR_TR12 EXTI_RTSR_TR12_Msk /*!< Rising trigger event configuration bit of line 12 */ |
||
| 2408 | #define EXTI_RTSR_TR13_Pos (13U) |
||
| 2409 | #define EXTI_RTSR_TR13_Msk (0x1UL << EXTI_RTSR_TR13_Pos) /*!< 0x00002000 */ |
||
| 2410 | #define EXTI_RTSR_TR13 EXTI_RTSR_TR13_Msk /*!< Rising trigger event configuration bit of line 13 */ |
||
| 2411 | #define EXTI_RTSR_TR14_Pos (14U) |
||
| 2412 | #define EXTI_RTSR_TR14_Msk (0x1UL << EXTI_RTSR_TR14_Pos) /*!< 0x00004000 */ |
||
| 2413 | #define EXTI_RTSR_TR14 EXTI_RTSR_TR14_Msk /*!< Rising trigger event configuration bit of line 14 */ |
||
| 2414 | #define EXTI_RTSR_TR15_Pos (15U) |
||
| 2415 | #define EXTI_RTSR_TR15_Msk (0x1UL << EXTI_RTSR_TR15_Pos) /*!< 0x00008000 */ |
||
| 2416 | #define EXTI_RTSR_TR15 EXTI_RTSR_TR15_Msk /*!< Rising trigger event configuration bit of line 15 */ |
||
| 2417 | #define EXTI_RTSR_TR16_Pos (16U) |
||
| 2418 | #define EXTI_RTSR_TR16_Msk (0x1UL << EXTI_RTSR_TR16_Pos) /*!< 0x00010000 */ |
||
| 2419 | #define EXTI_RTSR_TR16 EXTI_RTSR_TR16_Msk /*!< Rising trigger event configuration bit of line 16 */ |
||
| 2420 | #define EXTI_RTSR_TR17_Pos (17U) |
||
| 2421 | #define EXTI_RTSR_TR17_Msk (0x1UL << EXTI_RTSR_TR17_Pos) /*!< 0x00020000 */ |
||
| 2422 | #define EXTI_RTSR_TR17 EXTI_RTSR_TR17_Msk /*!< Rising trigger event configuration bit of line 17 */ |
||
| 2423 | #define EXTI_RTSR_TR18_Pos (18U) |
||
| 2424 | #define EXTI_RTSR_TR18_Msk (0x1UL << EXTI_RTSR_TR18_Pos) /*!< 0x00040000 */ |
||
| 2425 | #define EXTI_RTSR_TR18 EXTI_RTSR_TR18_Msk /*!< Rising trigger event configuration bit of line 18 */ |
||
| 2426 | #define EXTI_RTSR_TR19_Pos (19U) |
||
| 2427 | #define EXTI_RTSR_TR19_Msk (0x1UL << EXTI_RTSR_TR19_Pos) /*!< 0x00080000 */ |
||
| 2428 | #define EXTI_RTSR_TR19 EXTI_RTSR_TR19_Msk /*!< Rising trigger event configuration bit of line 19 */ |
||
| 2429 | #define EXTI_RTSR_TR20_Pos (20U) |
||
| 2430 | #define EXTI_RTSR_TR20_Msk (0x1UL << EXTI_RTSR_TR20_Pos) /*!< 0x00100000 */ |
||
| 2431 | #define EXTI_RTSR_TR20 EXTI_RTSR_TR20_Msk /*!< Rising trigger event configuration bit of line 20 */ |
||
| 2432 | #define EXTI_RTSR_TR21_Pos (21U) |
||
| 2433 | #define EXTI_RTSR_TR21_Msk (0x1UL << EXTI_RTSR_TR21_Pos) /*!< 0x00200000 */ |
||
| 2434 | #define EXTI_RTSR_TR21 EXTI_RTSR_TR21_Msk /*!< Rising trigger event configuration bit of line 21 */ |
||
| 2435 | #define EXTI_RTSR_TR22_Pos (22U) |
||
| 2436 | #define EXTI_RTSR_TR22_Msk (0x1UL << EXTI_RTSR_TR22_Pos) /*!< 0x00400000 */ |
||
| 2437 | #define EXTI_RTSR_TR22 EXTI_RTSR_TR22_Msk /*!< Rising trigger event configuration bit of line 22 */ |
||
| 2438 | |||
| 2439 | /* References Defines */ |
||
| 2440 | #define EXTI_RTSR_RT0 EXTI_RTSR_TR0 |
||
| 2441 | #define EXTI_RTSR_RT1 EXTI_RTSR_TR1 |
||
| 2442 | #define EXTI_RTSR_RT2 EXTI_RTSR_TR2 |
||
| 2443 | #define EXTI_RTSR_RT3 EXTI_RTSR_TR3 |
||
| 2444 | #define EXTI_RTSR_RT4 EXTI_RTSR_TR4 |
||
| 2445 | #define EXTI_RTSR_RT5 EXTI_RTSR_TR5 |
||
| 2446 | #define EXTI_RTSR_RT6 EXTI_RTSR_TR6 |
||
| 2447 | #define EXTI_RTSR_RT7 EXTI_RTSR_TR7 |
||
| 2448 | #define EXTI_RTSR_RT8 EXTI_RTSR_TR8 |
||
| 2449 | #define EXTI_RTSR_RT9 EXTI_RTSR_TR9 |
||
| 2450 | #define EXTI_RTSR_RT10 EXTI_RTSR_TR10 |
||
| 2451 | #define EXTI_RTSR_RT11 EXTI_RTSR_TR11 |
||
| 2452 | #define EXTI_RTSR_RT12 EXTI_RTSR_TR12 |
||
| 2453 | #define EXTI_RTSR_RT13 EXTI_RTSR_TR13 |
||
| 2454 | #define EXTI_RTSR_RT14 EXTI_RTSR_TR14 |
||
| 2455 | #define EXTI_RTSR_RT15 EXTI_RTSR_TR15 |
||
| 2456 | #define EXTI_RTSR_RT16 EXTI_RTSR_TR16 |
||
| 2457 | #define EXTI_RTSR_RT17 EXTI_RTSR_TR17 |
||
| 2458 | #define EXTI_RTSR_RT18 EXTI_RTSR_TR18 |
||
| 2459 | #define EXTI_RTSR_RT19 EXTI_RTSR_TR19 |
||
| 2460 | #define EXTI_RTSR_RT20 EXTI_RTSR_TR20 |
||
| 2461 | #define EXTI_RTSR_RT21 EXTI_RTSR_TR21 |
||
| 2462 | #define EXTI_RTSR_RT22 EXTI_RTSR_TR22 |
||
| 2463 | |||
| 2464 | /****************** Bit definition for EXTI_FTSR register *******************/ |
||
| 2465 | #define EXTI_FTSR_TR0_Pos (0U) |
||
| 2466 | #define EXTI_FTSR_TR0_Msk (0x1UL << EXTI_FTSR_TR0_Pos) /*!< 0x00000001 */ |
||
| 2467 | #define EXTI_FTSR_TR0 EXTI_FTSR_TR0_Msk /*!< Falling trigger event configuration bit of line 0 */ |
||
| 2468 | #define EXTI_FTSR_TR1_Pos (1U) |
||
| 2469 | #define EXTI_FTSR_TR1_Msk (0x1UL << EXTI_FTSR_TR1_Pos) /*!< 0x00000002 */ |
||
| 2470 | #define EXTI_FTSR_TR1 EXTI_FTSR_TR1_Msk /*!< Falling trigger event configuration bit of line 1 */ |
||
| 2471 | #define EXTI_FTSR_TR2_Pos (2U) |
||
| 2472 | #define EXTI_FTSR_TR2_Msk (0x1UL << EXTI_FTSR_TR2_Pos) /*!< 0x00000004 */ |
||
| 2473 | #define EXTI_FTSR_TR2 EXTI_FTSR_TR2_Msk /*!< Falling trigger event configuration bit of line 2 */ |
||
| 2474 | #define EXTI_FTSR_TR3_Pos (3U) |
||
| 2475 | #define EXTI_FTSR_TR3_Msk (0x1UL << EXTI_FTSR_TR3_Pos) /*!< 0x00000008 */ |
||
| 2476 | #define EXTI_FTSR_TR3 EXTI_FTSR_TR3_Msk /*!< Falling trigger event configuration bit of line 3 */ |
||
| 2477 | #define EXTI_FTSR_TR4_Pos (4U) |
||
| 2478 | #define EXTI_FTSR_TR4_Msk (0x1UL << EXTI_FTSR_TR4_Pos) /*!< 0x00000010 */ |
||
| 2479 | #define EXTI_FTSR_TR4 EXTI_FTSR_TR4_Msk /*!< Falling trigger event configuration bit of line 4 */ |
||
| 2480 | #define EXTI_FTSR_TR5_Pos (5U) |
||
| 2481 | #define EXTI_FTSR_TR5_Msk (0x1UL << EXTI_FTSR_TR5_Pos) /*!< 0x00000020 */ |
||
| 2482 | #define EXTI_FTSR_TR5 EXTI_FTSR_TR5_Msk /*!< Falling trigger event configuration bit of line 5 */ |
||
| 2483 | #define EXTI_FTSR_TR6_Pos (6U) |
||
| 2484 | #define EXTI_FTSR_TR6_Msk (0x1UL << EXTI_FTSR_TR6_Pos) /*!< 0x00000040 */ |
||
| 2485 | #define EXTI_FTSR_TR6 EXTI_FTSR_TR6_Msk /*!< Falling trigger event configuration bit of line 6 */ |
||
| 2486 | #define EXTI_FTSR_TR7_Pos (7U) |
||
| 2487 | #define EXTI_FTSR_TR7_Msk (0x1UL << EXTI_FTSR_TR7_Pos) /*!< 0x00000080 */ |
||
| 2488 | #define EXTI_FTSR_TR7 EXTI_FTSR_TR7_Msk /*!< Falling trigger event configuration bit of line 7 */ |
||
| 2489 | #define EXTI_FTSR_TR8_Pos (8U) |
||
| 2490 | #define EXTI_FTSR_TR8_Msk (0x1UL << EXTI_FTSR_TR8_Pos) /*!< 0x00000100 */ |
||
| 2491 | #define EXTI_FTSR_TR8 EXTI_FTSR_TR8_Msk /*!< Falling trigger event configuration bit of line 8 */ |
||
| 2492 | #define EXTI_FTSR_TR9_Pos (9U) |
||
| 2493 | #define EXTI_FTSR_TR9_Msk (0x1UL << EXTI_FTSR_TR9_Pos) /*!< 0x00000200 */ |
||
| 2494 | #define EXTI_FTSR_TR9 EXTI_FTSR_TR9_Msk /*!< Falling trigger event configuration bit of line 9 */ |
||
| 2495 | #define EXTI_FTSR_TR10_Pos (10U) |
||
| 2496 | #define EXTI_FTSR_TR10_Msk (0x1UL << EXTI_FTSR_TR10_Pos) /*!< 0x00000400 */ |
||
| 2497 | #define EXTI_FTSR_TR10 EXTI_FTSR_TR10_Msk /*!< Falling trigger event configuration bit of line 10 */ |
||
| 2498 | #define EXTI_FTSR_TR11_Pos (11U) |
||
| 2499 | #define EXTI_FTSR_TR11_Msk (0x1UL << EXTI_FTSR_TR11_Pos) /*!< 0x00000800 */ |
||
| 2500 | #define EXTI_FTSR_TR11 EXTI_FTSR_TR11_Msk /*!< Falling trigger event configuration bit of line 11 */ |
||
| 2501 | #define EXTI_FTSR_TR12_Pos (12U) |
||
| 2502 | #define EXTI_FTSR_TR12_Msk (0x1UL << EXTI_FTSR_TR12_Pos) /*!< 0x00001000 */ |
||
| 2503 | #define EXTI_FTSR_TR12 EXTI_FTSR_TR12_Msk /*!< Falling trigger event configuration bit of line 12 */ |
||
| 2504 | #define EXTI_FTSR_TR13_Pos (13U) |
||
| 2505 | #define EXTI_FTSR_TR13_Msk (0x1UL << EXTI_FTSR_TR13_Pos) /*!< 0x00002000 */ |
||
| 2506 | #define EXTI_FTSR_TR13 EXTI_FTSR_TR13_Msk /*!< Falling trigger event configuration bit of line 13 */ |
||
| 2507 | #define EXTI_FTSR_TR14_Pos (14U) |
||
| 2508 | #define EXTI_FTSR_TR14_Msk (0x1UL << EXTI_FTSR_TR14_Pos) /*!< 0x00004000 */ |
||
| 2509 | #define EXTI_FTSR_TR14 EXTI_FTSR_TR14_Msk /*!< Falling trigger event configuration bit of line 14 */ |
||
| 2510 | #define EXTI_FTSR_TR15_Pos (15U) |
||
| 2511 | #define EXTI_FTSR_TR15_Msk (0x1UL << EXTI_FTSR_TR15_Pos) /*!< 0x00008000 */ |
||
| 2512 | #define EXTI_FTSR_TR15 EXTI_FTSR_TR15_Msk /*!< Falling trigger event configuration bit of line 15 */ |
||
| 2513 | #define EXTI_FTSR_TR16_Pos (16U) |
||
| 2514 | #define EXTI_FTSR_TR16_Msk (0x1UL << EXTI_FTSR_TR16_Pos) /*!< 0x00010000 */ |
||
| 2515 | #define EXTI_FTSR_TR16 EXTI_FTSR_TR16_Msk /*!< Falling trigger event configuration bit of line 16 */ |
||
| 2516 | #define EXTI_FTSR_TR17_Pos (17U) |
||
| 2517 | #define EXTI_FTSR_TR17_Msk (0x1UL << EXTI_FTSR_TR17_Pos) /*!< 0x00020000 */ |
||
| 2518 | #define EXTI_FTSR_TR17 EXTI_FTSR_TR17_Msk /*!< Falling trigger event configuration bit of line 17 */ |
||
| 2519 | #define EXTI_FTSR_TR18_Pos (18U) |
||
| 2520 | #define EXTI_FTSR_TR18_Msk (0x1UL << EXTI_FTSR_TR18_Pos) /*!< 0x00040000 */ |
||
| 2521 | #define EXTI_FTSR_TR18 EXTI_FTSR_TR18_Msk /*!< Falling trigger event configuration bit of line 18 */ |
||
| 2522 | #define EXTI_FTSR_TR19_Pos (19U) |
||
| 2523 | #define EXTI_FTSR_TR19_Msk (0x1UL << EXTI_FTSR_TR19_Pos) /*!< 0x00080000 */ |
||
| 2524 | #define EXTI_FTSR_TR19 EXTI_FTSR_TR19_Msk /*!< Falling trigger event configuration bit of line 19 */ |
||
| 2525 | #define EXTI_FTSR_TR20_Pos (20U) |
||
| 2526 | #define EXTI_FTSR_TR20_Msk (0x1UL << EXTI_FTSR_TR20_Pos) /*!< 0x00100000 */ |
||
| 2527 | #define EXTI_FTSR_TR20 EXTI_FTSR_TR20_Msk /*!< Falling trigger event configuration bit of line 20 */ |
||
| 2528 | #define EXTI_FTSR_TR21_Pos (21U) |
||
| 2529 | #define EXTI_FTSR_TR21_Msk (0x1UL << EXTI_FTSR_TR21_Pos) /*!< 0x00200000 */ |
||
| 2530 | #define EXTI_FTSR_TR21 EXTI_FTSR_TR21_Msk /*!< Falling trigger event configuration bit of line 21 */ |
||
| 2531 | #define EXTI_FTSR_TR22_Pos (22U) |
||
| 2532 | #define EXTI_FTSR_TR22_Msk (0x1UL << EXTI_FTSR_TR22_Pos) /*!< 0x00400000 */ |
||
| 2533 | #define EXTI_FTSR_TR22 EXTI_FTSR_TR22_Msk /*!< Falling trigger event configuration bit of line 22 */ |
||
| 2534 | |||
| 2535 | /* References Defines */ |
||
| 2536 | #define EXTI_FTSR_FT0 EXTI_FTSR_TR0 |
||
| 2537 | #define EXTI_FTSR_FT1 EXTI_FTSR_TR1 |
||
| 2538 | #define EXTI_FTSR_FT2 EXTI_FTSR_TR2 |
||
| 2539 | #define EXTI_FTSR_FT3 EXTI_FTSR_TR3 |
||
| 2540 | #define EXTI_FTSR_FT4 EXTI_FTSR_TR4 |
||
| 2541 | #define EXTI_FTSR_FT5 EXTI_FTSR_TR5 |
||
| 2542 | #define EXTI_FTSR_FT6 EXTI_FTSR_TR6 |
||
| 2543 | #define EXTI_FTSR_FT7 EXTI_FTSR_TR7 |
||
| 2544 | #define EXTI_FTSR_FT8 EXTI_FTSR_TR8 |
||
| 2545 | #define EXTI_FTSR_FT9 EXTI_FTSR_TR9 |
||
| 2546 | #define EXTI_FTSR_FT10 EXTI_FTSR_TR10 |
||
| 2547 | #define EXTI_FTSR_FT11 EXTI_FTSR_TR11 |
||
| 2548 | #define EXTI_FTSR_FT12 EXTI_FTSR_TR12 |
||
| 2549 | #define EXTI_FTSR_FT13 EXTI_FTSR_TR13 |
||
| 2550 | #define EXTI_FTSR_FT14 EXTI_FTSR_TR14 |
||
| 2551 | #define EXTI_FTSR_FT15 EXTI_FTSR_TR15 |
||
| 2552 | #define EXTI_FTSR_FT16 EXTI_FTSR_TR16 |
||
| 2553 | #define EXTI_FTSR_FT17 EXTI_FTSR_TR17 |
||
| 2554 | #define EXTI_FTSR_FT18 EXTI_FTSR_TR18 |
||
| 2555 | #define EXTI_FTSR_FT19 EXTI_FTSR_TR19 |
||
| 2556 | #define EXTI_FTSR_FT20 EXTI_FTSR_TR20 |
||
| 2557 | #define EXTI_FTSR_FT21 EXTI_FTSR_TR21 |
||
| 2558 | #define EXTI_FTSR_FT22 EXTI_FTSR_TR22 |
||
| 2559 | |||
| 2560 | /****************** Bit definition for EXTI_SWIER register ******************/ |
||
| 2561 | #define EXTI_SWIER_SWIER0_Pos (0U) |
||
| 2562 | #define EXTI_SWIER_SWIER0_Msk (0x1UL << EXTI_SWIER_SWIER0_Pos) /*!< 0x00000001 */ |
||
| 2563 | #define EXTI_SWIER_SWIER0 EXTI_SWIER_SWIER0_Msk /*!< Software Interrupt on line 0 */ |
||
| 2564 | #define EXTI_SWIER_SWIER1_Pos (1U) |
||
| 2565 | #define EXTI_SWIER_SWIER1_Msk (0x1UL << EXTI_SWIER_SWIER1_Pos) /*!< 0x00000002 */ |
||
| 2566 | #define EXTI_SWIER_SWIER1 EXTI_SWIER_SWIER1_Msk /*!< Software Interrupt on line 1 */ |
||
| 2567 | #define EXTI_SWIER_SWIER2_Pos (2U) |
||
| 2568 | #define EXTI_SWIER_SWIER2_Msk (0x1UL << EXTI_SWIER_SWIER2_Pos) /*!< 0x00000004 */ |
||
| 2569 | #define EXTI_SWIER_SWIER2 EXTI_SWIER_SWIER2_Msk /*!< Software Interrupt on line 2 */ |
||
| 2570 | #define EXTI_SWIER_SWIER3_Pos (3U) |
||
| 2571 | #define EXTI_SWIER_SWIER3_Msk (0x1UL << EXTI_SWIER_SWIER3_Pos) /*!< 0x00000008 */ |
||
| 2572 | #define EXTI_SWIER_SWIER3 EXTI_SWIER_SWIER3_Msk /*!< Software Interrupt on line 3 */ |
||
| 2573 | #define EXTI_SWIER_SWIER4_Pos (4U) |
||
| 2574 | #define EXTI_SWIER_SWIER4_Msk (0x1UL << EXTI_SWIER_SWIER4_Pos) /*!< 0x00000010 */ |
||
| 2575 | #define EXTI_SWIER_SWIER4 EXTI_SWIER_SWIER4_Msk /*!< Software Interrupt on line 4 */ |
||
| 2576 | #define EXTI_SWIER_SWIER5_Pos (5U) |
||
| 2577 | #define EXTI_SWIER_SWIER5_Msk (0x1UL << EXTI_SWIER_SWIER5_Pos) /*!< 0x00000020 */ |
||
| 2578 | #define EXTI_SWIER_SWIER5 EXTI_SWIER_SWIER5_Msk /*!< Software Interrupt on line 5 */ |
||
| 2579 | #define EXTI_SWIER_SWIER6_Pos (6U) |
||
| 2580 | #define EXTI_SWIER_SWIER6_Msk (0x1UL << EXTI_SWIER_SWIER6_Pos) /*!< 0x00000040 */ |
||
| 2581 | #define EXTI_SWIER_SWIER6 EXTI_SWIER_SWIER6_Msk /*!< Software Interrupt on line 6 */ |
||
| 2582 | #define EXTI_SWIER_SWIER7_Pos (7U) |
||
| 2583 | #define EXTI_SWIER_SWIER7_Msk (0x1UL << EXTI_SWIER_SWIER7_Pos) /*!< 0x00000080 */ |
||
| 2584 | #define EXTI_SWIER_SWIER7 EXTI_SWIER_SWIER7_Msk /*!< Software Interrupt on line 7 */ |
||
| 2585 | #define EXTI_SWIER_SWIER8_Pos (8U) |
||
| 2586 | #define EXTI_SWIER_SWIER8_Msk (0x1UL << EXTI_SWIER_SWIER8_Pos) /*!< 0x00000100 */ |
||
| 2587 | #define EXTI_SWIER_SWIER8 EXTI_SWIER_SWIER8_Msk /*!< Software Interrupt on line 8 */ |
||
| 2588 | #define EXTI_SWIER_SWIER9_Pos (9U) |
||
| 2589 | #define EXTI_SWIER_SWIER9_Msk (0x1UL << EXTI_SWIER_SWIER9_Pos) /*!< 0x00000200 */ |
||
| 2590 | #define EXTI_SWIER_SWIER9 EXTI_SWIER_SWIER9_Msk /*!< Software Interrupt on line 9 */ |
||
| 2591 | #define EXTI_SWIER_SWIER10_Pos (10U) |
||
| 2592 | #define EXTI_SWIER_SWIER10_Msk (0x1UL << EXTI_SWIER_SWIER10_Pos) /*!< 0x00000400 */ |
||
| 2593 | #define EXTI_SWIER_SWIER10 EXTI_SWIER_SWIER10_Msk /*!< Software Interrupt on line 10 */ |
||
| 2594 | #define EXTI_SWIER_SWIER11_Pos (11U) |
||
| 2595 | #define EXTI_SWIER_SWIER11_Msk (0x1UL << EXTI_SWIER_SWIER11_Pos) /*!< 0x00000800 */ |
||
| 2596 | #define EXTI_SWIER_SWIER11 EXTI_SWIER_SWIER11_Msk /*!< Software Interrupt on line 11 */ |
||
| 2597 | #define EXTI_SWIER_SWIER12_Pos (12U) |
||
| 2598 | #define EXTI_SWIER_SWIER12_Msk (0x1UL << EXTI_SWIER_SWIER12_Pos) /*!< 0x00001000 */ |
||
| 2599 | #define EXTI_SWIER_SWIER12 EXTI_SWIER_SWIER12_Msk /*!< Software Interrupt on line 12 */ |
||
| 2600 | #define EXTI_SWIER_SWIER13_Pos (13U) |
||
| 2601 | #define EXTI_SWIER_SWIER13_Msk (0x1UL << EXTI_SWIER_SWIER13_Pos) /*!< 0x00002000 */ |
||
| 2602 | #define EXTI_SWIER_SWIER13 EXTI_SWIER_SWIER13_Msk /*!< Software Interrupt on line 13 */ |
||
| 2603 | #define EXTI_SWIER_SWIER14_Pos (14U) |
||
| 2604 | #define EXTI_SWIER_SWIER14_Msk (0x1UL << EXTI_SWIER_SWIER14_Pos) /*!< 0x00004000 */ |
||
| 2605 | #define EXTI_SWIER_SWIER14 EXTI_SWIER_SWIER14_Msk /*!< Software Interrupt on line 14 */ |
||
| 2606 | #define EXTI_SWIER_SWIER15_Pos (15U) |
||
| 2607 | #define EXTI_SWIER_SWIER15_Msk (0x1UL << EXTI_SWIER_SWIER15_Pos) /*!< 0x00008000 */ |
||
| 2608 | #define EXTI_SWIER_SWIER15 EXTI_SWIER_SWIER15_Msk /*!< Software Interrupt on line 15 */ |
||
| 2609 | #define EXTI_SWIER_SWIER16_Pos (16U) |
||
| 2610 | #define EXTI_SWIER_SWIER16_Msk (0x1UL << EXTI_SWIER_SWIER16_Pos) /*!< 0x00010000 */ |
||
| 2611 | #define EXTI_SWIER_SWIER16 EXTI_SWIER_SWIER16_Msk /*!< Software Interrupt on line 16 */ |
||
| 2612 | #define EXTI_SWIER_SWIER17_Pos (17U) |
||
| 2613 | #define EXTI_SWIER_SWIER17_Msk (0x1UL << EXTI_SWIER_SWIER17_Pos) /*!< 0x00020000 */ |
||
| 2614 | #define EXTI_SWIER_SWIER17 EXTI_SWIER_SWIER17_Msk /*!< Software Interrupt on line 17 */ |
||
| 2615 | #define EXTI_SWIER_SWIER18_Pos (18U) |
||
| 2616 | #define EXTI_SWIER_SWIER18_Msk (0x1UL << EXTI_SWIER_SWIER18_Pos) /*!< 0x00040000 */ |
||
| 2617 | #define EXTI_SWIER_SWIER18 EXTI_SWIER_SWIER18_Msk /*!< Software Interrupt on line 18 */ |
||
| 2618 | #define EXTI_SWIER_SWIER19_Pos (19U) |
||
| 2619 | #define EXTI_SWIER_SWIER19_Msk (0x1UL << EXTI_SWIER_SWIER19_Pos) /*!< 0x00080000 */ |
||
| 2620 | #define EXTI_SWIER_SWIER19 EXTI_SWIER_SWIER19_Msk /*!< Software Interrupt on line 19 */ |
||
| 2621 | #define EXTI_SWIER_SWIER20_Pos (20U) |
||
| 2622 | #define EXTI_SWIER_SWIER20_Msk (0x1UL << EXTI_SWIER_SWIER20_Pos) /*!< 0x00100000 */ |
||
| 2623 | #define EXTI_SWIER_SWIER20 EXTI_SWIER_SWIER20_Msk /*!< Software Interrupt on line 20 */ |
||
| 2624 | #define EXTI_SWIER_SWIER21_Pos (21U) |
||
| 2625 | #define EXTI_SWIER_SWIER21_Msk (0x1UL << EXTI_SWIER_SWIER21_Pos) /*!< 0x00200000 */ |
||
| 2626 | #define EXTI_SWIER_SWIER21 EXTI_SWIER_SWIER21_Msk /*!< Software Interrupt on line 21 */ |
||
| 2627 | #define EXTI_SWIER_SWIER22_Pos (22U) |
||
| 2628 | #define EXTI_SWIER_SWIER22_Msk (0x1UL << EXTI_SWIER_SWIER22_Pos) /*!< 0x00400000 */ |
||
| 2629 | #define EXTI_SWIER_SWIER22 EXTI_SWIER_SWIER22_Msk /*!< Software Interrupt on line 22 */ |
||
| 2630 | |||
| 2631 | /* References Defines */ |
||
| 2632 | #define EXTI_SWIER_SWI0 EXTI_SWIER_SWIER0 |
||
| 2633 | #define EXTI_SWIER_SWI1 EXTI_SWIER_SWIER1 |
||
| 2634 | #define EXTI_SWIER_SWI2 EXTI_SWIER_SWIER2 |
||
| 2635 | #define EXTI_SWIER_SWI3 EXTI_SWIER_SWIER3 |
||
| 2636 | #define EXTI_SWIER_SWI4 EXTI_SWIER_SWIER4 |
||
| 2637 | #define EXTI_SWIER_SWI5 EXTI_SWIER_SWIER5 |
||
| 2638 | #define EXTI_SWIER_SWI6 EXTI_SWIER_SWIER6 |
||
| 2639 | #define EXTI_SWIER_SWI7 EXTI_SWIER_SWIER7 |
||
| 2640 | #define EXTI_SWIER_SWI8 EXTI_SWIER_SWIER8 |
||
| 2641 | #define EXTI_SWIER_SWI9 EXTI_SWIER_SWIER9 |
||
| 2642 | #define EXTI_SWIER_SWI10 EXTI_SWIER_SWIER10 |
||
| 2643 | #define EXTI_SWIER_SWI11 EXTI_SWIER_SWIER11 |
||
| 2644 | #define EXTI_SWIER_SWI12 EXTI_SWIER_SWIER12 |
||
| 2645 | #define EXTI_SWIER_SWI13 EXTI_SWIER_SWIER13 |
||
| 2646 | #define EXTI_SWIER_SWI14 EXTI_SWIER_SWIER14 |
||
| 2647 | #define EXTI_SWIER_SWI15 EXTI_SWIER_SWIER15 |
||
| 2648 | #define EXTI_SWIER_SWI16 EXTI_SWIER_SWIER16 |
||
| 2649 | #define EXTI_SWIER_SWI17 EXTI_SWIER_SWIER17 |
||
| 2650 | #define EXTI_SWIER_SWI18 EXTI_SWIER_SWIER18 |
||
| 2651 | #define EXTI_SWIER_SWI19 EXTI_SWIER_SWIER19 |
||
| 2652 | #define EXTI_SWIER_SWI20 EXTI_SWIER_SWIER20 |
||
| 2653 | #define EXTI_SWIER_SWI21 EXTI_SWIER_SWIER21 |
||
| 2654 | #define EXTI_SWIER_SWI22 EXTI_SWIER_SWIER22 |
||
| 2655 | |||
| 2656 | /******************* Bit definition for EXTI_PR register ********************/ |
||
| 2657 | #define EXTI_PR_PR0_Pos (0U) |
||
| 2658 | #define EXTI_PR_PR0_Msk (0x1UL << EXTI_PR_PR0_Pos) /*!< 0x00000001 */ |
||
| 2659 | #define EXTI_PR_PR0 EXTI_PR_PR0_Msk /*!< Pending bit for line 0 */ |
||
| 2660 | #define EXTI_PR_PR1_Pos (1U) |
||
| 2661 | #define EXTI_PR_PR1_Msk (0x1UL << EXTI_PR_PR1_Pos) /*!< 0x00000002 */ |
||
| 2662 | #define EXTI_PR_PR1 EXTI_PR_PR1_Msk /*!< Pending bit for line 1 */ |
||
| 2663 | #define EXTI_PR_PR2_Pos (2U) |
||
| 2664 | #define EXTI_PR_PR2_Msk (0x1UL << EXTI_PR_PR2_Pos) /*!< 0x00000004 */ |
||
| 2665 | #define EXTI_PR_PR2 EXTI_PR_PR2_Msk /*!< Pending bit for line 2 */ |
||
| 2666 | #define EXTI_PR_PR3_Pos (3U) |
||
| 2667 | #define EXTI_PR_PR3_Msk (0x1UL << EXTI_PR_PR3_Pos) /*!< 0x00000008 */ |
||
| 2668 | #define EXTI_PR_PR3 EXTI_PR_PR3_Msk /*!< Pending bit for line 3 */ |
||
| 2669 | #define EXTI_PR_PR4_Pos (4U) |
||
| 2670 | #define EXTI_PR_PR4_Msk (0x1UL << EXTI_PR_PR4_Pos) /*!< 0x00000010 */ |
||
| 2671 | #define EXTI_PR_PR4 EXTI_PR_PR4_Msk /*!< Pending bit for line 4 */ |
||
| 2672 | #define EXTI_PR_PR5_Pos (5U) |
||
| 2673 | #define EXTI_PR_PR5_Msk (0x1UL << EXTI_PR_PR5_Pos) /*!< 0x00000020 */ |
||
| 2674 | #define EXTI_PR_PR5 EXTI_PR_PR5_Msk /*!< Pending bit for line 5 */ |
||
| 2675 | #define EXTI_PR_PR6_Pos (6U) |
||
| 2676 | #define EXTI_PR_PR6_Msk (0x1UL << EXTI_PR_PR6_Pos) /*!< 0x00000040 */ |
||
| 2677 | #define EXTI_PR_PR6 EXTI_PR_PR6_Msk /*!< Pending bit for line 6 */ |
||
| 2678 | #define EXTI_PR_PR7_Pos (7U) |
||
| 2679 | #define EXTI_PR_PR7_Msk (0x1UL << EXTI_PR_PR7_Pos) /*!< 0x00000080 */ |
||
| 2680 | #define EXTI_PR_PR7 EXTI_PR_PR7_Msk /*!< Pending bit for line 7 */ |
||
| 2681 | #define EXTI_PR_PR8_Pos (8U) |
||
| 2682 | #define EXTI_PR_PR8_Msk (0x1UL << EXTI_PR_PR8_Pos) /*!< 0x00000100 */ |
||
| 2683 | #define EXTI_PR_PR8 EXTI_PR_PR8_Msk /*!< Pending bit for line 8 */ |
||
| 2684 | #define EXTI_PR_PR9_Pos (9U) |
||
| 2685 | #define EXTI_PR_PR9_Msk (0x1UL << EXTI_PR_PR9_Pos) /*!< 0x00000200 */ |
||
| 2686 | #define EXTI_PR_PR9 EXTI_PR_PR9_Msk /*!< Pending bit for line 9 */ |
||
| 2687 | #define EXTI_PR_PR10_Pos (10U) |
||
| 2688 | #define EXTI_PR_PR10_Msk (0x1UL << EXTI_PR_PR10_Pos) /*!< 0x00000400 */ |
||
| 2689 | #define EXTI_PR_PR10 EXTI_PR_PR10_Msk /*!< Pending bit for line 10 */ |
||
| 2690 | #define EXTI_PR_PR11_Pos (11U) |
||
| 2691 | #define EXTI_PR_PR11_Msk (0x1UL << EXTI_PR_PR11_Pos) /*!< 0x00000800 */ |
||
| 2692 | #define EXTI_PR_PR11 EXTI_PR_PR11_Msk /*!< Pending bit for line 11 */ |
||
| 2693 | #define EXTI_PR_PR12_Pos (12U) |
||
| 2694 | #define EXTI_PR_PR12_Msk (0x1UL << EXTI_PR_PR12_Pos) /*!< 0x00001000 */ |
||
| 2695 | #define EXTI_PR_PR12 EXTI_PR_PR12_Msk /*!< Pending bit for line 12 */ |
||
| 2696 | #define EXTI_PR_PR13_Pos (13U) |
||
| 2697 | #define EXTI_PR_PR13_Msk (0x1UL << EXTI_PR_PR13_Pos) /*!< 0x00002000 */ |
||
| 2698 | #define EXTI_PR_PR13 EXTI_PR_PR13_Msk /*!< Pending bit for line 13 */ |
||
| 2699 | #define EXTI_PR_PR14_Pos (14U) |
||
| 2700 | #define EXTI_PR_PR14_Msk (0x1UL << EXTI_PR_PR14_Pos) /*!< 0x00004000 */ |
||
| 2701 | #define EXTI_PR_PR14 EXTI_PR_PR14_Msk /*!< Pending bit for line 14 */ |
||
| 2702 | #define EXTI_PR_PR15_Pos (15U) |
||
| 2703 | #define EXTI_PR_PR15_Msk (0x1UL << EXTI_PR_PR15_Pos) /*!< 0x00008000 */ |
||
| 2704 | #define EXTI_PR_PR15 EXTI_PR_PR15_Msk /*!< Pending bit for line 15 */ |
||
| 2705 | #define EXTI_PR_PR16_Pos (16U) |
||
| 2706 | #define EXTI_PR_PR16_Msk (0x1UL << EXTI_PR_PR16_Pos) /*!< 0x00010000 */ |
||
| 2707 | #define EXTI_PR_PR16 EXTI_PR_PR16_Msk /*!< Pending bit for line 16 */ |
||
| 2708 | #define EXTI_PR_PR17_Pos (17U) |
||
| 2709 | #define EXTI_PR_PR17_Msk (0x1UL << EXTI_PR_PR17_Pos) /*!< 0x00020000 */ |
||
| 2710 | #define EXTI_PR_PR17 EXTI_PR_PR17_Msk /*!< Pending bit for line 17 */ |
||
| 2711 | #define EXTI_PR_PR18_Pos (18U) |
||
| 2712 | #define EXTI_PR_PR18_Msk (0x1UL << EXTI_PR_PR18_Pos) /*!< 0x00040000 */ |
||
| 2713 | #define EXTI_PR_PR18 EXTI_PR_PR18_Msk /*!< Pending bit for line 18 */ |
||
| 2714 | #define EXTI_PR_PR19_Pos (19U) |
||
| 2715 | #define EXTI_PR_PR19_Msk (0x1UL << EXTI_PR_PR19_Pos) /*!< 0x00080000 */ |
||
| 2716 | #define EXTI_PR_PR19 EXTI_PR_PR19_Msk /*!< Pending bit for line 19 */ |
||
| 2717 | #define EXTI_PR_PR20_Pos (20U) |
||
| 2718 | #define EXTI_PR_PR20_Msk (0x1UL << EXTI_PR_PR20_Pos) /*!< 0x00100000 */ |
||
| 2719 | #define EXTI_PR_PR20 EXTI_PR_PR20_Msk /*!< Pending bit for line 20 */ |
||
| 2720 | #define EXTI_PR_PR21_Pos (21U) |
||
| 2721 | #define EXTI_PR_PR21_Msk (0x1UL << EXTI_PR_PR21_Pos) /*!< 0x00200000 */ |
||
| 2722 | #define EXTI_PR_PR21 EXTI_PR_PR21_Msk /*!< Pending bit for line 21 */ |
||
| 2723 | #define EXTI_PR_PR22_Pos (22U) |
||
| 2724 | #define EXTI_PR_PR22_Msk (0x1UL << EXTI_PR_PR22_Pos) /*!< 0x00400000 */ |
||
| 2725 | #define EXTI_PR_PR22 EXTI_PR_PR22_Msk /*!< Pending bit for line 22 */ |
||
| 2726 | |||
| 2727 | /* References Defines */ |
||
| 2728 | #define EXTI_PR_PIF0 EXTI_PR_PR0 |
||
| 2729 | #define EXTI_PR_PIF1 EXTI_PR_PR1 |
||
| 2730 | #define EXTI_PR_PIF2 EXTI_PR_PR2 |
||
| 2731 | #define EXTI_PR_PIF3 EXTI_PR_PR3 |
||
| 2732 | #define EXTI_PR_PIF4 EXTI_PR_PR4 |
||
| 2733 | #define EXTI_PR_PIF5 EXTI_PR_PR5 |
||
| 2734 | #define EXTI_PR_PIF6 EXTI_PR_PR6 |
||
| 2735 | #define EXTI_PR_PIF7 EXTI_PR_PR7 |
||
| 2736 | #define EXTI_PR_PIF8 EXTI_PR_PR8 |
||
| 2737 | #define EXTI_PR_PIF9 EXTI_PR_PR9 |
||
| 2738 | #define EXTI_PR_PIF10 EXTI_PR_PR10 |
||
| 2739 | #define EXTI_PR_PIF11 EXTI_PR_PR11 |
||
| 2740 | #define EXTI_PR_PIF12 EXTI_PR_PR12 |
||
| 2741 | #define EXTI_PR_PIF13 EXTI_PR_PR13 |
||
| 2742 | #define EXTI_PR_PIF14 EXTI_PR_PR14 |
||
| 2743 | #define EXTI_PR_PIF15 EXTI_PR_PR15 |
||
| 2744 | #define EXTI_PR_PIF16 EXTI_PR_PR16 |
||
| 2745 | #define EXTI_PR_PIF17 EXTI_PR_PR17 |
||
| 2746 | #define EXTI_PR_PIF18 EXTI_PR_PR18 |
||
| 2747 | #define EXTI_PR_PIF19 EXTI_PR_PR19 |
||
| 2748 | #define EXTI_PR_PIF20 EXTI_PR_PR20 |
||
| 2749 | #define EXTI_PR_PIF21 EXTI_PR_PR21 |
||
| 2750 | #define EXTI_PR_PIF22 EXTI_PR_PR22 |
||
| 2751 | |||
| 2752 | /******************************************************************************/ |
||
| 2753 | /* */ |
||
| 2754 | /* FLASH, DATA EEPROM and Option Bytes Registers */ |
||
| 2755 | /* (FLASH, DATA_EEPROM, OB) */ |
||
| 2756 | /* */ |
||
| 2757 | /******************************************************************************/ |
||
| 2758 | /* |
||
| 2759 | * @brief Specific device feature definitions (not present on all devices in the STM32L1 series) |
||
| 2760 | */ |
||
| 2761 | #define FLASH_CUT2 |
||
| 2762 | |||
| 2763 | /******************* Bit definition for FLASH_ACR register ******************/ |
||
| 2764 | #define FLASH_ACR_LATENCY_Pos (0U) |
||
| 2765 | #define FLASH_ACR_LATENCY_Msk (0x1UL << FLASH_ACR_LATENCY_Pos) /*!< 0x00000001 */ |
||
| 2766 | #define FLASH_ACR_LATENCY FLASH_ACR_LATENCY_Msk /*!< Latency */ |
||
| 2767 | #define FLASH_ACR_PRFTEN_Pos (1U) |
||
| 2768 | #define FLASH_ACR_PRFTEN_Msk (0x1UL << FLASH_ACR_PRFTEN_Pos) /*!< 0x00000002 */ |
||
| 2769 | #define FLASH_ACR_PRFTEN FLASH_ACR_PRFTEN_Msk /*!< Prefetch Buffer Enable */ |
||
| 2770 | #define FLASH_ACR_ACC64_Pos (2U) |
||
| 2771 | #define FLASH_ACR_ACC64_Msk (0x1UL << FLASH_ACR_ACC64_Pos) /*!< 0x00000004 */ |
||
| 2772 | #define FLASH_ACR_ACC64 FLASH_ACR_ACC64_Msk /*!< Access 64 bits */ |
||
| 2773 | #define FLASH_ACR_SLEEP_PD_Pos (3U) |
||
| 2774 | #define FLASH_ACR_SLEEP_PD_Msk (0x1UL << FLASH_ACR_SLEEP_PD_Pos) /*!< 0x00000008 */ |
||
| 2775 | #define FLASH_ACR_SLEEP_PD FLASH_ACR_SLEEP_PD_Msk /*!< Flash mode during sleep mode */ |
||
| 2776 | #define FLASH_ACR_RUN_PD_Pos (4U) |
||
| 2777 | #define FLASH_ACR_RUN_PD_Msk (0x1UL << FLASH_ACR_RUN_PD_Pos) /*!< 0x00000010 */ |
||
| 2778 | #define FLASH_ACR_RUN_PD FLASH_ACR_RUN_PD_Msk /*!< Flash mode during RUN mode */ |
||
| 2779 | |||
| 2780 | /******************* Bit definition for FLASH_PECR register ******************/ |
||
| 2781 | #define FLASH_PECR_PELOCK_Pos (0U) |
||
| 2782 | #define FLASH_PECR_PELOCK_Msk (0x1UL << FLASH_PECR_PELOCK_Pos) /*!< 0x00000001 */ |
||
| 2783 | #define FLASH_PECR_PELOCK FLASH_PECR_PELOCK_Msk /*!< FLASH_PECR and Flash data Lock */ |
||
| 2784 | #define FLASH_PECR_PRGLOCK_Pos (1U) |
||
| 2785 | #define FLASH_PECR_PRGLOCK_Msk (0x1UL << FLASH_PECR_PRGLOCK_Pos) /*!< 0x00000002 */ |
||
| 2786 | #define FLASH_PECR_PRGLOCK FLASH_PECR_PRGLOCK_Msk /*!< Program matrix Lock */ |
||
| 2787 | #define FLASH_PECR_OPTLOCK_Pos (2U) |
||
| 2788 | #define FLASH_PECR_OPTLOCK_Msk (0x1UL << FLASH_PECR_OPTLOCK_Pos) /*!< 0x00000004 */ |
||
| 2789 | #define FLASH_PECR_OPTLOCK FLASH_PECR_OPTLOCK_Msk /*!< Option byte matrix Lock */ |
||
| 2790 | #define FLASH_PECR_PROG_Pos (3U) |
||
| 2791 | #define FLASH_PECR_PROG_Msk (0x1UL << FLASH_PECR_PROG_Pos) /*!< 0x00000008 */ |
||
| 2792 | #define FLASH_PECR_PROG FLASH_PECR_PROG_Msk /*!< Program matrix selection */ |
||
| 2793 | #define FLASH_PECR_DATA_Pos (4U) |
||
| 2794 | #define FLASH_PECR_DATA_Msk (0x1UL << FLASH_PECR_DATA_Pos) /*!< 0x00000010 */ |
||
| 2795 | #define FLASH_PECR_DATA FLASH_PECR_DATA_Msk /*!< Data matrix selection */ |
||
| 2796 | #define FLASH_PECR_FTDW_Pos (8U) |
||
| 2797 | #define FLASH_PECR_FTDW_Msk (0x1UL << FLASH_PECR_FTDW_Pos) /*!< 0x00000100 */ |
||
| 2798 | #define FLASH_PECR_FTDW FLASH_PECR_FTDW_Msk /*!< Fixed Time Data write for Word/Half Word/Byte programming */ |
||
| 2799 | #define FLASH_PECR_ERASE_Pos (9U) |
||
| 2800 | #define FLASH_PECR_ERASE_Msk (0x1UL << FLASH_PECR_ERASE_Pos) /*!< 0x00000200 */ |
||
| 2801 | #define FLASH_PECR_ERASE FLASH_PECR_ERASE_Msk /*!< Page erasing mode */ |
||
| 2802 | #define FLASH_PECR_FPRG_Pos (10U) |
||
| 2803 | #define FLASH_PECR_FPRG_Msk (0x1UL << FLASH_PECR_FPRG_Pos) /*!< 0x00000400 */ |
||
| 2804 | #define FLASH_PECR_FPRG FLASH_PECR_FPRG_Msk /*!< Fast Page/Half Page programming mode */ |
||
| 2805 | #define FLASH_PECR_EOPIE_Pos (16U) |
||
| 2806 | #define FLASH_PECR_EOPIE_Msk (0x1UL << FLASH_PECR_EOPIE_Pos) /*!< 0x00010000 */ |
||
| 2807 | #define FLASH_PECR_EOPIE FLASH_PECR_EOPIE_Msk /*!< End of programming interrupt */ |
||
| 2808 | #define FLASH_PECR_ERRIE_Pos (17U) |
||
| 2809 | #define FLASH_PECR_ERRIE_Msk (0x1UL << FLASH_PECR_ERRIE_Pos) /*!< 0x00020000 */ |
||
| 2810 | #define FLASH_PECR_ERRIE FLASH_PECR_ERRIE_Msk /*!< Error interrupt */ |
||
| 2811 | #define FLASH_PECR_OBL_LAUNCH_Pos (18U) |
||
| 2812 | #define FLASH_PECR_OBL_LAUNCH_Msk (0x1UL << FLASH_PECR_OBL_LAUNCH_Pos) /*!< 0x00040000 */ |
||
| 2813 | #define FLASH_PECR_OBL_LAUNCH FLASH_PECR_OBL_LAUNCH_Msk /*!< Launch the option byte loading */ |
||
| 2814 | |||
| 2815 | /****************** Bit definition for FLASH_PDKEYR register ******************/ |
||
| 2816 | #define FLASH_PDKEYR_PDKEYR_Pos (0U) |
||
| 2817 | #define FLASH_PDKEYR_PDKEYR_Msk (0xFFFFFFFFUL << FLASH_PDKEYR_PDKEYR_Pos) /*!< 0xFFFFFFFF */ |
||
| 2818 | #define FLASH_PDKEYR_PDKEYR FLASH_PDKEYR_PDKEYR_Msk /*!< FLASH_PEC and data matrix Key */ |
||
| 2819 | |||
| 2820 | /****************** Bit definition for FLASH_PEKEYR register ******************/ |
||
| 2821 | #define FLASH_PEKEYR_PEKEYR_Pos (0U) |
||
| 2822 | #define FLASH_PEKEYR_PEKEYR_Msk (0xFFFFFFFFUL << FLASH_PEKEYR_PEKEYR_Pos) /*!< 0xFFFFFFFF */ |
||
| 2823 | #define FLASH_PEKEYR_PEKEYR FLASH_PEKEYR_PEKEYR_Msk /*!< FLASH_PEC and data matrix Key */ |
||
| 2824 | |||
| 2825 | /****************** Bit definition for FLASH_PRGKEYR register ******************/ |
||
| 2826 | #define FLASH_PRGKEYR_PRGKEYR_Pos (0U) |
||
| 2827 | #define FLASH_PRGKEYR_PRGKEYR_Msk (0xFFFFFFFFUL << FLASH_PRGKEYR_PRGKEYR_Pos) /*!< 0xFFFFFFFF */ |
||
| 2828 | #define FLASH_PRGKEYR_PRGKEYR FLASH_PRGKEYR_PRGKEYR_Msk /*!< Program matrix Key */ |
||
| 2829 | |||
| 2830 | /****************** Bit definition for FLASH_OPTKEYR register ******************/ |
||
| 2831 | #define FLASH_OPTKEYR_OPTKEYR_Pos (0U) |
||
| 2832 | #define FLASH_OPTKEYR_OPTKEYR_Msk (0xFFFFFFFFUL << FLASH_OPTKEYR_OPTKEYR_Pos) /*!< 0xFFFFFFFF */ |
||
| 2833 | #define FLASH_OPTKEYR_OPTKEYR FLASH_OPTKEYR_OPTKEYR_Msk /*!< Option bytes matrix Key */ |
||
| 2834 | |||
| 2835 | /****************** Bit definition for FLASH_SR register *******************/ |
||
| 2836 | #define FLASH_SR_BSY_Pos (0U) |
||
| 2837 | #define FLASH_SR_BSY_Msk (0x1UL << FLASH_SR_BSY_Pos) /*!< 0x00000001 */ |
||
| 2838 | #define FLASH_SR_BSY FLASH_SR_BSY_Msk /*!< Busy */ |
||
| 2839 | #define FLASH_SR_EOP_Pos (1U) |
||
| 2840 | #define FLASH_SR_EOP_Msk (0x1UL << FLASH_SR_EOP_Pos) /*!< 0x00000002 */ |
||
| 2841 | #define FLASH_SR_EOP FLASH_SR_EOP_Msk /*!< End Of Programming*/ |
||
| 2842 | #define FLASH_SR_ENDHV_Pos (2U) |
||
| 2843 | #define FLASH_SR_ENDHV_Msk (0x1UL << FLASH_SR_ENDHV_Pos) /*!< 0x00000004 */ |
||
| 2844 | #define FLASH_SR_ENDHV FLASH_SR_ENDHV_Msk /*!< End of high voltage */ |
||
| 2845 | #define FLASH_SR_READY_Pos (3U) |
||
| 2846 | #define FLASH_SR_READY_Msk (0x1UL << FLASH_SR_READY_Pos) /*!< 0x00000008 */ |
||
| 2847 | #define FLASH_SR_READY FLASH_SR_READY_Msk /*!< Flash ready after low power mode */ |
||
| 2848 | |||
| 2849 | #define FLASH_SR_WRPERR_Pos (8U) |
||
| 2850 | #define FLASH_SR_WRPERR_Msk (0x1UL << FLASH_SR_WRPERR_Pos) /*!< 0x00000100 */ |
||
| 2851 | #define FLASH_SR_WRPERR FLASH_SR_WRPERR_Msk /*!< Write protected error */ |
||
| 2852 | #define FLASH_SR_PGAERR_Pos (9U) |
||
| 2853 | #define FLASH_SR_PGAERR_Msk (0x1UL << FLASH_SR_PGAERR_Pos) /*!< 0x00000200 */ |
||
| 2854 | #define FLASH_SR_PGAERR FLASH_SR_PGAERR_Msk /*!< Programming Alignment Error */ |
||
| 2855 | #define FLASH_SR_SIZERR_Pos (10U) |
||
| 2856 | #define FLASH_SR_SIZERR_Msk (0x1UL << FLASH_SR_SIZERR_Pos) /*!< 0x00000400 */ |
||
| 2857 | #define FLASH_SR_SIZERR FLASH_SR_SIZERR_Msk /*!< Size error */ |
||
| 2858 | #define FLASH_SR_OPTVERR_Pos (11U) |
||
| 2859 | #define FLASH_SR_OPTVERR_Msk (0x1UL << FLASH_SR_OPTVERR_Pos) /*!< 0x00000800 */ |
||
| 2860 | #define FLASH_SR_OPTVERR FLASH_SR_OPTVERR_Msk /*!< Option validity error */ |
||
| 2861 | #define FLASH_SR_RDERR_Pos (13U) |
||
| 2862 | #define FLASH_SR_RDERR_Msk (0x1UL << FLASH_SR_RDERR_Pos) /*!< 0x00002000 */ |
||
| 2863 | #define FLASH_SR_RDERR FLASH_SR_RDERR_Msk /*!< Read protected error */ |
||
| 2864 | |||
| 2865 | /****************** Bit definition for FLASH_OBR register *******************/ |
||
| 2866 | #define FLASH_OBR_RDPRT_Pos (0U) |
||
| 2867 | #define FLASH_OBR_RDPRT_Msk (0xFFUL << FLASH_OBR_RDPRT_Pos) /*!< 0x000000FF */ |
||
| 2868 | #define FLASH_OBR_RDPRT FLASH_OBR_RDPRT_Msk /*!< Read Protection */ |
||
| 2869 | #define FLASH_OBR_SPRMOD_Pos (8U) |
||
| 2870 | #define FLASH_OBR_SPRMOD_Msk (0x1UL << FLASH_OBR_SPRMOD_Pos) /*!< 0x00000100 */ |
||
| 2871 | #define FLASH_OBR_SPRMOD FLASH_OBR_SPRMOD_Msk /*!< Selection of protection mode of WPRi bits */ |
||
| 2872 | #define FLASH_OBR_BOR_LEV_Pos (16U) |
||
| 2873 | #define FLASH_OBR_BOR_LEV_Msk (0xFUL << FLASH_OBR_BOR_LEV_Pos) /*!< 0x000F0000 */ |
||
| 2874 | #define FLASH_OBR_BOR_LEV FLASH_OBR_BOR_LEV_Msk /*!< BOR_LEV[3:0] Brown Out Reset Threshold Level*/ |
||
| 2875 | #define FLASH_OBR_USER_Pos (20U) |
||
| 2876 | #define FLASH_OBR_USER_Msk (0x7UL << FLASH_OBR_USER_Pos) /*!< 0x00700000 */ |
||
| 2877 | #define FLASH_OBR_USER FLASH_OBR_USER_Msk /*!< User Option Bytes */ |
||
| 2878 | #define FLASH_OBR_IWDG_SW_Pos (20U) |
||
| 2879 | #define FLASH_OBR_IWDG_SW_Msk (0x1UL << FLASH_OBR_IWDG_SW_Pos) /*!< 0x00100000 */ |
||
| 2880 | #define FLASH_OBR_IWDG_SW FLASH_OBR_IWDG_SW_Msk /*!< IWDG_SW */ |
||
| 2881 | #define FLASH_OBR_nRST_STOP_Pos (21U) |
||
| 2882 | #define FLASH_OBR_nRST_STOP_Msk (0x1UL << FLASH_OBR_nRST_STOP_Pos) /*!< 0x00200000 */ |
||
| 2883 | #define FLASH_OBR_nRST_STOP FLASH_OBR_nRST_STOP_Msk /*!< nRST_STOP */ |
||
| 2884 | #define FLASH_OBR_nRST_STDBY_Pos (22U) |
||
| 2885 | #define FLASH_OBR_nRST_STDBY_Msk (0x1UL << FLASH_OBR_nRST_STDBY_Pos) /*!< 0x00400000 */ |
||
| 2886 | #define FLASH_OBR_nRST_STDBY FLASH_OBR_nRST_STDBY_Msk /*!< nRST_STDBY */ |
||
| 2887 | |||
| 2888 | /****************** Bit definition for FLASH_WRPR register ******************/ |
||
| 2889 | #define FLASH_WRPR1_WRP_Pos (0U) |
||
| 2890 | #define FLASH_WRPR1_WRP_Msk (0xFFFFFFFFUL << FLASH_WRPR1_WRP_Pos) /*!< 0xFFFFFFFF */ |
||
| 2891 | #define FLASH_WRPR1_WRP FLASH_WRPR1_WRP_Msk /*!< Write Protect sectors 0 to 31 */ |
||
| 2892 | |||
| 2893 | /******************************************************************************/ |
||
| 2894 | /* */ |
||
| 2895 | /* General Purpose I/O */ |
||
| 2896 | /* */ |
||
| 2897 | /******************************************************************************/ |
||
| 2898 | /****************** Bits definition for GPIO_MODER register *****************/ |
||
| 2899 | #define GPIO_MODER_MODER0_Pos (0U) |
||
| 2900 | #define GPIO_MODER_MODER0_Msk (0x3UL << GPIO_MODER_MODER0_Pos) /*!< 0x00000003 */ |
||
| 2901 | #define GPIO_MODER_MODER0 GPIO_MODER_MODER0_Msk |
||
| 2902 | #define GPIO_MODER_MODER0_0 (0x1UL << GPIO_MODER_MODER0_Pos) /*!< 0x00000001 */ |
||
| 2903 | #define GPIO_MODER_MODER0_1 (0x2UL << GPIO_MODER_MODER0_Pos) /*!< 0x00000002 */ |
||
| 2904 | |||
| 2905 | #define GPIO_MODER_MODER1_Pos (2U) |
||
| 2906 | #define GPIO_MODER_MODER1_Msk (0x3UL << GPIO_MODER_MODER1_Pos) /*!< 0x0000000C */ |
||
| 2907 | #define GPIO_MODER_MODER1 GPIO_MODER_MODER1_Msk |
||
| 2908 | #define GPIO_MODER_MODER1_0 (0x1UL << GPIO_MODER_MODER1_Pos) /*!< 0x00000004 */ |
||
| 2909 | #define GPIO_MODER_MODER1_1 (0x2UL << GPIO_MODER_MODER1_Pos) /*!< 0x00000008 */ |
||
| 2910 | |||
| 2911 | #define GPIO_MODER_MODER2_Pos (4U) |
||
| 2912 | #define GPIO_MODER_MODER2_Msk (0x3UL << GPIO_MODER_MODER2_Pos) /*!< 0x00000030 */ |
||
| 2913 | #define GPIO_MODER_MODER2 GPIO_MODER_MODER2_Msk |
||
| 2914 | #define GPIO_MODER_MODER2_0 (0x1UL << GPIO_MODER_MODER2_Pos) /*!< 0x00000010 */ |
||
| 2915 | #define GPIO_MODER_MODER2_1 (0x2UL << GPIO_MODER_MODER2_Pos) /*!< 0x00000020 */ |
||
| 2916 | |||
| 2917 | #define GPIO_MODER_MODER3_Pos (6U) |
||
| 2918 | #define GPIO_MODER_MODER3_Msk (0x3UL << GPIO_MODER_MODER3_Pos) /*!< 0x000000C0 */ |
||
| 2919 | #define GPIO_MODER_MODER3 GPIO_MODER_MODER3_Msk |
||
| 2920 | #define GPIO_MODER_MODER3_0 (0x1UL << GPIO_MODER_MODER3_Pos) /*!< 0x00000040 */ |
||
| 2921 | #define GPIO_MODER_MODER3_1 (0x2UL << GPIO_MODER_MODER3_Pos) /*!< 0x00000080 */ |
||
| 2922 | |||
| 2923 | #define GPIO_MODER_MODER4_Pos (8U) |
||
| 2924 | #define GPIO_MODER_MODER4_Msk (0x3UL << GPIO_MODER_MODER4_Pos) /*!< 0x00000300 */ |
||
| 2925 | #define GPIO_MODER_MODER4 GPIO_MODER_MODER4_Msk |
||
| 2926 | #define GPIO_MODER_MODER4_0 (0x1UL << GPIO_MODER_MODER4_Pos) /*!< 0x00000100 */ |
||
| 2927 | #define GPIO_MODER_MODER4_1 (0x2UL << GPIO_MODER_MODER4_Pos) /*!< 0x00000200 */ |
||
| 2928 | |||
| 2929 | #define GPIO_MODER_MODER5_Pos (10U) |
||
| 2930 | #define GPIO_MODER_MODER5_Msk (0x3UL << GPIO_MODER_MODER5_Pos) /*!< 0x00000C00 */ |
||
| 2931 | #define GPIO_MODER_MODER5 GPIO_MODER_MODER5_Msk |
||
| 2932 | #define GPIO_MODER_MODER5_0 (0x1UL << GPIO_MODER_MODER5_Pos) /*!< 0x00000400 */ |
||
| 2933 | #define GPIO_MODER_MODER5_1 (0x2UL << GPIO_MODER_MODER5_Pos) /*!< 0x00000800 */ |
||
| 2934 | |||
| 2935 | #define GPIO_MODER_MODER6_Pos (12U) |
||
| 2936 | #define GPIO_MODER_MODER6_Msk (0x3UL << GPIO_MODER_MODER6_Pos) /*!< 0x00003000 */ |
||
| 2937 | #define GPIO_MODER_MODER6 GPIO_MODER_MODER6_Msk |
||
| 2938 | #define GPIO_MODER_MODER6_0 (0x1UL << GPIO_MODER_MODER6_Pos) /*!< 0x00001000 */ |
||
| 2939 | #define GPIO_MODER_MODER6_1 (0x2UL << GPIO_MODER_MODER6_Pos) /*!< 0x00002000 */ |
||
| 2940 | |||
| 2941 | #define GPIO_MODER_MODER7_Pos (14U) |
||
| 2942 | #define GPIO_MODER_MODER7_Msk (0x3UL << GPIO_MODER_MODER7_Pos) /*!< 0x0000C000 */ |
||
| 2943 | #define GPIO_MODER_MODER7 GPIO_MODER_MODER7_Msk |
||
| 2944 | #define GPIO_MODER_MODER7_0 (0x1UL << GPIO_MODER_MODER7_Pos) /*!< 0x00004000 */ |
||
| 2945 | #define GPIO_MODER_MODER7_1 (0x2UL << GPIO_MODER_MODER7_Pos) /*!< 0x00008000 */ |
||
| 2946 | |||
| 2947 | #define GPIO_MODER_MODER8_Pos (16U) |
||
| 2948 | #define GPIO_MODER_MODER8_Msk (0x3UL << GPIO_MODER_MODER8_Pos) /*!< 0x00030000 */ |
||
| 2949 | #define GPIO_MODER_MODER8 GPIO_MODER_MODER8_Msk |
||
| 2950 | #define GPIO_MODER_MODER8_0 (0x1UL << GPIO_MODER_MODER8_Pos) /*!< 0x00010000 */ |
||
| 2951 | #define GPIO_MODER_MODER8_1 (0x2UL << GPIO_MODER_MODER8_Pos) /*!< 0x00020000 */ |
||
| 2952 | |||
| 2953 | #define GPIO_MODER_MODER9_Pos (18U) |
||
| 2954 | #define GPIO_MODER_MODER9_Msk (0x3UL << GPIO_MODER_MODER9_Pos) /*!< 0x000C0000 */ |
||
| 2955 | #define GPIO_MODER_MODER9 GPIO_MODER_MODER9_Msk |
||
| 2956 | #define GPIO_MODER_MODER9_0 (0x1UL << GPIO_MODER_MODER9_Pos) /*!< 0x00040000 */ |
||
| 2957 | #define GPIO_MODER_MODER9_1 (0x2UL << GPIO_MODER_MODER9_Pos) /*!< 0x00080000 */ |
||
| 2958 | |||
| 2959 | #define GPIO_MODER_MODER10_Pos (20U) |
||
| 2960 | #define GPIO_MODER_MODER10_Msk (0x3UL << GPIO_MODER_MODER10_Pos) /*!< 0x00300000 */ |
||
| 2961 | #define GPIO_MODER_MODER10 GPIO_MODER_MODER10_Msk |
||
| 2962 | #define GPIO_MODER_MODER10_0 (0x1UL << GPIO_MODER_MODER10_Pos) /*!< 0x00100000 */ |
||
| 2963 | #define GPIO_MODER_MODER10_1 (0x2UL << GPIO_MODER_MODER10_Pos) /*!< 0x00200000 */ |
||
| 2964 | |||
| 2965 | #define GPIO_MODER_MODER11_Pos (22U) |
||
| 2966 | #define GPIO_MODER_MODER11_Msk (0x3UL << GPIO_MODER_MODER11_Pos) /*!< 0x00C00000 */ |
||
| 2967 | #define GPIO_MODER_MODER11 GPIO_MODER_MODER11_Msk |
||
| 2968 | #define GPIO_MODER_MODER11_0 (0x1UL << GPIO_MODER_MODER11_Pos) /*!< 0x00400000 */ |
||
| 2969 | #define GPIO_MODER_MODER11_1 (0x2UL << GPIO_MODER_MODER11_Pos) /*!< 0x00800000 */ |
||
| 2970 | |||
| 2971 | #define GPIO_MODER_MODER12_Pos (24U) |
||
| 2972 | #define GPIO_MODER_MODER12_Msk (0x3UL << GPIO_MODER_MODER12_Pos) /*!< 0x03000000 */ |
||
| 2973 | #define GPIO_MODER_MODER12 GPIO_MODER_MODER12_Msk |
||
| 2974 | #define GPIO_MODER_MODER12_0 (0x1UL << GPIO_MODER_MODER12_Pos) /*!< 0x01000000 */ |
||
| 2975 | #define GPIO_MODER_MODER12_1 (0x2UL << GPIO_MODER_MODER12_Pos) /*!< 0x02000000 */ |
||
| 2976 | |||
| 2977 | #define GPIO_MODER_MODER13_Pos (26U) |
||
| 2978 | #define GPIO_MODER_MODER13_Msk (0x3UL << GPIO_MODER_MODER13_Pos) /*!< 0x0C000000 */ |
||
| 2979 | #define GPIO_MODER_MODER13 GPIO_MODER_MODER13_Msk |
||
| 2980 | #define GPIO_MODER_MODER13_0 (0x1UL << GPIO_MODER_MODER13_Pos) /*!< 0x04000000 */ |
||
| 2981 | #define GPIO_MODER_MODER13_1 (0x2UL << GPIO_MODER_MODER13_Pos) /*!< 0x08000000 */ |
||
| 2982 | |||
| 2983 | #define GPIO_MODER_MODER14_Pos (28U) |
||
| 2984 | #define GPIO_MODER_MODER14_Msk (0x3UL << GPIO_MODER_MODER14_Pos) /*!< 0x30000000 */ |
||
| 2985 | #define GPIO_MODER_MODER14 GPIO_MODER_MODER14_Msk |
||
| 2986 | #define GPIO_MODER_MODER14_0 (0x1UL << GPIO_MODER_MODER14_Pos) /*!< 0x10000000 */ |
||
| 2987 | #define GPIO_MODER_MODER14_1 (0x2UL << GPIO_MODER_MODER14_Pos) /*!< 0x20000000 */ |
||
| 2988 | |||
| 2989 | #define GPIO_MODER_MODER15_Pos (30U) |
||
| 2990 | #define GPIO_MODER_MODER15_Msk (0x3UL << GPIO_MODER_MODER15_Pos) /*!< 0xC0000000 */ |
||
| 2991 | #define GPIO_MODER_MODER15 GPIO_MODER_MODER15_Msk |
||
| 2992 | #define GPIO_MODER_MODER15_0 (0x1UL << GPIO_MODER_MODER15_Pos) /*!< 0x40000000 */ |
||
| 2993 | #define GPIO_MODER_MODER15_1 (0x2UL << GPIO_MODER_MODER15_Pos) /*!< 0x80000000 */ |
||
| 2994 | |||
| 2995 | /****************** Bits definition for GPIO_OTYPER register ****************/ |
||
| 2996 | #define GPIO_OTYPER_OT_0 (0x00000001U) |
||
| 2997 | #define GPIO_OTYPER_OT_1 (0x00000002U) |
||
| 2998 | #define GPIO_OTYPER_OT_2 (0x00000004U) |
||
| 2999 | #define GPIO_OTYPER_OT_3 (0x00000008U) |
||
| 3000 | #define GPIO_OTYPER_OT_4 (0x00000010U) |
||
| 3001 | #define GPIO_OTYPER_OT_5 (0x00000020U) |
||
| 3002 | #define GPIO_OTYPER_OT_6 (0x00000040U) |
||
| 3003 | #define GPIO_OTYPER_OT_7 (0x00000080U) |
||
| 3004 | #define GPIO_OTYPER_OT_8 (0x00000100U) |
||
| 3005 | #define GPIO_OTYPER_OT_9 (0x00000200U) |
||
| 3006 | #define GPIO_OTYPER_OT_10 (0x00000400U) |
||
| 3007 | #define GPIO_OTYPER_OT_11 (0x00000800U) |
||
| 3008 | #define GPIO_OTYPER_OT_12 (0x00001000U) |
||
| 3009 | #define GPIO_OTYPER_OT_13 (0x00002000U) |
||
| 3010 | #define GPIO_OTYPER_OT_14 (0x00004000U) |
||
| 3011 | #define GPIO_OTYPER_OT_15 (0x00008000U) |
||
| 3012 | |||
| 3013 | /****************** Bits definition for GPIO_OSPEEDR register ***************/ |
||
| 3014 | #define GPIO_OSPEEDER_OSPEEDR0_Pos (0U) |
||
| 3015 | #define GPIO_OSPEEDER_OSPEEDR0_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR0_Pos) /*!< 0x00000003 */ |
||
| 3016 | #define GPIO_OSPEEDER_OSPEEDR0 GPIO_OSPEEDER_OSPEEDR0_Msk |
||
| 3017 | #define GPIO_OSPEEDER_OSPEEDR0_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR0_Pos) /*!< 0x00000001 */ |
||
| 3018 | #define GPIO_OSPEEDER_OSPEEDR0_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR0_Pos) /*!< 0x00000002 */ |
||
| 3019 | |||
| 3020 | #define GPIO_OSPEEDER_OSPEEDR1_Pos (2U) |
||
| 3021 | #define GPIO_OSPEEDER_OSPEEDR1_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR1_Pos) /*!< 0x0000000C */ |
||
| 3022 | #define GPIO_OSPEEDER_OSPEEDR1 GPIO_OSPEEDER_OSPEEDR1_Msk |
||
| 3023 | #define GPIO_OSPEEDER_OSPEEDR1_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR1_Pos) /*!< 0x00000004 */ |
||
| 3024 | #define GPIO_OSPEEDER_OSPEEDR1_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR1_Pos) /*!< 0x00000008 */ |
||
| 3025 | |||
| 3026 | #define GPIO_OSPEEDER_OSPEEDR2_Pos (4U) |
||
| 3027 | #define GPIO_OSPEEDER_OSPEEDR2_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR2_Pos) /*!< 0x00000030 */ |
||
| 3028 | #define GPIO_OSPEEDER_OSPEEDR2 GPIO_OSPEEDER_OSPEEDR2_Msk |
||
| 3029 | #define GPIO_OSPEEDER_OSPEEDR2_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR2_Pos) /*!< 0x00000010 */ |
||
| 3030 | #define GPIO_OSPEEDER_OSPEEDR2_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR2_Pos) /*!< 0x00000020 */ |
||
| 3031 | |||
| 3032 | #define GPIO_OSPEEDER_OSPEEDR3_Pos (6U) |
||
| 3033 | #define GPIO_OSPEEDER_OSPEEDR3_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR3_Pos) /*!< 0x000000C0 */ |
||
| 3034 | #define GPIO_OSPEEDER_OSPEEDR3 GPIO_OSPEEDER_OSPEEDR3_Msk |
||
| 3035 | #define GPIO_OSPEEDER_OSPEEDR3_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR3_Pos) /*!< 0x00000040 */ |
||
| 3036 | #define GPIO_OSPEEDER_OSPEEDR3_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR3_Pos) /*!< 0x00000080 */ |
||
| 3037 | |||
| 3038 | #define GPIO_OSPEEDER_OSPEEDR4_Pos (8U) |
||
| 3039 | #define GPIO_OSPEEDER_OSPEEDR4_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR4_Pos) /*!< 0x00000300 */ |
||
| 3040 | #define GPIO_OSPEEDER_OSPEEDR4 GPIO_OSPEEDER_OSPEEDR4_Msk |
||
| 3041 | #define GPIO_OSPEEDER_OSPEEDR4_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR4_Pos) /*!< 0x00000100 */ |
||
| 3042 | #define GPIO_OSPEEDER_OSPEEDR4_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR4_Pos) /*!< 0x00000200 */ |
||
| 3043 | |||
| 3044 | #define GPIO_OSPEEDER_OSPEEDR5_Pos (10U) |
||
| 3045 | #define GPIO_OSPEEDER_OSPEEDR5_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR5_Pos) /*!< 0x00000C00 */ |
||
| 3046 | #define GPIO_OSPEEDER_OSPEEDR5 GPIO_OSPEEDER_OSPEEDR5_Msk |
||
| 3047 | #define GPIO_OSPEEDER_OSPEEDR5_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR5_Pos) /*!< 0x00000400 */ |
||
| 3048 | #define GPIO_OSPEEDER_OSPEEDR5_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR5_Pos) /*!< 0x00000800 */ |
||
| 3049 | |||
| 3050 | #define GPIO_OSPEEDER_OSPEEDR6_Pos (12U) |
||
| 3051 | #define GPIO_OSPEEDER_OSPEEDR6_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR6_Pos) /*!< 0x00003000 */ |
||
| 3052 | #define GPIO_OSPEEDER_OSPEEDR6 GPIO_OSPEEDER_OSPEEDR6_Msk |
||
| 3053 | #define GPIO_OSPEEDER_OSPEEDR6_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR6_Pos) /*!< 0x00001000 */ |
||
| 3054 | #define GPIO_OSPEEDER_OSPEEDR6_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR6_Pos) /*!< 0x00002000 */ |
||
| 3055 | |||
| 3056 | #define GPIO_OSPEEDER_OSPEEDR7_Pos (14U) |
||
| 3057 | #define GPIO_OSPEEDER_OSPEEDR7_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR7_Pos) /*!< 0x0000C000 */ |
||
| 3058 | #define GPIO_OSPEEDER_OSPEEDR7 GPIO_OSPEEDER_OSPEEDR7_Msk |
||
| 3059 | #define GPIO_OSPEEDER_OSPEEDR7_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR7_Pos) /*!< 0x00004000 */ |
||
| 3060 | #define GPIO_OSPEEDER_OSPEEDR7_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR7_Pos) /*!< 0x00008000 */ |
||
| 3061 | |||
| 3062 | #define GPIO_OSPEEDER_OSPEEDR8_Pos (16U) |
||
| 3063 | #define GPIO_OSPEEDER_OSPEEDR8_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR8_Pos) /*!< 0x00030000 */ |
||
| 3064 | #define GPIO_OSPEEDER_OSPEEDR8 GPIO_OSPEEDER_OSPEEDR8_Msk |
||
| 3065 | #define GPIO_OSPEEDER_OSPEEDR8_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR8_Pos) /*!< 0x00010000 */ |
||
| 3066 | #define GPIO_OSPEEDER_OSPEEDR8_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR8_Pos) /*!< 0x00020000 */ |
||
| 3067 | |||
| 3068 | #define GPIO_OSPEEDER_OSPEEDR9_Pos (18U) |
||
| 3069 | #define GPIO_OSPEEDER_OSPEEDR9_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR9_Pos) /*!< 0x000C0000 */ |
||
| 3070 | #define GPIO_OSPEEDER_OSPEEDR9 GPIO_OSPEEDER_OSPEEDR9_Msk |
||
| 3071 | #define GPIO_OSPEEDER_OSPEEDR9_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR9_Pos) /*!< 0x00040000 */ |
||
| 3072 | #define GPIO_OSPEEDER_OSPEEDR9_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR9_Pos) /*!< 0x00080000 */ |
||
| 3073 | |||
| 3074 | #define GPIO_OSPEEDER_OSPEEDR10_Pos (20U) |
||
| 3075 | #define GPIO_OSPEEDER_OSPEEDR10_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR10_Pos) /*!< 0x00300000 */ |
||
| 3076 | #define GPIO_OSPEEDER_OSPEEDR10 GPIO_OSPEEDER_OSPEEDR10_Msk |
||
| 3077 | #define GPIO_OSPEEDER_OSPEEDR10_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR10_Pos) /*!< 0x00100000 */ |
||
| 3078 | #define GPIO_OSPEEDER_OSPEEDR10_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR10_Pos) /*!< 0x00200000 */ |
||
| 3079 | |||
| 3080 | #define GPIO_OSPEEDER_OSPEEDR11_Pos (22U) |
||
| 3081 | #define GPIO_OSPEEDER_OSPEEDR11_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR11_Pos) /*!< 0x00C00000 */ |
||
| 3082 | #define GPIO_OSPEEDER_OSPEEDR11 GPIO_OSPEEDER_OSPEEDR11_Msk |
||
| 3083 | #define GPIO_OSPEEDER_OSPEEDR11_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR11_Pos) /*!< 0x00400000 */ |
||
| 3084 | #define GPIO_OSPEEDER_OSPEEDR11_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR11_Pos) /*!< 0x00800000 */ |
||
| 3085 | |||
| 3086 | #define GPIO_OSPEEDER_OSPEEDR12_Pos (24U) |
||
| 3087 | #define GPIO_OSPEEDER_OSPEEDR12_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR12_Pos) /*!< 0x03000000 */ |
||
| 3088 | #define GPIO_OSPEEDER_OSPEEDR12 GPIO_OSPEEDER_OSPEEDR12_Msk |
||
| 3089 | #define GPIO_OSPEEDER_OSPEEDR12_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR12_Pos) /*!< 0x01000000 */ |
||
| 3090 | #define GPIO_OSPEEDER_OSPEEDR12_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR12_Pos) /*!< 0x02000000 */ |
||
| 3091 | |||
| 3092 | #define GPIO_OSPEEDER_OSPEEDR13_Pos (26U) |
||
| 3093 | #define GPIO_OSPEEDER_OSPEEDR13_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR13_Pos) /*!< 0x0C000000 */ |
||
| 3094 | #define GPIO_OSPEEDER_OSPEEDR13 GPIO_OSPEEDER_OSPEEDR13_Msk |
||
| 3095 | #define GPIO_OSPEEDER_OSPEEDR13_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR13_Pos) /*!< 0x04000000 */ |
||
| 3096 | #define GPIO_OSPEEDER_OSPEEDR13_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR13_Pos) /*!< 0x08000000 */ |
||
| 3097 | |||
| 3098 | #define GPIO_OSPEEDER_OSPEEDR14_Pos (28U) |
||
| 3099 | #define GPIO_OSPEEDER_OSPEEDR14_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR14_Pos) /*!< 0x30000000 */ |
||
| 3100 | #define GPIO_OSPEEDER_OSPEEDR14 GPIO_OSPEEDER_OSPEEDR14_Msk |
||
| 3101 | #define GPIO_OSPEEDER_OSPEEDR14_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR14_Pos) /*!< 0x10000000 */ |
||
| 3102 | #define GPIO_OSPEEDER_OSPEEDR14_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR14_Pos) /*!< 0x20000000 */ |
||
| 3103 | |||
| 3104 | #define GPIO_OSPEEDER_OSPEEDR15_Pos (30U) |
||
| 3105 | #define GPIO_OSPEEDER_OSPEEDR15_Msk (0x3UL << GPIO_OSPEEDER_OSPEEDR15_Pos) /*!< 0xC0000000 */ |
||
| 3106 | #define GPIO_OSPEEDER_OSPEEDR15 GPIO_OSPEEDER_OSPEEDR15_Msk |
||
| 3107 | #define GPIO_OSPEEDER_OSPEEDR15_0 (0x1UL << GPIO_OSPEEDER_OSPEEDR15_Pos) /*!< 0x40000000 */ |
||
| 3108 | #define GPIO_OSPEEDER_OSPEEDR15_1 (0x2UL << GPIO_OSPEEDER_OSPEEDR15_Pos) /*!< 0x80000000 */ |
||
| 3109 | |||
| 3110 | /****************** Bits definition for GPIO_PUPDR register *****************/ |
||
| 3111 | #define GPIO_PUPDR_PUPDR0_Pos (0U) |
||
| 3112 | #define GPIO_PUPDR_PUPDR0_Msk (0x3UL << GPIO_PUPDR_PUPDR0_Pos) /*!< 0x00000003 */ |
||
| 3113 | #define GPIO_PUPDR_PUPDR0 GPIO_PUPDR_PUPDR0_Msk |
||
| 3114 | #define GPIO_PUPDR_PUPDR0_0 (0x1UL << GPIO_PUPDR_PUPDR0_Pos) /*!< 0x00000001 */ |
||
| 3115 | #define GPIO_PUPDR_PUPDR0_1 (0x2UL << GPIO_PUPDR_PUPDR0_Pos) /*!< 0x00000002 */ |
||
| 3116 | |||
| 3117 | #define GPIO_PUPDR_PUPDR1_Pos (2U) |
||
| 3118 | #define GPIO_PUPDR_PUPDR1_Msk (0x3UL << GPIO_PUPDR_PUPDR1_Pos) /*!< 0x0000000C */ |
||
| 3119 | #define GPIO_PUPDR_PUPDR1 GPIO_PUPDR_PUPDR1_Msk |
||
| 3120 | #define GPIO_PUPDR_PUPDR1_0 (0x1UL << GPIO_PUPDR_PUPDR1_Pos) /*!< 0x00000004 */ |
||
| 3121 | #define GPIO_PUPDR_PUPDR1_1 (0x2UL << GPIO_PUPDR_PUPDR1_Pos) /*!< 0x00000008 */ |
||
| 3122 | |||
| 3123 | #define GPIO_PUPDR_PUPDR2_Pos (4U) |
||
| 3124 | #define GPIO_PUPDR_PUPDR2_Msk (0x3UL << GPIO_PUPDR_PUPDR2_Pos) /*!< 0x00000030 */ |
||
| 3125 | #define GPIO_PUPDR_PUPDR2 GPIO_PUPDR_PUPDR2_Msk |
||
| 3126 | #define GPIO_PUPDR_PUPDR2_0 (0x1UL << GPIO_PUPDR_PUPDR2_Pos) /*!< 0x00000010 */ |
||
| 3127 | #define GPIO_PUPDR_PUPDR2_1 (0x2UL << GPIO_PUPDR_PUPDR2_Pos) /*!< 0x00000020 */ |
||
| 3128 | |||
| 3129 | #define GPIO_PUPDR_PUPDR3_Pos (6U) |
||
| 3130 | #define GPIO_PUPDR_PUPDR3_Msk (0x3UL << GPIO_PUPDR_PUPDR3_Pos) /*!< 0x000000C0 */ |
||
| 3131 | #define GPIO_PUPDR_PUPDR3 GPIO_PUPDR_PUPDR3_Msk |
||
| 3132 | #define GPIO_PUPDR_PUPDR3_0 (0x1UL << GPIO_PUPDR_PUPDR3_Pos) /*!< 0x00000040 */ |
||
| 3133 | #define GPIO_PUPDR_PUPDR3_1 (0x2UL << GPIO_PUPDR_PUPDR3_Pos) /*!< 0x00000080 */ |
||
| 3134 | |||
| 3135 | #define GPIO_PUPDR_PUPDR4_Pos (8U) |
||
| 3136 | #define GPIO_PUPDR_PUPDR4_Msk (0x3UL << GPIO_PUPDR_PUPDR4_Pos) /*!< 0x00000300 */ |
||
| 3137 | #define GPIO_PUPDR_PUPDR4 GPIO_PUPDR_PUPDR4_Msk |
||
| 3138 | #define GPIO_PUPDR_PUPDR4_0 (0x1UL << GPIO_PUPDR_PUPDR4_Pos) /*!< 0x00000100 */ |
||
| 3139 | #define GPIO_PUPDR_PUPDR4_1 (0x2UL << GPIO_PUPDR_PUPDR4_Pos) /*!< 0x00000200 */ |
||
| 3140 | |||
| 3141 | #define GPIO_PUPDR_PUPDR5_Pos (10U) |
||
| 3142 | #define GPIO_PUPDR_PUPDR5_Msk (0x3UL << GPIO_PUPDR_PUPDR5_Pos) /*!< 0x00000C00 */ |
||
| 3143 | #define GPIO_PUPDR_PUPDR5 GPIO_PUPDR_PUPDR5_Msk |
||
| 3144 | #define GPIO_PUPDR_PUPDR5_0 (0x1UL << GPIO_PUPDR_PUPDR5_Pos) /*!< 0x00000400 */ |
||
| 3145 | #define GPIO_PUPDR_PUPDR5_1 (0x2UL << GPIO_PUPDR_PUPDR5_Pos) /*!< 0x00000800 */ |
||
| 3146 | |||
| 3147 | #define GPIO_PUPDR_PUPDR6_Pos (12U) |
||
| 3148 | #define GPIO_PUPDR_PUPDR6_Msk (0x3UL << GPIO_PUPDR_PUPDR6_Pos) /*!< 0x00003000 */ |
||
| 3149 | #define GPIO_PUPDR_PUPDR6 GPIO_PUPDR_PUPDR6_Msk |
||
| 3150 | #define GPIO_PUPDR_PUPDR6_0 (0x1UL << GPIO_PUPDR_PUPDR6_Pos) /*!< 0x00001000 */ |
||
| 3151 | #define GPIO_PUPDR_PUPDR6_1 (0x2UL << GPIO_PUPDR_PUPDR6_Pos) /*!< 0x00002000 */ |
||
| 3152 | |||
| 3153 | #define GPIO_PUPDR_PUPDR7_Pos (14U) |
||
| 3154 | #define GPIO_PUPDR_PUPDR7_Msk (0x3UL << GPIO_PUPDR_PUPDR7_Pos) /*!< 0x0000C000 */ |
||
| 3155 | #define GPIO_PUPDR_PUPDR7 GPIO_PUPDR_PUPDR7_Msk |
||
| 3156 | #define GPIO_PUPDR_PUPDR7_0 (0x1UL << GPIO_PUPDR_PUPDR7_Pos) /*!< 0x00004000 */ |
||
| 3157 | #define GPIO_PUPDR_PUPDR7_1 (0x2UL << GPIO_PUPDR_PUPDR7_Pos) /*!< 0x00008000 */ |
||
| 3158 | |||
| 3159 | #define GPIO_PUPDR_PUPDR8_Pos (16U) |
||
| 3160 | #define GPIO_PUPDR_PUPDR8_Msk (0x3UL << GPIO_PUPDR_PUPDR8_Pos) /*!< 0x00030000 */ |
||
| 3161 | #define GPIO_PUPDR_PUPDR8 GPIO_PUPDR_PUPDR8_Msk |
||
| 3162 | #define GPIO_PUPDR_PUPDR8_0 (0x1UL << GPIO_PUPDR_PUPDR8_Pos) /*!< 0x00010000 */ |
||
| 3163 | #define GPIO_PUPDR_PUPDR8_1 (0x2UL << GPIO_PUPDR_PUPDR8_Pos) /*!< 0x00020000 */ |
||
| 3164 | |||
| 3165 | #define GPIO_PUPDR_PUPDR9_Pos (18U) |
||
| 3166 | #define GPIO_PUPDR_PUPDR9_Msk (0x3UL << GPIO_PUPDR_PUPDR9_Pos) /*!< 0x000C0000 */ |
||
| 3167 | #define GPIO_PUPDR_PUPDR9 GPIO_PUPDR_PUPDR9_Msk |
||
| 3168 | #define GPIO_PUPDR_PUPDR9_0 (0x1UL << GPIO_PUPDR_PUPDR9_Pos) /*!< 0x00040000 */ |
||
| 3169 | #define GPIO_PUPDR_PUPDR9_1 (0x2UL << GPIO_PUPDR_PUPDR9_Pos) /*!< 0x00080000 */ |
||
| 3170 | |||
| 3171 | #define GPIO_PUPDR_PUPDR10_Pos (20U) |
||
| 3172 | #define GPIO_PUPDR_PUPDR10_Msk (0x3UL << GPIO_PUPDR_PUPDR10_Pos) /*!< 0x00300000 */ |
||
| 3173 | #define GPIO_PUPDR_PUPDR10 GPIO_PUPDR_PUPDR10_Msk |
||
| 3174 | #define GPIO_PUPDR_PUPDR10_0 (0x1UL << GPIO_PUPDR_PUPDR10_Pos) /*!< 0x00100000 */ |
||
| 3175 | #define GPIO_PUPDR_PUPDR10_1 (0x2UL << GPIO_PUPDR_PUPDR10_Pos) /*!< 0x00200000 */ |
||
| 3176 | |||
| 3177 | #define GPIO_PUPDR_PUPDR11_Pos (22U) |
||
| 3178 | #define GPIO_PUPDR_PUPDR11_Msk (0x3UL << GPIO_PUPDR_PUPDR11_Pos) /*!< 0x00C00000 */ |
||
| 3179 | #define GPIO_PUPDR_PUPDR11 GPIO_PUPDR_PUPDR11_Msk |
||
| 3180 | #define GPIO_PUPDR_PUPDR11_0 (0x1UL << GPIO_PUPDR_PUPDR11_Pos) /*!< 0x00400000 */ |
||
| 3181 | #define GPIO_PUPDR_PUPDR11_1 (0x2UL << GPIO_PUPDR_PUPDR11_Pos) /*!< 0x00800000 */ |
||
| 3182 | |||
| 3183 | #define GPIO_PUPDR_PUPDR12_Pos (24U) |
||
| 3184 | #define GPIO_PUPDR_PUPDR12_Msk (0x3UL << GPIO_PUPDR_PUPDR12_Pos) /*!< 0x03000000 */ |
||
| 3185 | #define GPIO_PUPDR_PUPDR12 GPIO_PUPDR_PUPDR12_Msk |
||
| 3186 | #define GPIO_PUPDR_PUPDR12_0 (0x1UL << GPIO_PUPDR_PUPDR12_Pos) /*!< 0x01000000 */ |
||
| 3187 | #define GPIO_PUPDR_PUPDR12_1 (0x2UL << GPIO_PUPDR_PUPDR12_Pos) /*!< 0x02000000 */ |
||
| 3188 | |||
| 3189 | #define GPIO_PUPDR_PUPDR13_Pos (26U) |
||
| 3190 | #define GPIO_PUPDR_PUPDR13_Msk (0x3UL << GPIO_PUPDR_PUPDR13_Pos) /*!< 0x0C000000 */ |
||
| 3191 | #define GPIO_PUPDR_PUPDR13 GPIO_PUPDR_PUPDR13_Msk |
||
| 3192 | #define GPIO_PUPDR_PUPDR13_0 (0x1UL << GPIO_PUPDR_PUPDR13_Pos) /*!< 0x04000000 */ |
||
| 3193 | #define GPIO_PUPDR_PUPDR13_1 (0x2UL << GPIO_PUPDR_PUPDR13_Pos) /*!< 0x08000000 */ |
||
| 3194 | |||
| 3195 | #define GPIO_PUPDR_PUPDR14_Pos (28U) |
||
| 3196 | #define GPIO_PUPDR_PUPDR14_Msk (0x3UL << GPIO_PUPDR_PUPDR14_Pos) /*!< 0x30000000 */ |
||
| 3197 | #define GPIO_PUPDR_PUPDR14 GPIO_PUPDR_PUPDR14_Msk |
||
| 3198 | #define GPIO_PUPDR_PUPDR14_0 (0x1UL << GPIO_PUPDR_PUPDR14_Pos) /*!< 0x10000000 */ |
||
| 3199 | #define GPIO_PUPDR_PUPDR14_1 (0x2UL << GPIO_PUPDR_PUPDR14_Pos) /*!< 0x20000000 */ |
||
| 3200 | #define GPIO_PUPDR_PUPDR15_Pos (30U) |
||
| 3201 | #define GPIO_PUPDR_PUPDR15_Msk (0x3UL << GPIO_PUPDR_PUPDR15_Pos) /*!< 0xC0000000 */ |
||
| 3202 | #define GPIO_PUPDR_PUPDR15 GPIO_PUPDR_PUPDR15_Msk |
||
| 3203 | #define GPIO_PUPDR_PUPDR15_0 (0x1UL << GPIO_PUPDR_PUPDR15_Pos) /*!< 0x40000000 */ |
||
| 3204 | #define GPIO_PUPDR_PUPDR15_1 (0x2UL << GPIO_PUPDR_PUPDR15_Pos) /*!< 0x80000000 */ |
||
| 3205 | |||
| 3206 | /****************** Bits definition for GPIO_IDR register *******************/ |
||
| 3207 | #define GPIO_IDR_IDR_0 (0x00000001U) |
||
| 3208 | #define GPIO_IDR_IDR_1 (0x00000002U) |
||
| 3209 | #define GPIO_IDR_IDR_2 (0x00000004U) |
||
| 3210 | #define GPIO_IDR_IDR_3 (0x00000008U) |
||
| 3211 | #define GPIO_IDR_IDR_4 (0x00000010U) |
||
| 3212 | #define GPIO_IDR_IDR_5 (0x00000020U) |
||
| 3213 | #define GPIO_IDR_IDR_6 (0x00000040U) |
||
| 3214 | #define GPIO_IDR_IDR_7 (0x00000080U) |
||
| 3215 | #define GPIO_IDR_IDR_8 (0x00000100U) |
||
| 3216 | #define GPIO_IDR_IDR_9 (0x00000200U) |
||
| 3217 | #define GPIO_IDR_IDR_10 (0x00000400U) |
||
| 3218 | #define GPIO_IDR_IDR_11 (0x00000800U) |
||
| 3219 | #define GPIO_IDR_IDR_12 (0x00001000U) |
||
| 3220 | #define GPIO_IDR_IDR_13 (0x00002000U) |
||
| 3221 | #define GPIO_IDR_IDR_14 (0x00004000U) |
||
| 3222 | #define GPIO_IDR_IDR_15 (0x00008000U) |
||
| 3223 | |||
| 3224 | /****************** Bits definition for GPIO_ODR register *******************/ |
||
| 3225 | #define GPIO_ODR_ODR_0 (0x00000001U) |
||
| 3226 | #define GPIO_ODR_ODR_1 (0x00000002U) |
||
| 3227 | #define GPIO_ODR_ODR_2 (0x00000004U) |
||
| 3228 | #define GPIO_ODR_ODR_3 (0x00000008U) |
||
| 3229 | #define GPIO_ODR_ODR_4 (0x00000010U) |
||
| 3230 | #define GPIO_ODR_ODR_5 (0x00000020U) |
||
| 3231 | #define GPIO_ODR_ODR_6 (0x00000040U) |
||
| 3232 | #define GPIO_ODR_ODR_7 (0x00000080U) |
||
| 3233 | #define GPIO_ODR_ODR_8 (0x00000100U) |
||
| 3234 | #define GPIO_ODR_ODR_9 (0x00000200U) |
||
| 3235 | #define GPIO_ODR_ODR_10 (0x00000400U) |
||
| 3236 | #define GPIO_ODR_ODR_11 (0x00000800U) |
||
| 3237 | #define GPIO_ODR_ODR_12 (0x00001000U) |
||
| 3238 | #define GPIO_ODR_ODR_13 (0x00002000U) |
||
| 3239 | #define GPIO_ODR_ODR_14 (0x00004000U) |
||
| 3240 | #define GPIO_ODR_ODR_15 (0x00008000U) |
||
| 3241 | |||
| 3242 | /****************** Bits definition for GPIO_BSRR register ******************/ |
||
| 3243 | #define GPIO_BSRR_BS_0 (0x00000001U) |
||
| 3244 | #define GPIO_BSRR_BS_1 (0x00000002U) |
||
| 3245 | #define GPIO_BSRR_BS_2 (0x00000004U) |
||
| 3246 | #define GPIO_BSRR_BS_3 (0x00000008U) |
||
| 3247 | #define GPIO_BSRR_BS_4 (0x00000010U) |
||
| 3248 | #define GPIO_BSRR_BS_5 (0x00000020U) |
||
| 3249 | #define GPIO_BSRR_BS_6 (0x00000040U) |
||
| 3250 | #define GPIO_BSRR_BS_7 (0x00000080U) |
||
| 3251 | #define GPIO_BSRR_BS_8 (0x00000100U) |
||
| 3252 | #define GPIO_BSRR_BS_9 (0x00000200U) |
||
| 3253 | #define GPIO_BSRR_BS_10 (0x00000400U) |
||
| 3254 | #define GPIO_BSRR_BS_11 (0x00000800U) |
||
| 3255 | #define GPIO_BSRR_BS_12 (0x00001000U) |
||
| 3256 | #define GPIO_BSRR_BS_13 (0x00002000U) |
||
| 3257 | #define GPIO_BSRR_BS_14 (0x00004000U) |
||
| 3258 | #define GPIO_BSRR_BS_15 (0x00008000U) |
||
| 3259 | #define GPIO_BSRR_BR_0 (0x00010000U) |
||
| 3260 | #define GPIO_BSRR_BR_1 (0x00020000U) |
||
| 3261 | #define GPIO_BSRR_BR_2 (0x00040000U) |
||
| 3262 | #define GPIO_BSRR_BR_3 (0x00080000U) |
||
| 3263 | #define GPIO_BSRR_BR_4 (0x00100000U) |
||
| 3264 | #define GPIO_BSRR_BR_5 (0x00200000U) |
||
| 3265 | #define GPIO_BSRR_BR_6 (0x00400000U) |
||
| 3266 | #define GPIO_BSRR_BR_7 (0x00800000U) |
||
| 3267 | #define GPIO_BSRR_BR_8 (0x01000000U) |
||
| 3268 | #define GPIO_BSRR_BR_9 (0x02000000U) |
||
| 3269 | #define GPIO_BSRR_BR_10 (0x04000000U) |
||
| 3270 | #define GPIO_BSRR_BR_11 (0x08000000U) |
||
| 3271 | #define GPIO_BSRR_BR_12 (0x10000000U) |
||
| 3272 | #define GPIO_BSRR_BR_13 (0x20000000U) |
||
| 3273 | #define GPIO_BSRR_BR_14 (0x40000000U) |
||
| 3274 | #define GPIO_BSRR_BR_15 (0x80000000U) |
||
| 3275 | |||
| 3276 | /****************** Bit definition for GPIO_LCKR register ********************/ |
||
| 3277 | #define GPIO_LCKR_LCK0_Pos (0U) |
||
| 3278 | #define GPIO_LCKR_LCK0_Msk (0x1UL << GPIO_LCKR_LCK0_Pos) /*!< 0x00000001 */ |
||
| 3279 | #define GPIO_LCKR_LCK0 GPIO_LCKR_LCK0_Msk |
||
| 3280 | #define GPIO_LCKR_LCK1_Pos (1U) |
||
| 3281 | #define GPIO_LCKR_LCK1_Msk (0x1UL << GPIO_LCKR_LCK1_Pos) /*!< 0x00000002 */ |
||
| 3282 | #define GPIO_LCKR_LCK1 GPIO_LCKR_LCK1_Msk |
||
| 3283 | #define GPIO_LCKR_LCK2_Pos (2U) |
||
| 3284 | #define GPIO_LCKR_LCK2_Msk (0x1UL << GPIO_LCKR_LCK2_Pos) /*!< 0x00000004 */ |
||
| 3285 | #define GPIO_LCKR_LCK2 GPIO_LCKR_LCK2_Msk |
||
| 3286 | #define GPIO_LCKR_LCK3_Pos (3U) |
||
| 3287 | #define GPIO_LCKR_LCK3_Msk (0x1UL << GPIO_LCKR_LCK3_Pos) /*!< 0x00000008 */ |
||
| 3288 | #define GPIO_LCKR_LCK3 GPIO_LCKR_LCK3_Msk |
||
| 3289 | #define GPIO_LCKR_LCK4_Pos (4U) |
||
| 3290 | #define GPIO_LCKR_LCK4_Msk (0x1UL << GPIO_LCKR_LCK4_Pos) /*!< 0x00000010 */ |
||
| 3291 | #define GPIO_LCKR_LCK4 GPIO_LCKR_LCK4_Msk |
||
| 3292 | #define GPIO_LCKR_LCK5_Pos (5U) |
||
| 3293 | #define GPIO_LCKR_LCK5_Msk (0x1UL << GPIO_LCKR_LCK5_Pos) /*!< 0x00000020 */ |
||
| 3294 | #define GPIO_LCKR_LCK5 GPIO_LCKR_LCK5_Msk |
||
| 3295 | #define GPIO_LCKR_LCK6_Pos (6U) |
||
| 3296 | #define GPIO_LCKR_LCK6_Msk (0x1UL << GPIO_LCKR_LCK6_Pos) /*!< 0x00000040 */ |
||
| 3297 | #define GPIO_LCKR_LCK6 GPIO_LCKR_LCK6_Msk |
||
| 3298 | #define GPIO_LCKR_LCK7_Pos (7U) |
||
| 3299 | #define GPIO_LCKR_LCK7_Msk (0x1UL << GPIO_LCKR_LCK7_Pos) /*!< 0x00000080 */ |
||
| 3300 | #define GPIO_LCKR_LCK7 GPIO_LCKR_LCK7_Msk |
||
| 3301 | #define GPIO_LCKR_LCK8_Pos (8U) |
||
| 3302 | #define GPIO_LCKR_LCK8_Msk (0x1UL << GPIO_LCKR_LCK8_Pos) /*!< 0x00000100 */ |
||
| 3303 | #define GPIO_LCKR_LCK8 GPIO_LCKR_LCK8_Msk |
||
| 3304 | #define GPIO_LCKR_LCK9_Pos (9U) |
||
| 3305 | #define GPIO_LCKR_LCK9_Msk (0x1UL << GPIO_LCKR_LCK9_Pos) /*!< 0x00000200 */ |
||
| 3306 | #define GPIO_LCKR_LCK9 GPIO_LCKR_LCK9_Msk |
||
| 3307 | #define GPIO_LCKR_LCK10_Pos (10U) |
||
| 3308 | #define GPIO_LCKR_LCK10_Msk (0x1UL << GPIO_LCKR_LCK10_Pos) /*!< 0x00000400 */ |
||
| 3309 | #define GPIO_LCKR_LCK10 GPIO_LCKR_LCK10_Msk |
||
| 3310 | #define GPIO_LCKR_LCK11_Pos (11U) |
||
| 3311 | #define GPIO_LCKR_LCK11_Msk (0x1UL << GPIO_LCKR_LCK11_Pos) /*!< 0x00000800 */ |
||
| 3312 | #define GPIO_LCKR_LCK11 GPIO_LCKR_LCK11_Msk |
||
| 3313 | #define GPIO_LCKR_LCK12_Pos (12U) |
||
| 3314 | #define GPIO_LCKR_LCK12_Msk (0x1UL << GPIO_LCKR_LCK12_Pos) /*!< 0x00001000 */ |
||
| 3315 | #define GPIO_LCKR_LCK12 GPIO_LCKR_LCK12_Msk |
||
| 3316 | #define GPIO_LCKR_LCK13_Pos (13U) |
||
| 3317 | #define GPIO_LCKR_LCK13_Msk (0x1UL << GPIO_LCKR_LCK13_Pos) /*!< 0x00002000 */ |
||
| 3318 | #define GPIO_LCKR_LCK13 GPIO_LCKR_LCK13_Msk |
||
| 3319 | #define GPIO_LCKR_LCK14_Pos (14U) |
||
| 3320 | #define GPIO_LCKR_LCK14_Msk (0x1UL << GPIO_LCKR_LCK14_Pos) /*!< 0x00004000 */ |
||
| 3321 | #define GPIO_LCKR_LCK14 GPIO_LCKR_LCK14_Msk |
||
| 3322 | #define GPIO_LCKR_LCK15_Pos (15U) |
||
| 3323 | #define GPIO_LCKR_LCK15_Msk (0x1UL << GPIO_LCKR_LCK15_Pos) /*!< 0x00008000 */ |
||
| 3324 | #define GPIO_LCKR_LCK15 GPIO_LCKR_LCK15_Msk |
||
| 3325 | #define GPIO_LCKR_LCKK_Pos (16U) |
||
| 3326 | #define GPIO_LCKR_LCKK_Msk (0x1UL << GPIO_LCKR_LCKK_Pos) /*!< 0x00010000 */ |
||
| 3327 | #define GPIO_LCKR_LCKK GPIO_LCKR_LCKK_Msk |
||
| 3328 | |||
| 3329 | /****************** Bit definition for GPIO_AFRL register ********************/ |
||
| 3330 | #define GPIO_AFRL_AFSEL0_Pos (0U) |
||
| 3331 | #define GPIO_AFRL_AFSEL0_Msk (0xFUL << GPIO_AFRL_AFSEL0_Pos) /*!< 0x0000000F */ |
||
| 3332 | #define GPIO_AFRL_AFSEL0 GPIO_AFRL_AFSEL0_Msk |
||
| 3333 | #define GPIO_AFRL_AFSEL1_Pos (4U) |
||
| 3334 | #define GPIO_AFRL_AFSEL1_Msk (0xFUL << GPIO_AFRL_AFSEL1_Pos) /*!< 0x000000F0 */ |
||
| 3335 | #define GPIO_AFRL_AFSEL1 GPIO_AFRL_AFSEL1_Msk |
||
| 3336 | #define GPIO_AFRL_AFSEL2_Pos (8U) |
||
| 3337 | #define GPIO_AFRL_AFSEL2_Msk (0xFUL << GPIO_AFRL_AFSEL2_Pos) /*!< 0x00000F00 */ |
||
| 3338 | #define GPIO_AFRL_AFSEL2 GPIO_AFRL_AFSEL2_Msk |
||
| 3339 | #define GPIO_AFRL_AFSEL3_Pos (12U) |
||
| 3340 | #define GPIO_AFRL_AFSEL3_Msk (0xFUL << GPIO_AFRL_AFSEL3_Pos) /*!< 0x0000F000 */ |
||
| 3341 | #define GPIO_AFRL_AFSEL3 GPIO_AFRL_AFSEL3_Msk |
||
| 3342 | #define GPIO_AFRL_AFSEL4_Pos (16U) |
||
| 3343 | #define GPIO_AFRL_AFSEL4_Msk (0xFUL << GPIO_AFRL_AFSEL4_Pos) /*!< 0x000F0000 */ |
||
| 3344 | #define GPIO_AFRL_AFSEL4 GPIO_AFRL_AFSEL4_Msk |
||
| 3345 | #define GPIO_AFRL_AFSEL5_Pos (20U) |
||
| 3346 | #define GPIO_AFRL_AFSEL5_Msk (0xFUL << GPIO_AFRL_AFSEL5_Pos) /*!< 0x00F00000 */ |
||
| 3347 | #define GPIO_AFRL_AFSEL5 GPIO_AFRL_AFSEL5_Msk |
||
| 3348 | #define GPIO_AFRL_AFSEL6_Pos (24U) |
||
| 3349 | #define GPIO_AFRL_AFSEL6_Msk (0xFUL << GPIO_AFRL_AFSEL6_Pos) /*!< 0x0F000000 */ |
||
| 3350 | #define GPIO_AFRL_AFSEL6 GPIO_AFRL_AFSEL6_Msk |
||
| 3351 | #define GPIO_AFRL_AFSEL7_Pos (28U) |
||
| 3352 | #define GPIO_AFRL_AFSEL7_Msk (0xFUL << GPIO_AFRL_AFSEL7_Pos) /*!< 0xF0000000 */ |
||
| 3353 | #define GPIO_AFRL_AFSEL7 GPIO_AFRL_AFSEL7_Msk |
||
| 3354 | |||
| 3355 | /****************** Bit definition for GPIO_AFRH register ********************/ |
||
| 3356 | #define GPIO_AFRH_AFSEL8_Pos (0U) |
||
| 3357 | #define GPIO_AFRH_AFSEL8_Msk (0xFUL << GPIO_AFRH_AFSEL8_Pos) /*!< 0x0000000F */ |
||
| 3358 | #define GPIO_AFRH_AFSEL8 GPIO_AFRH_AFSEL8_Msk |
||
| 3359 | #define GPIO_AFRH_AFSEL9_Pos (4U) |
||
| 3360 | #define GPIO_AFRH_AFSEL9_Msk (0xFUL << GPIO_AFRH_AFSEL9_Pos) /*!< 0x000000F0 */ |
||
| 3361 | #define GPIO_AFRH_AFSEL9 GPIO_AFRH_AFSEL9_Msk |
||
| 3362 | #define GPIO_AFRH_AFSEL10_Pos (8U) |
||
| 3363 | #define GPIO_AFRH_AFSEL10_Msk (0xFUL << GPIO_AFRH_AFSEL10_Pos) /*!< 0x00000F00 */ |
||
| 3364 | #define GPIO_AFRH_AFSEL10 GPIO_AFRH_AFSEL10_Msk |
||
| 3365 | #define GPIO_AFRH_AFSEL11_Pos (12U) |
||
| 3366 | #define GPIO_AFRH_AFSEL11_Msk (0xFUL << GPIO_AFRH_AFSEL11_Pos) /*!< 0x0000F000 */ |
||
| 3367 | #define GPIO_AFRH_AFSEL11 GPIO_AFRH_AFSEL11_Msk |
||
| 3368 | #define GPIO_AFRH_AFSEL12_Pos (16U) |
||
| 3369 | #define GPIO_AFRH_AFSEL12_Msk (0xFUL << GPIO_AFRH_AFSEL12_Pos) /*!< 0x000F0000 */ |
||
| 3370 | #define GPIO_AFRH_AFSEL12 GPIO_AFRH_AFSEL12_Msk |
||
| 3371 | #define GPIO_AFRH_AFSEL13_Pos (20U) |
||
| 3372 | #define GPIO_AFRH_AFSEL13_Msk (0xFUL << GPIO_AFRH_AFSEL13_Pos) /*!< 0x00F00000 */ |
||
| 3373 | #define GPIO_AFRH_AFSEL13 GPIO_AFRH_AFSEL13_Msk |
||
| 3374 | #define GPIO_AFRH_AFSEL14_Pos (24U) |
||
| 3375 | #define GPIO_AFRH_AFSEL14_Msk (0xFUL << GPIO_AFRH_AFSEL14_Pos) /*!< 0x0F000000 */ |
||
| 3376 | #define GPIO_AFRH_AFSEL14 GPIO_AFRH_AFSEL14_Msk |
||
| 3377 | #define GPIO_AFRH_AFSEL15_Pos (28U) |
||
| 3378 | #define GPIO_AFRH_AFSEL15_Msk (0xFUL << GPIO_AFRH_AFSEL15_Pos) /*!< 0xF0000000 */ |
||
| 3379 | #define GPIO_AFRH_AFSEL15 GPIO_AFRH_AFSEL15_Msk |
||
| 3380 | |||
| 3381 | /******************************************************************************/ |
||
| 3382 | /* */ |
||
| 3383 | /* Inter-integrated Circuit Interface (I2C) */ |
||
| 3384 | /* */ |
||
| 3385 | /******************************************************************************/ |
||
| 3386 | |||
| 3387 | /******************* Bit definition for I2C_CR1 register ********************/ |
||
| 3388 | #define I2C_CR1_PE_Pos (0U) |
||
| 3389 | #define I2C_CR1_PE_Msk (0x1UL << I2C_CR1_PE_Pos) /*!< 0x00000001 */ |
||
| 3390 | #define I2C_CR1_PE I2C_CR1_PE_Msk /*!< Peripheral Enable */ |
||
| 3391 | #define I2C_CR1_SMBUS_Pos (1U) |
||
| 3392 | #define I2C_CR1_SMBUS_Msk (0x1UL << I2C_CR1_SMBUS_Pos) /*!< 0x00000002 */ |
||
| 3393 | #define I2C_CR1_SMBUS I2C_CR1_SMBUS_Msk /*!< SMBus Mode */ |
||
| 3394 | #define I2C_CR1_SMBTYPE_Pos (3U) |
||
| 3395 | #define I2C_CR1_SMBTYPE_Msk (0x1UL << I2C_CR1_SMBTYPE_Pos) /*!< 0x00000008 */ |
||
| 3396 | #define I2C_CR1_SMBTYPE I2C_CR1_SMBTYPE_Msk /*!< SMBus Type */ |
||
| 3397 | #define I2C_CR1_ENARP_Pos (4U) |
||
| 3398 | #define I2C_CR1_ENARP_Msk (0x1UL << I2C_CR1_ENARP_Pos) /*!< 0x00000010 */ |
||
| 3399 | #define I2C_CR1_ENARP I2C_CR1_ENARP_Msk /*!< ARP Enable */ |
||
| 3400 | #define I2C_CR1_ENPEC_Pos (5U) |
||
| 3401 | #define I2C_CR1_ENPEC_Msk (0x1UL << I2C_CR1_ENPEC_Pos) /*!< 0x00000020 */ |
||
| 3402 | #define I2C_CR1_ENPEC I2C_CR1_ENPEC_Msk /*!< PEC Enable */ |
||
| 3403 | #define I2C_CR1_ENGC_Pos (6U) |
||
| 3404 | #define I2C_CR1_ENGC_Msk (0x1UL << I2C_CR1_ENGC_Pos) /*!< 0x00000040 */ |
||
| 3405 | #define I2C_CR1_ENGC I2C_CR1_ENGC_Msk /*!< General Call Enable */ |
||
| 3406 | #define I2C_CR1_NOSTRETCH_Pos (7U) |
||
| 3407 | #define I2C_CR1_NOSTRETCH_Msk (0x1UL << I2C_CR1_NOSTRETCH_Pos) /*!< 0x00000080 */ |
||
| 3408 | #define I2C_CR1_NOSTRETCH I2C_CR1_NOSTRETCH_Msk /*!< Clock Stretching Disable (Slave mode) */ |
||
| 3409 | #define I2C_CR1_START_Pos (8U) |
||
| 3410 | #define I2C_CR1_START_Msk (0x1UL << I2C_CR1_START_Pos) /*!< 0x00000100 */ |
||
| 3411 | #define I2C_CR1_START I2C_CR1_START_Msk /*!< Start Generation */ |
||
| 3412 | #define I2C_CR1_STOP_Pos (9U) |
||
| 3413 | #define I2C_CR1_STOP_Msk (0x1UL << I2C_CR1_STOP_Pos) /*!< 0x00000200 */ |
||
| 3414 | #define I2C_CR1_STOP I2C_CR1_STOP_Msk /*!< Stop Generation */ |
||
| 3415 | #define I2C_CR1_ACK_Pos (10U) |
||
| 3416 | #define I2C_CR1_ACK_Msk (0x1UL << I2C_CR1_ACK_Pos) /*!< 0x00000400 */ |
||
| 3417 | #define I2C_CR1_ACK I2C_CR1_ACK_Msk /*!< Acknowledge Enable */ |
||
| 3418 | #define I2C_CR1_POS_Pos (11U) |
||
| 3419 | #define I2C_CR1_POS_Msk (0x1UL << I2C_CR1_POS_Pos) /*!< 0x00000800 */ |
||
| 3420 | #define I2C_CR1_POS I2C_CR1_POS_Msk /*!< Acknowledge/PEC Position (for data reception) */ |
||
| 3421 | #define I2C_CR1_PEC_Pos (12U) |
||
| 3422 | #define I2C_CR1_PEC_Msk (0x1UL << I2C_CR1_PEC_Pos) /*!< 0x00001000 */ |
||
| 3423 | #define I2C_CR1_PEC I2C_CR1_PEC_Msk /*!< Packet Error Checking */ |
||
| 3424 | #define I2C_CR1_ALERT_Pos (13U) |
||
| 3425 | #define I2C_CR1_ALERT_Msk (0x1UL << I2C_CR1_ALERT_Pos) /*!< 0x00002000 */ |
||
| 3426 | #define I2C_CR1_ALERT I2C_CR1_ALERT_Msk /*!< SMBus Alert */ |
||
| 3427 | #define I2C_CR1_SWRST_Pos (15U) |
||
| 3428 | #define I2C_CR1_SWRST_Msk (0x1UL << I2C_CR1_SWRST_Pos) /*!< 0x00008000 */ |
||
| 3429 | #define I2C_CR1_SWRST I2C_CR1_SWRST_Msk /*!< Software Reset */ |
||
| 3430 | |||
| 3431 | /******************* Bit definition for I2C_CR2 register ********************/ |
||
| 3432 | #define I2C_CR2_FREQ_Pos (0U) |
||
| 3433 | #define I2C_CR2_FREQ_Msk (0x3FUL << I2C_CR2_FREQ_Pos) /*!< 0x0000003F */ |
||
| 3434 | #define I2C_CR2_FREQ I2C_CR2_FREQ_Msk /*!< FREQ[5:0] bits (Peripheral Clock Frequency) */ |
||
| 3435 | #define I2C_CR2_FREQ_0 (0x01UL << I2C_CR2_FREQ_Pos) /*!< 0x00000001 */ |
||
| 3436 | #define I2C_CR2_FREQ_1 (0x02UL << I2C_CR2_FREQ_Pos) /*!< 0x00000002 */ |
||
| 3437 | #define I2C_CR2_FREQ_2 (0x04UL << I2C_CR2_FREQ_Pos) /*!< 0x00000004 */ |
||
| 3438 | #define I2C_CR2_FREQ_3 (0x08UL << I2C_CR2_FREQ_Pos) /*!< 0x00000008 */ |
||
| 3439 | #define I2C_CR2_FREQ_4 (0x10UL << I2C_CR2_FREQ_Pos) /*!< 0x00000010 */ |
||
| 3440 | #define I2C_CR2_FREQ_5 (0x20UL << I2C_CR2_FREQ_Pos) /*!< 0x00000020 */ |
||
| 3441 | |||
| 3442 | #define I2C_CR2_ITERREN_Pos (8U) |
||
| 3443 | #define I2C_CR2_ITERREN_Msk (0x1UL << I2C_CR2_ITERREN_Pos) /*!< 0x00000100 */ |
||
| 3444 | #define I2C_CR2_ITERREN I2C_CR2_ITERREN_Msk /*!< Error Interrupt Enable */ |
||
| 3445 | #define I2C_CR2_ITEVTEN_Pos (9U) |
||
| 3446 | #define I2C_CR2_ITEVTEN_Msk (0x1UL << I2C_CR2_ITEVTEN_Pos) /*!< 0x00000200 */ |
||
| 3447 | #define I2C_CR2_ITEVTEN I2C_CR2_ITEVTEN_Msk /*!< Event Interrupt Enable */ |
||
| 3448 | #define I2C_CR2_ITBUFEN_Pos (10U) |
||
| 3449 | #define I2C_CR2_ITBUFEN_Msk (0x1UL << I2C_CR2_ITBUFEN_Pos) /*!< 0x00000400 */ |
||
| 3450 | #define I2C_CR2_ITBUFEN I2C_CR2_ITBUFEN_Msk /*!< Buffer Interrupt Enable */ |
||
| 3451 | #define I2C_CR2_DMAEN_Pos (11U) |
||
| 3452 | #define I2C_CR2_DMAEN_Msk (0x1UL << I2C_CR2_DMAEN_Pos) /*!< 0x00000800 */ |
||
| 3453 | #define I2C_CR2_DMAEN I2C_CR2_DMAEN_Msk /*!< DMA Requests Enable */ |
||
| 3454 | #define I2C_CR2_LAST_Pos (12U) |
||
| 3455 | #define I2C_CR2_LAST_Msk (0x1UL << I2C_CR2_LAST_Pos) /*!< 0x00001000 */ |
||
| 3456 | #define I2C_CR2_LAST I2C_CR2_LAST_Msk /*!< DMA Last Transfer */ |
||
| 3457 | |||
| 3458 | /******************* Bit definition for I2C_OAR1 register *******************/ |
||
| 3459 | #define I2C_OAR1_ADD1_7 (0x000000FEU) /*!< Interface Address */ |
||
| 3460 | #define I2C_OAR1_ADD8_9 (0x00000300U) /*!< Interface Address */ |
||
| 3461 | |||
| 3462 | #define I2C_OAR1_ADD0_Pos (0U) |
||
| 3463 | #define I2C_OAR1_ADD0_Msk (0x1UL << I2C_OAR1_ADD0_Pos) /*!< 0x00000001 */ |
||
| 3464 | #define I2C_OAR1_ADD0 I2C_OAR1_ADD0_Msk /*!< Bit 0 */ |
||
| 3465 | #define I2C_OAR1_ADD1_Pos (1U) |
||
| 3466 | #define I2C_OAR1_ADD1_Msk (0x1UL << I2C_OAR1_ADD1_Pos) /*!< 0x00000002 */ |
||
| 3467 | #define I2C_OAR1_ADD1 I2C_OAR1_ADD1_Msk /*!< Bit 1 */ |
||
| 3468 | #define I2C_OAR1_ADD2_Pos (2U) |
||
| 3469 | #define I2C_OAR1_ADD2_Msk (0x1UL << I2C_OAR1_ADD2_Pos) /*!< 0x00000004 */ |
||
| 3470 | #define I2C_OAR1_ADD2 I2C_OAR1_ADD2_Msk /*!< Bit 2 */ |
||
| 3471 | #define I2C_OAR1_ADD3_Pos (3U) |
||
| 3472 | #define I2C_OAR1_ADD3_Msk (0x1UL << I2C_OAR1_ADD3_Pos) /*!< 0x00000008 */ |
||
| 3473 | #define I2C_OAR1_ADD3 I2C_OAR1_ADD3_Msk /*!< Bit 3 */ |
||
| 3474 | #define I2C_OAR1_ADD4_Pos (4U) |
||
| 3475 | #define I2C_OAR1_ADD4_Msk (0x1UL << I2C_OAR1_ADD4_Pos) /*!< 0x00000010 */ |
||
| 3476 | #define I2C_OAR1_ADD4 I2C_OAR1_ADD4_Msk /*!< Bit 4 */ |
||
| 3477 | #define I2C_OAR1_ADD5_Pos (5U) |
||
| 3478 | #define I2C_OAR1_ADD5_Msk (0x1UL << I2C_OAR1_ADD5_Pos) /*!< 0x00000020 */ |
||
| 3479 | #define I2C_OAR1_ADD5 I2C_OAR1_ADD5_Msk /*!< Bit 5 */ |
||
| 3480 | #define I2C_OAR1_ADD6_Pos (6U) |
||
| 3481 | #define I2C_OAR1_ADD6_Msk (0x1UL << I2C_OAR1_ADD6_Pos) /*!< 0x00000040 */ |
||
| 3482 | #define I2C_OAR1_ADD6 I2C_OAR1_ADD6_Msk /*!< Bit 6 */ |
||
| 3483 | #define I2C_OAR1_ADD7_Pos (7U) |
||
| 3484 | #define I2C_OAR1_ADD7_Msk (0x1UL << I2C_OAR1_ADD7_Pos) /*!< 0x00000080 */ |
||
| 3485 | #define I2C_OAR1_ADD7 I2C_OAR1_ADD7_Msk /*!< Bit 7 */ |
||
| 3486 | #define I2C_OAR1_ADD8_Pos (8U) |
||
| 3487 | #define I2C_OAR1_ADD8_Msk (0x1UL << I2C_OAR1_ADD8_Pos) /*!< 0x00000100 */ |
||
| 3488 | #define I2C_OAR1_ADD8 I2C_OAR1_ADD8_Msk /*!< Bit 8 */ |
||
| 3489 | #define I2C_OAR1_ADD9_Pos (9U) |
||
| 3490 | #define I2C_OAR1_ADD9_Msk (0x1UL << I2C_OAR1_ADD9_Pos) /*!< 0x00000200 */ |
||
| 3491 | #define I2C_OAR1_ADD9 I2C_OAR1_ADD9_Msk /*!< Bit 9 */ |
||
| 3492 | |||
| 3493 | #define I2C_OAR1_ADDMODE_Pos (15U) |
||
| 3494 | #define I2C_OAR1_ADDMODE_Msk (0x1UL << I2C_OAR1_ADDMODE_Pos) /*!< 0x00008000 */ |
||
| 3495 | #define I2C_OAR1_ADDMODE I2C_OAR1_ADDMODE_Msk /*!< Addressing Mode (Slave mode) */ |
||
| 3496 | |||
| 3497 | /******************* Bit definition for I2C_OAR2 register *******************/ |
||
| 3498 | #define I2C_OAR2_ENDUAL_Pos (0U) |
||
| 3499 | #define I2C_OAR2_ENDUAL_Msk (0x1UL << I2C_OAR2_ENDUAL_Pos) /*!< 0x00000001 */ |
||
| 3500 | #define I2C_OAR2_ENDUAL I2C_OAR2_ENDUAL_Msk /*!< Dual addressing mode enable */ |
||
| 3501 | #define I2C_OAR2_ADD2_Pos (1U) |
||
| 3502 | #define I2C_OAR2_ADD2_Msk (0x7FUL << I2C_OAR2_ADD2_Pos) /*!< 0x000000FE */ |
||
| 3503 | #define I2C_OAR2_ADD2 I2C_OAR2_ADD2_Msk /*!< Interface address */ |
||
| 3504 | |||
| 3505 | /******************** Bit definition for I2C_DR register ********************/ |
||
| 3506 | #define I2C_DR_DR_Pos (0U) |
||
| 3507 | #define I2C_DR_DR_Msk (0xFFUL << I2C_DR_DR_Pos) /*!< 0x000000FF */ |
||
| 3508 | #define I2C_DR_DR I2C_DR_DR_Msk /*!< 8-bit Data Register */ |
||
| 3509 | |||
| 3510 | /******************* Bit definition for I2C_SR1 register ********************/ |
||
| 3511 | #define I2C_SR1_SB_Pos (0U) |
||
| 3512 | #define I2C_SR1_SB_Msk (0x1UL << I2C_SR1_SB_Pos) /*!< 0x00000001 */ |
||
| 3513 | #define I2C_SR1_SB I2C_SR1_SB_Msk /*!< Start Bit (Master mode) */ |
||
| 3514 | #define I2C_SR1_ADDR_Pos (1U) |
||
| 3515 | #define I2C_SR1_ADDR_Msk (0x1UL << I2C_SR1_ADDR_Pos) /*!< 0x00000002 */ |
||
| 3516 | #define I2C_SR1_ADDR I2C_SR1_ADDR_Msk /*!< Address sent (master mode)/matched (slave mode) */ |
||
| 3517 | #define I2C_SR1_BTF_Pos (2U) |
||
| 3518 | #define I2C_SR1_BTF_Msk (0x1UL << I2C_SR1_BTF_Pos) /*!< 0x00000004 */ |
||
| 3519 | #define I2C_SR1_BTF I2C_SR1_BTF_Msk /*!< Byte Transfer Finished */ |
||
| 3520 | #define I2C_SR1_ADD10_Pos (3U) |
||
| 3521 | #define I2C_SR1_ADD10_Msk (0x1UL << I2C_SR1_ADD10_Pos) /*!< 0x00000008 */ |
||
| 3522 | #define I2C_SR1_ADD10 I2C_SR1_ADD10_Msk /*!< 10-bit header sent (Master mode) */ |
||
| 3523 | #define I2C_SR1_STOPF_Pos (4U) |
||
| 3524 | #define I2C_SR1_STOPF_Msk (0x1UL << I2C_SR1_STOPF_Pos) /*!< 0x00000010 */ |
||
| 3525 | #define I2C_SR1_STOPF I2C_SR1_STOPF_Msk /*!< Stop detection (Slave mode) */ |
||
| 3526 | #define I2C_SR1_RXNE_Pos (6U) |
||
| 3527 | #define I2C_SR1_RXNE_Msk (0x1UL << I2C_SR1_RXNE_Pos) /*!< 0x00000040 */ |
||
| 3528 | #define I2C_SR1_RXNE I2C_SR1_RXNE_Msk /*!< Data Register not Empty (receivers) */ |
||
| 3529 | #define I2C_SR1_TXE_Pos (7U) |
||
| 3530 | #define I2C_SR1_TXE_Msk (0x1UL << I2C_SR1_TXE_Pos) /*!< 0x00000080 */ |
||
| 3531 | #define I2C_SR1_TXE I2C_SR1_TXE_Msk /*!< Data Register Empty (transmitters) */ |
||
| 3532 | #define I2C_SR1_BERR_Pos (8U) |
||
| 3533 | #define I2C_SR1_BERR_Msk (0x1UL << I2C_SR1_BERR_Pos) /*!< 0x00000100 */ |
||
| 3534 | #define I2C_SR1_BERR I2C_SR1_BERR_Msk /*!< Bus Error */ |
||
| 3535 | #define I2C_SR1_ARLO_Pos (9U) |
||
| 3536 | #define I2C_SR1_ARLO_Msk (0x1UL << I2C_SR1_ARLO_Pos) /*!< 0x00000200 */ |
||
| 3537 | #define I2C_SR1_ARLO I2C_SR1_ARLO_Msk /*!< Arbitration Lost (master mode) */ |
||
| 3538 | #define I2C_SR1_AF_Pos (10U) |
||
| 3539 | #define I2C_SR1_AF_Msk (0x1UL << I2C_SR1_AF_Pos) /*!< 0x00000400 */ |
||
| 3540 | #define I2C_SR1_AF I2C_SR1_AF_Msk /*!< Acknowledge Failure */ |
||
| 3541 | #define I2C_SR1_OVR_Pos (11U) |
||
| 3542 | #define I2C_SR1_OVR_Msk (0x1UL << I2C_SR1_OVR_Pos) /*!< 0x00000800 */ |
||
| 3543 | #define I2C_SR1_OVR I2C_SR1_OVR_Msk /*!< Overrun/Underrun */ |
||
| 3544 | #define I2C_SR1_PECERR_Pos (12U) |
||
| 3545 | #define I2C_SR1_PECERR_Msk (0x1UL << I2C_SR1_PECERR_Pos) /*!< 0x00001000 */ |
||
| 3546 | #define I2C_SR1_PECERR I2C_SR1_PECERR_Msk /*!< PEC Error in reception */ |
||
| 3547 | #define I2C_SR1_TIMEOUT_Pos (14U) |
||
| 3548 | #define I2C_SR1_TIMEOUT_Msk (0x1UL << I2C_SR1_TIMEOUT_Pos) /*!< 0x00004000 */ |
||
| 3549 | #define I2C_SR1_TIMEOUT I2C_SR1_TIMEOUT_Msk /*!< Timeout or Tlow Error */ |
||
| 3550 | #define I2C_SR1_SMBALERT_Pos (15U) |
||
| 3551 | #define I2C_SR1_SMBALERT_Msk (0x1UL << I2C_SR1_SMBALERT_Pos) /*!< 0x00008000 */ |
||
| 3552 | #define I2C_SR1_SMBALERT I2C_SR1_SMBALERT_Msk /*!< SMBus Alert */ |
||
| 3553 | |||
| 3554 | /******************* Bit definition for I2C_SR2 register ********************/ |
||
| 3555 | #define I2C_SR2_MSL_Pos (0U) |
||
| 3556 | #define I2C_SR2_MSL_Msk (0x1UL << I2C_SR2_MSL_Pos) /*!< 0x00000001 */ |
||
| 3557 | #define I2C_SR2_MSL I2C_SR2_MSL_Msk /*!< Master/Slave */ |
||
| 3558 | #define I2C_SR2_BUSY_Pos (1U) |
||
| 3559 | #define I2C_SR2_BUSY_Msk (0x1UL << I2C_SR2_BUSY_Pos) /*!< 0x00000002 */ |
||
| 3560 | #define I2C_SR2_BUSY I2C_SR2_BUSY_Msk /*!< Bus Busy */ |
||
| 3561 | #define I2C_SR2_TRA_Pos (2U) |
||
| 3562 | #define I2C_SR2_TRA_Msk (0x1UL << I2C_SR2_TRA_Pos) /*!< 0x00000004 */ |
||
| 3563 | #define I2C_SR2_TRA I2C_SR2_TRA_Msk /*!< Transmitter/Receiver */ |
||
| 3564 | #define I2C_SR2_GENCALL_Pos (4U) |
||
| 3565 | #define I2C_SR2_GENCALL_Msk (0x1UL << I2C_SR2_GENCALL_Pos) /*!< 0x00000010 */ |
||
| 3566 | #define I2C_SR2_GENCALL I2C_SR2_GENCALL_Msk /*!< General Call Address (Slave mode) */ |
||
| 3567 | #define I2C_SR2_SMBDEFAULT_Pos (5U) |
||
| 3568 | #define I2C_SR2_SMBDEFAULT_Msk (0x1UL << I2C_SR2_SMBDEFAULT_Pos) /*!< 0x00000020 */ |
||
| 3569 | #define I2C_SR2_SMBDEFAULT I2C_SR2_SMBDEFAULT_Msk /*!< SMBus Device Default Address (Slave mode) */ |
||
| 3570 | #define I2C_SR2_SMBHOST_Pos (6U) |
||
| 3571 | #define I2C_SR2_SMBHOST_Msk (0x1UL << I2C_SR2_SMBHOST_Pos) /*!< 0x00000040 */ |
||
| 3572 | #define I2C_SR2_SMBHOST I2C_SR2_SMBHOST_Msk /*!< SMBus Host Header (Slave mode) */ |
||
| 3573 | #define I2C_SR2_DUALF_Pos (7U) |
||
| 3574 | #define I2C_SR2_DUALF_Msk (0x1UL << I2C_SR2_DUALF_Pos) /*!< 0x00000080 */ |
||
| 3575 | #define I2C_SR2_DUALF I2C_SR2_DUALF_Msk /*!< Dual Flag (Slave mode) */ |
||
| 3576 | #define I2C_SR2_PEC_Pos (8U) |
||
| 3577 | #define I2C_SR2_PEC_Msk (0xFFUL << I2C_SR2_PEC_Pos) /*!< 0x0000FF00 */ |
||
| 3578 | #define I2C_SR2_PEC I2C_SR2_PEC_Msk /*!< Packet Error Checking Register */ |
||
| 3579 | |||
| 3580 | /******************* Bit definition for I2C_CCR register ********************/ |
||
| 3581 | #define I2C_CCR_CCR_Pos (0U) |
||
| 3582 | #define I2C_CCR_CCR_Msk (0xFFFUL << I2C_CCR_CCR_Pos) /*!< 0x00000FFF */ |
||
| 3583 | #define I2C_CCR_CCR I2C_CCR_CCR_Msk /*!< Clock Control Register in Fast/Standard mode (Master mode) */ |
||
| 3584 | #define I2C_CCR_DUTY_Pos (14U) |
||
| 3585 | #define I2C_CCR_DUTY_Msk (0x1UL << I2C_CCR_DUTY_Pos) /*!< 0x00004000 */ |
||
| 3586 | #define I2C_CCR_DUTY I2C_CCR_DUTY_Msk /*!< Fast Mode Duty Cycle */ |
||
| 3587 | #define I2C_CCR_FS_Pos (15U) |
||
| 3588 | #define I2C_CCR_FS_Msk (0x1UL << I2C_CCR_FS_Pos) /*!< 0x00008000 */ |
||
| 3589 | #define I2C_CCR_FS I2C_CCR_FS_Msk /*!< I2C Master Mode Selection */ |
||
| 3590 | |||
| 3591 | /****************** Bit definition for I2C_TRISE register *******************/ |
||
| 3592 | #define I2C_TRISE_TRISE_Pos (0U) |
||
| 3593 | #define I2C_TRISE_TRISE_Msk (0x3FUL << I2C_TRISE_TRISE_Pos) /*!< 0x0000003F */ |
||
| 3594 | #define I2C_TRISE_TRISE I2C_TRISE_TRISE_Msk /*!< Maximum Rise Time in Fast/Standard mode (Master mode) */ |
||
| 3595 | |||
| 3596 | /******************************************************************************/ |
||
| 3597 | /* */ |
||
| 3598 | /* Independent WATCHDOG (IWDG) */ |
||
| 3599 | /* */ |
||
| 3600 | /******************************************************************************/ |
||
| 3601 | |||
| 3602 | /******************* Bit definition for IWDG_KR register ********************/ |
||
| 3603 | #define IWDG_KR_KEY_Pos (0U) |
||
| 3604 | #define IWDG_KR_KEY_Msk (0xFFFFUL << IWDG_KR_KEY_Pos) /*!< 0x0000FFFF */ |
||
| 3605 | #define IWDG_KR_KEY IWDG_KR_KEY_Msk /*!< Key value (write only, read 0000h) */ |
||
| 3606 | |||
| 3607 | /******************* Bit definition for IWDG_PR register ********************/ |
||
| 3608 | #define IWDG_PR_PR_Pos (0U) |
||
| 3609 | #define IWDG_PR_PR_Msk (0x7UL << IWDG_PR_PR_Pos) /*!< 0x00000007 */ |
||
| 3610 | #define IWDG_PR_PR IWDG_PR_PR_Msk /*!< PR[2:0] (Prescaler divider) */ |
||
| 3611 | #define IWDG_PR_PR_0 (0x1UL << IWDG_PR_PR_Pos) /*!< 0x00000001 */ |
||
| 3612 | #define IWDG_PR_PR_1 (0x2UL << IWDG_PR_PR_Pos) /*!< 0x00000002 */ |
||
| 3613 | #define IWDG_PR_PR_2 (0x4UL << IWDG_PR_PR_Pos) /*!< 0x00000004 */ |
||
| 3614 | |||
| 3615 | /******************* Bit definition for IWDG_RLR register *******************/ |
||
| 3616 | #define IWDG_RLR_RL_Pos (0U) |
||
| 3617 | #define IWDG_RLR_RL_Msk (0xFFFUL << IWDG_RLR_RL_Pos) /*!< 0x00000FFF */ |
||
| 3618 | #define IWDG_RLR_RL IWDG_RLR_RL_Msk /*!< Watchdog counter reload value */ |
||
| 3619 | |||
| 3620 | /******************* Bit definition for IWDG_SR register ********************/ |
||
| 3621 | #define IWDG_SR_PVU_Pos (0U) |
||
| 3622 | #define IWDG_SR_PVU_Msk (0x1UL << IWDG_SR_PVU_Pos) /*!< 0x00000001 */ |
||
| 3623 | #define IWDG_SR_PVU IWDG_SR_PVU_Msk /*!< Watchdog prescaler value update */ |
||
| 3624 | #define IWDG_SR_RVU_Pos (1U) |
||
| 3625 | #define IWDG_SR_RVU_Msk (0x1UL << IWDG_SR_RVU_Pos) /*!< 0x00000002 */ |
||
| 3626 | #define IWDG_SR_RVU IWDG_SR_RVU_Msk /*!< Watchdog counter reload value update */ |
||
| 3627 | |||
| 3628 | /******************************************************************************/ |
||
| 3629 | /* */ |
||
| 3630 | /* LCD Controller (LCD) */ |
||
| 3631 | /* */ |
||
| 3632 | /******************************************************************************/ |
||
| 3633 | |||
| 3634 | /******************* Bit definition for LCD_CR register *********************/ |
||
| 3635 | #define LCD_CR_LCDEN_Pos (0U) |
||
| 3636 | #define LCD_CR_LCDEN_Msk (0x1UL << LCD_CR_LCDEN_Pos) /*!< 0x00000001 */ |
||
| 3637 | #define LCD_CR_LCDEN LCD_CR_LCDEN_Msk /*!< LCD Enable Bit */ |
||
| 3638 | #define LCD_CR_VSEL_Pos (1U) |
||
| 3639 | #define LCD_CR_VSEL_Msk (0x1UL << LCD_CR_VSEL_Pos) /*!< 0x00000002 */ |
||
| 3640 | #define LCD_CR_VSEL LCD_CR_VSEL_Msk /*!< Voltage source selector Bit */ |
||
| 3641 | |||
| 3642 | #define LCD_CR_DUTY_Pos (2U) |
||
| 3643 | #define LCD_CR_DUTY_Msk (0x7UL << LCD_CR_DUTY_Pos) /*!< 0x0000001C */ |
||
| 3644 | #define LCD_CR_DUTY LCD_CR_DUTY_Msk /*!< DUTY[2:0] bits (Duty selector) */ |
||
| 3645 | #define LCD_CR_DUTY_0 (0x1UL << LCD_CR_DUTY_Pos) /*!< 0x00000004 */ |
||
| 3646 | #define LCD_CR_DUTY_1 (0x2UL << LCD_CR_DUTY_Pos) /*!< 0x00000008 */ |
||
| 3647 | #define LCD_CR_DUTY_2 (0x4UL << LCD_CR_DUTY_Pos) /*!< 0x00000010 */ |
||
| 3648 | |||
| 3649 | #define LCD_CR_BIAS_Pos (5U) |
||
| 3650 | #define LCD_CR_BIAS_Msk (0x3UL << LCD_CR_BIAS_Pos) /*!< 0x00000060 */ |
||
| 3651 | #define LCD_CR_BIAS LCD_CR_BIAS_Msk /*!< BIAS[1:0] bits (Bias selector) */ |
||
| 3652 | #define LCD_CR_BIAS_0 (0x1UL << LCD_CR_BIAS_Pos) /*!< 0x00000020 */ |
||
| 3653 | #define LCD_CR_BIAS_1 (0x2UL << LCD_CR_BIAS_Pos) /*!< 0x00000040 */ |
||
| 3654 | |||
| 3655 | #define LCD_CR_MUX_SEG_Pos (7U) |
||
| 3656 | #define LCD_CR_MUX_SEG_Msk (0x1UL << LCD_CR_MUX_SEG_Pos) /*!< 0x00000080 */ |
||
| 3657 | #define LCD_CR_MUX_SEG LCD_CR_MUX_SEG_Msk /*!< Mux Segment Enable Bit */ |
||
| 3658 | |||
| 3659 | /******************* Bit definition for LCD_FCR register ********************/ |
||
| 3660 | #define LCD_FCR_HD_Pos (0U) |
||
| 3661 | #define LCD_FCR_HD_Msk (0x1UL << LCD_FCR_HD_Pos) /*!< 0x00000001 */ |
||
| 3662 | #define LCD_FCR_HD LCD_FCR_HD_Msk /*!< High Drive Enable Bit */ |
||
| 3663 | #define LCD_FCR_SOFIE_Pos (1U) |
||
| 3664 | #define LCD_FCR_SOFIE_Msk (0x1UL << LCD_FCR_SOFIE_Pos) /*!< 0x00000002 */ |
||
| 3665 | #define LCD_FCR_SOFIE LCD_FCR_SOFIE_Msk /*!< Start of Frame Interrupt Enable Bit */ |
||
| 3666 | #define LCD_FCR_UDDIE_Pos (3U) |
||
| 3667 | #define LCD_FCR_UDDIE_Msk (0x1UL << LCD_FCR_UDDIE_Pos) /*!< 0x00000008 */ |
||
| 3668 | #define LCD_FCR_UDDIE LCD_FCR_UDDIE_Msk /*!< Update Display Done Interrupt Enable Bit */ |
||
| 3669 | |||
| 3670 | #define LCD_FCR_PON_Pos (4U) |
||
| 3671 | #define LCD_FCR_PON_Msk (0x7UL << LCD_FCR_PON_Pos) /*!< 0x00000070 */ |
||
| 3672 | #define LCD_FCR_PON LCD_FCR_PON_Msk /*!< PON[2:0] bits (Pulse ON Duration) */ |
||
| 3673 | #define LCD_FCR_PON_0 (0x1UL << LCD_FCR_PON_Pos) /*!< 0x00000010 */ |
||
| 3674 | #define LCD_FCR_PON_1 (0x2UL << LCD_FCR_PON_Pos) /*!< 0x00000020 */ |
||
| 3675 | #define LCD_FCR_PON_2 (0x4UL << LCD_FCR_PON_Pos) /*!< 0x00000040 */ |
||
| 3676 | |||
| 3677 | #define LCD_FCR_DEAD_Pos (7U) |
||
| 3678 | #define LCD_FCR_DEAD_Msk (0x7UL << LCD_FCR_DEAD_Pos) /*!< 0x00000380 */ |
||
| 3679 | #define LCD_FCR_DEAD LCD_FCR_DEAD_Msk /*!< DEAD[2:0] bits (DEAD Time) */ |
||
| 3680 | #define LCD_FCR_DEAD_0 (0x1UL << LCD_FCR_DEAD_Pos) /*!< 0x00000080 */ |
||
| 3681 | #define LCD_FCR_DEAD_1 (0x2UL << LCD_FCR_DEAD_Pos) /*!< 0x00000100 */ |
||
| 3682 | #define LCD_FCR_DEAD_2 (0x4UL << LCD_FCR_DEAD_Pos) /*!< 0x00000200 */ |
||
| 3683 | |||
| 3684 | #define LCD_FCR_CC_Pos (10U) |
||
| 3685 | #define LCD_FCR_CC_Msk (0x7UL << LCD_FCR_CC_Pos) /*!< 0x00001C00 */ |
||
| 3686 | #define LCD_FCR_CC LCD_FCR_CC_Msk /*!< CC[2:0] bits (Contrast Control) */ |
||
| 3687 | #define LCD_FCR_CC_0 (0x1UL << LCD_FCR_CC_Pos) /*!< 0x00000400 */ |
||
| 3688 | #define LCD_FCR_CC_1 (0x2UL << LCD_FCR_CC_Pos) /*!< 0x00000800 */ |
||
| 3689 | #define LCD_FCR_CC_2 (0x4UL << LCD_FCR_CC_Pos) /*!< 0x00001000 */ |
||
| 3690 | |||
| 3691 | #define LCD_FCR_BLINKF_Pos (13U) |
||
| 3692 | #define LCD_FCR_BLINKF_Msk (0x7UL << LCD_FCR_BLINKF_Pos) /*!< 0x0000E000 */ |
||
| 3693 | #define LCD_FCR_BLINKF LCD_FCR_BLINKF_Msk /*!< BLINKF[2:0] bits (Blink Frequency) */ |
||
| 3694 | #define LCD_FCR_BLINKF_0 (0x1UL << LCD_FCR_BLINKF_Pos) /*!< 0x00002000 */ |
||
| 3695 | #define LCD_FCR_BLINKF_1 (0x2UL << LCD_FCR_BLINKF_Pos) /*!< 0x00004000 */ |
||
| 3696 | #define LCD_FCR_BLINKF_2 (0x4UL << LCD_FCR_BLINKF_Pos) /*!< 0x00008000 */ |
||
| 3697 | |||
| 3698 | #define LCD_FCR_BLINK_Pos (16U) |
||
| 3699 | #define LCD_FCR_BLINK_Msk (0x3UL << LCD_FCR_BLINK_Pos) /*!< 0x00030000 */ |
||
| 3700 | #define LCD_FCR_BLINK LCD_FCR_BLINK_Msk /*!< BLINK[1:0] bits (Blink Enable) */ |
||
| 3701 | #define LCD_FCR_BLINK_0 (0x1UL << LCD_FCR_BLINK_Pos) /*!< 0x00010000 */ |
||
| 3702 | #define LCD_FCR_BLINK_1 (0x2UL << LCD_FCR_BLINK_Pos) /*!< 0x00020000 */ |
||
| 3703 | |||
| 3704 | #define LCD_FCR_DIV_Pos (18U) |
||
| 3705 | #define LCD_FCR_DIV_Msk (0xFUL << LCD_FCR_DIV_Pos) /*!< 0x003C0000 */ |
||
| 3706 | #define LCD_FCR_DIV LCD_FCR_DIV_Msk /*!< DIV[3:0] bits (Divider) */ |
||
| 3707 | #define LCD_FCR_PS_Pos (22U) |
||
| 3708 | #define LCD_FCR_PS_Msk (0xFUL << LCD_FCR_PS_Pos) /*!< 0x03C00000 */ |
||
| 3709 | #define LCD_FCR_PS LCD_FCR_PS_Msk /*!< PS[3:0] bits (Prescaler) */ |
||
| 3710 | |||
| 3711 | /******************* Bit definition for LCD_SR register *********************/ |
||
| 3712 | #define LCD_SR_ENS_Pos (0U) |
||
| 3713 | #define LCD_SR_ENS_Msk (0x1UL << LCD_SR_ENS_Pos) /*!< 0x00000001 */ |
||
| 3714 | #define LCD_SR_ENS LCD_SR_ENS_Msk /*!< LCD Enabled Bit */ |
||
| 3715 | #define LCD_SR_SOF_Pos (1U) |
||
| 3716 | #define LCD_SR_SOF_Msk (0x1UL << LCD_SR_SOF_Pos) /*!< 0x00000002 */ |
||
| 3717 | #define LCD_SR_SOF LCD_SR_SOF_Msk /*!< Start Of Frame Flag Bit */ |
||
| 3718 | #define LCD_SR_UDR_Pos (2U) |
||
| 3719 | #define LCD_SR_UDR_Msk (0x1UL << LCD_SR_UDR_Pos) /*!< 0x00000004 */ |
||
| 3720 | #define LCD_SR_UDR LCD_SR_UDR_Msk /*!< Update Display Request Bit */ |
||
| 3721 | #define LCD_SR_UDD_Pos (3U) |
||
| 3722 | #define LCD_SR_UDD_Msk (0x1UL << LCD_SR_UDD_Pos) /*!< 0x00000008 */ |
||
| 3723 | #define LCD_SR_UDD LCD_SR_UDD_Msk /*!< Update Display Done Flag Bit */ |
||
| 3724 | #define LCD_SR_RDY_Pos (4U) |
||
| 3725 | #define LCD_SR_RDY_Msk (0x1UL << LCD_SR_RDY_Pos) /*!< 0x00000010 */ |
||
| 3726 | #define LCD_SR_RDY LCD_SR_RDY_Msk /*!< Ready Flag Bit */ |
||
| 3727 | #define LCD_SR_FCRSR_Pos (5U) |
||
| 3728 | #define LCD_SR_FCRSR_Msk (0x1UL << LCD_SR_FCRSR_Pos) /*!< 0x00000020 */ |
||
| 3729 | #define LCD_SR_FCRSR LCD_SR_FCRSR_Msk /*!< LCD FCR Register Synchronization Flag Bit */ |
||
| 3730 | |||
| 3731 | /******************* Bit definition for LCD_CLR register ********************/ |
||
| 3732 | #define LCD_CLR_SOFC_Pos (1U) |
||
| 3733 | #define LCD_CLR_SOFC_Msk (0x1UL << LCD_CLR_SOFC_Pos) /*!< 0x00000002 */ |
||
| 3734 | #define LCD_CLR_SOFC LCD_CLR_SOFC_Msk /*!< Start Of Frame Flag Clear Bit */ |
||
| 3735 | #define LCD_CLR_UDDC_Pos (3U) |
||
| 3736 | #define LCD_CLR_UDDC_Msk (0x1UL << LCD_CLR_UDDC_Pos) /*!< 0x00000008 */ |
||
| 3737 | #define LCD_CLR_UDDC LCD_CLR_UDDC_Msk /*!< Update Display Done Flag Clear Bit */ |
||
| 3738 | |||
| 3739 | /******************* Bit definition for LCD_RAM register ********************/ |
||
| 3740 | #define LCD_RAM_SEGMENT_DATA_Pos (0U) |
||
| 3741 | #define LCD_RAM_SEGMENT_DATA_Msk (0xFFFFFFFFUL << LCD_RAM_SEGMENT_DATA_Pos) /*!< 0xFFFFFFFF */ |
||
| 3742 | #define LCD_RAM_SEGMENT_DATA LCD_RAM_SEGMENT_DATA_Msk /*!< Segment Data Bits */ |
||
| 3743 | |||
| 3744 | /******************************************************************************/ |
||
| 3745 | /* */ |
||
| 3746 | /* Power Control (PWR) */ |
||
| 3747 | /* */ |
||
| 3748 | /******************************************************************************/ |
||
| 3749 | |||
| 3750 | #define PWR_PVD_SUPPORT /*!< PWR feature available only on specific devices: Power Voltage Detection feature */ |
||
| 3751 | |||
| 3752 | /******************** Bit definition for PWR_CR register ********************/ |
||
| 3753 | #define PWR_CR_LPSDSR_Pos (0U) |
||
| 3754 | #define PWR_CR_LPSDSR_Msk (0x1UL << PWR_CR_LPSDSR_Pos) /*!< 0x00000001 */ |
||
| 3755 | #define PWR_CR_LPSDSR PWR_CR_LPSDSR_Msk /*!< Low-power deepsleep/sleep/low power run */ |
||
| 3756 | #define PWR_CR_PDDS_Pos (1U) |
||
| 3757 | #define PWR_CR_PDDS_Msk (0x1UL << PWR_CR_PDDS_Pos) /*!< 0x00000002 */ |
||
| 3758 | #define PWR_CR_PDDS PWR_CR_PDDS_Msk /*!< Power Down Deepsleep */ |
||
| 3759 | #define PWR_CR_CWUF_Pos (2U) |
||
| 3760 | #define PWR_CR_CWUF_Msk (0x1UL << PWR_CR_CWUF_Pos) /*!< 0x00000004 */ |
||
| 3761 | #define PWR_CR_CWUF PWR_CR_CWUF_Msk /*!< Clear Wakeup Flag */ |
||
| 3762 | #define PWR_CR_CSBF_Pos (3U) |
||
| 3763 | #define PWR_CR_CSBF_Msk (0x1UL << PWR_CR_CSBF_Pos) /*!< 0x00000008 */ |
||
| 3764 | #define PWR_CR_CSBF PWR_CR_CSBF_Msk /*!< Clear Standby Flag */ |
||
| 3765 | #define PWR_CR_PVDE_Pos (4U) |
||
| 3766 | #define PWR_CR_PVDE_Msk (0x1UL << PWR_CR_PVDE_Pos) /*!< 0x00000010 */ |
||
| 3767 | #define PWR_CR_PVDE PWR_CR_PVDE_Msk /*!< Power Voltage Detector Enable */ |
||
| 3768 | |||
| 3769 | #define PWR_CR_PLS_Pos (5U) |
||
| 3770 | #define PWR_CR_PLS_Msk (0x7UL << PWR_CR_PLS_Pos) /*!< 0x000000E0 */ |
||
| 3771 | #define PWR_CR_PLS PWR_CR_PLS_Msk /*!< PLS[2:0] bits (PVD Level Selection) */ |
||
| 3772 | #define PWR_CR_PLS_0 (0x1UL << PWR_CR_PLS_Pos) /*!< 0x00000020 */ |
||
| 3773 | #define PWR_CR_PLS_1 (0x2UL << PWR_CR_PLS_Pos) /*!< 0x00000040 */ |
||
| 3774 | #define PWR_CR_PLS_2 (0x4UL << PWR_CR_PLS_Pos) /*!< 0x00000080 */ |
||
| 3775 | |||
| 3776 | /*!< PVD level configuration */ |
||
| 3777 | #define PWR_CR_PLS_LEV0 (0x00000000U) /*!< PVD level 0 */ |
||
| 3778 | #define PWR_CR_PLS_LEV1 (0x00000020U) /*!< PVD level 1 */ |
||
| 3779 | #define PWR_CR_PLS_LEV2 (0x00000040U) /*!< PVD level 2 */ |
||
| 3780 | #define PWR_CR_PLS_LEV3 (0x00000060U) /*!< PVD level 3 */ |
||
| 3781 | #define PWR_CR_PLS_LEV4 (0x00000080U) /*!< PVD level 4 */ |
||
| 3782 | #define PWR_CR_PLS_LEV5 (0x000000A0U) /*!< PVD level 5 */ |
||
| 3783 | #define PWR_CR_PLS_LEV6 (0x000000C0U) /*!< PVD level 6 */ |
||
| 3784 | #define PWR_CR_PLS_LEV7 (0x000000E0U) /*!< PVD level 7 */ |
||
| 3785 | |||
| 3786 | #define PWR_CR_DBP_Pos (8U) |
||
| 3787 | #define PWR_CR_DBP_Msk (0x1UL << PWR_CR_DBP_Pos) /*!< 0x00000100 */ |
||
| 3788 | #define PWR_CR_DBP PWR_CR_DBP_Msk /*!< Disable Backup Domain write protection */ |
||
| 3789 | #define PWR_CR_ULP_Pos (9U) |
||
| 3790 | #define PWR_CR_ULP_Msk (0x1UL << PWR_CR_ULP_Pos) /*!< 0x00000200 */ |
||
| 3791 | #define PWR_CR_ULP PWR_CR_ULP_Msk /*!< Ultra Low Power mode */ |
||
| 3792 | #define PWR_CR_FWU_Pos (10U) |
||
| 3793 | #define PWR_CR_FWU_Msk (0x1UL << PWR_CR_FWU_Pos) /*!< 0x00000400 */ |
||
| 3794 | #define PWR_CR_FWU PWR_CR_FWU_Msk /*!< Fast wakeup */ |
||
| 3795 | |||
| 3796 | #define PWR_CR_VOS_Pos (11U) |
||
| 3797 | #define PWR_CR_VOS_Msk (0x3UL << PWR_CR_VOS_Pos) /*!< 0x00001800 */ |
||
| 3798 | #define PWR_CR_VOS PWR_CR_VOS_Msk /*!< VOS[1:0] bits (Voltage scaling range selection) */ |
||
| 3799 | #define PWR_CR_VOS_0 (0x1UL << PWR_CR_VOS_Pos) /*!< 0x00000800 */ |
||
| 3800 | #define PWR_CR_VOS_1 (0x2UL << PWR_CR_VOS_Pos) /*!< 0x00001000 */ |
||
| 3801 | #define PWR_CR_LPRUN_Pos (14U) |
||
| 3802 | #define PWR_CR_LPRUN_Msk (0x1UL << PWR_CR_LPRUN_Pos) /*!< 0x00004000 */ |
||
| 3803 | #define PWR_CR_LPRUN PWR_CR_LPRUN_Msk /*!< Low power run mode */ |
||
| 3804 | |||
| 3805 | /******************* Bit definition for PWR_CSR register ********************/ |
||
| 3806 | #define PWR_CSR_WUF_Pos (0U) |
||
| 3807 | #define PWR_CSR_WUF_Msk (0x1UL << PWR_CSR_WUF_Pos) /*!< 0x00000001 */ |
||
| 3808 | #define PWR_CSR_WUF PWR_CSR_WUF_Msk /*!< Wakeup Flag */ |
||
| 3809 | #define PWR_CSR_SBF_Pos (1U) |
||
| 3810 | #define PWR_CSR_SBF_Msk (0x1UL << PWR_CSR_SBF_Pos) /*!< 0x00000002 */ |
||
| 3811 | #define PWR_CSR_SBF PWR_CSR_SBF_Msk /*!< Standby Flag */ |
||
| 3812 | #define PWR_CSR_PVDO_Pos (2U) |
||
| 3813 | #define PWR_CSR_PVDO_Msk (0x1UL << PWR_CSR_PVDO_Pos) /*!< 0x00000004 */ |
||
| 3814 | #define PWR_CSR_PVDO PWR_CSR_PVDO_Msk /*!< PVD Output */ |
||
| 3815 | #define PWR_CSR_VREFINTRDYF_Pos (3U) |
||
| 3816 | #define PWR_CSR_VREFINTRDYF_Msk (0x1UL << PWR_CSR_VREFINTRDYF_Pos) /*!< 0x00000008 */ |
||
| 3817 | #define PWR_CSR_VREFINTRDYF PWR_CSR_VREFINTRDYF_Msk /*!< Internal voltage reference (VREFINT) ready flag */ |
||
| 3818 | #define PWR_CSR_VOSF_Pos (4U) |
||
| 3819 | #define PWR_CSR_VOSF_Msk (0x1UL << PWR_CSR_VOSF_Pos) /*!< 0x00000010 */ |
||
| 3820 | #define PWR_CSR_VOSF PWR_CSR_VOSF_Msk /*!< Voltage Scaling select flag */ |
||
| 3821 | #define PWR_CSR_REGLPF_Pos (5U) |
||
| 3822 | #define PWR_CSR_REGLPF_Msk (0x1UL << PWR_CSR_REGLPF_Pos) /*!< 0x00000020 */ |
||
| 3823 | #define PWR_CSR_REGLPF PWR_CSR_REGLPF_Msk /*!< Regulator LP flag */ |
||
| 3824 | |||
| 3825 | #define PWR_CSR_EWUP1_Pos (8U) |
||
| 3826 | #define PWR_CSR_EWUP1_Msk (0x1UL << PWR_CSR_EWUP1_Pos) /*!< 0x00000100 */ |
||
| 3827 | #define PWR_CSR_EWUP1 PWR_CSR_EWUP1_Msk /*!< Enable WKUP pin 1 */ |
||
| 3828 | #define PWR_CSR_EWUP2_Pos (9U) |
||
| 3829 | #define PWR_CSR_EWUP2_Msk (0x1UL << PWR_CSR_EWUP2_Pos) /*!< 0x00000200 */ |
||
| 3830 | #define PWR_CSR_EWUP2 PWR_CSR_EWUP2_Msk /*!< Enable WKUP pin 2 */ |
||
| 3831 | #define PWR_CSR_EWUP3_Pos (10U) |
||
| 3832 | #define PWR_CSR_EWUP3_Msk (0x1UL << PWR_CSR_EWUP3_Pos) /*!< 0x00000400 */ |
||
| 3833 | #define PWR_CSR_EWUP3 PWR_CSR_EWUP3_Msk /*!< Enable WKUP pin 3 */ |
||
| 3834 | |||
| 3835 | /******************************************************************************/ |
||
| 3836 | /* */ |
||
| 3837 | /* Reset and Clock Control (RCC) */ |
||
| 3838 | /* */ |
||
| 3839 | /******************************************************************************/ |
||
| 3840 | /* |
||
| 3841 | * @brief Specific device feature definitions (not present on all devices in the STM32F0 series) |
||
| 3842 | */ |
||
| 3843 | #define RCC_LSECSS_SUPPORT /*!< LSE CSS feature support */ |
||
| 3844 | |||
| 3845 | /******************** Bit definition for RCC_CR register ********************/ |
||
| 3846 | #define RCC_CR_HSION_Pos (0U) |
||
| 3847 | #define RCC_CR_HSION_Msk (0x1UL << RCC_CR_HSION_Pos) /*!< 0x00000001 */ |
||
| 3848 | #define RCC_CR_HSION RCC_CR_HSION_Msk /*!< Internal High Speed clock enable */ |
||
| 3849 | #define RCC_CR_HSIRDY_Pos (1U) |
||
| 3850 | #define RCC_CR_HSIRDY_Msk (0x1UL << RCC_CR_HSIRDY_Pos) /*!< 0x00000002 */ |
||
| 3851 | #define RCC_CR_HSIRDY RCC_CR_HSIRDY_Msk /*!< Internal High Speed clock ready flag */ |
||
| 3852 | |||
| 3853 | #define RCC_CR_MSION_Pos (8U) |
||
| 3854 | #define RCC_CR_MSION_Msk (0x1UL << RCC_CR_MSION_Pos) /*!< 0x00000100 */ |
||
| 3855 | #define RCC_CR_MSION RCC_CR_MSION_Msk /*!< Internal Multi Speed clock enable */ |
||
| 3856 | #define RCC_CR_MSIRDY_Pos (9U) |
||
| 3857 | #define RCC_CR_MSIRDY_Msk (0x1UL << RCC_CR_MSIRDY_Pos) /*!< 0x00000200 */ |
||
| 3858 | #define RCC_CR_MSIRDY RCC_CR_MSIRDY_Msk /*!< Internal Multi Speed clock ready flag */ |
||
| 3859 | |||
| 3860 | #define RCC_CR_HSEON_Pos (16U) |
||
| 3861 | #define RCC_CR_HSEON_Msk (0x1UL << RCC_CR_HSEON_Pos) /*!< 0x00010000 */ |
||
| 3862 | #define RCC_CR_HSEON RCC_CR_HSEON_Msk /*!< External High Speed clock enable */ |
||
| 3863 | #define RCC_CR_HSERDY_Pos (17U) |
||
| 3864 | #define RCC_CR_HSERDY_Msk (0x1UL << RCC_CR_HSERDY_Pos) /*!< 0x00020000 */ |
||
| 3865 | #define RCC_CR_HSERDY RCC_CR_HSERDY_Msk /*!< External High Speed clock ready flag */ |
||
| 3866 | #define RCC_CR_HSEBYP_Pos (18U) |
||
| 3867 | #define RCC_CR_HSEBYP_Msk (0x1UL << RCC_CR_HSEBYP_Pos) /*!< 0x00040000 */ |
||
| 3868 | #define RCC_CR_HSEBYP RCC_CR_HSEBYP_Msk /*!< External High Speed clock Bypass */ |
||
| 3869 | |||
| 3870 | #define RCC_CR_PLLON_Pos (24U) |
||
| 3871 | #define RCC_CR_PLLON_Msk (0x1UL << RCC_CR_PLLON_Pos) /*!< 0x01000000 */ |
||
| 3872 | #define RCC_CR_PLLON RCC_CR_PLLON_Msk /*!< PLL enable */ |
||
| 3873 | #define RCC_CR_PLLRDY_Pos (25U) |
||
| 3874 | #define RCC_CR_PLLRDY_Msk (0x1UL << RCC_CR_PLLRDY_Pos) /*!< 0x02000000 */ |
||
| 3875 | #define RCC_CR_PLLRDY RCC_CR_PLLRDY_Msk /*!< PLL clock ready flag */ |
||
| 3876 | #define RCC_CR_CSSON_Pos (28U) |
||
| 3877 | #define RCC_CR_CSSON_Msk (0x1UL << RCC_CR_CSSON_Pos) /*!< 0x10000000 */ |
||
| 3878 | #define RCC_CR_CSSON RCC_CR_CSSON_Msk /*!< Clock Security System enable */ |
||
| 3879 | |||
| 3880 | #define RCC_CR_RTCPRE_Pos (29U) |
||
| 3881 | #define RCC_CR_RTCPRE_Msk (0x3UL << RCC_CR_RTCPRE_Pos) /*!< 0x60000000 */ |
||
| 3882 | #define RCC_CR_RTCPRE RCC_CR_RTCPRE_Msk /*!< RTC/LCD Prescaler */ |
||
| 3883 | #define RCC_CR_RTCPRE_0 (0x20000000U) /*!< Bit0 */ |
||
| 3884 | #define RCC_CR_RTCPRE_1 (0x40000000U) /*!< Bit1 */ |
||
| 3885 | |||
| 3886 | /******************** Bit definition for RCC_ICSCR register *****************/ |
||
| 3887 | #define RCC_ICSCR_HSICAL_Pos (0U) |
||
| 3888 | #define RCC_ICSCR_HSICAL_Msk (0xFFUL << RCC_ICSCR_HSICAL_Pos) /*!< 0x000000FF */ |
||
| 3889 | #define RCC_ICSCR_HSICAL RCC_ICSCR_HSICAL_Msk /*!< Internal High Speed clock Calibration */ |
||
| 3890 | #define RCC_ICSCR_HSITRIM_Pos (8U) |
||
| 3891 | #define RCC_ICSCR_HSITRIM_Msk (0x1FUL << RCC_ICSCR_HSITRIM_Pos) /*!< 0x00001F00 */ |
||
| 3892 | #define RCC_ICSCR_HSITRIM RCC_ICSCR_HSITRIM_Msk /*!< Internal High Speed clock trimming */ |
||
| 3893 | |||
| 3894 | #define RCC_ICSCR_MSIRANGE_Pos (13U) |
||
| 3895 | #define RCC_ICSCR_MSIRANGE_Msk (0x7UL << RCC_ICSCR_MSIRANGE_Pos) /*!< 0x0000E000 */ |
||
| 3896 | #define RCC_ICSCR_MSIRANGE RCC_ICSCR_MSIRANGE_Msk /*!< Internal Multi Speed clock Range */ |
||
| 3897 | #define RCC_ICSCR_MSIRANGE_0 (0x0UL << RCC_ICSCR_MSIRANGE_Pos) /*!< 0x00000000 */ |
||
| 3898 | #define RCC_ICSCR_MSIRANGE_1 (0x1UL << RCC_ICSCR_MSIRANGE_Pos) /*!< 0x00002000 */ |
||
| 3899 | #define RCC_ICSCR_MSIRANGE_2 (0x2UL << RCC_ICSCR_MSIRANGE_Pos) /*!< 0x00004000 */ |
||
| 3900 | #define RCC_ICSCR_MSIRANGE_3 (0x3UL << RCC_ICSCR_MSIRANGE_Pos) /*!< 0x00006000 */ |
||
| 3901 | #define RCC_ICSCR_MSIRANGE_4 (0x4UL << RCC_ICSCR_MSIRANGE_Pos) /*!< 0x00008000 */ |
||
| 3902 | #define RCC_ICSCR_MSIRANGE_5 (0x5UL << RCC_ICSCR_MSIRANGE_Pos) /*!< 0x0000A000 */ |
||
| 3903 | #define RCC_ICSCR_MSIRANGE_6 (0x6UL << RCC_ICSCR_MSIRANGE_Pos) /*!< 0x0000C000 */ |
||
| 3904 | #define RCC_ICSCR_MSICAL_Pos (16U) |
||
| 3905 | #define RCC_ICSCR_MSICAL_Msk (0xFFUL << RCC_ICSCR_MSICAL_Pos) /*!< 0x00FF0000 */ |
||
| 3906 | #define RCC_ICSCR_MSICAL RCC_ICSCR_MSICAL_Msk /*!< Internal Multi Speed clock Calibration */ |
||
| 3907 | #define RCC_ICSCR_MSITRIM_Pos (24U) |
||
| 3908 | #define RCC_ICSCR_MSITRIM_Msk (0xFFUL << RCC_ICSCR_MSITRIM_Pos) /*!< 0xFF000000 */ |
||
| 3909 | #define RCC_ICSCR_MSITRIM RCC_ICSCR_MSITRIM_Msk /*!< Internal Multi Speed clock trimming */ |
||
| 3910 | |||
| 3911 | /******************** Bit definition for RCC_CFGR register ******************/ |
||
| 3912 | #define RCC_CFGR_SW_Pos (0U) |
||
| 3913 | #define RCC_CFGR_SW_Msk (0x3UL << RCC_CFGR_SW_Pos) /*!< 0x00000003 */ |
||
| 3914 | #define RCC_CFGR_SW RCC_CFGR_SW_Msk /*!< SW[1:0] bits (System clock Switch) */ |
||
| 3915 | #define RCC_CFGR_SW_0 (0x1UL << RCC_CFGR_SW_Pos) /*!< 0x00000001 */ |
||
| 3916 | #define RCC_CFGR_SW_1 (0x2UL << RCC_CFGR_SW_Pos) /*!< 0x00000002 */ |
||
| 3917 | |||
| 3918 | /*!< SW configuration */ |
||
| 3919 | #define RCC_CFGR_SW_MSI (0x00000000U) /*!< MSI selected as system clock */ |
||
| 3920 | #define RCC_CFGR_SW_HSI (0x00000001U) /*!< HSI selected as system clock */ |
||
| 3921 | #define RCC_CFGR_SW_HSE (0x00000002U) /*!< HSE selected as system clock */ |
||
| 3922 | #define RCC_CFGR_SW_PLL (0x00000003U) /*!< PLL selected as system clock */ |
||
| 3923 | |||
| 3924 | #define RCC_CFGR_SWS_Pos (2U) |
||
| 3925 | #define RCC_CFGR_SWS_Msk (0x3UL << RCC_CFGR_SWS_Pos) /*!< 0x0000000C */ |
||
| 3926 | #define RCC_CFGR_SWS RCC_CFGR_SWS_Msk /*!< SWS[1:0] bits (System Clock Switch Status) */ |
||
| 3927 | #define RCC_CFGR_SWS_0 (0x1UL << RCC_CFGR_SWS_Pos) /*!< 0x00000004 */ |
||
| 3928 | #define RCC_CFGR_SWS_1 (0x2UL << RCC_CFGR_SWS_Pos) /*!< 0x00000008 */ |
||
| 3929 | |||
| 3930 | /*!< SWS configuration */ |
||
| 3931 | #define RCC_CFGR_SWS_MSI (0x00000000U) /*!< MSI oscillator used as system clock */ |
||
| 3932 | #define RCC_CFGR_SWS_HSI (0x00000004U) /*!< HSI oscillator used as system clock */ |
||
| 3933 | #define RCC_CFGR_SWS_HSE (0x00000008U) /*!< HSE oscillator used as system clock */ |
||
| 3934 | #define RCC_CFGR_SWS_PLL (0x0000000CU) /*!< PLL used as system clock */ |
||
| 3935 | |||
| 3936 | #define RCC_CFGR_HPRE_Pos (4U) |
||
| 3937 | #define RCC_CFGR_HPRE_Msk (0xFUL << RCC_CFGR_HPRE_Pos) /*!< 0x000000F0 */ |
||
| 3938 | #define RCC_CFGR_HPRE RCC_CFGR_HPRE_Msk /*!< HPRE[3:0] bits (AHB prescaler) */ |
||
| 3939 | #define RCC_CFGR_HPRE_0 (0x1UL << RCC_CFGR_HPRE_Pos) /*!< 0x00000010 */ |
||
| 3940 | #define RCC_CFGR_HPRE_1 (0x2UL << RCC_CFGR_HPRE_Pos) /*!< 0x00000020 */ |
||
| 3941 | #define RCC_CFGR_HPRE_2 (0x4UL << RCC_CFGR_HPRE_Pos) /*!< 0x00000040 */ |
||
| 3942 | #define RCC_CFGR_HPRE_3 (0x8UL << RCC_CFGR_HPRE_Pos) /*!< 0x00000080 */ |
||
| 3943 | |||
| 3944 | /*!< HPRE configuration */ |
||
| 3945 | #define RCC_CFGR_HPRE_DIV1 (0x00000000U) /*!< SYSCLK not divided */ |
||
| 3946 | #define RCC_CFGR_HPRE_DIV2 (0x00000080U) /*!< SYSCLK divided by 2 */ |
||
| 3947 | #define RCC_CFGR_HPRE_DIV4 (0x00000090U) /*!< SYSCLK divided by 4 */ |
||
| 3948 | #define RCC_CFGR_HPRE_DIV8 (0x000000A0U) /*!< SYSCLK divided by 8 */ |
||
| 3949 | #define RCC_CFGR_HPRE_DIV16 (0x000000B0U) /*!< SYSCLK divided by 16 */ |
||
| 3950 | #define RCC_CFGR_HPRE_DIV64 (0x000000C0U) /*!< SYSCLK divided by 64 */ |
||
| 3951 | #define RCC_CFGR_HPRE_DIV128 (0x000000D0U) /*!< SYSCLK divided by 128 */ |
||
| 3952 | #define RCC_CFGR_HPRE_DIV256 (0x000000E0U) /*!< SYSCLK divided by 256 */ |
||
| 3953 | #define RCC_CFGR_HPRE_DIV512 (0x000000F0U) /*!< SYSCLK divided by 512 */ |
||
| 3954 | |||
| 3955 | #define RCC_CFGR_PPRE1_Pos (8U) |
||
| 3956 | #define RCC_CFGR_PPRE1_Msk (0x7UL << RCC_CFGR_PPRE1_Pos) /*!< 0x00000700 */ |
||
| 3957 | #define RCC_CFGR_PPRE1 RCC_CFGR_PPRE1_Msk /*!< PRE1[2:0] bits (APB1 prescaler) */ |
||
| 3958 | #define RCC_CFGR_PPRE1_0 (0x1UL << RCC_CFGR_PPRE1_Pos) /*!< 0x00000100 */ |
||
| 3959 | #define RCC_CFGR_PPRE1_1 (0x2UL << RCC_CFGR_PPRE1_Pos) /*!< 0x00000200 */ |
||
| 3960 | #define RCC_CFGR_PPRE1_2 (0x4UL << RCC_CFGR_PPRE1_Pos) /*!< 0x00000400 */ |
||
| 3961 | |||
| 3962 | /*!< PPRE1 configuration */ |
||
| 3963 | #define RCC_CFGR_PPRE1_DIV1 (0x00000000U) /*!< HCLK not divided */ |
||
| 3964 | #define RCC_CFGR_PPRE1_DIV2 (0x00000400U) /*!< HCLK divided by 2 */ |
||
| 3965 | #define RCC_CFGR_PPRE1_DIV4 (0x00000500U) /*!< HCLK divided by 4 */ |
||
| 3966 | #define RCC_CFGR_PPRE1_DIV8 (0x00000600U) /*!< HCLK divided by 8 */ |
||
| 3967 | #define RCC_CFGR_PPRE1_DIV16 (0x00000700U) /*!< HCLK divided by 16 */ |
||
| 3968 | |||
| 3969 | #define RCC_CFGR_PPRE2_Pos (11U) |
||
| 3970 | #define RCC_CFGR_PPRE2_Msk (0x7UL << RCC_CFGR_PPRE2_Pos) /*!< 0x00003800 */ |
||
| 3971 | #define RCC_CFGR_PPRE2 RCC_CFGR_PPRE2_Msk /*!< PRE2[2:0] bits (APB2 prescaler) */ |
||
| 3972 | #define RCC_CFGR_PPRE2_0 (0x1UL << RCC_CFGR_PPRE2_Pos) /*!< 0x00000800 */ |
||
| 3973 | #define RCC_CFGR_PPRE2_1 (0x2UL << RCC_CFGR_PPRE2_Pos) /*!< 0x00001000 */ |
||
| 3974 | #define RCC_CFGR_PPRE2_2 (0x4UL << RCC_CFGR_PPRE2_Pos) /*!< 0x00002000 */ |
||
| 3975 | |||
| 3976 | /*!< PPRE2 configuration */ |
||
| 3977 | #define RCC_CFGR_PPRE2_DIV1 (0x00000000U) /*!< HCLK not divided */ |
||
| 3978 | #define RCC_CFGR_PPRE2_DIV2 (0x00002000U) /*!< HCLK divided by 2 */ |
||
| 3979 | #define RCC_CFGR_PPRE2_DIV4 (0x00002800U) /*!< HCLK divided by 4 */ |
||
| 3980 | #define RCC_CFGR_PPRE2_DIV8 (0x00003000U) /*!< HCLK divided by 8 */ |
||
| 3981 | #define RCC_CFGR_PPRE2_DIV16 (0x00003800U) /*!< HCLK divided by 16 */ |
||
| 3982 | |||
| 3983 | /*!< PLL entry clock source*/ |
||
| 3984 | #define RCC_CFGR_PLLSRC_Pos (16U) |
||
| 3985 | #define RCC_CFGR_PLLSRC_Msk (0x1UL << RCC_CFGR_PLLSRC_Pos) /*!< 0x00010000 */ |
||
| 3986 | #define RCC_CFGR_PLLSRC RCC_CFGR_PLLSRC_Msk /*!< PLL entry clock source */ |
||
| 3987 | |||
| 3988 | #define RCC_CFGR_PLLSRC_HSI (0x00000000U) /*!< HSI as PLL entry clock source */ |
||
| 3989 | #define RCC_CFGR_PLLSRC_HSE (0x00010000U) /*!< HSE as PLL entry clock source */ |
||
| 3990 | |||
| 3991 | |||
| 3992 | /*!< PLLMUL configuration */ |
||
| 3993 | #define RCC_CFGR_PLLMUL_Pos (18U) |
||
| 3994 | #define RCC_CFGR_PLLMUL_Msk (0xFUL << RCC_CFGR_PLLMUL_Pos) /*!< 0x003C0000 */ |
||
| 3995 | #define RCC_CFGR_PLLMUL RCC_CFGR_PLLMUL_Msk /*!< PLLMUL[3:0] bits (PLL multiplication factor) */ |
||
| 3996 | #define RCC_CFGR_PLLMUL_0 (0x1UL << RCC_CFGR_PLLMUL_Pos) /*!< 0x00040000 */ |
||
| 3997 | #define RCC_CFGR_PLLMUL_1 (0x2UL << RCC_CFGR_PLLMUL_Pos) /*!< 0x00080000 */ |
||
| 3998 | #define RCC_CFGR_PLLMUL_2 (0x4UL << RCC_CFGR_PLLMUL_Pos) /*!< 0x00100000 */ |
||
| 3999 | #define RCC_CFGR_PLLMUL_3 (0x8UL << RCC_CFGR_PLLMUL_Pos) /*!< 0x00200000 */ |
||
| 4000 | |||
| 4001 | /*!< PLLMUL configuration */ |
||
| 4002 | #define RCC_CFGR_PLLMUL3 (0x00000000U) /*!< PLL input clock * 3 */ |
||
| 4003 | #define RCC_CFGR_PLLMUL4 (0x00040000U) /*!< PLL input clock * 4 */ |
||
| 4004 | #define RCC_CFGR_PLLMUL6 (0x00080000U) /*!< PLL input clock * 6 */ |
||
| 4005 | #define RCC_CFGR_PLLMUL8 (0x000C0000U) /*!< PLL input clock * 8 */ |
||
| 4006 | #define RCC_CFGR_PLLMUL12 (0x00100000U) /*!< PLL input clock * 12 */ |
||
| 4007 | #define RCC_CFGR_PLLMUL16 (0x00140000U) /*!< PLL input clock * 16 */ |
||
| 4008 | #define RCC_CFGR_PLLMUL24 (0x00180000U) /*!< PLL input clock * 24 */ |
||
| 4009 | #define RCC_CFGR_PLLMUL32 (0x001C0000U) /*!< PLL input clock * 32 */ |
||
| 4010 | #define RCC_CFGR_PLLMUL48 (0x00200000U) /*!< PLL input clock * 48 */ |
||
| 4011 | |||
| 4012 | /*!< PLLDIV configuration */ |
||
| 4013 | #define RCC_CFGR_PLLDIV_Pos (22U) |
||
| 4014 | #define RCC_CFGR_PLLDIV_Msk (0x3UL << RCC_CFGR_PLLDIV_Pos) /*!< 0x00C00000 */ |
||
| 4015 | #define RCC_CFGR_PLLDIV RCC_CFGR_PLLDIV_Msk /*!< PLLDIV[1:0] bits (PLL Output Division) */ |
||
| 4016 | #define RCC_CFGR_PLLDIV_0 (0x1UL << RCC_CFGR_PLLDIV_Pos) /*!< 0x00400000 */ |
||
| 4017 | #define RCC_CFGR_PLLDIV_1 (0x2UL << RCC_CFGR_PLLDIV_Pos) /*!< 0x00800000 */ |
||
| 4018 | |||
| 4019 | |||
| 4020 | /*!< PLLDIV configuration */ |
||
| 4021 | #define RCC_CFGR_PLLDIV1 (0x00000000U) /*!< PLL clock output = CKVCO / 1 */ |
||
| 4022 | #define RCC_CFGR_PLLDIV2_Pos (22U) |
||
| 4023 | #define RCC_CFGR_PLLDIV2_Msk (0x1UL << RCC_CFGR_PLLDIV2_Pos) /*!< 0x00400000 */ |
||
| 4024 | #define RCC_CFGR_PLLDIV2 RCC_CFGR_PLLDIV2_Msk /*!< PLL clock output = CKVCO / 2 */ |
||
| 4025 | #define RCC_CFGR_PLLDIV3_Pos (23U) |
||
| 4026 | #define RCC_CFGR_PLLDIV3_Msk (0x1UL << RCC_CFGR_PLLDIV3_Pos) /*!< 0x00800000 */ |
||
| 4027 | #define RCC_CFGR_PLLDIV3 RCC_CFGR_PLLDIV3_Msk /*!< PLL clock output = CKVCO / 3 */ |
||
| 4028 | #define RCC_CFGR_PLLDIV4_Pos (22U) |
||
| 4029 | #define RCC_CFGR_PLLDIV4_Msk (0x3UL << RCC_CFGR_PLLDIV4_Pos) /*!< 0x00C00000 */ |
||
| 4030 | #define RCC_CFGR_PLLDIV4 RCC_CFGR_PLLDIV4_Msk /*!< PLL clock output = CKVCO / 4 */ |
||
| 4031 | |||
| 4032 | |||
| 4033 | #define RCC_CFGR_MCOSEL_Pos (24U) |
||
| 4034 | #define RCC_CFGR_MCOSEL_Msk (0x7UL << RCC_CFGR_MCOSEL_Pos) /*!< 0x07000000 */ |
||
| 4035 | #define RCC_CFGR_MCOSEL RCC_CFGR_MCOSEL_Msk /*!< MCO[2:0] bits (Microcontroller Clock Output) */ |
||
| 4036 | #define RCC_CFGR_MCOSEL_0 (0x1UL << RCC_CFGR_MCOSEL_Pos) /*!< 0x01000000 */ |
||
| 4037 | #define RCC_CFGR_MCOSEL_1 (0x2UL << RCC_CFGR_MCOSEL_Pos) /*!< 0x02000000 */ |
||
| 4038 | #define RCC_CFGR_MCOSEL_2 (0x4UL << RCC_CFGR_MCOSEL_Pos) /*!< 0x04000000 */ |
||
| 4039 | |||
| 4040 | /*!< MCO configuration */ |
||
| 4041 | #define RCC_CFGR_MCOSEL_NOCLOCK (0x00000000U) /*!< No clock */ |
||
| 4042 | #define RCC_CFGR_MCOSEL_SYSCLK_Pos (24U) |
||
| 4043 | #define RCC_CFGR_MCOSEL_SYSCLK_Msk (0x1UL << RCC_CFGR_MCOSEL_SYSCLK_Pos) /*!< 0x01000000 */ |
||
| 4044 | #define RCC_CFGR_MCOSEL_SYSCLK RCC_CFGR_MCOSEL_SYSCLK_Msk /*!< System clock selected */ |
||
| 4045 | #define RCC_CFGR_MCOSEL_HSI_Pos (25U) |
||
| 4046 | #define RCC_CFGR_MCOSEL_HSI_Msk (0x1UL << RCC_CFGR_MCOSEL_HSI_Pos) /*!< 0x02000000 */ |
||
| 4047 | #define RCC_CFGR_MCOSEL_HSI RCC_CFGR_MCOSEL_HSI_Msk /*!< Internal 16 MHz RC oscillator clock selected */ |
||
| 4048 | #define RCC_CFGR_MCOSEL_MSI_Pos (24U) |
||
| 4049 | #define RCC_CFGR_MCOSEL_MSI_Msk (0x3UL << RCC_CFGR_MCOSEL_MSI_Pos) /*!< 0x03000000 */ |
||
| 4050 | #define RCC_CFGR_MCOSEL_MSI RCC_CFGR_MCOSEL_MSI_Msk /*!< Internal Medium Speed RC oscillator clock selected */ |
||
| 4051 | #define RCC_CFGR_MCOSEL_HSE_Pos (26U) |
||
| 4052 | #define RCC_CFGR_MCOSEL_HSE_Msk (0x1UL << RCC_CFGR_MCOSEL_HSE_Pos) /*!< 0x04000000 */ |
||
| 4053 | #define RCC_CFGR_MCOSEL_HSE RCC_CFGR_MCOSEL_HSE_Msk /*!< External 1-25 MHz oscillator clock selected */ |
||
| 4054 | #define RCC_CFGR_MCOSEL_PLL_Pos (24U) |
||
| 4055 | #define RCC_CFGR_MCOSEL_PLL_Msk (0x5UL << RCC_CFGR_MCOSEL_PLL_Pos) /*!< 0x05000000 */ |
||
| 4056 | #define RCC_CFGR_MCOSEL_PLL RCC_CFGR_MCOSEL_PLL_Msk /*!< PLL clock divided */ |
||
| 4057 | #define RCC_CFGR_MCOSEL_LSI_Pos (25U) |
||
| 4058 | #define RCC_CFGR_MCOSEL_LSI_Msk (0x3UL << RCC_CFGR_MCOSEL_LSI_Pos) /*!< 0x06000000 */ |
||
| 4059 | #define RCC_CFGR_MCOSEL_LSI RCC_CFGR_MCOSEL_LSI_Msk /*!< LSI selected */ |
||
| 4060 | #define RCC_CFGR_MCOSEL_LSE_Pos (24U) |
||
| 4061 | #define RCC_CFGR_MCOSEL_LSE_Msk (0x7UL << RCC_CFGR_MCOSEL_LSE_Pos) /*!< 0x07000000 */ |
||
| 4062 | #define RCC_CFGR_MCOSEL_LSE RCC_CFGR_MCOSEL_LSE_Msk /*!< LSE selected */ |
||
| 4063 | |||
| 4064 | #define RCC_CFGR_MCOPRE_Pos (28U) |
||
| 4065 | #define RCC_CFGR_MCOPRE_Msk (0x7UL << RCC_CFGR_MCOPRE_Pos) /*!< 0x70000000 */ |
||
| 4066 | #define RCC_CFGR_MCOPRE RCC_CFGR_MCOPRE_Msk /*!< MCOPRE[2:0] bits (Microcontroller Clock Output Prescaler) */ |
||
| 4067 | #define RCC_CFGR_MCOPRE_0 (0x1UL << RCC_CFGR_MCOPRE_Pos) /*!< 0x10000000 */ |
||
| 4068 | #define RCC_CFGR_MCOPRE_1 (0x2UL << RCC_CFGR_MCOPRE_Pos) /*!< 0x20000000 */ |
||
| 4069 | #define RCC_CFGR_MCOPRE_2 (0x4UL << RCC_CFGR_MCOPRE_Pos) /*!< 0x40000000 */ |
||
| 4070 | |||
| 4071 | /*!< MCO Prescaler configuration */ |
||
| 4072 | #define RCC_CFGR_MCOPRE_DIV1 (0x00000000U) /*!< MCO is divided by 1 */ |
||
| 4073 | #define RCC_CFGR_MCOPRE_DIV2 (0x10000000U) /*!< MCO is divided by 2 */ |
||
| 4074 | #define RCC_CFGR_MCOPRE_DIV4 (0x20000000U) /*!< MCO is divided by 4 */ |
||
| 4075 | #define RCC_CFGR_MCOPRE_DIV8 (0x30000000U) /*!< MCO is divided by 8 */ |
||
| 4076 | #define RCC_CFGR_MCOPRE_DIV16 (0x40000000U) /*!< MCO is divided by 16 */ |
||
| 4077 | |||
| 4078 | /* Legacy aliases */ |
||
| 4079 | #define RCC_CFGR_MCO_DIV1 RCC_CFGR_MCOPRE_DIV1 |
||
| 4080 | #define RCC_CFGR_MCO_DIV2 RCC_CFGR_MCOPRE_DIV2 |
||
| 4081 | #define RCC_CFGR_MCO_DIV4 RCC_CFGR_MCOPRE_DIV4 |
||
| 4082 | #define RCC_CFGR_MCO_DIV8 RCC_CFGR_MCOPRE_DIV8 |
||
| 4083 | #define RCC_CFGR_MCO_DIV16 RCC_CFGR_MCOPRE_DIV16 |
||
| 4084 | #define RCC_CFGR_MCO_NOCLOCK RCC_CFGR_MCOSEL_NOCLOCK |
||
| 4085 | #define RCC_CFGR_MCO_SYSCLK RCC_CFGR_MCOSEL_SYSCLK |
||
| 4086 | #define RCC_CFGR_MCO_HSI RCC_CFGR_MCOSEL_HSI |
||
| 4087 | #define RCC_CFGR_MCO_MSI RCC_CFGR_MCOSEL_MSI |
||
| 4088 | #define RCC_CFGR_MCO_HSE RCC_CFGR_MCOSEL_HSE |
||
| 4089 | #define RCC_CFGR_MCO_PLL RCC_CFGR_MCOSEL_PLL |
||
| 4090 | #define RCC_CFGR_MCO_LSI RCC_CFGR_MCOSEL_LSI |
||
| 4091 | #define RCC_CFGR_MCO_LSE RCC_CFGR_MCOSEL_LSE |
||
| 4092 | |||
| 4093 | /*!<****************** Bit definition for RCC_CIR register ********************/ |
||
| 4094 | #define RCC_CIR_LSIRDYF_Pos (0U) |
||
| 4095 | #define RCC_CIR_LSIRDYF_Msk (0x1UL << RCC_CIR_LSIRDYF_Pos) /*!< 0x00000001 */ |
||
| 4096 | #define RCC_CIR_LSIRDYF RCC_CIR_LSIRDYF_Msk /*!< LSI Ready Interrupt flag */ |
||
| 4097 | #define RCC_CIR_LSERDYF_Pos (1U) |
||
| 4098 | #define RCC_CIR_LSERDYF_Msk (0x1UL << RCC_CIR_LSERDYF_Pos) /*!< 0x00000002 */ |
||
| 4099 | #define RCC_CIR_LSERDYF RCC_CIR_LSERDYF_Msk /*!< LSE Ready Interrupt flag */ |
||
| 4100 | #define RCC_CIR_HSIRDYF_Pos (2U) |
||
| 4101 | #define RCC_CIR_HSIRDYF_Msk (0x1UL << RCC_CIR_HSIRDYF_Pos) /*!< 0x00000004 */ |
||
| 4102 | #define RCC_CIR_HSIRDYF RCC_CIR_HSIRDYF_Msk /*!< HSI Ready Interrupt flag */ |
||
| 4103 | #define RCC_CIR_HSERDYF_Pos (3U) |
||
| 4104 | #define RCC_CIR_HSERDYF_Msk (0x1UL << RCC_CIR_HSERDYF_Pos) /*!< 0x00000008 */ |
||
| 4105 | #define RCC_CIR_HSERDYF RCC_CIR_HSERDYF_Msk /*!< HSE Ready Interrupt flag */ |
||
| 4106 | #define RCC_CIR_PLLRDYF_Pos (4U) |
||
| 4107 | #define RCC_CIR_PLLRDYF_Msk (0x1UL << RCC_CIR_PLLRDYF_Pos) /*!< 0x00000010 */ |
||
| 4108 | #define RCC_CIR_PLLRDYF RCC_CIR_PLLRDYF_Msk /*!< PLL Ready Interrupt flag */ |
||
| 4109 | #define RCC_CIR_MSIRDYF_Pos (5U) |
||
| 4110 | #define RCC_CIR_MSIRDYF_Msk (0x1UL << RCC_CIR_MSIRDYF_Pos) /*!< 0x00000020 */ |
||
| 4111 | #define RCC_CIR_MSIRDYF RCC_CIR_MSIRDYF_Msk /*!< MSI Ready Interrupt flag */ |
||
| 4112 | #define RCC_CIR_LSECSSF_Pos (6U) |
||
| 4113 | #define RCC_CIR_LSECSSF_Msk (0x1UL << RCC_CIR_LSECSSF_Pos) /*!< 0x00000040 */ |
||
| 4114 | #define RCC_CIR_LSECSSF RCC_CIR_LSECSSF_Msk /*!< LSE CSS Interrupt flag */ |
||
| 4115 | #define RCC_CIR_CSSF_Pos (7U) |
||
| 4116 | #define RCC_CIR_CSSF_Msk (0x1UL << RCC_CIR_CSSF_Pos) /*!< 0x00000080 */ |
||
| 4117 | #define RCC_CIR_CSSF RCC_CIR_CSSF_Msk /*!< Clock Security System Interrupt flag */ |
||
| 4118 | |||
| 4119 | #define RCC_CIR_LSIRDYIE_Pos (8U) |
||
| 4120 | #define RCC_CIR_LSIRDYIE_Msk (0x1UL << RCC_CIR_LSIRDYIE_Pos) /*!< 0x00000100 */ |
||
| 4121 | #define RCC_CIR_LSIRDYIE RCC_CIR_LSIRDYIE_Msk /*!< LSI Ready Interrupt Enable */ |
||
| 4122 | #define RCC_CIR_LSERDYIE_Pos (9U) |
||
| 4123 | #define RCC_CIR_LSERDYIE_Msk (0x1UL << RCC_CIR_LSERDYIE_Pos) /*!< 0x00000200 */ |
||
| 4124 | #define RCC_CIR_LSERDYIE RCC_CIR_LSERDYIE_Msk /*!< LSE Ready Interrupt Enable */ |
||
| 4125 | #define RCC_CIR_HSIRDYIE_Pos (10U) |
||
| 4126 | #define RCC_CIR_HSIRDYIE_Msk (0x1UL << RCC_CIR_HSIRDYIE_Pos) /*!< 0x00000400 */ |
||
| 4127 | #define RCC_CIR_HSIRDYIE RCC_CIR_HSIRDYIE_Msk /*!< HSI Ready Interrupt Enable */ |
||
| 4128 | #define RCC_CIR_HSERDYIE_Pos (11U) |
||
| 4129 | #define RCC_CIR_HSERDYIE_Msk (0x1UL << RCC_CIR_HSERDYIE_Pos) /*!< 0x00000800 */ |
||
| 4130 | #define RCC_CIR_HSERDYIE RCC_CIR_HSERDYIE_Msk /*!< HSE Ready Interrupt Enable */ |
||
| 4131 | #define RCC_CIR_PLLRDYIE_Pos (12U) |
||
| 4132 | #define RCC_CIR_PLLRDYIE_Msk (0x1UL << RCC_CIR_PLLRDYIE_Pos) /*!< 0x00001000 */ |
||
| 4133 | #define RCC_CIR_PLLRDYIE RCC_CIR_PLLRDYIE_Msk /*!< PLL Ready Interrupt Enable */ |
||
| 4134 | #define RCC_CIR_MSIRDYIE_Pos (13U) |
||
| 4135 | #define RCC_CIR_MSIRDYIE_Msk (0x1UL << RCC_CIR_MSIRDYIE_Pos) /*!< 0x00002000 */ |
||
| 4136 | #define RCC_CIR_MSIRDYIE RCC_CIR_MSIRDYIE_Msk /*!< MSI Ready Interrupt Enable */ |
||
| 4137 | #define RCC_CIR_LSECSSIE_Pos (14U) |
||
| 4138 | #define RCC_CIR_LSECSSIE_Msk (0x1UL << RCC_CIR_LSECSSIE_Pos) /*!< 0x00004000 */ |
||
| 4139 | #define RCC_CIR_LSECSSIE RCC_CIR_LSECSSIE_Msk /*!< LSE CSS Interrupt Enable */ |
||
| 4140 | |||
| 4141 | #define RCC_CIR_LSIRDYC_Pos (16U) |
||
| 4142 | #define RCC_CIR_LSIRDYC_Msk (0x1UL << RCC_CIR_LSIRDYC_Pos) /*!< 0x00010000 */ |
||
| 4143 | #define RCC_CIR_LSIRDYC RCC_CIR_LSIRDYC_Msk /*!< LSI Ready Interrupt Clear */ |
||
| 4144 | #define RCC_CIR_LSERDYC_Pos (17U) |
||
| 4145 | #define RCC_CIR_LSERDYC_Msk (0x1UL << RCC_CIR_LSERDYC_Pos) /*!< 0x00020000 */ |
||
| 4146 | #define RCC_CIR_LSERDYC RCC_CIR_LSERDYC_Msk /*!< LSE Ready Interrupt Clear */ |
||
| 4147 | #define RCC_CIR_HSIRDYC_Pos (18U) |
||
| 4148 | #define RCC_CIR_HSIRDYC_Msk (0x1UL << RCC_CIR_HSIRDYC_Pos) /*!< 0x00040000 */ |
||
| 4149 | #define RCC_CIR_HSIRDYC RCC_CIR_HSIRDYC_Msk /*!< HSI Ready Interrupt Clear */ |
||
| 4150 | #define RCC_CIR_HSERDYC_Pos (19U) |
||
| 4151 | #define RCC_CIR_HSERDYC_Msk (0x1UL << RCC_CIR_HSERDYC_Pos) /*!< 0x00080000 */ |
||
| 4152 | #define RCC_CIR_HSERDYC RCC_CIR_HSERDYC_Msk /*!< HSE Ready Interrupt Clear */ |
||
| 4153 | #define RCC_CIR_PLLRDYC_Pos (20U) |
||
| 4154 | #define RCC_CIR_PLLRDYC_Msk (0x1UL << RCC_CIR_PLLRDYC_Pos) /*!< 0x00100000 */ |
||
| 4155 | #define RCC_CIR_PLLRDYC RCC_CIR_PLLRDYC_Msk /*!< PLL Ready Interrupt Clear */ |
||
| 4156 | #define RCC_CIR_MSIRDYC_Pos (21U) |
||
| 4157 | #define RCC_CIR_MSIRDYC_Msk (0x1UL << RCC_CIR_MSIRDYC_Pos) /*!< 0x00200000 */ |
||
| 4158 | #define RCC_CIR_MSIRDYC RCC_CIR_MSIRDYC_Msk /*!< MSI Ready Interrupt Clear */ |
||
| 4159 | #define RCC_CIR_LSECSSC_Pos (22U) |
||
| 4160 | #define RCC_CIR_LSECSSC_Msk (0x1UL << RCC_CIR_LSECSSC_Pos) /*!< 0x00400000 */ |
||
| 4161 | #define RCC_CIR_LSECSSC RCC_CIR_LSECSSC_Msk /*!< LSE CSS Interrupt Clear */ |
||
| 4162 | #define RCC_CIR_CSSC_Pos (23U) |
||
| 4163 | #define RCC_CIR_CSSC_Msk (0x1UL << RCC_CIR_CSSC_Pos) /*!< 0x00800000 */ |
||
| 4164 | #define RCC_CIR_CSSC RCC_CIR_CSSC_Msk /*!< Clock Security System Interrupt Clear */ |
||
| 4165 | |||
| 4166 | /***************** Bit definition for RCC_AHBRSTR register ******************/ |
||
| 4167 | #define RCC_AHBRSTR_GPIOARST_Pos (0U) |
||
| 4168 | #define RCC_AHBRSTR_GPIOARST_Msk (0x1UL << RCC_AHBRSTR_GPIOARST_Pos) /*!< 0x00000001 */ |
||
| 4169 | #define RCC_AHBRSTR_GPIOARST RCC_AHBRSTR_GPIOARST_Msk /*!< GPIO port A reset */ |
||
| 4170 | #define RCC_AHBRSTR_GPIOBRST_Pos (1U) |
||
| 4171 | #define RCC_AHBRSTR_GPIOBRST_Msk (0x1UL << RCC_AHBRSTR_GPIOBRST_Pos) /*!< 0x00000002 */ |
||
| 4172 | #define RCC_AHBRSTR_GPIOBRST RCC_AHBRSTR_GPIOBRST_Msk /*!< GPIO port B reset */ |
||
| 4173 | #define RCC_AHBRSTR_GPIOCRST_Pos (2U) |
||
| 4174 | #define RCC_AHBRSTR_GPIOCRST_Msk (0x1UL << RCC_AHBRSTR_GPIOCRST_Pos) /*!< 0x00000004 */ |
||
| 4175 | #define RCC_AHBRSTR_GPIOCRST RCC_AHBRSTR_GPIOCRST_Msk /*!< GPIO port C reset */ |
||
| 4176 | #define RCC_AHBRSTR_GPIODRST_Pos (3U) |
||
| 4177 | #define RCC_AHBRSTR_GPIODRST_Msk (0x1UL << RCC_AHBRSTR_GPIODRST_Pos) /*!< 0x00000008 */ |
||
| 4178 | #define RCC_AHBRSTR_GPIODRST RCC_AHBRSTR_GPIODRST_Msk /*!< GPIO port D reset */ |
||
| 4179 | #define RCC_AHBRSTR_GPIOERST_Pos (4U) |
||
| 4180 | #define RCC_AHBRSTR_GPIOERST_Msk (0x1UL << RCC_AHBRSTR_GPIOERST_Pos) /*!< 0x00000010 */ |
||
| 4181 | #define RCC_AHBRSTR_GPIOERST RCC_AHBRSTR_GPIOERST_Msk /*!< GPIO port E reset */ |
||
| 4182 | #define RCC_AHBRSTR_GPIOHRST_Pos (5U) |
||
| 4183 | #define RCC_AHBRSTR_GPIOHRST_Msk (0x1UL << RCC_AHBRSTR_GPIOHRST_Pos) /*!< 0x00000020 */ |
||
| 4184 | #define RCC_AHBRSTR_GPIOHRST RCC_AHBRSTR_GPIOHRST_Msk /*!< GPIO port H reset */ |
||
| 4185 | #define RCC_AHBRSTR_CRCRST_Pos (12U) |
||
| 4186 | #define RCC_AHBRSTR_CRCRST_Msk (0x1UL << RCC_AHBRSTR_CRCRST_Pos) /*!< 0x00001000 */ |
||
| 4187 | #define RCC_AHBRSTR_CRCRST RCC_AHBRSTR_CRCRST_Msk /*!< CRC reset */ |
||
| 4188 | #define RCC_AHBRSTR_FLITFRST_Pos (15U) |
||
| 4189 | #define RCC_AHBRSTR_FLITFRST_Msk (0x1UL << RCC_AHBRSTR_FLITFRST_Pos) /*!< 0x00008000 */ |
||
| 4190 | #define RCC_AHBRSTR_FLITFRST RCC_AHBRSTR_FLITFRST_Msk /*!< FLITF reset */ |
||
| 4191 | #define RCC_AHBRSTR_DMA1RST_Pos (24U) |
||
| 4192 | #define RCC_AHBRSTR_DMA1RST_Msk (0x1UL << RCC_AHBRSTR_DMA1RST_Pos) /*!< 0x01000000 */ |
||
| 4193 | #define RCC_AHBRSTR_DMA1RST RCC_AHBRSTR_DMA1RST_Msk /*!< DMA1 reset */ |
||
| 4194 | |||
| 4195 | /***************** Bit definition for RCC_APB2RSTR register *****************/ |
||
| 4196 | #define RCC_APB2RSTR_SYSCFGRST_Pos (0U) |
||
| 4197 | #define RCC_APB2RSTR_SYSCFGRST_Msk (0x1UL << RCC_APB2RSTR_SYSCFGRST_Pos) /*!< 0x00000001 */ |
||
| 4198 | #define RCC_APB2RSTR_SYSCFGRST RCC_APB2RSTR_SYSCFGRST_Msk /*!< System Configuration SYSCFG reset */ |
||
| 4199 | #define RCC_APB2RSTR_TIM9RST_Pos (2U) |
||
| 4200 | #define RCC_APB2RSTR_TIM9RST_Msk (0x1UL << RCC_APB2RSTR_TIM9RST_Pos) /*!< 0x00000004 */ |
||
| 4201 | #define RCC_APB2RSTR_TIM9RST RCC_APB2RSTR_TIM9RST_Msk /*!< TIM9 reset */ |
||
| 4202 | #define RCC_APB2RSTR_TIM10RST_Pos (3U) |
||
| 4203 | #define RCC_APB2RSTR_TIM10RST_Msk (0x1UL << RCC_APB2RSTR_TIM10RST_Pos) /*!< 0x00000008 */ |
||
| 4204 | #define RCC_APB2RSTR_TIM10RST RCC_APB2RSTR_TIM10RST_Msk /*!< TIM10 reset */ |
||
| 4205 | #define RCC_APB2RSTR_TIM11RST_Pos (4U) |
||
| 4206 | #define RCC_APB2RSTR_TIM11RST_Msk (0x1UL << RCC_APB2RSTR_TIM11RST_Pos) /*!< 0x00000010 */ |
||
| 4207 | #define RCC_APB2RSTR_TIM11RST RCC_APB2RSTR_TIM11RST_Msk /*!< TIM11 reset */ |
||
| 4208 | #define RCC_APB2RSTR_ADC1RST_Pos (9U) |
||
| 4209 | #define RCC_APB2RSTR_ADC1RST_Msk (0x1UL << RCC_APB2RSTR_ADC1RST_Pos) /*!< 0x00000200 */ |
||
| 4210 | #define RCC_APB2RSTR_ADC1RST RCC_APB2RSTR_ADC1RST_Msk /*!< ADC1 reset */ |
||
| 4211 | #define RCC_APB2RSTR_SPI1RST_Pos (12U) |
||
| 4212 | #define RCC_APB2RSTR_SPI1RST_Msk (0x1UL << RCC_APB2RSTR_SPI1RST_Pos) /*!< 0x00001000 */ |
||
| 4213 | #define RCC_APB2RSTR_SPI1RST RCC_APB2RSTR_SPI1RST_Msk /*!< SPI1 reset */ |
||
| 4214 | #define RCC_APB2RSTR_USART1RST_Pos (14U) |
||
| 4215 | #define RCC_APB2RSTR_USART1RST_Msk (0x1UL << RCC_APB2RSTR_USART1RST_Pos) /*!< 0x00004000 */ |
||
| 4216 | #define RCC_APB2RSTR_USART1RST RCC_APB2RSTR_USART1RST_Msk /*!< USART1 reset */ |
||
| 4217 | |||
| 4218 | /***************** Bit definition for RCC_APB1RSTR register *****************/ |
||
| 4219 | #define RCC_APB1RSTR_TIM2RST_Pos (0U) |
||
| 4220 | #define RCC_APB1RSTR_TIM2RST_Msk (0x1UL << RCC_APB1RSTR_TIM2RST_Pos) /*!< 0x00000001 */ |
||
| 4221 | #define RCC_APB1RSTR_TIM2RST RCC_APB1RSTR_TIM2RST_Msk /*!< Timer 2 reset */ |
||
| 4222 | #define RCC_APB1RSTR_TIM3RST_Pos (1U) |
||
| 4223 | #define RCC_APB1RSTR_TIM3RST_Msk (0x1UL << RCC_APB1RSTR_TIM3RST_Pos) /*!< 0x00000002 */ |
||
| 4224 | #define RCC_APB1RSTR_TIM3RST RCC_APB1RSTR_TIM3RST_Msk /*!< Timer 3 reset */ |
||
| 4225 | #define RCC_APB1RSTR_TIM4RST_Pos (2U) |
||
| 4226 | #define RCC_APB1RSTR_TIM4RST_Msk (0x1UL << RCC_APB1RSTR_TIM4RST_Pos) /*!< 0x00000004 */ |
||
| 4227 | #define RCC_APB1RSTR_TIM4RST RCC_APB1RSTR_TIM4RST_Msk /*!< Timer 4 reset */ |
||
| 4228 | #define RCC_APB1RSTR_TIM6RST_Pos (4U) |
||
| 4229 | #define RCC_APB1RSTR_TIM6RST_Msk (0x1UL << RCC_APB1RSTR_TIM6RST_Pos) /*!< 0x00000010 */ |
||
| 4230 | #define RCC_APB1RSTR_TIM6RST RCC_APB1RSTR_TIM6RST_Msk /*!< Timer 6 reset */ |
||
| 4231 | #define RCC_APB1RSTR_TIM7RST_Pos (5U) |
||
| 4232 | #define RCC_APB1RSTR_TIM7RST_Msk (0x1UL << RCC_APB1RSTR_TIM7RST_Pos) /*!< 0x00000020 */ |
||
| 4233 | #define RCC_APB1RSTR_TIM7RST RCC_APB1RSTR_TIM7RST_Msk /*!< Timer 7 reset */ |
||
| 4234 | #define RCC_APB1RSTR_LCDRST_Pos (9U) |
||
| 4235 | #define RCC_APB1RSTR_LCDRST_Msk (0x1UL << RCC_APB1RSTR_LCDRST_Pos) /*!< 0x00000200 */ |
||
| 4236 | #define RCC_APB1RSTR_LCDRST RCC_APB1RSTR_LCDRST_Msk /*!< LCD reset */ |
||
| 4237 | #define RCC_APB1RSTR_WWDGRST_Pos (11U) |
||
| 4238 | #define RCC_APB1RSTR_WWDGRST_Msk (0x1UL << RCC_APB1RSTR_WWDGRST_Pos) /*!< 0x00000800 */ |
||
| 4239 | #define RCC_APB1RSTR_WWDGRST RCC_APB1RSTR_WWDGRST_Msk /*!< Window Watchdog reset */ |
||
| 4240 | #define RCC_APB1RSTR_SPI2RST_Pos (14U) |
||
| 4241 | #define RCC_APB1RSTR_SPI2RST_Msk (0x1UL << RCC_APB1RSTR_SPI2RST_Pos) /*!< 0x00004000 */ |
||
| 4242 | #define RCC_APB1RSTR_SPI2RST RCC_APB1RSTR_SPI2RST_Msk /*!< SPI 2 reset */ |
||
| 4243 | #define RCC_APB1RSTR_USART2RST_Pos (17U) |
||
| 4244 | #define RCC_APB1RSTR_USART2RST_Msk (0x1UL << RCC_APB1RSTR_USART2RST_Pos) /*!< 0x00020000 */ |
||
| 4245 | #define RCC_APB1RSTR_USART2RST RCC_APB1RSTR_USART2RST_Msk /*!< USART 2 reset */ |
||
| 4246 | #define RCC_APB1RSTR_USART3RST_Pos (18U) |
||
| 4247 | #define RCC_APB1RSTR_USART3RST_Msk (0x1UL << RCC_APB1RSTR_USART3RST_Pos) /*!< 0x00040000 */ |
||
| 4248 | #define RCC_APB1RSTR_USART3RST RCC_APB1RSTR_USART3RST_Msk /*!< USART 3 reset */ |
||
| 4249 | #define RCC_APB1RSTR_I2C1RST_Pos (21U) |
||
| 4250 | #define RCC_APB1RSTR_I2C1RST_Msk (0x1UL << RCC_APB1RSTR_I2C1RST_Pos) /*!< 0x00200000 */ |
||
| 4251 | #define RCC_APB1RSTR_I2C1RST RCC_APB1RSTR_I2C1RST_Msk /*!< I2C 1 reset */ |
||
| 4252 | #define RCC_APB1RSTR_I2C2RST_Pos (22U) |
||
| 4253 | #define RCC_APB1RSTR_I2C2RST_Msk (0x1UL << RCC_APB1RSTR_I2C2RST_Pos) /*!< 0x00400000 */ |
||
| 4254 | #define RCC_APB1RSTR_I2C2RST RCC_APB1RSTR_I2C2RST_Msk /*!< I2C 2 reset */ |
||
| 4255 | #define RCC_APB1RSTR_USBRST_Pos (23U) |
||
| 4256 | #define RCC_APB1RSTR_USBRST_Msk (0x1UL << RCC_APB1RSTR_USBRST_Pos) /*!< 0x00800000 */ |
||
| 4257 | #define RCC_APB1RSTR_USBRST RCC_APB1RSTR_USBRST_Msk /*!< USB reset */ |
||
| 4258 | #define RCC_APB1RSTR_PWRRST_Pos (28U) |
||
| 4259 | #define RCC_APB1RSTR_PWRRST_Msk (0x1UL << RCC_APB1RSTR_PWRRST_Pos) /*!< 0x10000000 */ |
||
| 4260 | #define RCC_APB1RSTR_PWRRST RCC_APB1RSTR_PWRRST_Msk /*!< Power interface reset */ |
||
| 4261 | #define RCC_APB1RSTR_DACRST_Pos (29U) |
||
| 4262 | #define RCC_APB1RSTR_DACRST_Msk (0x1UL << RCC_APB1RSTR_DACRST_Pos) /*!< 0x20000000 */ |
||
| 4263 | #define RCC_APB1RSTR_DACRST RCC_APB1RSTR_DACRST_Msk /*!< DAC interface reset */ |
||
| 4264 | #define RCC_APB1RSTR_COMPRST_Pos (31U) |
||
| 4265 | #define RCC_APB1RSTR_COMPRST_Msk (0x1UL << RCC_APB1RSTR_COMPRST_Pos) /*!< 0x80000000 */ |
||
| 4266 | #define RCC_APB1RSTR_COMPRST RCC_APB1RSTR_COMPRST_Msk /*!< Comparator interface reset */ |
||
| 4267 | |||
| 4268 | /****************** Bit definition for RCC_AHBENR register ******************/ |
||
| 4269 | #define RCC_AHBENR_GPIOAEN_Pos (0U) |
||
| 4270 | #define RCC_AHBENR_GPIOAEN_Msk (0x1UL << RCC_AHBENR_GPIOAEN_Pos) /*!< 0x00000001 */ |
||
| 4271 | #define RCC_AHBENR_GPIOAEN RCC_AHBENR_GPIOAEN_Msk /*!< GPIO port A clock enable */ |
||
| 4272 | #define RCC_AHBENR_GPIOBEN_Pos (1U) |
||
| 4273 | #define RCC_AHBENR_GPIOBEN_Msk (0x1UL << RCC_AHBENR_GPIOBEN_Pos) /*!< 0x00000002 */ |
||
| 4274 | #define RCC_AHBENR_GPIOBEN RCC_AHBENR_GPIOBEN_Msk /*!< GPIO port B clock enable */ |
||
| 4275 | #define RCC_AHBENR_GPIOCEN_Pos (2U) |
||
| 4276 | #define RCC_AHBENR_GPIOCEN_Msk (0x1UL << RCC_AHBENR_GPIOCEN_Pos) /*!< 0x00000004 */ |
||
| 4277 | #define RCC_AHBENR_GPIOCEN RCC_AHBENR_GPIOCEN_Msk /*!< GPIO port C clock enable */ |
||
| 4278 | #define RCC_AHBENR_GPIODEN_Pos (3U) |
||
| 4279 | #define RCC_AHBENR_GPIODEN_Msk (0x1UL << RCC_AHBENR_GPIODEN_Pos) /*!< 0x00000008 */ |
||
| 4280 | #define RCC_AHBENR_GPIODEN RCC_AHBENR_GPIODEN_Msk /*!< GPIO port D clock enable */ |
||
| 4281 | #define RCC_AHBENR_GPIOEEN_Pos (4U) |
||
| 4282 | #define RCC_AHBENR_GPIOEEN_Msk (0x1UL << RCC_AHBENR_GPIOEEN_Pos) /*!< 0x00000010 */ |
||
| 4283 | #define RCC_AHBENR_GPIOEEN RCC_AHBENR_GPIOEEN_Msk /*!< GPIO port E clock enable */ |
||
| 4284 | #define RCC_AHBENR_GPIOHEN_Pos (5U) |
||
| 4285 | #define RCC_AHBENR_GPIOHEN_Msk (0x1UL << RCC_AHBENR_GPIOHEN_Pos) /*!< 0x00000020 */ |
||
| 4286 | #define RCC_AHBENR_GPIOHEN RCC_AHBENR_GPIOHEN_Msk /*!< GPIO port H clock enable */ |
||
| 4287 | #define RCC_AHBENR_CRCEN_Pos (12U) |
||
| 4288 | #define RCC_AHBENR_CRCEN_Msk (0x1UL << RCC_AHBENR_CRCEN_Pos) /*!< 0x00001000 */ |
||
| 4289 | #define RCC_AHBENR_CRCEN RCC_AHBENR_CRCEN_Msk /*!< CRC clock enable */ |
||
| 4290 | #define RCC_AHBENR_FLITFEN_Pos (15U) |
||
| 4291 | #define RCC_AHBENR_FLITFEN_Msk (0x1UL << RCC_AHBENR_FLITFEN_Pos) /*!< 0x00008000 */ |
||
| 4292 | #define RCC_AHBENR_FLITFEN RCC_AHBENR_FLITFEN_Msk /*!< FLITF clock enable (has effect only when |
||
| 4293 | the Flash memory is in power down mode) */ |
||
| 4294 | #define RCC_AHBENR_DMA1EN_Pos (24U) |
||
| 4295 | #define RCC_AHBENR_DMA1EN_Msk (0x1UL << RCC_AHBENR_DMA1EN_Pos) /*!< 0x01000000 */ |
||
| 4296 | #define RCC_AHBENR_DMA1EN RCC_AHBENR_DMA1EN_Msk /*!< DMA1 clock enable */ |
||
| 4297 | |||
| 4298 | /****************** Bit definition for RCC_APB2ENR register *****************/ |
||
| 4299 | #define RCC_APB2ENR_SYSCFGEN_Pos (0U) |
||
| 4300 | #define RCC_APB2ENR_SYSCFGEN_Msk (0x1UL << RCC_APB2ENR_SYSCFGEN_Pos) /*!< 0x00000001 */ |
||
| 4301 | #define RCC_APB2ENR_SYSCFGEN RCC_APB2ENR_SYSCFGEN_Msk /*!< System Configuration SYSCFG clock enable */ |
||
| 4302 | #define RCC_APB2ENR_TIM9EN_Pos (2U) |
||
| 4303 | #define RCC_APB2ENR_TIM9EN_Msk (0x1UL << RCC_APB2ENR_TIM9EN_Pos) /*!< 0x00000004 */ |
||
| 4304 | #define RCC_APB2ENR_TIM9EN RCC_APB2ENR_TIM9EN_Msk /*!< TIM9 interface clock enable */ |
||
| 4305 | #define RCC_APB2ENR_TIM10EN_Pos (3U) |
||
| 4306 | #define RCC_APB2ENR_TIM10EN_Msk (0x1UL << RCC_APB2ENR_TIM10EN_Pos) /*!< 0x00000008 */ |
||
| 4307 | #define RCC_APB2ENR_TIM10EN RCC_APB2ENR_TIM10EN_Msk /*!< TIM10 interface clock enable */ |
||
| 4308 | #define RCC_APB2ENR_TIM11EN_Pos (4U) |
||
| 4309 | #define RCC_APB2ENR_TIM11EN_Msk (0x1UL << RCC_APB2ENR_TIM11EN_Pos) /*!< 0x00000010 */ |
||
| 4310 | #define RCC_APB2ENR_TIM11EN RCC_APB2ENR_TIM11EN_Msk /*!< TIM11 Timer clock enable */ |
||
| 4311 | #define RCC_APB2ENR_ADC1EN_Pos (9U) |
||
| 4312 | #define RCC_APB2ENR_ADC1EN_Msk (0x1UL << RCC_APB2ENR_ADC1EN_Pos) /*!< 0x00000200 */ |
||
| 4313 | #define RCC_APB2ENR_ADC1EN RCC_APB2ENR_ADC1EN_Msk /*!< ADC1 clock enable */ |
||
| 4314 | #define RCC_APB2ENR_SPI1EN_Pos (12U) |
||
| 4315 | #define RCC_APB2ENR_SPI1EN_Msk (0x1UL << RCC_APB2ENR_SPI1EN_Pos) /*!< 0x00001000 */ |
||
| 4316 | #define RCC_APB2ENR_SPI1EN RCC_APB2ENR_SPI1EN_Msk /*!< SPI1 clock enable */ |
||
| 4317 | #define RCC_APB2ENR_USART1EN_Pos (14U) |
||
| 4318 | #define RCC_APB2ENR_USART1EN_Msk (0x1UL << RCC_APB2ENR_USART1EN_Pos) /*!< 0x00004000 */ |
||
| 4319 | #define RCC_APB2ENR_USART1EN RCC_APB2ENR_USART1EN_Msk /*!< USART1 clock enable */ |
||
| 4320 | |||
| 4321 | /***************** Bit definition for RCC_APB1ENR register ******************/ |
||
| 4322 | #define RCC_APB1ENR_TIM2EN_Pos (0U) |
||
| 4323 | #define RCC_APB1ENR_TIM2EN_Msk (0x1UL << RCC_APB1ENR_TIM2EN_Pos) /*!< 0x00000001 */ |
||
| 4324 | #define RCC_APB1ENR_TIM2EN RCC_APB1ENR_TIM2EN_Msk /*!< Timer 2 clock enabled*/ |
||
| 4325 | #define RCC_APB1ENR_TIM3EN_Pos (1U) |
||
| 4326 | #define RCC_APB1ENR_TIM3EN_Msk (0x1UL << RCC_APB1ENR_TIM3EN_Pos) /*!< 0x00000002 */ |
||
| 4327 | #define RCC_APB1ENR_TIM3EN RCC_APB1ENR_TIM3EN_Msk /*!< Timer 3 clock enable */ |
||
| 4328 | #define RCC_APB1ENR_TIM4EN_Pos (2U) |
||
| 4329 | #define RCC_APB1ENR_TIM4EN_Msk (0x1UL << RCC_APB1ENR_TIM4EN_Pos) /*!< 0x00000004 */ |
||
| 4330 | #define RCC_APB1ENR_TIM4EN RCC_APB1ENR_TIM4EN_Msk /*!< Timer 4 clock enable */ |
||
| 4331 | #define RCC_APB1ENR_TIM6EN_Pos (4U) |
||
| 4332 | #define RCC_APB1ENR_TIM6EN_Msk (0x1UL << RCC_APB1ENR_TIM6EN_Pos) /*!< 0x00000010 */ |
||
| 4333 | #define RCC_APB1ENR_TIM6EN RCC_APB1ENR_TIM6EN_Msk /*!< Timer 6 clock enable */ |
||
| 4334 | #define RCC_APB1ENR_TIM7EN_Pos (5U) |
||
| 4335 | #define RCC_APB1ENR_TIM7EN_Msk (0x1UL << RCC_APB1ENR_TIM7EN_Pos) /*!< 0x00000020 */ |
||
| 4336 | #define RCC_APB1ENR_TIM7EN RCC_APB1ENR_TIM7EN_Msk /*!< Timer 7 clock enable */ |
||
| 4337 | #define RCC_APB1ENR_LCDEN_Pos (9U) |
||
| 4338 | #define RCC_APB1ENR_LCDEN_Msk (0x1UL << RCC_APB1ENR_LCDEN_Pos) /*!< 0x00000200 */ |
||
| 4339 | #define RCC_APB1ENR_LCDEN RCC_APB1ENR_LCDEN_Msk /*!< LCD clock enable */ |
||
| 4340 | #define RCC_APB1ENR_WWDGEN_Pos (11U) |
||
| 4341 | #define RCC_APB1ENR_WWDGEN_Msk (0x1UL << RCC_APB1ENR_WWDGEN_Pos) /*!< 0x00000800 */ |
||
| 4342 | #define RCC_APB1ENR_WWDGEN RCC_APB1ENR_WWDGEN_Msk /*!< Window Watchdog clock enable */ |
||
| 4343 | #define RCC_APB1ENR_SPI2EN_Pos (14U) |
||
| 4344 | #define RCC_APB1ENR_SPI2EN_Msk (0x1UL << RCC_APB1ENR_SPI2EN_Pos) /*!< 0x00004000 */ |
||
| 4345 | #define RCC_APB1ENR_SPI2EN RCC_APB1ENR_SPI2EN_Msk /*!< SPI 2 clock enable */ |
||
| 4346 | #define RCC_APB1ENR_USART2EN_Pos (17U) |
||
| 4347 | #define RCC_APB1ENR_USART2EN_Msk (0x1UL << RCC_APB1ENR_USART2EN_Pos) /*!< 0x00020000 */ |
||
| 4348 | #define RCC_APB1ENR_USART2EN RCC_APB1ENR_USART2EN_Msk /*!< USART 2 clock enable */ |
||
| 4349 | #define RCC_APB1ENR_USART3EN_Pos (18U) |
||
| 4350 | #define RCC_APB1ENR_USART3EN_Msk (0x1UL << RCC_APB1ENR_USART3EN_Pos) /*!< 0x00040000 */ |
||
| 4351 | #define RCC_APB1ENR_USART3EN RCC_APB1ENR_USART3EN_Msk /*!< USART 3 clock enable */ |
||
| 4352 | #define RCC_APB1ENR_I2C1EN_Pos (21U) |
||
| 4353 | #define RCC_APB1ENR_I2C1EN_Msk (0x1UL << RCC_APB1ENR_I2C1EN_Pos) /*!< 0x00200000 */ |
||
| 4354 | #define RCC_APB1ENR_I2C1EN RCC_APB1ENR_I2C1EN_Msk /*!< I2C 1 clock enable */ |
||
| 4355 | #define RCC_APB1ENR_I2C2EN_Pos (22U) |
||
| 4356 | #define RCC_APB1ENR_I2C2EN_Msk (0x1UL << RCC_APB1ENR_I2C2EN_Pos) /*!< 0x00400000 */ |
||
| 4357 | #define RCC_APB1ENR_I2C2EN RCC_APB1ENR_I2C2EN_Msk /*!< I2C 2 clock enable */ |
||
| 4358 | #define RCC_APB1ENR_USBEN_Pos (23U) |
||
| 4359 | #define RCC_APB1ENR_USBEN_Msk (0x1UL << RCC_APB1ENR_USBEN_Pos) /*!< 0x00800000 */ |
||
| 4360 | #define RCC_APB1ENR_USBEN RCC_APB1ENR_USBEN_Msk /*!< USB clock enable */ |
||
| 4361 | #define RCC_APB1ENR_PWREN_Pos (28U) |
||
| 4362 | #define RCC_APB1ENR_PWREN_Msk (0x1UL << RCC_APB1ENR_PWREN_Pos) /*!< 0x10000000 */ |
||
| 4363 | #define RCC_APB1ENR_PWREN RCC_APB1ENR_PWREN_Msk /*!< Power interface clock enable */ |
||
| 4364 | #define RCC_APB1ENR_DACEN_Pos (29U) |
||
| 4365 | #define RCC_APB1ENR_DACEN_Msk (0x1UL << RCC_APB1ENR_DACEN_Pos) /*!< 0x20000000 */ |
||
| 4366 | #define RCC_APB1ENR_DACEN RCC_APB1ENR_DACEN_Msk /*!< DAC interface clock enable */ |
||
| 4367 | #define RCC_APB1ENR_COMPEN_Pos (31U) |
||
| 4368 | #define RCC_APB1ENR_COMPEN_Msk (0x1UL << RCC_APB1ENR_COMPEN_Pos) /*!< 0x80000000 */ |
||
| 4369 | #define RCC_APB1ENR_COMPEN RCC_APB1ENR_COMPEN_Msk /*!< Comparator interface clock enable */ |
||
| 4370 | |||
| 4371 | /****************** Bit definition for RCC_AHBLPENR register ****************/ |
||
| 4372 | #define RCC_AHBLPENR_GPIOALPEN_Pos (0U) |
||
| 4373 | #define RCC_AHBLPENR_GPIOALPEN_Msk (0x1UL << RCC_AHBLPENR_GPIOALPEN_Pos) /*!< 0x00000001 */ |
||
| 4374 | #define RCC_AHBLPENR_GPIOALPEN RCC_AHBLPENR_GPIOALPEN_Msk /*!< GPIO port A clock enabled in sleep mode */ |
||
| 4375 | #define RCC_AHBLPENR_GPIOBLPEN_Pos (1U) |
||
| 4376 | #define RCC_AHBLPENR_GPIOBLPEN_Msk (0x1UL << RCC_AHBLPENR_GPIOBLPEN_Pos) /*!< 0x00000002 */ |
||
| 4377 | #define RCC_AHBLPENR_GPIOBLPEN RCC_AHBLPENR_GPIOBLPEN_Msk /*!< GPIO port B clock enabled in sleep mode */ |
||
| 4378 | #define RCC_AHBLPENR_GPIOCLPEN_Pos (2U) |
||
| 4379 | #define RCC_AHBLPENR_GPIOCLPEN_Msk (0x1UL << RCC_AHBLPENR_GPIOCLPEN_Pos) /*!< 0x00000004 */ |
||
| 4380 | #define RCC_AHBLPENR_GPIOCLPEN RCC_AHBLPENR_GPIOCLPEN_Msk /*!< GPIO port C clock enabled in sleep mode */ |
||
| 4381 | #define RCC_AHBLPENR_GPIODLPEN_Pos (3U) |
||
| 4382 | #define RCC_AHBLPENR_GPIODLPEN_Msk (0x1UL << RCC_AHBLPENR_GPIODLPEN_Pos) /*!< 0x00000008 */ |
||
| 4383 | #define RCC_AHBLPENR_GPIODLPEN RCC_AHBLPENR_GPIODLPEN_Msk /*!< GPIO port D clock enabled in sleep mode */ |
||
| 4384 | #define RCC_AHBLPENR_GPIOELPEN_Pos (4U) |
||
| 4385 | #define RCC_AHBLPENR_GPIOELPEN_Msk (0x1UL << RCC_AHBLPENR_GPIOELPEN_Pos) /*!< 0x00000010 */ |
||
| 4386 | #define RCC_AHBLPENR_GPIOELPEN RCC_AHBLPENR_GPIOELPEN_Msk /*!< GPIO port E clock enabled in sleep mode */ |
||
| 4387 | #define RCC_AHBLPENR_GPIOHLPEN_Pos (5U) |
||
| 4388 | #define RCC_AHBLPENR_GPIOHLPEN_Msk (0x1UL << RCC_AHBLPENR_GPIOHLPEN_Pos) /*!< 0x00000020 */ |
||
| 4389 | #define RCC_AHBLPENR_GPIOHLPEN RCC_AHBLPENR_GPIOHLPEN_Msk /*!< GPIO port H clock enabled in sleep mode */ |
||
| 4390 | #define RCC_AHBLPENR_CRCLPEN_Pos (12U) |
||
| 4391 | #define RCC_AHBLPENR_CRCLPEN_Msk (0x1UL << RCC_AHBLPENR_CRCLPEN_Pos) /*!< 0x00001000 */ |
||
| 4392 | #define RCC_AHBLPENR_CRCLPEN RCC_AHBLPENR_CRCLPEN_Msk /*!< CRC clock enabled in sleep mode */ |
||
| 4393 | #define RCC_AHBLPENR_FLITFLPEN_Pos (15U) |
||
| 4394 | #define RCC_AHBLPENR_FLITFLPEN_Msk (0x1UL << RCC_AHBLPENR_FLITFLPEN_Pos) /*!< 0x00008000 */ |
||
| 4395 | #define RCC_AHBLPENR_FLITFLPEN RCC_AHBLPENR_FLITFLPEN_Msk /*!< Flash Interface clock enabled in sleep mode |
||
| 4396 | (has effect only when the Flash memory is |
||
| 4397 | in power down mode) */ |
||
| 4398 | #define RCC_AHBLPENR_SRAMLPEN_Pos (16U) |
||
| 4399 | #define RCC_AHBLPENR_SRAMLPEN_Msk (0x1UL << RCC_AHBLPENR_SRAMLPEN_Pos) /*!< 0x00010000 */ |
||
| 4400 | #define RCC_AHBLPENR_SRAMLPEN RCC_AHBLPENR_SRAMLPEN_Msk /*!< SRAM clock enabled in sleep mode */ |
||
| 4401 | #define RCC_AHBLPENR_DMA1LPEN_Pos (24U) |
||
| 4402 | #define RCC_AHBLPENR_DMA1LPEN_Msk (0x1UL << RCC_AHBLPENR_DMA1LPEN_Pos) /*!< 0x01000000 */ |
||
| 4403 | #define RCC_AHBLPENR_DMA1LPEN RCC_AHBLPENR_DMA1LPEN_Msk /*!< DMA1 clock enabled in sleep mode */ |
||
| 4404 | |||
| 4405 | /****************** Bit definition for RCC_APB2LPENR register ***************/ |
||
| 4406 | #define RCC_APB2LPENR_SYSCFGLPEN_Pos (0U) |
||
| 4407 | #define RCC_APB2LPENR_SYSCFGLPEN_Msk (0x1UL << RCC_APB2LPENR_SYSCFGLPEN_Pos) /*!< 0x00000001 */ |
||
| 4408 | #define RCC_APB2LPENR_SYSCFGLPEN RCC_APB2LPENR_SYSCFGLPEN_Msk /*!< System Configuration SYSCFG clock enabled in sleep mode */ |
||
| 4409 | #define RCC_APB2LPENR_TIM9LPEN_Pos (2U) |
||
| 4410 | #define RCC_APB2LPENR_TIM9LPEN_Msk (0x1UL << RCC_APB2LPENR_TIM9LPEN_Pos) /*!< 0x00000004 */ |
||
| 4411 | #define RCC_APB2LPENR_TIM9LPEN RCC_APB2LPENR_TIM9LPEN_Msk /*!< TIM9 interface clock enabled in sleep mode */ |
||
| 4412 | #define RCC_APB2LPENR_TIM10LPEN_Pos (3U) |
||
| 4413 | #define RCC_APB2LPENR_TIM10LPEN_Msk (0x1UL << RCC_APB2LPENR_TIM10LPEN_Pos) /*!< 0x00000008 */ |
||
| 4414 | #define RCC_APB2LPENR_TIM10LPEN RCC_APB2LPENR_TIM10LPEN_Msk /*!< TIM10 interface clock enabled in sleep mode */ |
||
| 4415 | #define RCC_APB2LPENR_TIM11LPEN_Pos (4U) |
||
| 4416 | #define RCC_APB2LPENR_TIM11LPEN_Msk (0x1UL << RCC_APB2LPENR_TIM11LPEN_Pos) /*!< 0x00000010 */ |
||
| 4417 | #define RCC_APB2LPENR_TIM11LPEN RCC_APB2LPENR_TIM11LPEN_Msk /*!< TIM11 Timer clock enabled in sleep mode */ |
||
| 4418 | #define RCC_APB2LPENR_ADC1LPEN_Pos (9U) |
||
| 4419 | #define RCC_APB2LPENR_ADC1LPEN_Msk (0x1UL << RCC_APB2LPENR_ADC1LPEN_Pos) /*!< 0x00000200 */ |
||
| 4420 | #define RCC_APB2LPENR_ADC1LPEN RCC_APB2LPENR_ADC1LPEN_Msk /*!< ADC1 clock enabled in sleep mode */ |
||
| 4421 | #define RCC_APB2LPENR_SPI1LPEN_Pos (12U) |
||
| 4422 | #define RCC_APB2LPENR_SPI1LPEN_Msk (0x1UL << RCC_APB2LPENR_SPI1LPEN_Pos) /*!< 0x00001000 */ |
||
| 4423 | #define RCC_APB2LPENR_SPI1LPEN RCC_APB2LPENR_SPI1LPEN_Msk /*!< SPI1 clock enabled in sleep mode */ |
||
| 4424 | #define RCC_APB2LPENR_USART1LPEN_Pos (14U) |
||
| 4425 | #define RCC_APB2LPENR_USART1LPEN_Msk (0x1UL << RCC_APB2LPENR_USART1LPEN_Pos) /*!< 0x00004000 */ |
||
| 4426 | #define RCC_APB2LPENR_USART1LPEN RCC_APB2LPENR_USART1LPEN_Msk /*!< USART1 clock enabled in sleep mode */ |
||
| 4427 | |||
| 4428 | /***************** Bit definition for RCC_APB1LPENR register ****************/ |
||
| 4429 | #define RCC_APB1LPENR_TIM2LPEN_Pos (0U) |
||
| 4430 | #define RCC_APB1LPENR_TIM2LPEN_Msk (0x1UL << RCC_APB1LPENR_TIM2LPEN_Pos) /*!< 0x00000001 */ |
||
| 4431 | #define RCC_APB1LPENR_TIM2LPEN RCC_APB1LPENR_TIM2LPEN_Msk /*!< Timer 2 clock enabled in sleep mode */ |
||
| 4432 | #define RCC_APB1LPENR_TIM3LPEN_Pos (1U) |
||
| 4433 | #define RCC_APB1LPENR_TIM3LPEN_Msk (0x1UL << RCC_APB1LPENR_TIM3LPEN_Pos) /*!< 0x00000002 */ |
||
| 4434 | #define RCC_APB1LPENR_TIM3LPEN RCC_APB1LPENR_TIM3LPEN_Msk /*!< Timer 3 clock enabled in sleep mode */ |
||
| 4435 | #define RCC_APB1LPENR_TIM4LPEN_Pos (2U) |
||
| 4436 | #define RCC_APB1LPENR_TIM4LPEN_Msk (0x1UL << RCC_APB1LPENR_TIM4LPEN_Pos) /*!< 0x00000004 */ |
||
| 4437 | #define RCC_APB1LPENR_TIM4LPEN RCC_APB1LPENR_TIM4LPEN_Msk /*!< Timer 4 clock enabled in sleep mode */ |
||
| 4438 | #define RCC_APB1LPENR_TIM6LPEN_Pos (4U) |
||
| 4439 | #define RCC_APB1LPENR_TIM6LPEN_Msk (0x1UL << RCC_APB1LPENR_TIM6LPEN_Pos) /*!< 0x00000010 */ |
||
| 4440 | #define RCC_APB1LPENR_TIM6LPEN RCC_APB1LPENR_TIM6LPEN_Msk /*!< Timer 6 clock enabled in sleep mode */ |
||
| 4441 | #define RCC_APB1LPENR_TIM7LPEN_Pos (5U) |
||
| 4442 | #define RCC_APB1LPENR_TIM7LPEN_Msk (0x1UL << RCC_APB1LPENR_TIM7LPEN_Pos) /*!< 0x00000020 */ |
||
| 4443 | #define RCC_APB1LPENR_TIM7LPEN RCC_APB1LPENR_TIM7LPEN_Msk /*!< Timer 7 clock enabled in sleep mode */ |
||
| 4444 | #define RCC_APB1LPENR_LCDLPEN_Pos (9U) |
||
| 4445 | #define RCC_APB1LPENR_LCDLPEN_Msk (0x1UL << RCC_APB1LPENR_LCDLPEN_Pos) /*!< 0x00000200 */ |
||
| 4446 | #define RCC_APB1LPENR_LCDLPEN RCC_APB1LPENR_LCDLPEN_Msk /*!< LCD clock enabled in sleep mode */ |
||
| 4447 | #define RCC_APB1LPENR_WWDGLPEN_Pos (11U) |
||
| 4448 | #define RCC_APB1LPENR_WWDGLPEN_Msk (0x1UL << RCC_APB1LPENR_WWDGLPEN_Pos) /*!< 0x00000800 */ |
||
| 4449 | #define RCC_APB1LPENR_WWDGLPEN RCC_APB1LPENR_WWDGLPEN_Msk /*!< Window Watchdog clock enabled in sleep mode */ |
||
| 4450 | #define RCC_APB1LPENR_SPI2LPEN_Pos (14U) |
||
| 4451 | #define RCC_APB1LPENR_SPI2LPEN_Msk (0x1UL << RCC_APB1LPENR_SPI2LPEN_Pos) /*!< 0x00004000 */ |
||
| 4452 | #define RCC_APB1LPENR_SPI2LPEN RCC_APB1LPENR_SPI2LPEN_Msk /*!< SPI 2 clock enabled in sleep mode */ |
||
| 4453 | #define RCC_APB1LPENR_USART2LPEN_Pos (17U) |
||
| 4454 | #define RCC_APB1LPENR_USART2LPEN_Msk (0x1UL << RCC_APB1LPENR_USART2LPEN_Pos) /*!< 0x00020000 */ |
||
| 4455 | #define RCC_APB1LPENR_USART2LPEN RCC_APB1LPENR_USART2LPEN_Msk /*!< USART 2 clock enabled in sleep mode */ |
||
| 4456 | #define RCC_APB1LPENR_USART3LPEN_Pos (18U) |
||
| 4457 | #define RCC_APB1LPENR_USART3LPEN_Msk (0x1UL << RCC_APB1LPENR_USART3LPEN_Pos) /*!< 0x00040000 */ |
||
| 4458 | #define RCC_APB1LPENR_USART3LPEN RCC_APB1LPENR_USART3LPEN_Msk /*!< USART 3 clock enabled in sleep mode */ |
||
| 4459 | #define RCC_APB1LPENR_I2C1LPEN_Pos (21U) |
||
| 4460 | #define RCC_APB1LPENR_I2C1LPEN_Msk (0x1UL << RCC_APB1LPENR_I2C1LPEN_Pos) /*!< 0x00200000 */ |
||
| 4461 | #define RCC_APB1LPENR_I2C1LPEN RCC_APB1LPENR_I2C1LPEN_Msk /*!< I2C 1 clock enabled in sleep mode */ |
||
| 4462 | #define RCC_APB1LPENR_I2C2LPEN_Pos (22U) |
||
| 4463 | #define RCC_APB1LPENR_I2C2LPEN_Msk (0x1UL << RCC_APB1LPENR_I2C2LPEN_Pos) /*!< 0x00400000 */ |
||
| 4464 | #define RCC_APB1LPENR_I2C2LPEN RCC_APB1LPENR_I2C2LPEN_Msk /*!< I2C 2 clock enabled in sleep mode */ |
||
| 4465 | #define RCC_APB1LPENR_USBLPEN_Pos (23U) |
||
| 4466 | #define RCC_APB1LPENR_USBLPEN_Msk (0x1UL << RCC_APB1LPENR_USBLPEN_Pos) /*!< 0x00800000 */ |
||
| 4467 | #define RCC_APB1LPENR_USBLPEN RCC_APB1LPENR_USBLPEN_Msk /*!< USB clock enabled in sleep mode */ |
||
| 4468 | #define RCC_APB1LPENR_PWRLPEN_Pos (28U) |
||
| 4469 | #define RCC_APB1LPENR_PWRLPEN_Msk (0x1UL << RCC_APB1LPENR_PWRLPEN_Pos) /*!< 0x10000000 */ |
||
| 4470 | #define RCC_APB1LPENR_PWRLPEN RCC_APB1LPENR_PWRLPEN_Msk /*!< Power interface clock enabled in sleep mode */ |
||
| 4471 | #define RCC_APB1LPENR_DACLPEN_Pos (29U) |
||
| 4472 | #define RCC_APB1LPENR_DACLPEN_Msk (0x1UL << RCC_APB1LPENR_DACLPEN_Pos) /*!< 0x20000000 */ |
||
| 4473 | #define RCC_APB1LPENR_DACLPEN RCC_APB1LPENR_DACLPEN_Msk /*!< DAC interface clock enabled in sleep mode */ |
||
| 4474 | #define RCC_APB1LPENR_COMPLPEN_Pos (31U) |
||
| 4475 | #define RCC_APB1LPENR_COMPLPEN_Msk (0x1UL << RCC_APB1LPENR_COMPLPEN_Pos) /*!< 0x80000000 */ |
||
| 4476 | #define RCC_APB1LPENR_COMPLPEN RCC_APB1LPENR_COMPLPEN_Msk /*!< Comparator interface clock enabled in sleep mode*/ |
||
| 4477 | |||
| 4478 | /******************* Bit definition for RCC_CSR register ********************/ |
||
| 4479 | #define RCC_CSR_LSION_Pos (0U) |
||
| 4480 | #define RCC_CSR_LSION_Msk (0x1UL << RCC_CSR_LSION_Pos) /*!< 0x00000001 */ |
||
| 4481 | #define RCC_CSR_LSION RCC_CSR_LSION_Msk /*!< Internal Low Speed oscillator enable */ |
||
| 4482 | #define RCC_CSR_LSIRDY_Pos (1U) |
||
| 4483 | #define RCC_CSR_LSIRDY_Msk (0x1UL << RCC_CSR_LSIRDY_Pos) /*!< 0x00000002 */ |
||
| 4484 | #define RCC_CSR_LSIRDY RCC_CSR_LSIRDY_Msk /*!< Internal Low Speed oscillator Ready */ |
||
| 4485 | |||
| 4486 | #define RCC_CSR_LSEON_Pos (8U) |
||
| 4487 | #define RCC_CSR_LSEON_Msk (0x1UL << RCC_CSR_LSEON_Pos) /*!< 0x00000100 */ |
||
| 4488 | #define RCC_CSR_LSEON RCC_CSR_LSEON_Msk /*!< External Low Speed oscillator enable */ |
||
| 4489 | #define RCC_CSR_LSERDY_Pos (9U) |
||
| 4490 | #define RCC_CSR_LSERDY_Msk (0x1UL << RCC_CSR_LSERDY_Pos) /*!< 0x00000200 */ |
||
| 4491 | #define RCC_CSR_LSERDY RCC_CSR_LSERDY_Msk /*!< External Low Speed oscillator Ready */ |
||
| 4492 | #define RCC_CSR_LSEBYP_Pos (10U) |
||
| 4493 | #define RCC_CSR_LSEBYP_Msk (0x1UL << RCC_CSR_LSEBYP_Pos) /*!< 0x00000400 */ |
||
| 4494 | #define RCC_CSR_LSEBYP RCC_CSR_LSEBYP_Msk /*!< External Low Speed oscillator Bypass */ |
||
| 4495 | |||
| 4496 | #define RCC_CSR_LSECSSON_Pos (11U) |
||
| 4497 | #define RCC_CSR_LSECSSON_Msk (0x1UL << RCC_CSR_LSECSSON_Pos) /*!< 0x00000800 */ |
||
| 4498 | #define RCC_CSR_LSECSSON RCC_CSR_LSECSSON_Msk /*!< External Low Speed oscillator CSS Enable */ |
||
| 4499 | #define RCC_CSR_LSECSSD_Pos (12U) |
||
| 4500 | #define RCC_CSR_LSECSSD_Msk (0x1UL << RCC_CSR_LSECSSD_Pos) /*!< 0x00001000 */ |
||
| 4501 | #define RCC_CSR_LSECSSD RCC_CSR_LSECSSD_Msk /*!< External Low Speed oscillator CSS Detected */ |
||
| 4502 | |||
| 4503 | #define RCC_CSR_RTCSEL_Pos (16U) |
||
| 4504 | #define RCC_CSR_RTCSEL_Msk (0x3UL << RCC_CSR_RTCSEL_Pos) /*!< 0x00030000 */ |
||
| 4505 | #define RCC_CSR_RTCSEL RCC_CSR_RTCSEL_Msk /*!< RTCSEL[1:0] bits (RTC clock source selection) */ |
||
| 4506 | #define RCC_CSR_RTCSEL_0 (0x1UL << RCC_CSR_RTCSEL_Pos) /*!< 0x00010000 */ |
||
| 4507 | #define RCC_CSR_RTCSEL_1 (0x2UL << RCC_CSR_RTCSEL_Pos) /*!< 0x00020000 */ |
||
| 4508 | |||
| 4509 | /*!< RTC configuration */ |
||
| 4510 | #define RCC_CSR_RTCSEL_NOCLOCK (0x00000000U) /*!< No clock */ |
||
| 4511 | #define RCC_CSR_RTCSEL_LSE_Pos (16U) |
||
| 4512 | #define RCC_CSR_RTCSEL_LSE_Msk (0x1UL << RCC_CSR_RTCSEL_LSE_Pos) /*!< 0x00010000 */ |
||
| 4513 | #define RCC_CSR_RTCSEL_LSE RCC_CSR_RTCSEL_LSE_Msk /*!< LSE oscillator clock used as RTC clock */ |
||
| 4514 | #define RCC_CSR_RTCSEL_LSI_Pos (17U) |
||
| 4515 | #define RCC_CSR_RTCSEL_LSI_Msk (0x1UL << RCC_CSR_RTCSEL_LSI_Pos) /*!< 0x00020000 */ |
||
| 4516 | #define RCC_CSR_RTCSEL_LSI RCC_CSR_RTCSEL_LSI_Msk /*!< LSI oscillator clock used as RTC clock */ |
||
| 4517 | #define RCC_CSR_RTCSEL_HSE_Pos (16U) |
||
| 4518 | #define RCC_CSR_RTCSEL_HSE_Msk (0x3UL << RCC_CSR_RTCSEL_HSE_Pos) /*!< 0x00030000 */ |
||
| 4519 | #define RCC_CSR_RTCSEL_HSE RCC_CSR_RTCSEL_HSE_Msk /*!< HSE oscillator clock divided by 2, 4, 8 or 16 by RTCPRE used as RTC clock */ |
||
| 4520 | |||
| 4521 | #define RCC_CSR_RTCEN_Pos (22U) |
||
| 4522 | #define RCC_CSR_RTCEN_Msk (0x1UL << RCC_CSR_RTCEN_Pos) /*!< 0x00400000 */ |
||
| 4523 | #define RCC_CSR_RTCEN RCC_CSR_RTCEN_Msk /*!< RTC clock enable */ |
||
| 4524 | #define RCC_CSR_RTCRST_Pos (23U) |
||
| 4525 | #define RCC_CSR_RTCRST_Msk (0x1UL << RCC_CSR_RTCRST_Pos) /*!< 0x00800000 */ |
||
| 4526 | #define RCC_CSR_RTCRST RCC_CSR_RTCRST_Msk /*!< RTC reset */ |
||
| 4527 | |||
| 4528 | #define RCC_CSR_RMVF_Pos (24U) |
||
| 4529 | #define RCC_CSR_RMVF_Msk (0x1UL << RCC_CSR_RMVF_Pos) /*!< 0x01000000 */ |
||
| 4530 | #define RCC_CSR_RMVF RCC_CSR_RMVF_Msk /*!< Remove reset flag */ |
||
| 4531 | #define RCC_CSR_OBLRSTF_Pos (25U) |
||
| 4532 | #define RCC_CSR_OBLRSTF_Msk (0x1UL << RCC_CSR_OBLRSTF_Pos) /*!< 0x02000000 */ |
||
| 4533 | #define RCC_CSR_OBLRSTF RCC_CSR_OBLRSTF_Msk /*!< Option Bytes Loader reset flag */ |
||
| 4534 | #define RCC_CSR_PINRSTF_Pos (26U) |
||
| 4535 | #define RCC_CSR_PINRSTF_Msk (0x1UL << RCC_CSR_PINRSTF_Pos) /*!< 0x04000000 */ |
||
| 4536 | #define RCC_CSR_PINRSTF RCC_CSR_PINRSTF_Msk /*!< PIN reset flag */ |
||
| 4537 | #define RCC_CSR_PORRSTF_Pos (27U) |
||
| 4538 | #define RCC_CSR_PORRSTF_Msk (0x1UL << RCC_CSR_PORRSTF_Pos) /*!< 0x08000000 */ |
||
| 4539 | #define RCC_CSR_PORRSTF RCC_CSR_PORRSTF_Msk /*!< POR/PDR reset flag */ |
||
| 4540 | #define RCC_CSR_SFTRSTF_Pos (28U) |
||
| 4541 | #define RCC_CSR_SFTRSTF_Msk (0x1UL << RCC_CSR_SFTRSTF_Pos) /*!< 0x10000000 */ |
||
| 4542 | #define RCC_CSR_SFTRSTF RCC_CSR_SFTRSTF_Msk /*!< Software Reset flag */ |
||
| 4543 | #define RCC_CSR_IWDGRSTF_Pos (29U) |
||
| 4544 | #define RCC_CSR_IWDGRSTF_Msk (0x1UL << RCC_CSR_IWDGRSTF_Pos) /*!< 0x20000000 */ |
||
| 4545 | #define RCC_CSR_IWDGRSTF RCC_CSR_IWDGRSTF_Msk /*!< Independent Watchdog reset flag */ |
||
| 4546 | #define RCC_CSR_WWDGRSTF_Pos (30U) |
||
| 4547 | #define RCC_CSR_WWDGRSTF_Msk (0x1UL << RCC_CSR_WWDGRSTF_Pos) /*!< 0x40000000 */ |
||
| 4548 | #define RCC_CSR_WWDGRSTF RCC_CSR_WWDGRSTF_Msk /*!< Window watchdog reset flag */ |
||
| 4549 | #define RCC_CSR_LPWRRSTF_Pos (31U) |
||
| 4550 | #define RCC_CSR_LPWRRSTF_Msk (0x1UL << RCC_CSR_LPWRRSTF_Pos) /*!< 0x80000000 */ |
||
| 4551 | #define RCC_CSR_LPWRRSTF RCC_CSR_LPWRRSTF_Msk /*!< Low-Power reset flag */ |
||
| 4552 | |||
| 4553 | /******************************************************************************/ |
||
| 4554 | /* */ |
||
| 4555 | /* Real-Time Clock (RTC) */ |
||
| 4556 | /* */ |
||
| 4557 | /******************************************************************************/ |
||
| 4558 | /* |
||
| 4559 | * @brief Specific device feature definitions (not present on all devices in the STM32F0 series) |
||
| 4560 | */ |
||
| 4561 | #define RTC_TAMPER1_SUPPORT /*!< TAMPER 1 feature support */ |
||
| 4562 | #define RTC_TAMPER2_SUPPORT /*!< TAMPER 2 feature support */ |
||
| 4563 | #define RTC_TAMPER3_SUPPORT /*!< TAMPER 3 feature support */ |
||
| 4564 | #define RTC_BACKUP_SUPPORT /*!< BACKUP register feature support */ |
||
| 4565 | #define RTC_WAKEUP_SUPPORT /*!< WAKEUP feature support */ |
||
| 4566 | #define RTC_SMOOTHCALIB_SUPPORT /*!< Smooth digital calibration feature support */ |
||
| 4567 | #define RTC_SUBSECOND_SUPPORT /*!< Sub-second feature support */ |
||
| 4568 | |||
| 4569 | /******************** Bits definition for RTC_TR register *******************/ |
||
| 4570 | #define RTC_TR_PM_Pos (22U) |
||
| 4571 | #define RTC_TR_PM_Msk (0x1UL << RTC_TR_PM_Pos) /*!< 0x00400000 */ |
||
| 4572 | #define RTC_TR_PM RTC_TR_PM_Msk |
||
| 4573 | #define RTC_TR_HT_Pos (20U) |
||
| 4574 | #define RTC_TR_HT_Msk (0x3UL << RTC_TR_HT_Pos) /*!< 0x00300000 */ |
||
| 4575 | #define RTC_TR_HT RTC_TR_HT_Msk |
||
| 4576 | #define RTC_TR_HT_0 (0x1UL << RTC_TR_HT_Pos) /*!< 0x00100000 */ |
||
| 4577 | #define RTC_TR_HT_1 (0x2UL << RTC_TR_HT_Pos) /*!< 0x00200000 */ |
||
| 4578 | #define RTC_TR_HU_Pos (16U) |
||
| 4579 | #define RTC_TR_HU_Msk (0xFUL << RTC_TR_HU_Pos) /*!< 0x000F0000 */ |
||
| 4580 | #define RTC_TR_HU RTC_TR_HU_Msk |
||
| 4581 | #define RTC_TR_HU_0 (0x1UL << RTC_TR_HU_Pos) /*!< 0x00010000 */ |
||
| 4582 | #define RTC_TR_HU_1 (0x2UL << RTC_TR_HU_Pos) /*!< 0x00020000 */ |
||
| 4583 | #define RTC_TR_HU_2 (0x4UL << RTC_TR_HU_Pos) /*!< 0x00040000 */ |
||
| 4584 | #define RTC_TR_HU_3 (0x8UL << RTC_TR_HU_Pos) /*!< 0x00080000 */ |
||
| 4585 | #define RTC_TR_MNT_Pos (12U) |
||
| 4586 | #define RTC_TR_MNT_Msk (0x7UL << RTC_TR_MNT_Pos) /*!< 0x00007000 */ |
||
| 4587 | #define RTC_TR_MNT RTC_TR_MNT_Msk |
||
| 4588 | #define RTC_TR_MNT_0 (0x1UL << RTC_TR_MNT_Pos) /*!< 0x00001000 */ |
||
| 4589 | #define RTC_TR_MNT_1 (0x2UL << RTC_TR_MNT_Pos) /*!< 0x00002000 */ |
||
| 4590 | #define RTC_TR_MNT_2 (0x4UL << RTC_TR_MNT_Pos) /*!< 0x00004000 */ |
||
| 4591 | #define RTC_TR_MNU_Pos (8U) |
||
| 4592 | #define RTC_TR_MNU_Msk (0xFUL << RTC_TR_MNU_Pos) /*!< 0x00000F00 */ |
||
| 4593 | #define RTC_TR_MNU RTC_TR_MNU_Msk |
||
| 4594 | #define RTC_TR_MNU_0 (0x1UL << RTC_TR_MNU_Pos) /*!< 0x00000100 */ |
||
| 4595 | #define RTC_TR_MNU_1 (0x2UL << RTC_TR_MNU_Pos) /*!< 0x00000200 */ |
||
| 4596 | #define RTC_TR_MNU_2 (0x4UL << RTC_TR_MNU_Pos) /*!< 0x00000400 */ |
||
| 4597 | #define RTC_TR_MNU_3 (0x8UL << RTC_TR_MNU_Pos) /*!< 0x00000800 */ |
||
| 4598 | #define RTC_TR_ST_Pos (4U) |
||
| 4599 | #define RTC_TR_ST_Msk (0x7UL << RTC_TR_ST_Pos) /*!< 0x00000070 */ |
||
| 4600 | #define RTC_TR_ST RTC_TR_ST_Msk |
||
| 4601 | #define RTC_TR_ST_0 (0x1UL << RTC_TR_ST_Pos) /*!< 0x00000010 */ |
||
| 4602 | #define RTC_TR_ST_1 (0x2UL << RTC_TR_ST_Pos) /*!< 0x00000020 */ |
||
| 4603 | #define RTC_TR_ST_2 (0x4UL << RTC_TR_ST_Pos) /*!< 0x00000040 */ |
||
| 4604 | #define RTC_TR_SU_Pos (0U) |
||
| 4605 | #define RTC_TR_SU_Msk (0xFUL << RTC_TR_SU_Pos) /*!< 0x0000000F */ |
||
| 4606 | #define RTC_TR_SU RTC_TR_SU_Msk |
||
| 4607 | #define RTC_TR_SU_0 (0x1UL << RTC_TR_SU_Pos) /*!< 0x00000001 */ |
||
| 4608 | #define RTC_TR_SU_1 (0x2UL << RTC_TR_SU_Pos) /*!< 0x00000002 */ |
||
| 4609 | #define RTC_TR_SU_2 (0x4UL << RTC_TR_SU_Pos) /*!< 0x00000004 */ |
||
| 4610 | #define RTC_TR_SU_3 (0x8UL << RTC_TR_SU_Pos) /*!< 0x00000008 */ |
||
| 4611 | |||
| 4612 | /******************** Bits definition for RTC_DR register *******************/ |
||
| 4613 | #define RTC_DR_YT_Pos (20U) |
||
| 4614 | #define RTC_DR_YT_Msk (0xFUL << RTC_DR_YT_Pos) /*!< 0x00F00000 */ |
||
| 4615 | #define RTC_DR_YT RTC_DR_YT_Msk |
||
| 4616 | #define RTC_DR_YT_0 (0x1UL << RTC_DR_YT_Pos) /*!< 0x00100000 */ |
||
| 4617 | #define RTC_DR_YT_1 (0x2UL << RTC_DR_YT_Pos) /*!< 0x00200000 */ |
||
| 4618 | #define RTC_DR_YT_2 (0x4UL << RTC_DR_YT_Pos) /*!< 0x00400000 */ |
||
| 4619 | #define RTC_DR_YT_3 (0x8UL << RTC_DR_YT_Pos) /*!< 0x00800000 */ |
||
| 4620 | #define RTC_DR_YU_Pos (16U) |
||
| 4621 | #define RTC_DR_YU_Msk (0xFUL << RTC_DR_YU_Pos) /*!< 0x000F0000 */ |
||
| 4622 | #define RTC_DR_YU RTC_DR_YU_Msk |
||
| 4623 | #define RTC_DR_YU_0 (0x1UL << RTC_DR_YU_Pos) /*!< 0x00010000 */ |
||
| 4624 | #define RTC_DR_YU_1 (0x2UL << RTC_DR_YU_Pos) /*!< 0x00020000 */ |
||
| 4625 | #define RTC_DR_YU_2 (0x4UL << RTC_DR_YU_Pos) /*!< 0x00040000 */ |
||
| 4626 | #define RTC_DR_YU_3 (0x8UL << RTC_DR_YU_Pos) /*!< 0x00080000 */ |
||
| 4627 | #define RTC_DR_WDU_Pos (13U) |
||
| 4628 | #define RTC_DR_WDU_Msk (0x7UL << RTC_DR_WDU_Pos) /*!< 0x0000E000 */ |
||
| 4629 | #define RTC_DR_WDU RTC_DR_WDU_Msk |
||
| 4630 | #define RTC_DR_WDU_0 (0x1UL << RTC_DR_WDU_Pos) /*!< 0x00002000 */ |
||
| 4631 | #define RTC_DR_WDU_1 (0x2UL << RTC_DR_WDU_Pos) /*!< 0x00004000 */ |
||
| 4632 | #define RTC_DR_WDU_2 (0x4UL << RTC_DR_WDU_Pos) /*!< 0x00008000 */ |
||
| 4633 | #define RTC_DR_MT_Pos (12U) |
||
| 4634 | #define RTC_DR_MT_Msk (0x1UL << RTC_DR_MT_Pos) /*!< 0x00001000 */ |
||
| 4635 | #define RTC_DR_MT RTC_DR_MT_Msk |
||
| 4636 | #define RTC_DR_MU_Pos (8U) |
||
| 4637 | #define RTC_DR_MU_Msk (0xFUL << RTC_DR_MU_Pos) /*!< 0x00000F00 */ |
||
| 4638 | #define RTC_DR_MU RTC_DR_MU_Msk |
||
| 4639 | #define RTC_DR_MU_0 (0x1UL << RTC_DR_MU_Pos) /*!< 0x00000100 */ |
||
| 4640 | #define RTC_DR_MU_1 (0x2UL << RTC_DR_MU_Pos) /*!< 0x00000200 */ |
||
| 4641 | #define RTC_DR_MU_2 (0x4UL << RTC_DR_MU_Pos) /*!< 0x00000400 */ |
||
| 4642 | #define RTC_DR_MU_3 (0x8UL << RTC_DR_MU_Pos) /*!< 0x00000800 */ |
||
| 4643 | #define RTC_DR_DT_Pos (4U) |
||
| 4644 | #define RTC_DR_DT_Msk (0x3UL << RTC_DR_DT_Pos) /*!< 0x00000030 */ |
||
| 4645 | #define RTC_DR_DT RTC_DR_DT_Msk |
||
| 4646 | #define RTC_DR_DT_0 (0x1UL << RTC_DR_DT_Pos) /*!< 0x00000010 */ |
||
| 4647 | #define RTC_DR_DT_1 (0x2UL << RTC_DR_DT_Pos) /*!< 0x00000020 */ |
||
| 4648 | #define RTC_DR_DU_Pos (0U) |
||
| 4649 | #define RTC_DR_DU_Msk (0xFUL << RTC_DR_DU_Pos) /*!< 0x0000000F */ |
||
| 4650 | #define RTC_DR_DU RTC_DR_DU_Msk |
||
| 4651 | #define RTC_DR_DU_0 (0x1UL << RTC_DR_DU_Pos) /*!< 0x00000001 */ |
||
| 4652 | #define RTC_DR_DU_1 (0x2UL << RTC_DR_DU_Pos) /*!< 0x00000002 */ |
||
| 4653 | #define RTC_DR_DU_2 (0x4UL << RTC_DR_DU_Pos) /*!< 0x00000004 */ |
||
| 4654 | #define RTC_DR_DU_3 (0x8UL << RTC_DR_DU_Pos) /*!< 0x00000008 */ |
||
| 4655 | |||
| 4656 | /******************** Bits definition for RTC_CR register *******************/ |
||
| 4657 | #define RTC_CR_COE_Pos (23U) |
||
| 4658 | #define RTC_CR_COE_Msk (0x1UL << RTC_CR_COE_Pos) /*!< 0x00800000 */ |
||
| 4659 | #define RTC_CR_COE RTC_CR_COE_Msk |
||
| 4660 | #define RTC_CR_OSEL_Pos (21U) |
||
| 4661 | #define RTC_CR_OSEL_Msk (0x3UL << RTC_CR_OSEL_Pos) /*!< 0x00600000 */ |
||
| 4662 | #define RTC_CR_OSEL RTC_CR_OSEL_Msk |
||
| 4663 | #define RTC_CR_OSEL_0 (0x1UL << RTC_CR_OSEL_Pos) /*!< 0x00200000 */ |
||
| 4664 | #define RTC_CR_OSEL_1 (0x2UL << RTC_CR_OSEL_Pos) /*!< 0x00400000 */ |
||
| 4665 | #define RTC_CR_POL_Pos (20U) |
||
| 4666 | #define RTC_CR_POL_Msk (0x1UL << RTC_CR_POL_Pos) /*!< 0x00100000 */ |
||
| 4667 | #define RTC_CR_POL RTC_CR_POL_Msk |
||
| 4668 | #define RTC_CR_COSEL_Pos (19U) |
||
| 4669 | #define RTC_CR_COSEL_Msk (0x1UL << RTC_CR_COSEL_Pos) /*!< 0x00080000 */ |
||
| 4670 | #define RTC_CR_COSEL RTC_CR_COSEL_Msk |
||
| 4671 | #define RTC_CR_BKP_Pos (18U) |
||
| 4672 | #define RTC_CR_BKP_Msk (0x1UL << RTC_CR_BKP_Pos) /*!< 0x00040000 */ |
||
| 4673 | #define RTC_CR_BKP RTC_CR_BKP_Msk |
||
| 4674 | #define RTC_CR_SUB1H_Pos (17U) |
||
| 4675 | #define RTC_CR_SUB1H_Msk (0x1UL << RTC_CR_SUB1H_Pos) /*!< 0x00020000 */ |
||
| 4676 | #define RTC_CR_SUB1H RTC_CR_SUB1H_Msk |
||
| 4677 | #define RTC_CR_ADD1H_Pos (16U) |
||
| 4678 | #define RTC_CR_ADD1H_Msk (0x1UL << RTC_CR_ADD1H_Pos) /*!< 0x00010000 */ |
||
| 4679 | #define RTC_CR_ADD1H RTC_CR_ADD1H_Msk |
||
| 4680 | #define RTC_CR_TSIE_Pos (15U) |
||
| 4681 | #define RTC_CR_TSIE_Msk (0x1UL << RTC_CR_TSIE_Pos) /*!< 0x00008000 */ |
||
| 4682 | #define RTC_CR_TSIE RTC_CR_TSIE_Msk |
||
| 4683 | #define RTC_CR_WUTIE_Pos (14U) |
||
| 4684 | #define RTC_CR_WUTIE_Msk (0x1UL << RTC_CR_WUTIE_Pos) /*!< 0x00004000 */ |
||
| 4685 | #define RTC_CR_WUTIE RTC_CR_WUTIE_Msk |
||
| 4686 | #define RTC_CR_ALRBIE_Pos (13U) |
||
| 4687 | #define RTC_CR_ALRBIE_Msk (0x1UL << RTC_CR_ALRBIE_Pos) /*!< 0x00002000 */ |
||
| 4688 | #define RTC_CR_ALRBIE RTC_CR_ALRBIE_Msk |
||
| 4689 | #define RTC_CR_ALRAIE_Pos (12U) |
||
| 4690 | #define RTC_CR_ALRAIE_Msk (0x1UL << RTC_CR_ALRAIE_Pos) /*!< 0x00001000 */ |
||
| 4691 | #define RTC_CR_ALRAIE RTC_CR_ALRAIE_Msk |
||
| 4692 | #define RTC_CR_TSE_Pos (11U) |
||
| 4693 | #define RTC_CR_TSE_Msk (0x1UL << RTC_CR_TSE_Pos) /*!< 0x00000800 */ |
||
| 4694 | #define RTC_CR_TSE RTC_CR_TSE_Msk |
||
| 4695 | #define RTC_CR_WUTE_Pos (10U) |
||
| 4696 | #define RTC_CR_WUTE_Msk (0x1UL << RTC_CR_WUTE_Pos) /*!< 0x00000400 */ |
||
| 4697 | #define RTC_CR_WUTE RTC_CR_WUTE_Msk |
||
| 4698 | #define RTC_CR_ALRBE_Pos (9U) |
||
| 4699 | #define RTC_CR_ALRBE_Msk (0x1UL << RTC_CR_ALRBE_Pos) /*!< 0x00000200 */ |
||
| 4700 | #define RTC_CR_ALRBE RTC_CR_ALRBE_Msk |
||
| 4701 | #define RTC_CR_ALRAE_Pos (8U) |
||
| 4702 | #define RTC_CR_ALRAE_Msk (0x1UL << RTC_CR_ALRAE_Pos) /*!< 0x00000100 */ |
||
| 4703 | #define RTC_CR_ALRAE RTC_CR_ALRAE_Msk |
||
| 4704 | #define RTC_CR_DCE_Pos (7U) |
||
| 4705 | #define RTC_CR_DCE_Msk (0x1UL << RTC_CR_DCE_Pos) /*!< 0x00000080 */ |
||
| 4706 | #define RTC_CR_DCE RTC_CR_DCE_Msk |
||
| 4707 | #define RTC_CR_FMT_Pos (6U) |
||
| 4708 | #define RTC_CR_FMT_Msk (0x1UL << RTC_CR_FMT_Pos) /*!< 0x00000040 */ |
||
| 4709 | #define RTC_CR_FMT RTC_CR_FMT_Msk |
||
| 4710 | #define RTC_CR_BYPSHAD_Pos (5U) |
||
| 4711 | #define RTC_CR_BYPSHAD_Msk (0x1UL << RTC_CR_BYPSHAD_Pos) /*!< 0x00000020 */ |
||
| 4712 | #define RTC_CR_BYPSHAD RTC_CR_BYPSHAD_Msk |
||
| 4713 | #define RTC_CR_REFCKON_Pos (4U) |
||
| 4714 | #define RTC_CR_REFCKON_Msk (0x1UL << RTC_CR_REFCKON_Pos) /*!< 0x00000010 */ |
||
| 4715 | #define RTC_CR_REFCKON RTC_CR_REFCKON_Msk |
||
| 4716 | #define RTC_CR_TSEDGE_Pos (3U) |
||
| 4717 | #define RTC_CR_TSEDGE_Msk (0x1UL << RTC_CR_TSEDGE_Pos) /*!< 0x00000008 */ |
||
| 4718 | #define RTC_CR_TSEDGE RTC_CR_TSEDGE_Msk |
||
| 4719 | #define RTC_CR_WUCKSEL_Pos (0U) |
||
| 4720 | #define RTC_CR_WUCKSEL_Msk (0x7UL << RTC_CR_WUCKSEL_Pos) /*!< 0x00000007 */ |
||
| 4721 | #define RTC_CR_WUCKSEL RTC_CR_WUCKSEL_Msk |
||
| 4722 | #define RTC_CR_WUCKSEL_0 (0x1UL << RTC_CR_WUCKSEL_Pos) /*!< 0x00000001 */ |
||
| 4723 | #define RTC_CR_WUCKSEL_1 (0x2UL << RTC_CR_WUCKSEL_Pos) /*!< 0x00000002 */ |
||
| 4724 | #define RTC_CR_WUCKSEL_2 (0x4UL << RTC_CR_WUCKSEL_Pos) /*!< 0x00000004 */ |
||
| 4725 | |||
| 4726 | /* Legacy defines */ |
||
| 4727 | #define RTC_CR_BCK_Pos RTC_CR_BKP_Pos |
||
| 4728 | #define RTC_CR_BCK_Msk RTC_CR_BKP_Msk |
||
| 4729 | #define RTC_CR_BCK RTC_CR_BKP |
||
| 4730 | |||
| 4731 | /******************** Bits definition for RTC_ISR register ******************/ |
||
| 4732 | #define RTC_ISR_RECALPF_Pos (16U) |
||
| 4733 | #define RTC_ISR_RECALPF_Msk (0x1UL << RTC_ISR_RECALPF_Pos) /*!< 0x00010000 */ |
||
| 4734 | #define RTC_ISR_RECALPF RTC_ISR_RECALPF_Msk |
||
| 4735 | #define RTC_ISR_TAMP3F_Pos (15U) |
||
| 4736 | #define RTC_ISR_TAMP3F_Msk (0x1UL << RTC_ISR_TAMP3F_Pos) /*!< 0x00008000 */ |
||
| 4737 | #define RTC_ISR_TAMP3F RTC_ISR_TAMP3F_Msk |
||
| 4738 | #define RTC_ISR_TAMP2F_Pos (14U) |
||
| 4739 | #define RTC_ISR_TAMP2F_Msk (0x1UL << RTC_ISR_TAMP2F_Pos) /*!< 0x00004000 */ |
||
| 4740 | #define RTC_ISR_TAMP2F RTC_ISR_TAMP2F_Msk |
||
| 4741 | #define RTC_ISR_TAMP1F_Pos (13U) |
||
| 4742 | #define RTC_ISR_TAMP1F_Msk (0x1UL << RTC_ISR_TAMP1F_Pos) /*!< 0x00002000 */ |
||
| 4743 | #define RTC_ISR_TAMP1F RTC_ISR_TAMP1F_Msk |
||
| 4744 | #define RTC_ISR_TSOVF_Pos (12U) |
||
| 4745 | #define RTC_ISR_TSOVF_Msk (0x1UL << RTC_ISR_TSOVF_Pos) /*!< 0x00001000 */ |
||
| 4746 | #define RTC_ISR_TSOVF RTC_ISR_TSOVF_Msk |
||
| 4747 | #define RTC_ISR_TSF_Pos (11U) |
||
| 4748 | #define RTC_ISR_TSF_Msk (0x1UL << RTC_ISR_TSF_Pos) /*!< 0x00000800 */ |
||
| 4749 | #define RTC_ISR_TSF RTC_ISR_TSF_Msk |
||
| 4750 | #define RTC_ISR_WUTF_Pos (10U) |
||
| 4751 | #define RTC_ISR_WUTF_Msk (0x1UL << RTC_ISR_WUTF_Pos) /*!< 0x00000400 */ |
||
| 4752 | #define RTC_ISR_WUTF RTC_ISR_WUTF_Msk |
||
| 4753 | #define RTC_ISR_ALRBF_Pos (9U) |
||
| 4754 | #define RTC_ISR_ALRBF_Msk (0x1UL << RTC_ISR_ALRBF_Pos) /*!< 0x00000200 */ |
||
| 4755 | #define RTC_ISR_ALRBF RTC_ISR_ALRBF_Msk |
||
| 4756 | #define RTC_ISR_ALRAF_Pos (8U) |
||
| 4757 | #define RTC_ISR_ALRAF_Msk (0x1UL << RTC_ISR_ALRAF_Pos) /*!< 0x00000100 */ |
||
| 4758 | #define RTC_ISR_ALRAF RTC_ISR_ALRAF_Msk |
||
| 4759 | #define RTC_ISR_INIT_Pos (7U) |
||
| 4760 | #define RTC_ISR_INIT_Msk (0x1UL << RTC_ISR_INIT_Pos) /*!< 0x00000080 */ |
||
| 4761 | #define RTC_ISR_INIT RTC_ISR_INIT_Msk |
||
| 4762 | #define RTC_ISR_INITF_Pos (6U) |
||
| 4763 | #define RTC_ISR_INITF_Msk (0x1UL << RTC_ISR_INITF_Pos) /*!< 0x00000040 */ |
||
| 4764 | #define RTC_ISR_INITF RTC_ISR_INITF_Msk |
||
| 4765 | #define RTC_ISR_RSF_Pos (5U) |
||
| 4766 | #define RTC_ISR_RSF_Msk (0x1UL << RTC_ISR_RSF_Pos) /*!< 0x00000020 */ |
||
| 4767 | #define RTC_ISR_RSF RTC_ISR_RSF_Msk |
||
| 4768 | #define RTC_ISR_INITS_Pos (4U) |
||
| 4769 | #define RTC_ISR_INITS_Msk (0x1UL << RTC_ISR_INITS_Pos) /*!< 0x00000010 */ |
||
| 4770 | #define RTC_ISR_INITS RTC_ISR_INITS_Msk |
||
| 4771 | #define RTC_ISR_SHPF_Pos (3U) |
||
| 4772 | #define RTC_ISR_SHPF_Msk (0x1UL << RTC_ISR_SHPF_Pos) /*!< 0x00000008 */ |
||
| 4773 | #define RTC_ISR_SHPF RTC_ISR_SHPF_Msk |
||
| 4774 | #define RTC_ISR_WUTWF_Pos (2U) |
||
| 4775 | #define RTC_ISR_WUTWF_Msk (0x1UL << RTC_ISR_WUTWF_Pos) /*!< 0x00000004 */ |
||
| 4776 | #define RTC_ISR_WUTWF RTC_ISR_WUTWF_Msk |
||
| 4777 | #define RTC_ISR_ALRBWF_Pos (1U) |
||
| 4778 | #define RTC_ISR_ALRBWF_Msk (0x1UL << RTC_ISR_ALRBWF_Pos) /*!< 0x00000002 */ |
||
| 4779 | #define RTC_ISR_ALRBWF RTC_ISR_ALRBWF_Msk |
||
| 4780 | #define RTC_ISR_ALRAWF_Pos (0U) |
||
| 4781 | #define RTC_ISR_ALRAWF_Msk (0x1UL << RTC_ISR_ALRAWF_Pos) /*!< 0x00000001 */ |
||
| 4782 | #define RTC_ISR_ALRAWF RTC_ISR_ALRAWF_Msk |
||
| 4783 | |||
| 4784 | /******************** Bits definition for RTC_PRER register *****************/ |
||
| 4785 | #define RTC_PRER_PREDIV_A_Pos (16U) |
||
| 4786 | #define RTC_PRER_PREDIV_A_Msk (0x7FUL << RTC_PRER_PREDIV_A_Pos) /*!< 0x007F0000 */ |
||
| 4787 | #define RTC_PRER_PREDIV_A RTC_PRER_PREDIV_A_Msk |
||
| 4788 | #define RTC_PRER_PREDIV_S_Pos (0U) |
||
| 4789 | #define RTC_PRER_PREDIV_S_Msk (0x7FFFUL << RTC_PRER_PREDIV_S_Pos) /*!< 0x00007FFF */ |
||
| 4790 | #define RTC_PRER_PREDIV_S RTC_PRER_PREDIV_S_Msk |
||
| 4791 | |||
| 4792 | /******************** Bits definition for RTC_WUTR register *****************/ |
||
| 4793 | #define RTC_WUTR_WUT_Pos (0U) |
||
| 4794 | #define RTC_WUTR_WUT_Msk (0xFFFFUL << RTC_WUTR_WUT_Pos) /*!< 0x0000FFFF */ |
||
| 4795 | #define RTC_WUTR_WUT RTC_WUTR_WUT_Msk |
||
| 4796 | |||
| 4797 | /******************** Bits definition for RTC_CALIBR register ***************/ |
||
| 4798 | #define RTC_CALIBR_DCS_Pos (7U) |
||
| 4799 | #define RTC_CALIBR_DCS_Msk (0x1UL << RTC_CALIBR_DCS_Pos) /*!< 0x00000080 */ |
||
| 4800 | #define RTC_CALIBR_DCS RTC_CALIBR_DCS_Msk |
||
| 4801 | #define RTC_CALIBR_DC_Pos (0U) |
||
| 4802 | #define RTC_CALIBR_DC_Msk (0x1FUL << RTC_CALIBR_DC_Pos) /*!< 0x0000001F */ |
||
| 4803 | #define RTC_CALIBR_DC RTC_CALIBR_DC_Msk |
||
| 4804 | |||
| 4805 | /******************** Bits definition for RTC_ALRMAR register ***************/ |
||
| 4806 | #define RTC_ALRMAR_MSK4_Pos (31U) |
||
| 4807 | #define RTC_ALRMAR_MSK4_Msk (0x1UL << RTC_ALRMAR_MSK4_Pos) /*!< 0x80000000 */ |
||
| 4808 | #define RTC_ALRMAR_MSK4 RTC_ALRMAR_MSK4_Msk |
||
| 4809 | #define RTC_ALRMAR_WDSEL_Pos (30U) |
||
| 4810 | #define RTC_ALRMAR_WDSEL_Msk (0x1UL << RTC_ALRMAR_WDSEL_Pos) /*!< 0x40000000 */ |
||
| 4811 | #define RTC_ALRMAR_WDSEL RTC_ALRMAR_WDSEL_Msk |
||
| 4812 | #define RTC_ALRMAR_DT_Pos (28U) |
||
| 4813 | #define RTC_ALRMAR_DT_Msk (0x3UL << RTC_ALRMAR_DT_Pos) /*!< 0x30000000 */ |
||
| 4814 | #define RTC_ALRMAR_DT RTC_ALRMAR_DT_Msk |
||
| 4815 | #define RTC_ALRMAR_DT_0 (0x1UL << RTC_ALRMAR_DT_Pos) /*!< 0x10000000 */ |
||
| 4816 | #define RTC_ALRMAR_DT_1 (0x2UL << RTC_ALRMAR_DT_Pos) /*!< 0x20000000 */ |
||
| 4817 | #define RTC_ALRMAR_DU_Pos (24U) |
||
| 4818 | #define RTC_ALRMAR_DU_Msk (0xFUL << RTC_ALRMAR_DU_Pos) /*!< 0x0F000000 */ |
||
| 4819 | #define RTC_ALRMAR_DU RTC_ALRMAR_DU_Msk |
||
| 4820 | #define RTC_ALRMAR_DU_0 (0x1UL << RTC_ALRMAR_DU_Pos) /*!< 0x01000000 */ |
||
| 4821 | #define RTC_ALRMAR_DU_1 (0x2UL << RTC_ALRMAR_DU_Pos) /*!< 0x02000000 */ |
||
| 4822 | #define RTC_ALRMAR_DU_2 (0x4UL << RTC_ALRMAR_DU_Pos) /*!< 0x04000000 */ |
||
| 4823 | #define RTC_ALRMAR_DU_3 (0x8UL << RTC_ALRMAR_DU_Pos) /*!< 0x08000000 */ |
||
| 4824 | #define RTC_ALRMAR_MSK3_Pos (23U) |
||
| 4825 | #define RTC_ALRMAR_MSK3_Msk (0x1UL << RTC_ALRMAR_MSK3_Pos) /*!< 0x00800000 */ |
||
| 4826 | #define RTC_ALRMAR_MSK3 RTC_ALRMAR_MSK3_Msk |
||
| 4827 | #define RTC_ALRMAR_PM_Pos (22U) |
||
| 4828 | #define RTC_ALRMAR_PM_Msk (0x1UL << RTC_ALRMAR_PM_Pos) /*!< 0x00400000 */ |
||
| 4829 | #define RTC_ALRMAR_PM RTC_ALRMAR_PM_Msk |
||
| 4830 | #define RTC_ALRMAR_HT_Pos (20U) |
||
| 4831 | #define RTC_ALRMAR_HT_Msk (0x3UL << RTC_ALRMAR_HT_Pos) /*!< 0x00300000 */ |
||
| 4832 | #define RTC_ALRMAR_HT RTC_ALRMAR_HT_Msk |
||
| 4833 | #define RTC_ALRMAR_HT_0 (0x1UL << RTC_ALRMAR_HT_Pos) /*!< 0x00100000 */ |
||
| 4834 | #define RTC_ALRMAR_HT_1 (0x2UL << RTC_ALRMAR_HT_Pos) /*!< 0x00200000 */ |
||
| 4835 | #define RTC_ALRMAR_HU_Pos (16U) |
||
| 4836 | #define RTC_ALRMAR_HU_Msk (0xFUL << RTC_ALRMAR_HU_Pos) /*!< 0x000F0000 */ |
||
| 4837 | #define RTC_ALRMAR_HU RTC_ALRMAR_HU_Msk |
||
| 4838 | #define RTC_ALRMAR_HU_0 (0x1UL << RTC_ALRMAR_HU_Pos) /*!< 0x00010000 */ |
||
| 4839 | #define RTC_ALRMAR_HU_1 (0x2UL << RTC_ALRMAR_HU_Pos) /*!< 0x00020000 */ |
||
| 4840 | #define RTC_ALRMAR_HU_2 (0x4UL << RTC_ALRMAR_HU_Pos) /*!< 0x00040000 */ |
||
| 4841 | #define RTC_ALRMAR_HU_3 (0x8UL << RTC_ALRMAR_HU_Pos) /*!< 0x00080000 */ |
||
| 4842 | #define RTC_ALRMAR_MSK2_Pos (15U) |
||
| 4843 | #define RTC_ALRMAR_MSK2_Msk (0x1UL << RTC_ALRMAR_MSK2_Pos) /*!< 0x00008000 */ |
||
| 4844 | #define RTC_ALRMAR_MSK2 RTC_ALRMAR_MSK2_Msk |
||
| 4845 | #define RTC_ALRMAR_MNT_Pos (12U) |
||
| 4846 | #define RTC_ALRMAR_MNT_Msk (0x7UL << RTC_ALRMAR_MNT_Pos) /*!< 0x00007000 */ |
||
| 4847 | #define RTC_ALRMAR_MNT RTC_ALRMAR_MNT_Msk |
||
| 4848 | #define RTC_ALRMAR_MNT_0 (0x1UL << RTC_ALRMAR_MNT_Pos) /*!< 0x00001000 */ |
||
| 4849 | #define RTC_ALRMAR_MNT_1 (0x2UL << RTC_ALRMAR_MNT_Pos) /*!< 0x00002000 */ |
||
| 4850 | #define RTC_ALRMAR_MNT_2 (0x4UL << RTC_ALRMAR_MNT_Pos) /*!< 0x00004000 */ |
||
| 4851 | #define RTC_ALRMAR_MNU_Pos (8U) |
||
| 4852 | #define RTC_ALRMAR_MNU_Msk (0xFUL << RTC_ALRMAR_MNU_Pos) /*!< 0x00000F00 */ |
||
| 4853 | #define RTC_ALRMAR_MNU RTC_ALRMAR_MNU_Msk |
||
| 4854 | #define RTC_ALRMAR_MNU_0 (0x1UL << RTC_ALRMAR_MNU_Pos) /*!< 0x00000100 */ |
||
| 4855 | #define RTC_ALRMAR_MNU_1 (0x2UL << RTC_ALRMAR_MNU_Pos) /*!< 0x00000200 */ |
||
| 4856 | #define RTC_ALRMAR_MNU_2 (0x4UL << RTC_ALRMAR_MNU_Pos) /*!< 0x00000400 */ |
||
| 4857 | #define RTC_ALRMAR_MNU_3 (0x8UL << RTC_ALRMAR_MNU_Pos) /*!< 0x00000800 */ |
||
| 4858 | #define RTC_ALRMAR_MSK1_Pos (7U) |
||
| 4859 | #define RTC_ALRMAR_MSK1_Msk (0x1UL << RTC_ALRMAR_MSK1_Pos) /*!< 0x00000080 */ |
||
| 4860 | #define RTC_ALRMAR_MSK1 RTC_ALRMAR_MSK1_Msk |
||
| 4861 | #define RTC_ALRMAR_ST_Pos (4U) |
||
| 4862 | #define RTC_ALRMAR_ST_Msk (0x7UL << RTC_ALRMAR_ST_Pos) /*!< 0x00000070 */ |
||
| 4863 | #define RTC_ALRMAR_ST RTC_ALRMAR_ST_Msk |
||
| 4864 | #define RTC_ALRMAR_ST_0 (0x1UL << RTC_ALRMAR_ST_Pos) /*!< 0x00000010 */ |
||
| 4865 | #define RTC_ALRMAR_ST_1 (0x2UL << RTC_ALRMAR_ST_Pos) /*!< 0x00000020 */ |
||
| 4866 | #define RTC_ALRMAR_ST_2 (0x4UL << RTC_ALRMAR_ST_Pos) /*!< 0x00000040 */ |
||
| 4867 | #define RTC_ALRMAR_SU_Pos (0U) |
||
| 4868 | #define RTC_ALRMAR_SU_Msk (0xFUL << RTC_ALRMAR_SU_Pos) /*!< 0x0000000F */ |
||
| 4869 | #define RTC_ALRMAR_SU RTC_ALRMAR_SU_Msk |
||
| 4870 | #define RTC_ALRMAR_SU_0 (0x1UL << RTC_ALRMAR_SU_Pos) /*!< 0x00000001 */ |
||
| 4871 | #define RTC_ALRMAR_SU_1 (0x2UL << RTC_ALRMAR_SU_Pos) /*!< 0x00000002 */ |
||
| 4872 | #define RTC_ALRMAR_SU_2 (0x4UL << RTC_ALRMAR_SU_Pos) /*!< 0x00000004 */ |
||
| 4873 | #define RTC_ALRMAR_SU_3 (0x8UL << RTC_ALRMAR_SU_Pos) /*!< 0x00000008 */ |
||
| 4874 | |||
| 4875 | /******************** Bits definition for RTC_ALRMBR register ***************/ |
||
| 4876 | #define RTC_ALRMBR_MSK4_Pos (31U) |
||
| 4877 | #define RTC_ALRMBR_MSK4_Msk (0x1UL << RTC_ALRMBR_MSK4_Pos) /*!< 0x80000000 */ |
||
| 4878 | #define RTC_ALRMBR_MSK4 RTC_ALRMBR_MSK4_Msk |
||
| 4879 | #define RTC_ALRMBR_WDSEL_Pos (30U) |
||
| 4880 | #define RTC_ALRMBR_WDSEL_Msk (0x1UL << RTC_ALRMBR_WDSEL_Pos) /*!< 0x40000000 */ |
||
| 4881 | #define RTC_ALRMBR_WDSEL RTC_ALRMBR_WDSEL_Msk |
||
| 4882 | #define RTC_ALRMBR_DT_Pos (28U) |
||
| 4883 | #define RTC_ALRMBR_DT_Msk (0x3UL << RTC_ALRMBR_DT_Pos) /*!< 0x30000000 */ |
||
| 4884 | #define RTC_ALRMBR_DT RTC_ALRMBR_DT_Msk |
||
| 4885 | #define RTC_ALRMBR_DT_0 (0x1UL << RTC_ALRMBR_DT_Pos) /*!< 0x10000000 */ |
||
| 4886 | #define RTC_ALRMBR_DT_1 (0x2UL << RTC_ALRMBR_DT_Pos) /*!< 0x20000000 */ |
||
| 4887 | #define RTC_ALRMBR_DU_Pos (24U) |
||
| 4888 | #define RTC_ALRMBR_DU_Msk (0xFUL << RTC_ALRMBR_DU_Pos) /*!< 0x0F000000 */ |
||
| 4889 | #define RTC_ALRMBR_DU RTC_ALRMBR_DU_Msk |
||
| 4890 | #define RTC_ALRMBR_DU_0 (0x1UL << RTC_ALRMBR_DU_Pos) /*!< 0x01000000 */ |
||
| 4891 | #define RTC_ALRMBR_DU_1 (0x2UL << RTC_ALRMBR_DU_Pos) /*!< 0x02000000 */ |
||
| 4892 | #define RTC_ALRMBR_DU_2 (0x4UL << RTC_ALRMBR_DU_Pos) /*!< 0x04000000 */ |
||
| 4893 | #define RTC_ALRMBR_DU_3 (0x8UL << RTC_ALRMBR_DU_Pos) /*!< 0x08000000 */ |
||
| 4894 | #define RTC_ALRMBR_MSK3_Pos (23U) |
||
| 4895 | #define RTC_ALRMBR_MSK3_Msk (0x1UL << RTC_ALRMBR_MSK3_Pos) /*!< 0x00800000 */ |
||
| 4896 | #define RTC_ALRMBR_MSK3 RTC_ALRMBR_MSK3_Msk |
||
| 4897 | #define RTC_ALRMBR_PM_Pos (22U) |
||
| 4898 | #define RTC_ALRMBR_PM_Msk (0x1UL << RTC_ALRMBR_PM_Pos) /*!< 0x00400000 */ |
||
| 4899 | #define RTC_ALRMBR_PM RTC_ALRMBR_PM_Msk |
||
| 4900 | #define RTC_ALRMBR_HT_Pos (20U) |
||
| 4901 | #define RTC_ALRMBR_HT_Msk (0x3UL << RTC_ALRMBR_HT_Pos) /*!< 0x00300000 */ |
||
| 4902 | #define RTC_ALRMBR_HT RTC_ALRMBR_HT_Msk |
||
| 4903 | #define RTC_ALRMBR_HT_0 (0x1UL << RTC_ALRMBR_HT_Pos) /*!< 0x00100000 */ |
||
| 4904 | #define RTC_ALRMBR_HT_1 (0x2UL << RTC_ALRMBR_HT_Pos) /*!< 0x00200000 */ |
||
| 4905 | #define RTC_ALRMBR_HU_Pos (16U) |
||
| 4906 | #define RTC_ALRMBR_HU_Msk (0xFUL << RTC_ALRMBR_HU_Pos) /*!< 0x000F0000 */ |
||
| 4907 | #define RTC_ALRMBR_HU RTC_ALRMBR_HU_Msk |
||
| 4908 | #define RTC_ALRMBR_HU_0 (0x1UL << RTC_ALRMBR_HU_Pos) /*!< 0x00010000 */ |
||
| 4909 | #define RTC_ALRMBR_HU_1 (0x2UL << RTC_ALRMBR_HU_Pos) /*!< 0x00020000 */ |
||
| 4910 | #define RTC_ALRMBR_HU_2 (0x4UL << RTC_ALRMBR_HU_Pos) /*!< 0x00040000 */ |
||
| 4911 | #define RTC_ALRMBR_HU_3 (0x8UL << RTC_ALRMBR_HU_Pos) /*!< 0x00080000 */ |
||
| 4912 | #define RTC_ALRMBR_MSK2_Pos (15U) |
||
| 4913 | #define RTC_ALRMBR_MSK2_Msk (0x1UL << RTC_ALRMBR_MSK2_Pos) /*!< 0x00008000 */ |
||
| 4914 | #define RTC_ALRMBR_MSK2 RTC_ALRMBR_MSK2_Msk |
||
| 4915 | #define RTC_ALRMBR_MNT_Pos (12U) |
||
| 4916 | #define RTC_ALRMBR_MNT_Msk (0x7UL << RTC_ALRMBR_MNT_Pos) /*!< 0x00007000 */ |
||
| 4917 | #define RTC_ALRMBR_MNT RTC_ALRMBR_MNT_Msk |
||
| 4918 | #define RTC_ALRMBR_MNT_0 (0x1UL << RTC_ALRMBR_MNT_Pos) /*!< 0x00001000 */ |
||
| 4919 | #define RTC_ALRMBR_MNT_1 (0x2UL << RTC_ALRMBR_MNT_Pos) /*!< 0x00002000 */ |
||
| 4920 | #define RTC_ALRMBR_MNT_2 (0x4UL << RTC_ALRMBR_MNT_Pos) /*!< 0x00004000 */ |
||
| 4921 | #define RTC_ALRMBR_MNU_Pos (8U) |
||
| 4922 | #define RTC_ALRMBR_MNU_Msk (0xFUL << RTC_ALRMBR_MNU_Pos) /*!< 0x00000F00 */ |
||
| 4923 | #define RTC_ALRMBR_MNU RTC_ALRMBR_MNU_Msk |
||
| 4924 | #define RTC_ALRMBR_MNU_0 (0x1UL << RTC_ALRMBR_MNU_Pos) /*!< 0x00000100 */ |
||
| 4925 | #define RTC_ALRMBR_MNU_1 (0x2UL << RTC_ALRMBR_MNU_Pos) /*!< 0x00000200 */ |
||
| 4926 | #define RTC_ALRMBR_MNU_2 (0x4UL << RTC_ALRMBR_MNU_Pos) /*!< 0x00000400 */ |
||
| 4927 | #define RTC_ALRMBR_MNU_3 (0x8UL << RTC_ALRMBR_MNU_Pos) /*!< 0x00000800 */ |
||
| 4928 | #define RTC_ALRMBR_MSK1_Pos (7U) |
||
| 4929 | #define RTC_ALRMBR_MSK1_Msk (0x1UL << RTC_ALRMBR_MSK1_Pos) /*!< 0x00000080 */ |
||
| 4930 | #define RTC_ALRMBR_MSK1 RTC_ALRMBR_MSK1_Msk |
||
| 4931 | #define RTC_ALRMBR_ST_Pos (4U) |
||
| 4932 | #define RTC_ALRMBR_ST_Msk (0x7UL << RTC_ALRMBR_ST_Pos) /*!< 0x00000070 */ |
||
| 4933 | #define RTC_ALRMBR_ST RTC_ALRMBR_ST_Msk |
||
| 4934 | #define RTC_ALRMBR_ST_0 (0x1UL << RTC_ALRMBR_ST_Pos) /*!< 0x00000010 */ |
||
| 4935 | #define RTC_ALRMBR_ST_1 (0x2UL << RTC_ALRMBR_ST_Pos) /*!< 0x00000020 */ |
||
| 4936 | #define RTC_ALRMBR_ST_2 (0x4UL << RTC_ALRMBR_ST_Pos) /*!< 0x00000040 */ |
||
| 4937 | #define RTC_ALRMBR_SU_Pos (0U) |
||
| 4938 | #define RTC_ALRMBR_SU_Msk (0xFUL << RTC_ALRMBR_SU_Pos) /*!< 0x0000000F */ |
||
| 4939 | #define RTC_ALRMBR_SU RTC_ALRMBR_SU_Msk |
||
| 4940 | #define RTC_ALRMBR_SU_0 (0x1UL << RTC_ALRMBR_SU_Pos) /*!< 0x00000001 */ |
||
| 4941 | #define RTC_ALRMBR_SU_1 (0x2UL << RTC_ALRMBR_SU_Pos) /*!< 0x00000002 */ |
||
| 4942 | #define RTC_ALRMBR_SU_2 (0x4UL << RTC_ALRMBR_SU_Pos) /*!< 0x00000004 */ |
||
| 4943 | #define RTC_ALRMBR_SU_3 (0x8UL << RTC_ALRMBR_SU_Pos) /*!< 0x00000008 */ |
||
| 4944 | |||
| 4945 | /******************** Bits definition for RTC_WPR register ******************/ |
||
| 4946 | #define RTC_WPR_KEY_Pos (0U) |
||
| 4947 | #define RTC_WPR_KEY_Msk (0xFFUL << RTC_WPR_KEY_Pos) /*!< 0x000000FF */ |
||
| 4948 | #define RTC_WPR_KEY RTC_WPR_KEY_Msk |
||
| 4949 | |||
| 4950 | /******************** Bits definition for RTC_SSR register ******************/ |
||
| 4951 | #define RTC_SSR_SS_Pos (0U) |
||
| 4952 | #define RTC_SSR_SS_Msk (0xFFFFUL << RTC_SSR_SS_Pos) /*!< 0x0000FFFF */ |
||
| 4953 | #define RTC_SSR_SS RTC_SSR_SS_Msk |
||
| 4954 | |||
| 4955 | /******************** Bits definition for RTC_SHIFTR register ***************/ |
||
| 4956 | #define RTC_SHIFTR_SUBFS_Pos (0U) |
||
| 4957 | #define RTC_SHIFTR_SUBFS_Msk (0x7FFFUL << RTC_SHIFTR_SUBFS_Pos) /*!< 0x00007FFF */ |
||
| 4958 | #define RTC_SHIFTR_SUBFS RTC_SHIFTR_SUBFS_Msk |
||
| 4959 | #define RTC_SHIFTR_ADD1S_Pos (31U) |
||
| 4960 | #define RTC_SHIFTR_ADD1S_Msk (0x1UL << RTC_SHIFTR_ADD1S_Pos) /*!< 0x80000000 */ |
||
| 4961 | #define RTC_SHIFTR_ADD1S RTC_SHIFTR_ADD1S_Msk |
||
| 4962 | |||
| 4963 | /******************** Bits definition for RTC_TSTR register *****************/ |
||
| 4964 | #define RTC_TSTR_PM_Pos (22U) |
||
| 4965 | #define RTC_TSTR_PM_Msk (0x1UL << RTC_TSTR_PM_Pos) /*!< 0x00400000 */ |
||
| 4966 | #define RTC_TSTR_PM RTC_TSTR_PM_Msk |
||
| 4967 | #define RTC_TSTR_HT_Pos (20U) |
||
| 4968 | #define RTC_TSTR_HT_Msk (0x3UL << RTC_TSTR_HT_Pos) /*!< 0x00300000 */ |
||
| 4969 | #define RTC_TSTR_HT RTC_TSTR_HT_Msk |
||
| 4970 | #define RTC_TSTR_HT_0 (0x1UL << RTC_TSTR_HT_Pos) /*!< 0x00100000 */ |
||
| 4971 | #define RTC_TSTR_HT_1 (0x2UL << RTC_TSTR_HT_Pos) /*!< 0x00200000 */ |
||
| 4972 | #define RTC_TSTR_HU_Pos (16U) |
||
| 4973 | #define RTC_TSTR_HU_Msk (0xFUL << RTC_TSTR_HU_Pos) /*!< 0x000F0000 */ |
||
| 4974 | #define RTC_TSTR_HU RTC_TSTR_HU_Msk |
||
| 4975 | #define RTC_TSTR_HU_0 (0x1UL << RTC_TSTR_HU_Pos) /*!< 0x00010000 */ |
||
| 4976 | #define RTC_TSTR_HU_1 (0x2UL << RTC_TSTR_HU_Pos) /*!< 0x00020000 */ |
||
| 4977 | #define RTC_TSTR_HU_2 (0x4UL << RTC_TSTR_HU_Pos) /*!< 0x00040000 */ |
||
| 4978 | #define RTC_TSTR_HU_3 (0x8UL << RTC_TSTR_HU_Pos) /*!< 0x00080000 */ |
||
| 4979 | #define RTC_TSTR_MNT_Pos (12U) |
||
| 4980 | #define RTC_TSTR_MNT_Msk (0x7UL << RTC_TSTR_MNT_Pos) /*!< 0x00007000 */ |
||
| 4981 | #define RTC_TSTR_MNT RTC_TSTR_MNT_Msk |
||
| 4982 | #define RTC_TSTR_MNT_0 (0x1UL << RTC_TSTR_MNT_Pos) /*!< 0x00001000 */ |
||
| 4983 | #define RTC_TSTR_MNT_1 (0x2UL << RTC_TSTR_MNT_Pos) /*!< 0x00002000 */ |
||
| 4984 | #define RTC_TSTR_MNT_2 (0x4UL << RTC_TSTR_MNT_Pos) /*!< 0x00004000 */ |
||
| 4985 | #define RTC_TSTR_MNU_Pos (8U) |
||
| 4986 | #define RTC_TSTR_MNU_Msk (0xFUL << RTC_TSTR_MNU_Pos) /*!< 0x00000F00 */ |
||
| 4987 | #define RTC_TSTR_MNU RTC_TSTR_MNU_Msk |
||
| 4988 | #define RTC_TSTR_MNU_0 (0x1UL << RTC_TSTR_MNU_Pos) /*!< 0x00000100 */ |
||
| 4989 | #define RTC_TSTR_MNU_1 (0x2UL << RTC_TSTR_MNU_Pos) /*!< 0x00000200 */ |
||
| 4990 | #define RTC_TSTR_MNU_2 (0x4UL << RTC_TSTR_MNU_Pos) /*!< 0x00000400 */ |
||
| 4991 | #define RTC_TSTR_MNU_3 (0x8UL << RTC_TSTR_MNU_Pos) /*!< 0x00000800 */ |
||
| 4992 | #define RTC_TSTR_ST_Pos (4U) |
||
| 4993 | #define RTC_TSTR_ST_Msk (0x7UL << RTC_TSTR_ST_Pos) /*!< 0x00000070 */ |
||
| 4994 | #define RTC_TSTR_ST RTC_TSTR_ST_Msk |
||
| 4995 | #define RTC_TSTR_ST_0 (0x1UL << RTC_TSTR_ST_Pos) /*!< 0x00000010 */ |
||
| 4996 | #define RTC_TSTR_ST_1 (0x2UL << RTC_TSTR_ST_Pos) /*!< 0x00000020 */ |
||
| 4997 | #define RTC_TSTR_ST_2 (0x4UL << RTC_TSTR_ST_Pos) /*!< 0x00000040 */ |
||
| 4998 | #define RTC_TSTR_SU_Pos (0U) |
||
| 4999 | #define RTC_TSTR_SU_Msk (0xFUL << RTC_TSTR_SU_Pos) /*!< 0x0000000F */ |
||
| 5000 | #define RTC_TSTR_SU RTC_TSTR_SU_Msk |
||
| 5001 | #define RTC_TSTR_SU_0 (0x1UL << RTC_TSTR_SU_Pos) /*!< 0x00000001 */ |
||
| 5002 | #define RTC_TSTR_SU_1 (0x2UL << RTC_TSTR_SU_Pos) /*!< 0x00000002 */ |
||
| 5003 | #define RTC_TSTR_SU_2 (0x4UL << RTC_TSTR_SU_Pos) /*!< 0x00000004 */ |
||
| 5004 | #define RTC_TSTR_SU_3 (0x8UL << RTC_TSTR_SU_Pos) /*!< 0x00000008 */ |
||
| 5005 | |||
| 5006 | /******************** Bits definition for RTC_TSDR register *****************/ |
||
| 5007 | #define RTC_TSDR_WDU_Pos (13U) |
||
| 5008 | #define RTC_TSDR_WDU_Msk (0x7UL << RTC_TSDR_WDU_Pos) /*!< 0x0000E000 */ |
||
| 5009 | #define RTC_TSDR_WDU RTC_TSDR_WDU_Msk |
||
| 5010 | #define RTC_TSDR_WDU_0 (0x1UL << RTC_TSDR_WDU_Pos) /*!< 0x00002000 */ |
||
| 5011 | #define RTC_TSDR_WDU_1 (0x2UL << RTC_TSDR_WDU_Pos) /*!< 0x00004000 */ |
||
| 5012 | #define RTC_TSDR_WDU_2 (0x4UL << RTC_TSDR_WDU_Pos) /*!< 0x00008000 */ |
||
| 5013 | #define RTC_TSDR_MT_Pos (12U) |
||
| 5014 | #define RTC_TSDR_MT_Msk (0x1UL << RTC_TSDR_MT_Pos) /*!< 0x00001000 */ |
||
| 5015 | #define RTC_TSDR_MT RTC_TSDR_MT_Msk |
||
| 5016 | #define RTC_TSDR_MU_Pos (8U) |
||
| 5017 | #define RTC_TSDR_MU_Msk (0xFUL << RTC_TSDR_MU_Pos) /*!< 0x00000F00 */ |
||
| 5018 | #define RTC_TSDR_MU RTC_TSDR_MU_Msk |
||
| 5019 | #define RTC_TSDR_MU_0 (0x1UL << RTC_TSDR_MU_Pos) /*!< 0x00000100 */ |
||
| 5020 | #define RTC_TSDR_MU_1 (0x2UL << RTC_TSDR_MU_Pos) /*!< 0x00000200 */ |
||
| 5021 | #define RTC_TSDR_MU_2 (0x4UL << RTC_TSDR_MU_Pos) /*!< 0x00000400 */ |
||
| 5022 | #define RTC_TSDR_MU_3 (0x8UL << RTC_TSDR_MU_Pos) /*!< 0x00000800 */ |
||
| 5023 | #define RTC_TSDR_DT_Pos (4U) |
||
| 5024 | #define RTC_TSDR_DT_Msk (0x3UL << RTC_TSDR_DT_Pos) /*!< 0x00000030 */ |
||
| 5025 | #define RTC_TSDR_DT RTC_TSDR_DT_Msk |
||
| 5026 | #define RTC_TSDR_DT_0 (0x1UL << RTC_TSDR_DT_Pos) /*!< 0x00000010 */ |
||
| 5027 | #define RTC_TSDR_DT_1 (0x2UL << RTC_TSDR_DT_Pos) /*!< 0x00000020 */ |
||
| 5028 | #define RTC_TSDR_DU_Pos (0U) |
||
| 5029 | #define RTC_TSDR_DU_Msk (0xFUL << RTC_TSDR_DU_Pos) /*!< 0x0000000F */ |
||
| 5030 | #define RTC_TSDR_DU RTC_TSDR_DU_Msk |
||
| 5031 | #define RTC_TSDR_DU_0 (0x1UL << RTC_TSDR_DU_Pos) /*!< 0x00000001 */ |
||
| 5032 | #define RTC_TSDR_DU_1 (0x2UL << RTC_TSDR_DU_Pos) /*!< 0x00000002 */ |
||
| 5033 | #define RTC_TSDR_DU_2 (0x4UL << RTC_TSDR_DU_Pos) /*!< 0x00000004 */ |
||
| 5034 | #define RTC_TSDR_DU_3 (0x8UL << RTC_TSDR_DU_Pos) /*!< 0x00000008 */ |
||
| 5035 | |||
| 5036 | /******************** Bits definition for RTC_TSSSR register ****************/ |
||
| 5037 | #define RTC_TSSSR_SS_Pos (0U) |
||
| 5038 | #define RTC_TSSSR_SS_Msk (0xFFFFUL << RTC_TSSSR_SS_Pos) /*!< 0x0000FFFF */ |
||
| 5039 | #define RTC_TSSSR_SS RTC_TSSSR_SS_Msk |
||
| 5040 | |||
| 5041 | /******************** Bits definition for RTC_CAL register *****************/ |
||
| 5042 | #define RTC_CALR_CALP_Pos (15U) |
||
| 5043 | #define RTC_CALR_CALP_Msk (0x1UL << RTC_CALR_CALP_Pos) /*!< 0x00008000 */ |
||
| 5044 | #define RTC_CALR_CALP RTC_CALR_CALP_Msk |
||
| 5045 | #define RTC_CALR_CALW8_Pos (14U) |
||
| 5046 | #define RTC_CALR_CALW8_Msk (0x1UL << RTC_CALR_CALW8_Pos) /*!< 0x00004000 */ |
||
| 5047 | #define RTC_CALR_CALW8 RTC_CALR_CALW8_Msk |
||
| 5048 | #define RTC_CALR_CALW16_Pos (13U) |
||
| 5049 | #define RTC_CALR_CALW16_Msk (0x1UL << RTC_CALR_CALW16_Pos) /*!< 0x00002000 */ |
||
| 5050 | #define RTC_CALR_CALW16 RTC_CALR_CALW16_Msk |
||
| 5051 | #define RTC_CALR_CALM_Pos (0U) |
||
| 5052 | #define RTC_CALR_CALM_Msk (0x1FFUL << RTC_CALR_CALM_Pos) /*!< 0x000001FF */ |
||
| 5053 | #define RTC_CALR_CALM RTC_CALR_CALM_Msk |
||
| 5054 | #define RTC_CALR_CALM_0 (0x001UL << RTC_CALR_CALM_Pos) /*!< 0x00000001 */ |
||
| 5055 | #define RTC_CALR_CALM_1 (0x002UL << RTC_CALR_CALM_Pos) /*!< 0x00000002 */ |
||
| 5056 | #define RTC_CALR_CALM_2 (0x004UL << RTC_CALR_CALM_Pos) /*!< 0x00000004 */ |
||
| 5057 | #define RTC_CALR_CALM_3 (0x008UL << RTC_CALR_CALM_Pos) /*!< 0x00000008 */ |
||
| 5058 | #define RTC_CALR_CALM_4 (0x010UL << RTC_CALR_CALM_Pos) /*!< 0x00000010 */ |
||
| 5059 | #define RTC_CALR_CALM_5 (0x020UL << RTC_CALR_CALM_Pos) /*!< 0x00000020 */ |
||
| 5060 | #define RTC_CALR_CALM_6 (0x040UL << RTC_CALR_CALM_Pos) /*!< 0x00000040 */ |
||
| 5061 | #define RTC_CALR_CALM_7 (0x080UL << RTC_CALR_CALM_Pos) /*!< 0x00000080 */ |
||
| 5062 | #define RTC_CALR_CALM_8 (0x100UL << RTC_CALR_CALM_Pos) /*!< 0x00000100 */ |
||
| 5063 | |||
| 5064 | /******************** Bits definition for RTC_TAFCR register ****************/ |
||
| 5065 | #define RTC_TAFCR_ALARMOUTTYPE_Pos (18U) |
||
| 5066 | #define RTC_TAFCR_ALARMOUTTYPE_Msk (0x1UL << RTC_TAFCR_ALARMOUTTYPE_Pos) /*!< 0x00040000 */ |
||
| 5067 | #define RTC_TAFCR_ALARMOUTTYPE RTC_TAFCR_ALARMOUTTYPE_Msk |
||
| 5068 | #define RTC_TAFCR_TAMPPUDIS_Pos (15U) |
||
| 5069 | #define RTC_TAFCR_TAMPPUDIS_Msk (0x1UL << RTC_TAFCR_TAMPPUDIS_Pos) /*!< 0x00008000 */ |
||
| 5070 | #define RTC_TAFCR_TAMPPUDIS RTC_TAFCR_TAMPPUDIS_Msk |
||
| 5071 | #define RTC_TAFCR_TAMPPRCH_Pos (13U) |
||
| 5072 | #define RTC_TAFCR_TAMPPRCH_Msk (0x3UL << RTC_TAFCR_TAMPPRCH_Pos) /*!< 0x00006000 */ |
||
| 5073 | #define RTC_TAFCR_TAMPPRCH RTC_TAFCR_TAMPPRCH_Msk |
||
| 5074 | #define RTC_TAFCR_TAMPPRCH_0 (0x1UL << RTC_TAFCR_TAMPPRCH_Pos) /*!< 0x00002000 */ |
||
| 5075 | #define RTC_TAFCR_TAMPPRCH_1 (0x2UL << RTC_TAFCR_TAMPPRCH_Pos) /*!< 0x00004000 */ |
||
| 5076 | #define RTC_TAFCR_TAMPFLT_Pos (11U) |
||
| 5077 | #define RTC_TAFCR_TAMPFLT_Msk (0x3UL << RTC_TAFCR_TAMPFLT_Pos) /*!< 0x00001800 */ |
||
| 5078 | #define RTC_TAFCR_TAMPFLT RTC_TAFCR_TAMPFLT_Msk |
||
| 5079 | #define RTC_TAFCR_TAMPFLT_0 (0x1UL << RTC_TAFCR_TAMPFLT_Pos) /*!< 0x00000800 */ |
||
| 5080 | #define RTC_TAFCR_TAMPFLT_1 (0x2UL << RTC_TAFCR_TAMPFLT_Pos) /*!< 0x00001000 */ |
||
| 5081 | #define RTC_TAFCR_TAMPFREQ_Pos (8U) |
||
| 5082 | #define RTC_TAFCR_TAMPFREQ_Msk (0x7UL << RTC_TAFCR_TAMPFREQ_Pos) /*!< 0x00000700 */ |
||
| 5083 | #define RTC_TAFCR_TAMPFREQ RTC_TAFCR_TAMPFREQ_Msk |
||
| 5084 | #define RTC_TAFCR_TAMPFREQ_0 (0x1UL << RTC_TAFCR_TAMPFREQ_Pos) /*!< 0x00000100 */ |
||
| 5085 | #define RTC_TAFCR_TAMPFREQ_1 (0x2UL << RTC_TAFCR_TAMPFREQ_Pos) /*!< 0x00000200 */ |
||
| 5086 | #define RTC_TAFCR_TAMPFREQ_2 (0x4UL << RTC_TAFCR_TAMPFREQ_Pos) /*!< 0x00000400 */ |
||
| 5087 | #define RTC_TAFCR_TAMPTS_Pos (7U) |
||
| 5088 | #define RTC_TAFCR_TAMPTS_Msk (0x1UL << RTC_TAFCR_TAMPTS_Pos) /*!< 0x00000080 */ |
||
| 5089 | #define RTC_TAFCR_TAMPTS RTC_TAFCR_TAMPTS_Msk |
||
| 5090 | #define RTC_TAFCR_TAMP3TRG_Pos (6U) |
||
| 5091 | #define RTC_TAFCR_TAMP3TRG_Msk (0x1UL << RTC_TAFCR_TAMP3TRG_Pos) /*!< 0x00000040 */ |
||
| 5092 | #define RTC_TAFCR_TAMP3TRG RTC_TAFCR_TAMP3TRG_Msk |
||
| 5093 | #define RTC_TAFCR_TAMP3E_Pos (5U) |
||
| 5094 | #define RTC_TAFCR_TAMP3E_Msk (0x1UL << RTC_TAFCR_TAMP3E_Pos) /*!< 0x00000020 */ |
||
| 5095 | #define RTC_TAFCR_TAMP3E RTC_TAFCR_TAMP3E_Msk |
||
| 5096 | #define RTC_TAFCR_TAMP2TRG_Pos (4U) |
||
| 5097 | #define RTC_TAFCR_TAMP2TRG_Msk (0x1UL << RTC_TAFCR_TAMP2TRG_Pos) /*!< 0x00000010 */ |
||
| 5098 | #define RTC_TAFCR_TAMP2TRG RTC_TAFCR_TAMP2TRG_Msk |
||
| 5099 | #define RTC_TAFCR_TAMP2E_Pos (3U) |
||
| 5100 | #define RTC_TAFCR_TAMP2E_Msk (0x1UL << RTC_TAFCR_TAMP2E_Pos) /*!< 0x00000008 */ |
||
| 5101 | #define RTC_TAFCR_TAMP2E RTC_TAFCR_TAMP2E_Msk |
||
| 5102 | #define RTC_TAFCR_TAMPIE_Pos (2U) |
||
| 5103 | #define RTC_TAFCR_TAMPIE_Msk (0x1UL << RTC_TAFCR_TAMPIE_Pos) /*!< 0x00000004 */ |
||
| 5104 | #define RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE_Msk |
||
| 5105 | #define RTC_TAFCR_TAMP1TRG_Pos (1U) |
||
| 5106 | #define RTC_TAFCR_TAMP1TRG_Msk (0x1UL << RTC_TAFCR_TAMP1TRG_Pos) /*!< 0x00000002 */ |
||
| 5107 | #define RTC_TAFCR_TAMP1TRG RTC_TAFCR_TAMP1TRG_Msk |
||
| 5108 | #define RTC_TAFCR_TAMP1E_Pos (0U) |
||
| 5109 | #define RTC_TAFCR_TAMP1E_Msk (0x1UL << RTC_TAFCR_TAMP1E_Pos) /*!< 0x00000001 */ |
||
| 5110 | #define RTC_TAFCR_TAMP1E RTC_TAFCR_TAMP1E_Msk |
||
| 5111 | |||
| 5112 | /******************** Bits definition for RTC_ALRMASSR register *************/ |
||
| 5113 | #define RTC_ALRMASSR_MASKSS_Pos (24U) |
||
| 5114 | #define RTC_ALRMASSR_MASKSS_Msk (0xFUL << RTC_ALRMASSR_MASKSS_Pos) /*!< 0x0F000000 */ |
||
| 5115 | #define RTC_ALRMASSR_MASKSS RTC_ALRMASSR_MASKSS_Msk |
||
| 5116 | #define RTC_ALRMASSR_MASKSS_0 (0x1UL << RTC_ALRMASSR_MASKSS_Pos) /*!< 0x01000000 */ |
||
| 5117 | #define RTC_ALRMASSR_MASKSS_1 (0x2UL << RTC_ALRMASSR_MASKSS_Pos) /*!< 0x02000000 */ |
||
| 5118 | #define RTC_ALRMASSR_MASKSS_2 (0x4UL << RTC_ALRMASSR_MASKSS_Pos) /*!< 0x04000000 */ |
||
| 5119 | #define RTC_ALRMASSR_MASKSS_3 (0x8UL << RTC_ALRMASSR_MASKSS_Pos) /*!< 0x08000000 */ |
||
| 5120 | #define RTC_ALRMASSR_SS_Pos (0U) |
||
| 5121 | #define RTC_ALRMASSR_SS_Msk (0x7FFFUL << RTC_ALRMASSR_SS_Pos) /*!< 0x00007FFF */ |
||
| 5122 | #define RTC_ALRMASSR_SS RTC_ALRMASSR_SS_Msk |
||
| 5123 | |||
| 5124 | /******************** Bits definition for RTC_ALRMBSSR register *************/ |
||
| 5125 | #define RTC_ALRMBSSR_MASKSS_Pos (24U) |
||
| 5126 | #define RTC_ALRMBSSR_MASKSS_Msk (0xFUL << RTC_ALRMBSSR_MASKSS_Pos) /*!< 0x0F000000 */ |
||
| 5127 | #define RTC_ALRMBSSR_MASKSS RTC_ALRMBSSR_MASKSS_Msk |
||
| 5128 | #define RTC_ALRMBSSR_MASKSS_0 (0x1UL << RTC_ALRMBSSR_MASKSS_Pos) /*!< 0x01000000 */ |
||
| 5129 | #define RTC_ALRMBSSR_MASKSS_1 (0x2UL << RTC_ALRMBSSR_MASKSS_Pos) /*!< 0x02000000 */ |
||
| 5130 | #define RTC_ALRMBSSR_MASKSS_2 (0x4UL << RTC_ALRMBSSR_MASKSS_Pos) /*!< 0x04000000 */ |
||
| 5131 | #define RTC_ALRMBSSR_MASKSS_3 (0x8UL << RTC_ALRMBSSR_MASKSS_Pos) /*!< 0x08000000 */ |
||
| 5132 | #define RTC_ALRMBSSR_SS_Pos (0U) |
||
| 5133 | #define RTC_ALRMBSSR_SS_Msk (0x7FFFUL << RTC_ALRMBSSR_SS_Pos) /*!< 0x00007FFF */ |
||
| 5134 | #define RTC_ALRMBSSR_SS RTC_ALRMBSSR_SS_Msk |
||
| 5135 | |||
| 5136 | /******************** Bits definition for RTC_BKP0R register ****************/ |
||
| 5137 | #define RTC_BKP0R_Pos (0U) |
||
| 5138 | #define RTC_BKP0R_Msk (0xFFFFFFFFUL << RTC_BKP0R_Pos) /*!< 0xFFFFFFFF */ |
||
| 5139 | #define RTC_BKP0R RTC_BKP0R_Msk |
||
| 5140 | |||
| 5141 | /******************** Bits definition for RTC_BKP1R register ****************/ |
||
| 5142 | #define RTC_BKP1R_Pos (0U) |
||
| 5143 | #define RTC_BKP1R_Msk (0xFFFFFFFFUL << RTC_BKP1R_Pos) /*!< 0xFFFFFFFF */ |
||
| 5144 | #define RTC_BKP1R RTC_BKP1R_Msk |
||
| 5145 | |||
| 5146 | /******************** Bits definition for RTC_BKP2R register ****************/ |
||
| 5147 | #define RTC_BKP2R_Pos (0U) |
||
| 5148 | #define RTC_BKP2R_Msk (0xFFFFFFFFUL << RTC_BKP2R_Pos) /*!< 0xFFFFFFFF */ |
||
| 5149 | #define RTC_BKP2R RTC_BKP2R_Msk |
||
| 5150 | |||
| 5151 | /******************** Bits definition for RTC_BKP3R register ****************/ |
||
| 5152 | #define RTC_BKP3R_Pos (0U) |
||
| 5153 | #define RTC_BKP3R_Msk (0xFFFFFFFFUL << RTC_BKP3R_Pos) /*!< 0xFFFFFFFF */ |
||
| 5154 | #define RTC_BKP3R RTC_BKP3R_Msk |
||
| 5155 | |||
| 5156 | /******************** Bits definition for RTC_BKP4R register ****************/ |
||
| 5157 | #define RTC_BKP4R_Pos (0U) |
||
| 5158 | #define RTC_BKP4R_Msk (0xFFFFFFFFUL << RTC_BKP4R_Pos) /*!< 0xFFFFFFFF */ |
||
| 5159 | #define RTC_BKP4R RTC_BKP4R_Msk |
||
| 5160 | |||
| 5161 | /******************** Number of backup registers ******************************/ |
||
| 5162 | #define RTC_BKP_NUMBER 5 |
||
| 5163 | |||
| 5164 | /******************************************************************************/ |
||
| 5165 | /* */ |
||
| 5166 | /* Serial Peripheral Interface (SPI) */ |
||
| 5167 | /* */ |
||
| 5168 | /******************************************************************************/ |
||
| 5169 | |||
| 5170 | /* |
||
| 5171 | * @brief Specific device feature definitions (not present on all devices in the STM32F3 series) |
||
| 5172 | */ |
||
| 5173 | |||
| 5174 | /******************* Bit definition for SPI_CR1 register ********************/ |
||
| 5175 | #define SPI_CR1_CPHA_Pos (0U) |
||
| 5176 | #define SPI_CR1_CPHA_Msk (0x1UL << SPI_CR1_CPHA_Pos) /*!< 0x00000001 */ |
||
| 5177 | #define SPI_CR1_CPHA SPI_CR1_CPHA_Msk /*!< Clock Phase */ |
||
| 5178 | #define SPI_CR1_CPOL_Pos (1U) |
||
| 5179 | #define SPI_CR1_CPOL_Msk (0x1UL << SPI_CR1_CPOL_Pos) /*!< 0x00000002 */ |
||
| 5180 | #define SPI_CR1_CPOL SPI_CR1_CPOL_Msk /*!< Clock Polarity */ |
||
| 5181 | #define SPI_CR1_MSTR_Pos (2U) |
||
| 5182 | #define SPI_CR1_MSTR_Msk (0x1UL << SPI_CR1_MSTR_Pos) /*!< 0x00000004 */ |
||
| 5183 | #define SPI_CR1_MSTR SPI_CR1_MSTR_Msk /*!< Master Selection */ |
||
| 5184 | |||
| 5185 | #define SPI_CR1_BR_Pos (3U) |
||
| 5186 | #define SPI_CR1_BR_Msk (0x7UL << SPI_CR1_BR_Pos) /*!< 0x00000038 */ |
||
| 5187 | #define SPI_CR1_BR SPI_CR1_BR_Msk /*!< BR[2:0] bits (Baud Rate Control) */ |
||
| 5188 | #define SPI_CR1_BR_0 (0x1UL << SPI_CR1_BR_Pos) /*!< 0x00000008 */ |
||
| 5189 | #define SPI_CR1_BR_1 (0x2UL << SPI_CR1_BR_Pos) /*!< 0x00000010 */ |
||
| 5190 | #define SPI_CR1_BR_2 (0x4UL << SPI_CR1_BR_Pos) /*!< 0x00000020 */ |
||
| 5191 | |||
| 5192 | #define SPI_CR1_SPE_Pos (6U) |
||
| 5193 | #define SPI_CR1_SPE_Msk (0x1UL << SPI_CR1_SPE_Pos) /*!< 0x00000040 */ |
||
| 5194 | #define SPI_CR1_SPE SPI_CR1_SPE_Msk /*!< SPI Enable */ |
||
| 5195 | #define SPI_CR1_LSBFIRST_Pos (7U) |
||
| 5196 | #define SPI_CR1_LSBFIRST_Msk (0x1UL << SPI_CR1_LSBFIRST_Pos) /*!< 0x00000080 */ |
||
| 5197 | #define SPI_CR1_LSBFIRST SPI_CR1_LSBFIRST_Msk /*!< Frame Format */ |
||
| 5198 | #define SPI_CR1_SSI_Pos (8U) |
||
| 5199 | #define SPI_CR1_SSI_Msk (0x1UL << SPI_CR1_SSI_Pos) /*!< 0x00000100 */ |
||
| 5200 | #define SPI_CR1_SSI SPI_CR1_SSI_Msk /*!< Internal slave select */ |
||
| 5201 | #define SPI_CR1_SSM_Pos (9U) |
||
| 5202 | #define SPI_CR1_SSM_Msk (0x1UL << SPI_CR1_SSM_Pos) /*!< 0x00000200 */ |
||
| 5203 | #define SPI_CR1_SSM SPI_CR1_SSM_Msk /*!< Software slave management */ |
||
| 5204 | #define SPI_CR1_RXONLY_Pos (10U) |
||
| 5205 | #define SPI_CR1_RXONLY_Msk (0x1UL << SPI_CR1_RXONLY_Pos) /*!< 0x00000400 */ |
||
| 5206 | #define SPI_CR1_RXONLY SPI_CR1_RXONLY_Msk /*!< Receive only */ |
||
| 5207 | #define SPI_CR1_DFF_Pos (11U) |
||
| 5208 | #define SPI_CR1_DFF_Msk (0x1UL << SPI_CR1_DFF_Pos) /*!< 0x00000800 */ |
||
| 5209 | #define SPI_CR1_DFF SPI_CR1_DFF_Msk /*!< Data Frame Format */ |
||
| 5210 | #define SPI_CR1_CRCNEXT_Pos (12U) |
||
| 5211 | #define SPI_CR1_CRCNEXT_Msk (0x1UL << SPI_CR1_CRCNEXT_Pos) /*!< 0x00001000 */ |
||
| 5212 | #define SPI_CR1_CRCNEXT SPI_CR1_CRCNEXT_Msk /*!< Transmit CRC next */ |
||
| 5213 | #define SPI_CR1_CRCEN_Pos (13U) |
||
| 5214 | #define SPI_CR1_CRCEN_Msk (0x1UL << SPI_CR1_CRCEN_Pos) /*!< 0x00002000 */ |
||
| 5215 | #define SPI_CR1_CRCEN SPI_CR1_CRCEN_Msk /*!< Hardware CRC calculation enable */ |
||
| 5216 | #define SPI_CR1_BIDIOE_Pos (14U) |
||
| 5217 | #define SPI_CR1_BIDIOE_Msk (0x1UL << SPI_CR1_BIDIOE_Pos) /*!< 0x00004000 */ |
||
| 5218 | #define SPI_CR1_BIDIOE SPI_CR1_BIDIOE_Msk /*!< Output enable in bidirectional mode */ |
||
| 5219 | #define SPI_CR1_BIDIMODE_Pos (15U) |
||
| 5220 | #define SPI_CR1_BIDIMODE_Msk (0x1UL << SPI_CR1_BIDIMODE_Pos) /*!< 0x00008000 */ |
||
| 5221 | #define SPI_CR1_BIDIMODE SPI_CR1_BIDIMODE_Msk /*!< Bidirectional data mode enable */ |
||
| 5222 | |||
| 5223 | /******************* Bit definition for SPI_CR2 register ********************/ |
||
| 5224 | #define SPI_CR2_RXDMAEN_Pos (0U) |
||
| 5225 | #define SPI_CR2_RXDMAEN_Msk (0x1UL << SPI_CR2_RXDMAEN_Pos) /*!< 0x00000001 */ |
||
| 5226 | #define SPI_CR2_RXDMAEN SPI_CR2_RXDMAEN_Msk /*!< Rx Buffer DMA Enable */ |
||
| 5227 | #define SPI_CR2_TXDMAEN_Pos (1U) |
||
| 5228 | #define SPI_CR2_TXDMAEN_Msk (0x1UL << SPI_CR2_TXDMAEN_Pos) /*!< 0x00000002 */ |
||
| 5229 | #define SPI_CR2_TXDMAEN SPI_CR2_TXDMAEN_Msk /*!< Tx Buffer DMA Enable */ |
||
| 5230 | #define SPI_CR2_SSOE_Pos (2U) |
||
| 5231 | #define SPI_CR2_SSOE_Msk (0x1UL << SPI_CR2_SSOE_Pos) /*!< 0x00000004 */ |
||
| 5232 | #define SPI_CR2_SSOE SPI_CR2_SSOE_Msk /*!< SS Output Enable */ |
||
| 5233 | #define SPI_CR2_ERRIE_Pos (5U) |
||
| 5234 | #define SPI_CR2_ERRIE_Msk (0x1UL << SPI_CR2_ERRIE_Pos) /*!< 0x00000020 */ |
||
| 5235 | #define SPI_CR2_ERRIE SPI_CR2_ERRIE_Msk /*!< Error Interrupt Enable */ |
||
| 5236 | #define SPI_CR2_RXNEIE_Pos (6U) |
||
| 5237 | #define SPI_CR2_RXNEIE_Msk (0x1UL << SPI_CR2_RXNEIE_Pos) /*!< 0x00000040 */ |
||
| 5238 | #define SPI_CR2_RXNEIE SPI_CR2_RXNEIE_Msk /*!< RX buffer Not Empty Interrupt Enable */ |
||
| 5239 | #define SPI_CR2_TXEIE_Pos (7U) |
||
| 5240 | #define SPI_CR2_TXEIE_Msk (0x1UL << SPI_CR2_TXEIE_Pos) /*!< 0x00000080 */ |
||
| 5241 | #define SPI_CR2_TXEIE SPI_CR2_TXEIE_Msk /*!< Tx buffer Empty Interrupt Enable */ |
||
| 5242 | |||
| 5243 | /******************** Bit definition for SPI_SR register ********************/ |
||
| 5244 | #define SPI_SR_RXNE_Pos (0U) |
||
| 5245 | #define SPI_SR_RXNE_Msk (0x1UL << SPI_SR_RXNE_Pos) /*!< 0x00000001 */ |
||
| 5246 | #define SPI_SR_RXNE SPI_SR_RXNE_Msk /*!< Receive buffer Not Empty */ |
||
| 5247 | #define SPI_SR_TXE_Pos (1U) |
||
| 5248 | #define SPI_SR_TXE_Msk (0x1UL << SPI_SR_TXE_Pos) /*!< 0x00000002 */ |
||
| 5249 | #define SPI_SR_TXE SPI_SR_TXE_Msk /*!< Transmit buffer Empty */ |
||
| 5250 | #define SPI_SR_CHSIDE_Pos (2U) |
||
| 5251 | #define SPI_SR_CHSIDE_Msk (0x1UL << SPI_SR_CHSIDE_Pos) /*!< 0x00000004 */ |
||
| 5252 | #define SPI_SR_CHSIDE SPI_SR_CHSIDE_Msk /*!< Channel side */ |
||
| 5253 | #define SPI_SR_UDR_Pos (3U) |
||
| 5254 | #define SPI_SR_UDR_Msk (0x1UL << SPI_SR_UDR_Pos) /*!< 0x00000008 */ |
||
| 5255 | #define SPI_SR_UDR SPI_SR_UDR_Msk /*!< Underrun flag */ |
||
| 5256 | #define SPI_SR_CRCERR_Pos (4U) |
||
| 5257 | #define SPI_SR_CRCERR_Msk (0x1UL << SPI_SR_CRCERR_Pos) /*!< 0x00000010 */ |
||
| 5258 | #define SPI_SR_CRCERR SPI_SR_CRCERR_Msk /*!< CRC Error flag */ |
||
| 5259 | #define SPI_SR_MODF_Pos (5U) |
||
| 5260 | #define SPI_SR_MODF_Msk (0x1UL << SPI_SR_MODF_Pos) /*!< 0x00000020 */ |
||
| 5261 | #define SPI_SR_MODF SPI_SR_MODF_Msk /*!< Mode fault */ |
||
| 5262 | #define SPI_SR_OVR_Pos (6U) |
||
| 5263 | #define SPI_SR_OVR_Msk (0x1UL << SPI_SR_OVR_Pos) /*!< 0x00000040 */ |
||
| 5264 | #define SPI_SR_OVR SPI_SR_OVR_Msk /*!< Overrun flag */ |
||
| 5265 | #define SPI_SR_BSY_Pos (7U) |
||
| 5266 | #define SPI_SR_BSY_Msk (0x1UL << SPI_SR_BSY_Pos) /*!< 0x00000080 */ |
||
| 5267 | #define SPI_SR_BSY SPI_SR_BSY_Msk /*!< Busy flag */ |
||
| 5268 | #define SPI_SR_FRE_Pos (8U) |
||
| 5269 | #define SPI_SR_FRE_Msk (0x1UL << SPI_SR_FRE_Pos) /*!< 0x00000100 */ |
||
| 5270 | #define SPI_SR_FRE SPI_SR_FRE_Msk /*!<Frame format error flag */ |
||
| 5271 | |||
| 5272 | /******************** Bit definition for SPI_DR register ********************/ |
||
| 5273 | #define SPI_DR_DR_Pos (0U) |
||
| 5274 | #define SPI_DR_DR_Msk (0xFFFFUL << SPI_DR_DR_Pos) /*!< 0x0000FFFF */ |
||
| 5275 | #define SPI_DR_DR SPI_DR_DR_Msk /*!< Data Register */ |
||
| 5276 | |||
| 5277 | /******************* Bit definition for SPI_CRCPR register ******************/ |
||
| 5278 | #define SPI_CRCPR_CRCPOLY_Pos (0U) |
||
| 5279 | #define SPI_CRCPR_CRCPOLY_Msk (0xFFFFUL << SPI_CRCPR_CRCPOLY_Pos) /*!< 0x0000FFFF */ |
||
| 5280 | #define SPI_CRCPR_CRCPOLY SPI_CRCPR_CRCPOLY_Msk /*!< CRC polynomial register */ |
||
| 5281 | |||
| 5282 | /****************** Bit definition for SPI_RXCRCR register ******************/ |
||
| 5283 | #define SPI_RXCRCR_RXCRC_Pos (0U) |
||
| 5284 | #define SPI_RXCRCR_RXCRC_Msk (0xFFFFUL << SPI_RXCRCR_RXCRC_Pos) /*!< 0x0000FFFF */ |
||
| 5285 | #define SPI_RXCRCR_RXCRC SPI_RXCRCR_RXCRC_Msk /*!< Rx CRC Register */ |
||
| 5286 | |||
| 5287 | /****************** Bit definition for SPI_TXCRCR register ******************/ |
||
| 5288 | #define SPI_TXCRCR_TXCRC_Pos (0U) |
||
| 5289 | #define SPI_TXCRCR_TXCRC_Msk (0xFFFFUL << SPI_TXCRCR_TXCRC_Pos) /*!< 0x0000FFFF */ |
||
| 5290 | #define SPI_TXCRCR_TXCRC SPI_TXCRCR_TXCRC_Msk /*!< Tx CRC Register */ |
||
| 5291 | |||
| 5292 | /******************************************************************************/ |
||
| 5293 | /* */ |
||
| 5294 | /* System Configuration (SYSCFG) */ |
||
| 5295 | /* */ |
||
| 5296 | /******************************************************************************/ |
||
| 5297 | /***************** Bit definition for SYSCFG_MEMRMP register ****************/ |
||
| 5298 | #define SYSCFG_MEMRMP_MEM_MODE_Pos (0U) |
||
| 5299 | #define SYSCFG_MEMRMP_MEM_MODE_Msk (0x3UL << SYSCFG_MEMRMP_MEM_MODE_Pos) /*!< 0x00000003 */ |
||
| 5300 | #define SYSCFG_MEMRMP_MEM_MODE SYSCFG_MEMRMP_MEM_MODE_Msk /*!< SYSCFG_Memory Remap Config */ |
||
| 5301 | #define SYSCFG_MEMRMP_MEM_MODE_0 (0x1UL << SYSCFG_MEMRMP_MEM_MODE_Pos) /*!< 0x00000001 */ |
||
| 5302 | #define SYSCFG_MEMRMP_MEM_MODE_1 (0x2UL << SYSCFG_MEMRMP_MEM_MODE_Pos) /*!< 0x00000002 */ |
||
| 5303 | #define SYSCFG_MEMRMP_BOOT_MODE_Pos (8U) |
||
| 5304 | #define SYSCFG_MEMRMP_BOOT_MODE_Msk (0x3UL << SYSCFG_MEMRMP_BOOT_MODE_Pos) /*!< 0x00000300 */ |
||
| 5305 | #define SYSCFG_MEMRMP_BOOT_MODE SYSCFG_MEMRMP_BOOT_MODE_Msk /*!< Boot mode Config */ |
||
| 5306 | #define SYSCFG_MEMRMP_BOOT_MODE_0 (0x1UL << SYSCFG_MEMRMP_BOOT_MODE_Pos) /*!< 0x00000100 */ |
||
| 5307 | #define SYSCFG_MEMRMP_BOOT_MODE_1 (0x2UL << SYSCFG_MEMRMP_BOOT_MODE_Pos) /*!< 0x00000200 */ |
||
| 5308 | |||
| 5309 | /***************** Bit definition for SYSCFG_PMC register *******************/ |
||
| 5310 | #define SYSCFG_PMC_USB_PU_Pos (0U) |
||
| 5311 | #define SYSCFG_PMC_USB_PU_Msk (0x1UL << SYSCFG_PMC_USB_PU_Pos) /*!< 0x00000001 */ |
||
| 5312 | #define SYSCFG_PMC_USB_PU SYSCFG_PMC_USB_PU_Msk /*!< SYSCFG PMC */ |
||
| 5313 | #define SYSCFG_PMC_LCD_CAPA_Pos (1U) |
||
| 5314 | #define SYSCFG_PMC_LCD_CAPA_Msk (0x1FUL << SYSCFG_PMC_LCD_CAPA_Pos) /*!< 0x0000003E */ |
||
| 5315 | #define SYSCFG_PMC_LCD_CAPA SYSCFG_PMC_LCD_CAPA_Msk /*!< LCD_CAPA decoupling capacitance connection */ |
||
| 5316 | #define SYSCFG_PMC_LCD_CAPA_0 (0x01UL << SYSCFG_PMC_LCD_CAPA_Pos) /*!< 0x00000002 */ |
||
| 5317 | #define SYSCFG_PMC_LCD_CAPA_1 (0x02UL << SYSCFG_PMC_LCD_CAPA_Pos) /*!< 0x00000004 */ |
||
| 5318 | #define SYSCFG_PMC_LCD_CAPA_2 (0x04UL << SYSCFG_PMC_LCD_CAPA_Pos) /*!< 0x00000008 */ |
||
| 5319 | #define SYSCFG_PMC_LCD_CAPA_3 (0x08UL << SYSCFG_PMC_LCD_CAPA_Pos) /*!< 0x00000010 */ |
||
| 5320 | #define SYSCFG_PMC_LCD_CAPA_4 (0x10UL << SYSCFG_PMC_LCD_CAPA_Pos) /*!< 0x00000020 */ |
||
| 5321 | |||
| 5322 | /***************** Bit definition for SYSCFG_EXTICR1 register ***************/ |
||
| 5323 | #define SYSCFG_EXTICR1_EXTI0_Pos (0U) |
||
| 5324 | #define SYSCFG_EXTICR1_EXTI0_Msk (0xFUL << SYSCFG_EXTICR1_EXTI0_Pos) /*!< 0x0000000F */ |
||
| 5325 | #define SYSCFG_EXTICR1_EXTI0 SYSCFG_EXTICR1_EXTI0_Msk /*!< EXTI 0 configuration */ |
||
| 5326 | #define SYSCFG_EXTICR1_EXTI1_Pos (4U) |
||
| 5327 | #define SYSCFG_EXTICR1_EXTI1_Msk (0xFUL << SYSCFG_EXTICR1_EXTI1_Pos) /*!< 0x000000F0 */ |
||
| 5328 | #define SYSCFG_EXTICR1_EXTI1 SYSCFG_EXTICR1_EXTI1_Msk /*!< EXTI 1 configuration */ |
||
| 5329 | #define SYSCFG_EXTICR1_EXTI2_Pos (8U) |
||
| 5330 | #define SYSCFG_EXTICR1_EXTI2_Msk (0xFUL << SYSCFG_EXTICR1_EXTI2_Pos) /*!< 0x00000F00 */ |
||
| 5331 | #define SYSCFG_EXTICR1_EXTI2 SYSCFG_EXTICR1_EXTI2_Msk /*!< EXTI 2 configuration */ |
||
| 5332 | #define SYSCFG_EXTICR1_EXTI3_Pos (12U) |
||
| 5333 | #define SYSCFG_EXTICR1_EXTI3_Msk (0xFUL << SYSCFG_EXTICR1_EXTI3_Pos) /*!< 0x0000F000 */ |
||
| 5334 | #define SYSCFG_EXTICR1_EXTI3 SYSCFG_EXTICR1_EXTI3_Msk /*!< EXTI 3 configuration */ |
||
| 5335 | |||
| 5336 | /** |
||
| 5337 | * @brief EXTI0 configuration |
||
| 5338 | */ |
||
| 5339 | #define SYSCFG_EXTICR1_EXTI0_PA (0x00000000U) /*!< PA[0] pin */ |
||
| 5340 | #define SYSCFG_EXTICR1_EXTI0_PB (0x00000001U) /*!< PB[0] pin */ |
||
| 5341 | #define SYSCFG_EXTICR1_EXTI0_PC (0x00000002U) /*!< PC[0] pin */ |
||
| 5342 | #define SYSCFG_EXTICR1_EXTI0_PD (0x00000003U) /*!< PD[0] pin */ |
||
| 5343 | #define SYSCFG_EXTICR1_EXTI0_PE (0x00000004U) /*!< PE[0] pin */ |
||
| 5344 | #define SYSCFG_EXTICR1_EXTI0_PH (0x00000005U) /*!< PH[0] pin */ |
||
| 5345 | |||
| 5346 | /** |
||
| 5347 | * @brief EXTI1 configuration |
||
| 5348 | */ |
||
| 5349 | #define SYSCFG_EXTICR1_EXTI1_PA (0x00000000U) /*!< PA[1] pin */ |
||
| 5350 | #define SYSCFG_EXTICR1_EXTI1_PB (0x00000010U) /*!< PB[1] pin */ |
||
| 5351 | #define SYSCFG_EXTICR1_EXTI1_PC (0x00000020U) /*!< PC[1] pin */ |
||
| 5352 | #define SYSCFG_EXTICR1_EXTI1_PD (0x00000030U) /*!< PD[1] pin */ |
||
| 5353 | #define SYSCFG_EXTICR1_EXTI1_PE (0x00000040U) /*!< PE[1] pin */ |
||
| 5354 | #define SYSCFG_EXTICR1_EXTI1_PH (0x00000050U) /*!< PH[1] pin */ |
||
| 5355 | |||
| 5356 | /** |
||
| 5357 | * @brief EXTI2 configuration |
||
| 5358 | */ |
||
| 5359 | #define SYSCFG_EXTICR1_EXTI2_PA (0x00000000U) /*!< PA[2] pin */ |
||
| 5360 | #define SYSCFG_EXTICR1_EXTI2_PB (0x00000100U) /*!< PB[2] pin */ |
||
| 5361 | #define SYSCFG_EXTICR1_EXTI2_PC (0x00000200U) /*!< PC[2] pin */ |
||
| 5362 | #define SYSCFG_EXTICR1_EXTI2_PD (0x00000300U) /*!< PD[2] pin */ |
||
| 5363 | #define SYSCFG_EXTICR1_EXTI2_PE (0x00000400U) /*!< PE[2] pin */ |
||
| 5364 | #define SYSCFG_EXTICR1_EXTI2_PH (0x00000500U) /*!< PH[2] pin */ |
||
| 5365 | |||
| 5366 | /** |
||
| 5367 | * @brief EXTI3 configuration |
||
| 5368 | */ |
||
| 5369 | #define SYSCFG_EXTICR1_EXTI3_PA (0x00000000U) /*!< PA[3] pin */ |
||
| 5370 | #define SYSCFG_EXTICR1_EXTI3_PB (0x00001000U) /*!< PB[3] pin */ |
||
| 5371 | #define SYSCFG_EXTICR1_EXTI3_PC (0x00002000U) /*!< PC[3] pin */ |
||
| 5372 | #define SYSCFG_EXTICR1_EXTI3_PD (0x00003000U) /*!< PD[3] pin */ |
||
| 5373 | #define SYSCFG_EXTICR1_EXTI3_PE (0x00004000U) /*!< PE[3] pin */ |
||
| 5374 | |||
| 5375 | /***************** Bit definition for SYSCFG_EXTICR2 register *****************/ |
||
| 5376 | #define SYSCFG_EXTICR2_EXTI4_Pos (0U) |
||
| 5377 | #define SYSCFG_EXTICR2_EXTI4_Msk (0xFUL << SYSCFG_EXTICR2_EXTI4_Pos) /*!< 0x0000000F */ |
||
| 5378 | #define SYSCFG_EXTICR2_EXTI4 SYSCFG_EXTICR2_EXTI4_Msk /*!< EXTI 4 configuration */ |
||
| 5379 | #define SYSCFG_EXTICR2_EXTI5_Pos (4U) |
||
| 5380 | #define SYSCFG_EXTICR2_EXTI5_Msk (0xFUL << SYSCFG_EXTICR2_EXTI5_Pos) /*!< 0x000000F0 */ |
||
| 5381 | #define SYSCFG_EXTICR2_EXTI5 SYSCFG_EXTICR2_EXTI5_Msk /*!< EXTI 5 configuration */ |
||
| 5382 | #define SYSCFG_EXTICR2_EXTI6_Pos (8U) |
||
| 5383 | #define SYSCFG_EXTICR2_EXTI6_Msk (0xFUL << SYSCFG_EXTICR2_EXTI6_Pos) /*!< 0x00000F00 */ |
||
| 5384 | #define SYSCFG_EXTICR2_EXTI6 SYSCFG_EXTICR2_EXTI6_Msk /*!< EXTI 6 configuration */ |
||
| 5385 | #define SYSCFG_EXTICR2_EXTI7_Pos (12U) |
||
| 5386 | #define SYSCFG_EXTICR2_EXTI7_Msk (0xFUL << SYSCFG_EXTICR2_EXTI7_Pos) /*!< 0x0000F000 */ |
||
| 5387 | #define SYSCFG_EXTICR2_EXTI7 SYSCFG_EXTICR2_EXTI7_Msk /*!< EXTI 7 configuration */ |
||
| 5388 | |||
| 5389 | /** |
||
| 5390 | * @brief EXTI4 configuration |
||
| 5391 | */ |
||
| 5392 | #define SYSCFG_EXTICR2_EXTI4_PA (0x00000000U) /*!< PA[4] pin */ |
||
| 5393 | #define SYSCFG_EXTICR2_EXTI4_PB (0x00000001U) /*!< PB[4] pin */ |
||
| 5394 | #define SYSCFG_EXTICR2_EXTI4_PC (0x00000002U) /*!< PC[4] pin */ |
||
| 5395 | #define SYSCFG_EXTICR2_EXTI4_PD (0x00000003U) /*!< PD[4] pin */ |
||
| 5396 | #define SYSCFG_EXTICR2_EXTI4_PE (0x00000004U) /*!< PE[4] pin */ |
||
| 5397 | |||
| 5398 | /** |
||
| 5399 | * @brief EXTI5 configuration |
||
| 5400 | */ |
||
| 5401 | #define SYSCFG_EXTICR2_EXTI5_PA (0x00000000U) /*!< PA[5] pin */ |
||
| 5402 | #define SYSCFG_EXTICR2_EXTI5_PB (0x00000010U) /*!< PB[5] pin */ |
||
| 5403 | #define SYSCFG_EXTICR2_EXTI5_PC (0x00000020U) /*!< PC[5] pin */ |
||
| 5404 | #define SYSCFG_EXTICR2_EXTI5_PD (0x00000030U) /*!< PD[5] pin */ |
||
| 5405 | #define SYSCFG_EXTICR2_EXTI5_PE (0x00000040U) /*!< PE[5] pin */ |
||
| 5406 | |||
| 5407 | /** |
||
| 5408 | * @brief EXTI6 configuration |
||
| 5409 | */ |
||
| 5410 | #define SYSCFG_EXTICR2_EXTI6_PA (0x00000000U) /*!< PA[6] pin */ |
||
| 5411 | #define SYSCFG_EXTICR2_EXTI6_PB (0x00000100U) /*!< PB[6] pin */ |
||
| 5412 | #define SYSCFG_EXTICR2_EXTI6_PC (0x00000200U) /*!< PC[6] pin */ |
||
| 5413 | #define SYSCFG_EXTICR2_EXTI6_PD (0x00000300U) /*!< PD[6] pin */ |
||
| 5414 | #define SYSCFG_EXTICR2_EXTI6_PE (0x00000400U) /*!< PE[6] pin */ |
||
| 5415 | |||
| 5416 | /** |
||
| 5417 | * @brief EXTI7 configuration |
||
| 5418 | */ |
||
| 5419 | #define SYSCFG_EXTICR2_EXTI7_PA (0x00000000U) /*!< PA[7] pin */ |
||
| 5420 | #define SYSCFG_EXTICR2_EXTI7_PB (0x00001000U) /*!< PB[7] pin */ |
||
| 5421 | #define SYSCFG_EXTICR2_EXTI7_PC (0x00002000U) /*!< PC[7] pin */ |
||
| 5422 | #define SYSCFG_EXTICR2_EXTI7_PD (0x00003000U) /*!< PD[7] pin */ |
||
| 5423 | #define SYSCFG_EXTICR2_EXTI7_PE (0x00004000U) /*!< PE[7] pin */ |
||
| 5424 | |||
| 5425 | /***************** Bit definition for SYSCFG_EXTICR3 register *****************/ |
||
| 5426 | #define SYSCFG_EXTICR3_EXTI8_Pos (0U) |
||
| 5427 | #define SYSCFG_EXTICR3_EXTI8_Msk (0xFUL << SYSCFG_EXTICR3_EXTI8_Pos) /*!< 0x0000000F */ |
||
| 5428 | #define SYSCFG_EXTICR3_EXTI8 SYSCFG_EXTICR3_EXTI8_Msk /*!< EXTI 8 configuration */ |
||
| 5429 | #define SYSCFG_EXTICR3_EXTI9_Pos (4U) |
||
| 5430 | #define SYSCFG_EXTICR3_EXTI9_Msk (0xFUL << SYSCFG_EXTICR3_EXTI9_Pos) /*!< 0x000000F0 */ |
||
| 5431 | #define SYSCFG_EXTICR3_EXTI9 SYSCFG_EXTICR3_EXTI9_Msk /*!< EXTI 9 configuration */ |
||
| 5432 | #define SYSCFG_EXTICR3_EXTI10_Pos (8U) |
||
| 5433 | #define SYSCFG_EXTICR3_EXTI10_Msk (0xFUL << SYSCFG_EXTICR3_EXTI10_Pos) /*!< 0x00000F00 */ |
||
| 5434 | #define SYSCFG_EXTICR3_EXTI10 SYSCFG_EXTICR3_EXTI10_Msk /*!< EXTI 10 configuration */ |
||
| 5435 | #define SYSCFG_EXTICR3_EXTI11_Pos (12U) |
||
| 5436 | #define SYSCFG_EXTICR3_EXTI11_Msk (0xFUL << SYSCFG_EXTICR3_EXTI11_Pos) /*!< 0x0000F000 */ |
||
| 5437 | #define SYSCFG_EXTICR3_EXTI11 SYSCFG_EXTICR3_EXTI11_Msk /*!< EXTI 11 configuration */ |
||
| 5438 | |||
| 5439 | /** |
||
| 5440 | * @brief EXTI8 configuration |
||
| 5441 | */ |
||
| 5442 | #define SYSCFG_EXTICR3_EXTI8_PA (0x00000000U) /*!< PA[8] pin */ |
||
| 5443 | #define SYSCFG_EXTICR3_EXTI8_PB (0x00000001U) /*!< PB[8] pin */ |
||
| 5444 | #define SYSCFG_EXTICR3_EXTI8_PC (0x00000002U) /*!< PC[8] pin */ |
||
| 5445 | #define SYSCFG_EXTICR3_EXTI8_PD (0x00000003U) /*!< PD[8] pin */ |
||
| 5446 | #define SYSCFG_EXTICR3_EXTI8_PE (0x00000004U) /*!< PE[8] pin */ |
||
| 5447 | |||
| 5448 | /** |
||
| 5449 | * @brief EXTI9 configuration |
||
| 5450 | */ |
||
| 5451 | #define SYSCFG_EXTICR3_EXTI9_PA (0x00000000U) /*!< PA[9] pin */ |
||
| 5452 | #define SYSCFG_EXTICR3_EXTI9_PB (0x00000010U) /*!< PB[9] pin */ |
||
| 5453 | #define SYSCFG_EXTICR3_EXTI9_PC (0x00000020U) /*!< PC[9] pin */ |
||
| 5454 | #define SYSCFG_EXTICR3_EXTI9_PD (0x00000030U) /*!< PD[9] pin */ |
||
| 5455 | #define SYSCFG_EXTICR3_EXTI9_PE (0x00000040U) /*!< PE[9] pin */ |
||
| 5456 | |||
| 5457 | /** |
||
| 5458 | * @brief EXTI10 configuration |
||
| 5459 | */ |
||
| 5460 | #define SYSCFG_EXTICR3_EXTI10_PA (0x00000000U) /*!< PA[10] pin */ |
||
| 5461 | #define SYSCFG_EXTICR3_EXTI10_PB (0x00000100U) /*!< PB[10] pin */ |
||
| 5462 | #define SYSCFG_EXTICR3_EXTI10_PC (0x00000200U) /*!< PC[10] pin */ |
||
| 5463 | #define SYSCFG_EXTICR3_EXTI10_PD (0x00000300U) /*!< PD[10] pin */ |
||
| 5464 | #define SYSCFG_EXTICR3_EXTI10_PE (0x00000400U) /*!< PE[10] pin */ |
||
| 5465 | |||
| 5466 | /** |
||
| 5467 | * @brief EXTI11 configuration |
||
| 5468 | */ |
||
| 5469 | #define SYSCFG_EXTICR3_EXTI11_PA (0x00000000U) /*!< PA[11] pin */ |
||
| 5470 | #define SYSCFG_EXTICR3_EXTI11_PB (0x00001000U) /*!< PB[11] pin */ |
||
| 5471 | #define SYSCFG_EXTICR3_EXTI11_PC (0x00002000U) /*!< PC[11] pin */ |
||
| 5472 | #define SYSCFG_EXTICR3_EXTI11_PD (0x00003000U) /*!< PD[11] pin */ |
||
| 5473 | #define SYSCFG_EXTICR3_EXTI11_PE (0x00004000U) /*!< PE[11] pin */ |
||
| 5474 | |||
| 5475 | /***************** Bit definition for SYSCFG_EXTICR4 register *****************/ |
||
| 5476 | #define SYSCFG_EXTICR4_EXTI12_Pos (0U) |
||
| 5477 | #define SYSCFG_EXTICR4_EXTI12_Msk (0xFUL << SYSCFG_EXTICR4_EXTI12_Pos) /*!< 0x0000000F */ |
||
| 5478 | #define SYSCFG_EXTICR4_EXTI12 SYSCFG_EXTICR4_EXTI12_Msk /*!< EXTI 12 configuration */ |
||
| 5479 | #define SYSCFG_EXTICR4_EXTI13_Pos (4U) |
||
| 5480 | #define SYSCFG_EXTICR4_EXTI13_Msk (0xFUL << SYSCFG_EXTICR4_EXTI13_Pos) /*!< 0x000000F0 */ |
||
| 5481 | #define SYSCFG_EXTICR4_EXTI13 SYSCFG_EXTICR4_EXTI13_Msk /*!< EXTI 13 configuration */ |
||
| 5482 | #define SYSCFG_EXTICR4_EXTI14_Pos (8U) |
||
| 5483 | #define SYSCFG_EXTICR4_EXTI14_Msk (0xFUL << SYSCFG_EXTICR4_EXTI14_Pos) /*!< 0x00000F00 */ |
||
| 5484 | #define SYSCFG_EXTICR4_EXTI14 SYSCFG_EXTICR4_EXTI14_Msk /*!< EXTI 14 configuration */ |
||
| 5485 | #define SYSCFG_EXTICR4_EXTI15_Pos (12U) |
||
| 5486 | #define SYSCFG_EXTICR4_EXTI15_Msk (0xFUL << SYSCFG_EXTICR4_EXTI15_Pos) /*!< 0x0000F000 */ |
||
| 5487 | #define SYSCFG_EXTICR4_EXTI15 SYSCFG_EXTICR4_EXTI15_Msk /*!< EXTI 15 configuration */ |
||
| 5488 | |||
| 5489 | /** |
||
| 5490 | * @brief EXTI12 configuration |
||
| 5491 | */ |
||
| 5492 | #define SYSCFG_EXTICR4_EXTI12_PA (0x00000000U) /*!< PA[12] pin */ |
||
| 5493 | #define SYSCFG_EXTICR4_EXTI12_PB (0x00000001U) /*!< PB[12] pin */ |
||
| 5494 | #define SYSCFG_EXTICR4_EXTI12_PC (0x00000002U) /*!< PC[12] pin */ |
||
| 5495 | #define SYSCFG_EXTICR4_EXTI12_PD (0x00000003U) /*!< PD[12] pin */ |
||
| 5496 | #define SYSCFG_EXTICR4_EXTI12_PE (0x00000004U) /*!< PE[12] pin */ |
||
| 5497 | |||
| 5498 | /** |
||
| 5499 | * @brief EXTI13 configuration |
||
| 5500 | */ |
||
| 5501 | #define SYSCFG_EXTICR4_EXTI13_PA (0x00000000U) /*!< PA[13] pin */ |
||
| 5502 | #define SYSCFG_EXTICR4_EXTI13_PB (0x00000010U) /*!< PB[13] pin */ |
||
| 5503 | #define SYSCFG_EXTICR4_EXTI13_PC (0x00000020U) /*!< PC[13] pin */ |
||
| 5504 | #define SYSCFG_EXTICR4_EXTI13_PD (0x00000030U) /*!< PD[13] pin */ |
||
| 5505 | #define SYSCFG_EXTICR4_EXTI13_PE (0x00000040U) /*!< PE[13] pin */ |
||
| 5506 | |||
| 5507 | /** |
||
| 5508 | * @brief EXTI14 configuration |
||
| 5509 | */ |
||
| 5510 | #define SYSCFG_EXTICR4_EXTI14_PA (0x00000000U) /*!< PA[14] pin */ |
||
| 5511 | #define SYSCFG_EXTICR4_EXTI14_PB (0x00000100U) /*!< PB[14] pin */ |
||
| 5512 | #define SYSCFG_EXTICR4_EXTI14_PC (0x00000200U) /*!< PC[14] pin */ |
||
| 5513 | #define SYSCFG_EXTICR4_EXTI14_PD (0x00000300U) /*!< PD[14] pin */ |
||
| 5514 | #define SYSCFG_EXTICR4_EXTI14_PE (0x00000400U) /*!< PE[14] pin */ |
||
| 5515 | |||
| 5516 | /** |
||
| 5517 | * @brief EXTI15 configuration |
||
| 5518 | */ |
||
| 5519 | #define SYSCFG_EXTICR4_EXTI15_PA (0x00000000U) /*!< PA[15] pin */ |
||
| 5520 | #define SYSCFG_EXTICR4_EXTI15_PB (0x00001000U) /*!< PB[15] pin */ |
||
| 5521 | #define SYSCFG_EXTICR4_EXTI15_PC (0x00002000U) /*!< PC[15] pin */ |
||
| 5522 | #define SYSCFG_EXTICR4_EXTI15_PD (0x00003000U) /*!< PD[15] pin */ |
||
| 5523 | #define SYSCFG_EXTICR4_EXTI15_PE (0x00004000U) /*!< PE[15] pin */ |
||
| 5524 | |||
| 5525 | /******************************************************************************/ |
||
| 5526 | /* */ |
||
| 5527 | /* Routing Interface (RI) */ |
||
| 5528 | /* */ |
||
| 5529 | /******************************************************************************/ |
||
| 5530 | |||
| 5531 | /******************** Bit definition for RI_ICR register ********************/ |
||
| 5532 | #define RI_ICR_IC1OS_Pos (0U) |
||
| 5533 | #define RI_ICR_IC1OS_Msk (0xFUL << RI_ICR_IC1OS_Pos) /*!< 0x0000000F */ |
||
| 5534 | #define RI_ICR_IC1OS RI_ICR_IC1OS_Msk /*!< IC1OS[3:0] bits (Input Capture 1 select bits) */ |
||
| 5535 | #define RI_ICR_IC1OS_0 (0x1UL << RI_ICR_IC1OS_Pos) /*!< 0x00000001 */ |
||
| 5536 | #define RI_ICR_IC1OS_1 (0x2UL << RI_ICR_IC1OS_Pos) /*!< 0x00000002 */ |
||
| 5537 | #define RI_ICR_IC1OS_2 (0x4UL << RI_ICR_IC1OS_Pos) /*!< 0x00000004 */ |
||
| 5538 | #define RI_ICR_IC1OS_3 (0x8UL << RI_ICR_IC1OS_Pos) /*!< 0x00000008 */ |
||
| 5539 | |||
| 5540 | #define RI_ICR_IC2OS_Pos (4U) |
||
| 5541 | #define RI_ICR_IC2OS_Msk (0xFUL << RI_ICR_IC2OS_Pos) /*!< 0x000000F0 */ |
||
| 5542 | #define RI_ICR_IC2OS RI_ICR_IC2OS_Msk /*!< IC2OS[3:0] bits (Input Capture 2 select bits) */ |
||
| 5543 | #define RI_ICR_IC2OS_0 (0x1UL << RI_ICR_IC2OS_Pos) /*!< 0x00000010 */ |
||
| 5544 | #define RI_ICR_IC2OS_1 (0x2UL << RI_ICR_IC2OS_Pos) /*!< 0x00000020 */ |
||
| 5545 | #define RI_ICR_IC2OS_2 (0x4UL << RI_ICR_IC2OS_Pos) /*!< 0x00000040 */ |
||
| 5546 | #define RI_ICR_IC2OS_3 (0x8UL << RI_ICR_IC2OS_Pos) /*!< 0x00000080 */ |
||
| 5547 | |||
| 5548 | #define RI_ICR_IC3OS_Pos (8U) |
||
| 5549 | #define RI_ICR_IC3OS_Msk (0xFUL << RI_ICR_IC3OS_Pos) /*!< 0x00000F00 */ |
||
| 5550 | #define RI_ICR_IC3OS RI_ICR_IC3OS_Msk /*!< IC3OS[3:0] bits (Input Capture 3 select bits) */ |
||
| 5551 | #define RI_ICR_IC3OS_0 (0x1UL << RI_ICR_IC3OS_Pos) /*!< 0x00000100 */ |
||
| 5552 | #define RI_ICR_IC3OS_1 (0x2UL << RI_ICR_IC3OS_Pos) /*!< 0x00000200 */ |
||
| 5553 | #define RI_ICR_IC3OS_2 (0x4UL << RI_ICR_IC3OS_Pos) /*!< 0x00000400 */ |
||
| 5554 | #define RI_ICR_IC3OS_3 (0x8UL << RI_ICR_IC3OS_Pos) /*!< 0x00000800 */ |
||
| 5555 | |||
| 5556 | #define RI_ICR_IC4OS_Pos (12U) |
||
| 5557 | #define RI_ICR_IC4OS_Msk (0xFUL << RI_ICR_IC4OS_Pos) /*!< 0x0000F000 */ |
||
| 5558 | #define RI_ICR_IC4OS RI_ICR_IC4OS_Msk /*!< IC4OS[3:0] bits (Input Capture 4 select bits) */ |
||
| 5559 | #define RI_ICR_IC4OS_0 (0x1UL << RI_ICR_IC4OS_Pos) /*!< 0x00001000 */ |
||
| 5560 | #define RI_ICR_IC4OS_1 (0x2UL << RI_ICR_IC4OS_Pos) /*!< 0x00002000 */ |
||
| 5561 | #define RI_ICR_IC4OS_2 (0x4UL << RI_ICR_IC4OS_Pos) /*!< 0x00004000 */ |
||
| 5562 | #define RI_ICR_IC4OS_3 (0x8UL << RI_ICR_IC4OS_Pos) /*!< 0x00008000 */ |
||
| 5563 | |||
| 5564 | #define RI_ICR_TIM_Pos (16U) |
||
| 5565 | #define RI_ICR_TIM_Msk (0x3UL << RI_ICR_TIM_Pos) /*!< 0x00030000 */ |
||
| 5566 | #define RI_ICR_TIM RI_ICR_TIM_Msk /*!< TIM[3:0] bits (Timers select bits) */ |
||
| 5567 | #define RI_ICR_TIM_0 (0x1UL << RI_ICR_TIM_Pos) /*!< 0x00010000 */ |
||
| 5568 | #define RI_ICR_TIM_1 (0x2UL << RI_ICR_TIM_Pos) /*!< 0x00020000 */ |
||
| 5569 | |||
| 5570 | #define RI_ICR_IC1_Pos (18U) |
||
| 5571 | #define RI_ICR_IC1_Msk (0x1UL << RI_ICR_IC1_Pos) /*!< 0x00040000 */ |
||
| 5572 | #define RI_ICR_IC1 RI_ICR_IC1_Msk /*!< Input capture 1 */ |
||
| 5573 | #define RI_ICR_IC2_Pos (19U) |
||
| 5574 | #define RI_ICR_IC2_Msk (0x1UL << RI_ICR_IC2_Pos) /*!< 0x00080000 */ |
||
| 5575 | #define RI_ICR_IC2 RI_ICR_IC2_Msk /*!< Input capture 2 */ |
||
| 5576 | #define RI_ICR_IC3_Pos (20U) |
||
| 5577 | #define RI_ICR_IC3_Msk (0x1UL << RI_ICR_IC3_Pos) /*!< 0x00100000 */ |
||
| 5578 | #define RI_ICR_IC3 RI_ICR_IC3_Msk /*!< Input capture 3 */ |
||
| 5579 | #define RI_ICR_IC4_Pos (21U) |
||
| 5580 | #define RI_ICR_IC4_Msk (0x1UL << RI_ICR_IC4_Pos) /*!< 0x00200000 */ |
||
| 5581 | #define RI_ICR_IC4 RI_ICR_IC4_Msk /*!< Input capture 4 */ |
||
| 5582 | |||
| 5583 | /******************** Bit definition for RI_ASCR1 register ********************/ |
||
| 5584 | #define RI_ASCR1_CH_Pos (0U) |
||
| 5585 | #define RI_ASCR1_CH_Msk (0x3FCFFFFUL << RI_ASCR1_CH_Pos) /*!< 0x03FCFFFF */ |
||
| 5586 | #define RI_ASCR1_CH RI_ASCR1_CH_Msk /*!< AS_CH[25:18] & AS_CH[15:0] bits ( Analog switches selection bits) */ |
||
| 5587 | #define RI_ASCR1_CH_0 (0x00000001U) /*!< Bit 0 */ |
||
| 5588 | #define RI_ASCR1_CH_1 (0x00000002U) /*!< Bit 1 */ |
||
| 5589 | #define RI_ASCR1_CH_2 (0x00000004U) /*!< Bit 2 */ |
||
| 5590 | #define RI_ASCR1_CH_3 (0x00000008U) /*!< Bit 3 */ |
||
| 5591 | #define RI_ASCR1_CH_4 (0x00000010U) /*!< Bit 4 */ |
||
| 5592 | #define RI_ASCR1_CH_5 (0x00000020U) /*!< Bit 5 */ |
||
| 5593 | #define RI_ASCR1_CH_6 (0x00000040U) /*!< Bit 6 */ |
||
| 5594 | #define RI_ASCR1_CH_7 (0x00000080U) /*!< Bit 7 */ |
||
| 5595 | #define RI_ASCR1_CH_8 (0x00000100U) /*!< Bit 8 */ |
||
| 5596 | #define RI_ASCR1_CH_9 (0x00000200U) /*!< Bit 9 */ |
||
| 5597 | #define RI_ASCR1_CH_10 (0x00000400U) /*!< Bit 10 */ |
||
| 5598 | #define RI_ASCR1_CH_11 (0x00000800U) /*!< Bit 11 */ |
||
| 5599 | #define RI_ASCR1_CH_12 (0x00001000U) /*!< Bit 12 */ |
||
| 5600 | #define RI_ASCR1_CH_13 (0x00002000U) /*!< Bit 13 */ |
||
| 5601 | #define RI_ASCR1_CH_14 (0x00004000U) /*!< Bit 14 */ |
||
| 5602 | #define RI_ASCR1_CH_15 (0x00008000U) /*!< Bit 15 */ |
||
| 5603 | #define RI_ASCR1_CH_18 (0x00040000U) /*!< Bit 18 */ |
||
| 5604 | #define RI_ASCR1_CH_19 (0x00080000U) /*!< Bit 19 */ |
||
| 5605 | #define RI_ASCR1_CH_20 (0x00100000U) /*!< Bit 20 */ |
||
| 5606 | #define RI_ASCR1_CH_21 (0x00200000U) /*!< Bit 21 */ |
||
| 5607 | #define RI_ASCR1_CH_22 (0x00400000U) /*!< Bit 22 */ |
||
| 5608 | #define RI_ASCR1_CH_23 (0x00800000U) /*!< Bit 23 */ |
||
| 5609 | #define RI_ASCR1_CH_24 (0x01000000U) /*!< Bit 24 */ |
||
| 5610 | #define RI_ASCR1_CH_25 (0x02000000U) /*!< Bit 25 */ |
||
| 5611 | #define RI_ASCR1_VCOMP_Pos (26U) |
||
| 5612 | #define RI_ASCR1_VCOMP_Msk (0x1UL << RI_ASCR1_VCOMP_Pos) /*!< 0x04000000 */ |
||
| 5613 | #define RI_ASCR1_VCOMP RI_ASCR1_VCOMP_Msk /*!< ADC analog switch selection for internal node to COMP1 */ |
||
| 5614 | #define RI_ASCR1_SCM_Pos (31U) |
||
| 5615 | #define RI_ASCR1_SCM_Msk (0x1UL << RI_ASCR1_SCM_Pos) /*!< 0x80000000 */ |
||
| 5616 | #define RI_ASCR1_SCM RI_ASCR1_SCM_Msk /*!< I/O Switch control mode */ |
||
| 5617 | |||
| 5618 | /******************** Bit definition for RI_ASCR2 register ********************/ |
||
| 5619 | #define RI_ASCR2_GR10_1 (0x00000001U) /*!< GR10-1 selection bit */ |
||
| 5620 | #define RI_ASCR2_GR10_2 (0x00000002U) /*!< GR10-2 selection bit */ |
||
| 5621 | #define RI_ASCR2_GR10_3 (0x00000004U) /*!< GR10-3 selection bit */ |
||
| 5622 | #define RI_ASCR2_GR10_4 (0x00000008U) /*!< GR10-4 selection bit */ |
||
| 5623 | #define RI_ASCR2_GR6_Pos (4U) |
||
| 5624 | #define RI_ASCR2_GR6_Msk (0x3UL << RI_ASCR2_GR6_Pos) /*!< 0x00000030 */ |
||
| 5625 | #define RI_ASCR2_GR6 RI_ASCR2_GR6_Msk /*!< GR6 selection bits */ |
||
| 5626 | #define RI_ASCR2_GR6_1 (0x1UL << RI_ASCR2_GR6_Pos) /*!< 0x00000010 */ |
||
| 5627 | #define RI_ASCR2_GR6_2 (0x2UL << RI_ASCR2_GR6_Pos) /*!< 0x00000020 */ |
||
| 5628 | #define RI_ASCR2_GR5_1 (0x00000040U) /*!< GR5-1 selection bit */ |
||
| 5629 | #define RI_ASCR2_GR5_2 (0x00000080U) /*!< GR5-2 selection bit */ |
||
| 5630 | #define RI_ASCR2_GR5_3 (0x00000100U) /*!< GR5-3 selection bit */ |
||
| 5631 | #define RI_ASCR2_GR4_1 (0x00000200U) /*!< GR4-1 selection bit */ |
||
| 5632 | #define RI_ASCR2_GR4_2 (0x00000400U) /*!< GR4-2 selection bit */ |
||
| 5633 | #define RI_ASCR2_GR4_3 (0x00000800U) /*!< GR4-3 selection bit */ |
||
| 5634 | #define RI_ASCR2_GR4_4 (0x00008000U) /*!< GR4-4 selection bit */ |
||
| 5635 | |||
| 5636 | /******************** Bit definition for RI_HYSCR1 register ********************/ |
||
| 5637 | #define RI_HYSCR1_PA_Pos (0U) |
||
| 5638 | #define RI_HYSCR1_PA_Msk (0xFFFFUL << RI_HYSCR1_PA_Pos) /*!< 0x0000FFFF */ |
||
| 5639 | #define RI_HYSCR1_PA RI_HYSCR1_PA_Msk /*!< PA[15:0] Port A Hysteresis selection */ |
||
| 5640 | #define RI_HYSCR1_PA_0 (0x0001UL << RI_HYSCR1_PA_Pos) /*!< 0x00000001 */ |
||
| 5641 | #define RI_HYSCR1_PA_1 (0x0002UL << RI_HYSCR1_PA_Pos) /*!< 0x00000002 */ |
||
| 5642 | #define RI_HYSCR1_PA_2 (0x0004UL << RI_HYSCR1_PA_Pos) /*!< 0x00000004 */ |
||
| 5643 | #define RI_HYSCR1_PA_3 (0x0008UL << RI_HYSCR1_PA_Pos) /*!< 0x00000008 */ |
||
| 5644 | #define RI_HYSCR1_PA_4 (0x0010UL << RI_HYSCR1_PA_Pos) /*!< 0x00000010 */ |
||
| 5645 | #define RI_HYSCR1_PA_5 (0x0020UL << RI_HYSCR1_PA_Pos) /*!< 0x00000020 */ |
||
| 5646 | #define RI_HYSCR1_PA_6 (0x0040UL << RI_HYSCR1_PA_Pos) /*!< 0x00000040 */ |
||
| 5647 | #define RI_HYSCR1_PA_7 (0x0080UL << RI_HYSCR1_PA_Pos) /*!< 0x00000080 */ |
||
| 5648 | #define RI_HYSCR1_PA_8 (0x0100UL << RI_HYSCR1_PA_Pos) /*!< 0x00000100 */ |
||
| 5649 | #define RI_HYSCR1_PA_9 (0x0200UL << RI_HYSCR1_PA_Pos) /*!< 0x00000200 */ |
||
| 5650 | #define RI_HYSCR1_PA_10 (0x0400UL << RI_HYSCR1_PA_Pos) /*!< 0x00000400 */ |
||
| 5651 | #define RI_HYSCR1_PA_11 (0x0800UL << RI_HYSCR1_PA_Pos) /*!< 0x00000800 */ |
||
| 5652 | #define RI_HYSCR1_PA_12 (0x1000UL << RI_HYSCR1_PA_Pos) /*!< 0x00001000 */ |
||
| 5653 | #define RI_HYSCR1_PA_13 (0x2000UL << RI_HYSCR1_PA_Pos) /*!< 0x00002000 */ |
||
| 5654 | #define RI_HYSCR1_PA_14 (0x4000UL << RI_HYSCR1_PA_Pos) /*!< 0x00004000 */ |
||
| 5655 | #define RI_HYSCR1_PA_15 (0x8000UL << RI_HYSCR1_PA_Pos) /*!< 0x00008000 */ |
||
| 5656 | |||
| 5657 | #define RI_HYSCR1_PB_Pos (16U) |
||
| 5658 | #define RI_HYSCR1_PB_Msk (0xFFFFUL << RI_HYSCR1_PB_Pos) /*!< 0xFFFF0000 */ |
||
| 5659 | #define RI_HYSCR1_PB RI_HYSCR1_PB_Msk /*!< PB[15:0] Port B Hysteresis selection */ |
||
| 5660 | #define RI_HYSCR1_PB_0 (0x0001UL << RI_HYSCR1_PB_Pos) /*!< 0x00010000 */ |
||
| 5661 | #define RI_HYSCR1_PB_1 (0x0002UL << RI_HYSCR1_PB_Pos) /*!< 0x00020000 */ |
||
| 5662 | #define RI_HYSCR1_PB_2 (0x0004UL << RI_HYSCR1_PB_Pos) /*!< 0x00040000 */ |
||
| 5663 | #define RI_HYSCR1_PB_3 (0x0008UL << RI_HYSCR1_PB_Pos) /*!< 0x00080000 */ |
||
| 5664 | #define RI_HYSCR1_PB_4 (0x0010UL << RI_HYSCR1_PB_Pos) /*!< 0x00100000 */ |
||
| 5665 | #define RI_HYSCR1_PB_5 (0x0020UL << RI_HYSCR1_PB_Pos) /*!< 0x00200000 */ |
||
| 5666 | #define RI_HYSCR1_PB_6 (0x0040UL << RI_HYSCR1_PB_Pos) /*!< 0x00400000 */ |
||
| 5667 | #define RI_HYSCR1_PB_7 (0x0080UL << RI_HYSCR1_PB_Pos) /*!< 0x00800000 */ |
||
| 5668 | #define RI_HYSCR1_PB_8 (0x0100UL << RI_HYSCR1_PB_Pos) /*!< 0x01000000 */ |
||
| 5669 | #define RI_HYSCR1_PB_9 (0x0200UL << RI_HYSCR1_PB_Pos) /*!< 0x02000000 */ |
||
| 5670 | #define RI_HYSCR1_PB_10 (0x0400UL << RI_HYSCR1_PB_Pos) /*!< 0x04000000 */ |
||
| 5671 | #define RI_HYSCR1_PB_11 (0x0800UL << RI_HYSCR1_PB_Pos) /*!< 0x08000000 */ |
||
| 5672 | #define RI_HYSCR1_PB_12 (0x1000UL << RI_HYSCR1_PB_Pos) /*!< 0x10000000 */ |
||
| 5673 | #define RI_HYSCR1_PB_13 (0x2000UL << RI_HYSCR1_PB_Pos) /*!< 0x20000000 */ |
||
| 5674 | #define RI_HYSCR1_PB_14 (0x4000UL << RI_HYSCR1_PB_Pos) /*!< 0x40000000 */ |
||
| 5675 | #define RI_HYSCR1_PB_15 (0x8000UL << RI_HYSCR1_PB_Pos) /*!< 0x80000000 */ |
||
| 5676 | |||
| 5677 | /******************** Bit definition for RI_HYSCR2 register ********************/ |
||
| 5678 | #define RI_HYSCR2_PC_Pos (0U) |
||
| 5679 | #define RI_HYSCR2_PC_Msk (0xFFFFUL << RI_HYSCR2_PC_Pos) /*!< 0x0000FFFF */ |
||
| 5680 | #define RI_HYSCR2_PC RI_HYSCR2_PC_Msk /*!< PC[15:0] Port C Hysteresis selection */ |
||
| 5681 | #define RI_HYSCR2_PC_0 (0x0001UL << RI_HYSCR2_PC_Pos) /*!< 0x00000001 */ |
||
| 5682 | #define RI_HYSCR2_PC_1 (0x0002UL << RI_HYSCR2_PC_Pos) /*!< 0x00000002 */ |
||
| 5683 | #define RI_HYSCR2_PC_2 (0x0004UL << RI_HYSCR2_PC_Pos) /*!< 0x00000004 */ |
||
| 5684 | #define RI_HYSCR2_PC_3 (0x0008UL << RI_HYSCR2_PC_Pos) /*!< 0x00000008 */ |
||
| 5685 | #define RI_HYSCR2_PC_4 (0x0010UL << RI_HYSCR2_PC_Pos) /*!< 0x00000010 */ |
||
| 5686 | #define RI_HYSCR2_PC_5 (0x0020UL << RI_HYSCR2_PC_Pos) /*!< 0x00000020 */ |
||
| 5687 | #define RI_HYSCR2_PC_6 (0x0040UL << RI_HYSCR2_PC_Pos) /*!< 0x00000040 */ |
||
| 5688 | #define RI_HYSCR2_PC_7 (0x0080UL << RI_HYSCR2_PC_Pos) /*!< 0x00000080 */ |
||
| 5689 | #define RI_HYSCR2_PC_8 (0x0100UL << RI_HYSCR2_PC_Pos) /*!< 0x00000100 */ |
||
| 5690 | #define RI_HYSCR2_PC_9 (0x0200UL << RI_HYSCR2_PC_Pos) /*!< 0x00000200 */ |
||
| 5691 | #define RI_HYSCR2_PC_10 (0x0400UL << RI_HYSCR2_PC_Pos) /*!< 0x00000400 */ |
||
| 5692 | #define RI_HYSCR2_PC_11 (0x0800UL << RI_HYSCR2_PC_Pos) /*!< 0x00000800 */ |
||
| 5693 | #define RI_HYSCR2_PC_12 (0x1000UL << RI_HYSCR2_PC_Pos) /*!< 0x00001000 */ |
||
| 5694 | #define RI_HYSCR2_PC_13 (0x2000UL << RI_HYSCR2_PC_Pos) /*!< 0x00002000 */ |
||
| 5695 | #define RI_HYSCR2_PC_14 (0x4000UL << RI_HYSCR2_PC_Pos) /*!< 0x00004000 */ |
||
| 5696 | #define RI_HYSCR2_PC_15 (0x8000UL << RI_HYSCR2_PC_Pos) /*!< 0x00008000 */ |
||
| 5697 | |||
| 5698 | #define RI_HYSCR2_PD_Pos (16U) |
||
| 5699 | #define RI_HYSCR2_PD_Msk (0xFFFFUL << RI_HYSCR2_PD_Pos) /*!< 0xFFFF0000 */ |
||
| 5700 | #define RI_HYSCR2_PD RI_HYSCR2_PD_Msk /*!< PD[15:0] Port D Hysteresis selection */ |
||
| 5701 | #define RI_HYSCR2_PD_0 (0x0001UL << RI_HYSCR2_PD_Pos) /*!< 0x00010000 */ |
||
| 5702 | #define RI_HYSCR2_PD_1 (0x0002UL << RI_HYSCR2_PD_Pos) /*!< 0x00020000 */ |
||
| 5703 | #define RI_HYSCR2_PD_2 (0x0004UL << RI_HYSCR2_PD_Pos) /*!< 0x00040000 */ |
||
| 5704 | #define RI_HYSCR2_PD_3 (0x0008UL << RI_HYSCR2_PD_Pos) /*!< 0x00080000 */ |
||
| 5705 | #define RI_HYSCR2_PD_4 (0x0010UL << RI_HYSCR2_PD_Pos) /*!< 0x00100000 */ |
||
| 5706 | #define RI_HYSCR2_PD_5 (0x0020UL << RI_HYSCR2_PD_Pos) /*!< 0x00200000 */ |
||
| 5707 | #define RI_HYSCR2_PD_6 (0x0040UL << RI_HYSCR2_PD_Pos) /*!< 0x00400000 */ |
||
| 5708 | #define RI_HYSCR2_PD_7 (0x0080UL << RI_HYSCR2_PD_Pos) /*!< 0x00800000 */ |
||
| 5709 | #define RI_HYSCR2_PD_8 (0x0100UL << RI_HYSCR2_PD_Pos) /*!< 0x01000000 */ |
||
| 5710 | #define RI_HYSCR2_PD_9 (0x0200UL << RI_HYSCR2_PD_Pos) /*!< 0x02000000 */ |
||
| 5711 | #define RI_HYSCR2_PD_10 (0x0400UL << RI_HYSCR2_PD_Pos) /*!< 0x04000000 */ |
||
| 5712 | #define RI_HYSCR2_PD_11 (0x0800UL << RI_HYSCR2_PD_Pos) /*!< 0x08000000 */ |
||
| 5713 | #define RI_HYSCR2_PD_12 (0x1000UL << RI_HYSCR2_PD_Pos) /*!< 0x10000000 */ |
||
| 5714 | #define RI_HYSCR2_PD_13 (0x2000UL << RI_HYSCR2_PD_Pos) /*!< 0x20000000 */ |
||
| 5715 | #define RI_HYSCR2_PD_14 (0x4000UL << RI_HYSCR2_PD_Pos) /*!< 0x40000000 */ |
||
| 5716 | #define RI_HYSCR2_PD_15 (0x8000UL << RI_HYSCR2_PD_Pos) /*!< 0x80000000 */ |
||
| 5717 | |||
| 5718 | /******************** Bit definition for RI_HYSCR3 register ********************/ |
||
| 5719 | #define RI_HYSCR3_PE_Pos (0U) |
||
| 5720 | #define RI_HYSCR3_PE_Msk (0xFFFFUL << RI_HYSCR3_PE_Pos) /*!< 0x0000FFFF */ |
||
| 5721 | #define RI_HYSCR3_PE RI_HYSCR3_PE_Msk /*!< PE[15:0] Port E Hysteresis selection */ |
||
| 5722 | #define RI_HYSCR3_PE_0 (0x0001UL << RI_HYSCR3_PE_Pos) /*!< 0x00000001 */ |
||
| 5723 | #define RI_HYSCR3_PE_1 (0x0002UL << RI_HYSCR3_PE_Pos) /*!< 0x00000002 */ |
||
| 5724 | #define RI_HYSCR3_PE_2 (0x0004UL << RI_HYSCR3_PE_Pos) /*!< 0x00000004 */ |
||
| 5725 | #define RI_HYSCR3_PE_3 (0x0008UL << RI_HYSCR3_PE_Pos) /*!< 0x00000008 */ |
||
| 5726 | #define RI_HYSCR3_PE_4 (0x0010UL << RI_HYSCR3_PE_Pos) /*!< 0x00000010 */ |
||
| 5727 | #define RI_HYSCR3_PE_5 (0x0020UL << RI_HYSCR3_PE_Pos) /*!< 0x00000020 */ |
||
| 5728 | #define RI_HYSCR3_PE_6 (0x0040UL << RI_HYSCR3_PE_Pos) /*!< 0x00000040 */ |
||
| 5729 | #define RI_HYSCR3_PE_7 (0x0080UL << RI_HYSCR3_PE_Pos) /*!< 0x00000080 */ |
||
| 5730 | #define RI_HYSCR3_PE_8 (0x0100UL << RI_HYSCR3_PE_Pos) /*!< 0x00000100 */ |
||
| 5731 | #define RI_HYSCR3_PE_9 (0x0200UL << RI_HYSCR3_PE_Pos) /*!< 0x00000200 */ |
||
| 5732 | #define RI_HYSCR3_PE_10 (0x0400UL << RI_HYSCR3_PE_Pos) /*!< 0x00000400 */ |
||
| 5733 | #define RI_HYSCR3_PE_11 (0x0800UL << RI_HYSCR3_PE_Pos) /*!< 0x00000800 */ |
||
| 5734 | #define RI_HYSCR3_PE_12 (0x1000UL << RI_HYSCR3_PE_Pos) /*!< 0x00001000 */ |
||
| 5735 | #define RI_HYSCR3_PE_13 (0x2000UL << RI_HYSCR3_PE_Pos) /*!< 0x00002000 */ |
||
| 5736 | #define RI_HYSCR3_PE_14 (0x4000UL << RI_HYSCR3_PE_Pos) /*!< 0x00004000 */ |
||
| 5737 | #define RI_HYSCR3_PE_15 (0x8000UL << RI_HYSCR3_PE_Pos) /*!< 0x00008000 */ |
||
| 5738 | |||
| 5739 | /******************************************************************************/ |
||
| 5740 | /* */ |
||
| 5741 | /* Timers (TIM) */ |
||
| 5742 | /* */ |
||
| 5743 | /******************************************************************************/ |
||
| 5744 | |||
| 5745 | /******************* Bit definition for TIM_CR1 register ********************/ |
||
| 5746 | #define TIM_CR1_CEN_Pos (0U) |
||
| 5747 | #define TIM_CR1_CEN_Msk (0x1UL << TIM_CR1_CEN_Pos) /*!< 0x00000001 */ |
||
| 5748 | #define TIM_CR1_CEN TIM_CR1_CEN_Msk /*!<Counter enable */ |
||
| 5749 | #define TIM_CR1_UDIS_Pos (1U) |
||
| 5750 | #define TIM_CR1_UDIS_Msk (0x1UL << TIM_CR1_UDIS_Pos) /*!< 0x00000002 */ |
||
| 5751 | #define TIM_CR1_UDIS TIM_CR1_UDIS_Msk /*!<Update disable */ |
||
| 5752 | #define TIM_CR1_URS_Pos (2U) |
||
| 5753 | #define TIM_CR1_URS_Msk (0x1UL << TIM_CR1_URS_Pos) /*!< 0x00000004 */ |
||
| 5754 | #define TIM_CR1_URS TIM_CR1_URS_Msk /*!<Update request source */ |
||
| 5755 | #define TIM_CR1_OPM_Pos (3U) |
||
| 5756 | #define TIM_CR1_OPM_Msk (0x1UL << TIM_CR1_OPM_Pos) /*!< 0x00000008 */ |
||
| 5757 | #define TIM_CR1_OPM TIM_CR1_OPM_Msk /*!<One pulse mode */ |
||
| 5758 | #define TIM_CR1_DIR_Pos (4U) |
||
| 5759 | #define TIM_CR1_DIR_Msk (0x1UL << TIM_CR1_DIR_Pos) /*!< 0x00000010 */ |
||
| 5760 | #define TIM_CR1_DIR TIM_CR1_DIR_Msk /*!<Direction */ |
||
| 5761 | |||
| 5762 | #define TIM_CR1_CMS_Pos (5U) |
||
| 5763 | #define TIM_CR1_CMS_Msk (0x3UL << TIM_CR1_CMS_Pos) /*!< 0x00000060 */ |
||
| 5764 | #define TIM_CR1_CMS TIM_CR1_CMS_Msk /*!<CMS[1:0] bits (Center-aligned mode selection) */ |
||
| 5765 | #define TIM_CR1_CMS_0 (0x1UL << TIM_CR1_CMS_Pos) /*!< 0x00000020 */ |
||
| 5766 | #define TIM_CR1_CMS_1 (0x2UL << TIM_CR1_CMS_Pos) /*!< 0x00000040 */ |
||
| 5767 | |||
| 5768 | #define TIM_CR1_ARPE_Pos (7U) |
||
| 5769 | #define TIM_CR1_ARPE_Msk (0x1UL << TIM_CR1_ARPE_Pos) /*!< 0x00000080 */ |
||
| 5770 | #define TIM_CR1_ARPE TIM_CR1_ARPE_Msk /*!<Auto-reload preload enable */ |
||
| 5771 | |||
| 5772 | #define TIM_CR1_CKD_Pos (8U) |
||
| 5773 | #define TIM_CR1_CKD_Msk (0x3UL << TIM_CR1_CKD_Pos) /*!< 0x00000300 */ |
||
| 5774 | #define TIM_CR1_CKD TIM_CR1_CKD_Msk /*!<CKD[1:0] bits (clock division) */ |
||
| 5775 | #define TIM_CR1_CKD_0 (0x1UL << TIM_CR1_CKD_Pos) /*!< 0x00000100 */ |
||
| 5776 | #define TIM_CR1_CKD_1 (0x2UL << TIM_CR1_CKD_Pos) /*!< 0x00000200 */ |
||
| 5777 | |||
| 5778 | /******************* Bit definition for TIM_CR2 register ********************/ |
||
| 5779 | #define TIM_CR2_CCDS_Pos (3U) |
||
| 5780 | #define TIM_CR2_CCDS_Msk (0x1UL << TIM_CR2_CCDS_Pos) /*!< 0x00000008 */ |
||
| 5781 | #define TIM_CR2_CCDS TIM_CR2_CCDS_Msk /*!<Capture/Compare DMA Selection */ |
||
| 5782 | |||
| 5783 | #define TIM_CR2_MMS_Pos (4U) |
||
| 5784 | #define TIM_CR2_MMS_Msk (0x7UL << TIM_CR2_MMS_Pos) /*!< 0x00000070 */ |
||
| 5785 | #define TIM_CR2_MMS TIM_CR2_MMS_Msk /*!<MMS[2:0] bits (Master Mode Selection) */ |
||
| 5786 | #define TIM_CR2_MMS_0 (0x1UL << TIM_CR2_MMS_Pos) /*!< 0x00000010 */ |
||
| 5787 | #define TIM_CR2_MMS_1 (0x2UL << TIM_CR2_MMS_Pos) /*!< 0x00000020 */ |
||
| 5788 | #define TIM_CR2_MMS_2 (0x4UL << TIM_CR2_MMS_Pos) /*!< 0x00000040 */ |
||
| 5789 | |||
| 5790 | #define TIM_CR2_TI1S_Pos (7U) |
||
| 5791 | #define TIM_CR2_TI1S_Msk (0x1UL << TIM_CR2_TI1S_Pos) /*!< 0x00000080 */ |
||
| 5792 | #define TIM_CR2_TI1S TIM_CR2_TI1S_Msk /*!<TI1 Selection */ |
||
| 5793 | |||
| 5794 | /******************* Bit definition for TIM_SMCR register *******************/ |
||
| 5795 | #define TIM_SMCR_SMS_Pos (0U) |
||
| 5796 | #define TIM_SMCR_SMS_Msk (0x7UL << TIM_SMCR_SMS_Pos) /*!< 0x00000007 */ |
||
| 5797 | #define TIM_SMCR_SMS TIM_SMCR_SMS_Msk /*!<SMS[2:0] bits (Slave mode selection) */ |
||
| 5798 | #define TIM_SMCR_SMS_0 (0x1UL << TIM_SMCR_SMS_Pos) /*!< 0x00000001 */ |
||
| 5799 | #define TIM_SMCR_SMS_1 (0x2UL << TIM_SMCR_SMS_Pos) /*!< 0x00000002 */ |
||
| 5800 | #define TIM_SMCR_SMS_2 (0x4UL << TIM_SMCR_SMS_Pos) /*!< 0x00000004 */ |
||
| 5801 | |||
| 5802 | #define TIM_SMCR_OCCS_Pos (3U) |
||
| 5803 | #define TIM_SMCR_OCCS_Msk (0x1UL << TIM_SMCR_OCCS_Pos) /*!< 0x00000008 */ |
||
| 5804 | #define TIM_SMCR_OCCS TIM_SMCR_OCCS_Msk /*!< OCREF clear selection */ |
||
| 5805 | |||
| 5806 | #define TIM_SMCR_TS_Pos (4U) |
||
| 5807 | #define TIM_SMCR_TS_Msk (0x7UL << TIM_SMCR_TS_Pos) /*!< 0x00000070 */ |
||
| 5808 | #define TIM_SMCR_TS TIM_SMCR_TS_Msk /*!<TS[2:0] bits (Trigger selection) */ |
||
| 5809 | #define TIM_SMCR_TS_0 (0x1UL << TIM_SMCR_TS_Pos) /*!< 0x00000010 */ |
||
| 5810 | #define TIM_SMCR_TS_1 (0x2UL << TIM_SMCR_TS_Pos) /*!< 0x00000020 */ |
||
| 5811 | #define TIM_SMCR_TS_2 (0x4UL << TIM_SMCR_TS_Pos) /*!< 0x00000040 */ |
||
| 5812 | |||
| 5813 | #define TIM_SMCR_MSM_Pos (7U) |
||
| 5814 | #define TIM_SMCR_MSM_Msk (0x1UL << TIM_SMCR_MSM_Pos) /*!< 0x00000080 */ |
||
| 5815 | #define TIM_SMCR_MSM TIM_SMCR_MSM_Msk /*!<Master/slave mode */ |
||
| 5816 | |||
| 5817 | #define TIM_SMCR_ETF_Pos (8U) |
||
| 5818 | #define TIM_SMCR_ETF_Msk (0xFUL << TIM_SMCR_ETF_Pos) /*!< 0x00000F00 */ |
||
| 5819 | #define TIM_SMCR_ETF TIM_SMCR_ETF_Msk /*!<ETF[3:0] bits (External trigger filter) */ |
||
| 5820 | #define TIM_SMCR_ETF_0 (0x1UL << TIM_SMCR_ETF_Pos) /*!< 0x00000100 */ |
||
| 5821 | #define TIM_SMCR_ETF_1 (0x2UL << TIM_SMCR_ETF_Pos) /*!< 0x00000200 */ |
||
| 5822 | #define TIM_SMCR_ETF_2 (0x4UL << TIM_SMCR_ETF_Pos) /*!< 0x00000400 */ |
||
| 5823 | #define TIM_SMCR_ETF_3 (0x8UL << TIM_SMCR_ETF_Pos) /*!< 0x00000800 */ |
||
| 5824 | |||
| 5825 | #define TIM_SMCR_ETPS_Pos (12U) |
||
| 5826 | #define TIM_SMCR_ETPS_Msk (0x3UL << TIM_SMCR_ETPS_Pos) /*!< 0x00003000 */ |
||
| 5827 | #define TIM_SMCR_ETPS TIM_SMCR_ETPS_Msk /*!<ETPS[1:0] bits (External trigger prescaler) */ |
||
| 5828 | #define TIM_SMCR_ETPS_0 (0x1UL << TIM_SMCR_ETPS_Pos) /*!< 0x00001000 */ |
||
| 5829 | #define TIM_SMCR_ETPS_1 (0x2UL << TIM_SMCR_ETPS_Pos) /*!< 0x00002000 */ |
||
| 5830 | |||
| 5831 | #define TIM_SMCR_ECE_Pos (14U) |
||
| 5832 | #define TIM_SMCR_ECE_Msk (0x1UL << TIM_SMCR_ECE_Pos) /*!< 0x00004000 */ |
||
| 5833 | #define TIM_SMCR_ECE TIM_SMCR_ECE_Msk /*!<External clock enable */ |
||
| 5834 | #define TIM_SMCR_ETP_Pos (15U) |
||
| 5835 | #define TIM_SMCR_ETP_Msk (0x1UL << TIM_SMCR_ETP_Pos) /*!< 0x00008000 */ |
||
| 5836 | #define TIM_SMCR_ETP TIM_SMCR_ETP_Msk /*!<External trigger polarity */ |
||
| 5837 | |||
| 5838 | /******************* Bit definition for TIM_DIER register *******************/ |
||
| 5839 | #define TIM_DIER_UIE_Pos (0U) |
||
| 5840 | #define TIM_DIER_UIE_Msk (0x1UL << TIM_DIER_UIE_Pos) /*!< 0x00000001 */ |
||
| 5841 | #define TIM_DIER_UIE TIM_DIER_UIE_Msk /*!<Update interrupt enable */ |
||
| 5842 | #define TIM_DIER_CC1IE_Pos (1U) |
||
| 5843 | #define TIM_DIER_CC1IE_Msk (0x1UL << TIM_DIER_CC1IE_Pos) /*!< 0x00000002 */ |
||
| 5844 | #define TIM_DIER_CC1IE TIM_DIER_CC1IE_Msk /*!<Capture/Compare 1 interrupt enable */ |
||
| 5845 | #define TIM_DIER_CC2IE_Pos (2U) |
||
| 5846 | #define TIM_DIER_CC2IE_Msk (0x1UL << TIM_DIER_CC2IE_Pos) /*!< 0x00000004 */ |
||
| 5847 | #define TIM_DIER_CC2IE TIM_DIER_CC2IE_Msk /*!<Capture/Compare 2 interrupt enable */ |
||
| 5848 | #define TIM_DIER_CC3IE_Pos (3U) |
||
| 5849 | #define TIM_DIER_CC3IE_Msk (0x1UL << TIM_DIER_CC3IE_Pos) /*!< 0x00000008 */ |
||
| 5850 | #define TIM_DIER_CC3IE TIM_DIER_CC3IE_Msk /*!<Capture/Compare 3 interrupt enable */ |
||
| 5851 | #define TIM_DIER_CC4IE_Pos (4U) |
||
| 5852 | #define TIM_DIER_CC4IE_Msk (0x1UL << TIM_DIER_CC4IE_Pos) /*!< 0x00000010 */ |
||
| 5853 | #define TIM_DIER_CC4IE TIM_DIER_CC4IE_Msk /*!<Capture/Compare 4 interrupt enable */ |
||
| 5854 | #define TIM_DIER_TIE_Pos (6U) |
||
| 5855 | #define TIM_DIER_TIE_Msk (0x1UL << TIM_DIER_TIE_Pos) /*!< 0x00000040 */ |
||
| 5856 | #define TIM_DIER_TIE TIM_DIER_TIE_Msk /*!<Trigger interrupt enable */ |
||
| 5857 | #define TIM_DIER_UDE_Pos (8U) |
||
| 5858 | #define TIM_DIER_UDE_Msk (0x1UL << TIM_DIER_UDE_Pos) /*!< 0x00000100 */ |
||
| 5859 | #define TIM_DIER_UDE TIM_DIER_UDE_Msk /*!<Update DMA request enable */ |
||
| 5860 | #define TIM_DIER_CC1DE_Pos (9U) |
||
| 5861 | #define TIM_DIER_CC1DE_Msk (0x1UL << TIM_DIER_CC1DE_Pos) /*!< 0x00000200 */ |
||
| 5862 | #define TIM_DIER_CC1DE TIM_DIER_CC1DE_Msk /*!<Capture/Compare 1 DMA request enable */ |
||
| 5863 | #define TIM_DIER_CC2DE_Pos (10U) |
||
| 5864 | #define TIM_DIER_CC2DE_Msk (0x1UL << TIM_DIER_CC2DE_Pos) /*!< 0x00000400 */ |
||
| 5865 | #define TIM_DIER_CC2DE TIM_DIER_CC2DE_Msk /*!<Capture/Compare 2 DMA request enable */ |
||
| 5866 | #define TIM_DIER_CC3DE_Pos (11U) |
||
| 5867 | #define TIM_DIER_CC3DE_Msk (0x1UL << TIM_DIER_CC3DE_Pos) /*!< 0x00000800 */ |
||
| 5868 | #define TIM_DIER_CC3DE TIM_DIER_CC3DE_Msk /*!<Capture/Compare 3 DMA request enable */ |
||
| 5869 | #define TIM_DIER_CC4DE_Pos (12U) |
||
| 5870 | #define TIM_DIER_CC4DE_Msk (0x1UL << TIM_DIER_CC4DE_Pos) /*!< 0x00001000 */ |
||
| 5871 | #define TIM_DIER_CC4DE TIM_DIER_CC4DE_Msk /*!<Capture/Compare 4 DMA request enable */ |
||
| 5872 | #define TIM_DIER_COMDE ((uint16_t)0x2000U) /*!<COM DMA request enable */ |
||
| 5873 | #define TIM_DIER_TDE_Pos (14U) |
||
| 5874 | #define TIM_DIER_TDE_Msk (0x1UL << TIM_DIER_TDE_Pos) /*!< 0x00004000 */ |
||
| 5875 | #define TIM_DIER_TDE TIM_DIER_TDE_Msk /*!<Trigger DMA request enable */ |
||
| 5876 | |||
| 5877 | /******************** Bit definition for TIM_SR register ********************/ |
||
| 5878 | #define TIM_SR_UIF_Pos (0U) |
||
| 5879 | #define TIM_SR_UIF_Msk (0x1UL << TIM_SR_UIF_Pos) /*!< 0x00000001 */ |
||
| 5880 | #define TIM_SR_UIF TIM_SR_UIF_Msk /*!<Update interrupt Flag */ |
||
| 5881 | #define TIM_SR_CC1IF_Pos (1U) |
||
| 5882 | #define TIM_SR_CC1IF_Msk (0x1UL << TIM_SR_CC1IF_Pos) /*!< 0x00000002 */ |
||
| 5883 | #define TIM_SR_CC1IF TIM_SR_CC1IF_Msk /*!<Capture/Compare 1 interrupt Flag */ |
||
| 5884 | #define TIM_SR_CC2IF_Pos (2U) |
||
| 5885 | #define TIM_SR_CC2IF_Msk (0x1UL << TIM_SR_CC2IF_Pos) /*!< 0x00000004 */ |
||
| 5886 | #define TIM_SR_CC2IF TIM_SR_CC2IF_Msk /*!<Capture/Compare 2 interrupt Flag */ |
||
| 5887 | #define TIM_SR_CC3IF_Pos (3U) |
||
| 5888 | #define TIM_SR_CC3IF_Msk (0x1UL << TIM_SR_CC3IF_Pos) /*!< 0x00000008 */ |
||
| 5889 | #define TIM_SR_CC3IF TIM_SR_CC3IF_Msk /*!<Capture/Compare 3 interrupt Flag */ |
||
| 5890 | #define TIM_SR_CC4IF_Pos (4U) |
||
| 5891 | #define TIM_SR_CC4IF_Msk (0x1UL << TIM_SR_CC4IF_Pos) /*!< 0x00000010 */ |
||
| 5892 | #define TIM_SR_CC4IF TIM_SR_CC4IF_Msk /*!<Capture/Compare 4 interrupt Flag */ |
||
| 5893 | #define TIM_SR_TIF_Pos (6U) |
||
| 5894 | #define TIM_SR_TIF_Msk (0x1UL << TIM_SR_TIF_Pos) /*!< 0x00000040 */ |
||
| 5895 | #define TIM_SR_TIF TIM_SR_TIF_Msk /*!<Trigger interrupt Flag */ |
||
| 5896 | #define TIM_SR_CC1OF_Pos (9U) |
||
| 5897 | #define TIM_SR_CC1OF_Msk (0x1UL << TIM_SR_CC1OF_Pos) /*!< 0x00000200 */ |
||
| 5898 | #define TIM_SR_CC1OF TIM_SR_CC1OF_Msk /*!<Capture/Compare 1 Overcapture Flag */ |
||
| 5899 | #define TIM_SR_CC2OF_Pos (10U) |
||
| 5900 | #define TIM_SR_CC2OF_Msk (0x1UL << TIM_SR_CC2OF_Pos) /*!< 0x00000400 */ |
||
| 5901 | #define TIM_SR_CC2OF TIM_SR_CC2OF_Msk /*!<Capture/Compare 2 Overcapture Flag */ |
||
| 5902 | #define TIM_SR_CC3OF_Pos (11U) |
||
| 5903 | #define TIM_SR_CC3OF_Msk (0x1UL << TIM_SR_CC3OF_Pos) /*!< 0x00000800 */ |
||
| 5904 | #define TIM_SR_CC3OF TIM_SR_CC3OF_Msk /*!<Capture/Compare 3 Overcapture Flag */ |
||
| 5905 | #define TIM_SR_CC4OF_Pos (12U) |
||
| 5906 | #define TIM_SR_CC4OF_Msk (0x1UL << TIM_SR_CC4OF_Pos) /*!< 0x00001000 */ |
||
| 5907 | #define TIM_SR_CC4OF TIM_SR_CC4OF_Msk /*!<Capture/Compare 4 Overcapture Flag */ |
||
| 5908 | |||
| 5909 | /******************* Bit definition for TIM_EGR register ********************/ |
||
| 5910 | #define TIM_EGR_UG_Pos (0U) |
||
| 5911 | #define TIM_EGR_UG_Msk (0x1UL << TIM_EGR_UG_Pos) /*!< 0x00000001 */ |
||
| 5912 | #define TIM_EGR_UG TIM_EGR_UG_Msk /*!<Update Generation */ |
||
| 5913 | #define TIM_EGR_CC1G_Pos (1U) |
||
| 5914 | #define TIM_EGR_CC1G_Msk (0x1UL << TIM_EGR_CC1G_Pos) /*!< 0x00000002 */ |
||
| 5915 | #define TIM_EGR_CC1G TIM_EGR_CC1G_Msk /*!<Capture/Compare 1 Generation */ |
||
| 5916 | #define TIM_EGR_CC2G_Pos (2U) |
||
| 5917 | #define TIM_EGR_CC2G_Msk (0x1UL << TIM_EGR_CC2G_Pos) /*!< 0x00000004 */ |
||
| 5918 | #define TIM_EGR_CC2G TIM_EGR_CC2G_Msk /*!<Capture/Compare 2 Generation */ |
||
| 5919 | #define TIM_EGR_CC3G_Pos (3U) |
||
| 5920 | #define TIM_EGR_CC3G_Msk (0x1UL << TIM_EGR_CC3G_Pos) /*!< 0x00000008 */ |
||
| 5921 | #define TIM_EGR_CC3G TIM_EGR_CC3G_Msk /*!<Capture/Compare 3 Generation */ |
||
| 5922 | #define TIM_EGR_CC4G_Pos (4U) |
||
| 5923 | #define TIM_EGR_CC4G_Msk (0x1UL << TIM_EGR_CC4G_Pos) /*!< 0x00000010 */ |
||
| 5924 | #define TIM_EGR_CC4G TIM_EGR_CC4G_Msk /*!<Capture/Compare 4 Generation */ |
||
| 5925 | #define TIM_EGR_TG_Pos (6U) |
||
| 5926 | #define TIM_EGR_TG_Msk (0x1UL << TIM_EGR_TG_Pos) /*!< 0x00000040 */ |
||
| 5927 | #define TIM_EGR_TG TIM_EGR_TG_Msk /*!<Trigger Generation */ |
||
| 5928 | |||
| 5929 | /****************** Bit definition for TIM_CCMR1 register *******************/ |
||
| 5930 | #define TIM_CCMR1_CC1S_Pos (0U) |
||
| 5931 | #define TIM_CCMR1_CC1S_Msk (0x3UL << TIM_CCMR1_CC1S_Pos) /*!< 0x00000003 */ |
||
| 5932 | #define TIM_CCMR1_CC1S TIM_CCMR1_CC1S_Msk /*!<CC1S[1:0] bits (Capture/Compare 1 Selection) */ |
||
| 5933 | #define TIM_CCMR1_CC1S_0 (0x1UL << TIM_CCMR1_CC1S_Pos) /*!< 0x00000001 */ |
||
| 5934 | #define TIM_CCMR1_CC1S_1 (0x2UL << TIM_CCMR1_CC1S_Pos) /*!< 0x00000002 */ |
||
| 5935 | |||
| 5936 | #define TIM_CCMR1_OC1FE_Pos (2U) |
||
| 5937 | #define TIM_CCMR1_OC1FE_Msk (0x1UL << TIM_CCMR1_OC1FE_Pos) /*!< 0x00000004 */ |
||
| 5938 | #define TIM_CCMR1_OC1FE TIM_CCMR1_OC1FE_Msk /*!<Output Compare 1 Fast enable */ |
||
| 5939 | #define TIM_CCMR1_OC1PE_Pos (3U) |
||
| 5940 | #define TIM_CCMR1_OC1PE_Msk (0x1UL << TIM_CCMR1_OC1PE_Pos) /*!< 0x00000008 */ |
||
| 5941 | #define TIM_CCMR1_OC1PE TIM_CCMR1_OC1PE_Msk /*!<Output Compare 1 Preload enable */ |
||
| 5942 | |||
| 5943 | #define TIM_CCMR1_OC1M_Pos (4U) |
||
| 5944 | #define TIM_CCMR1_OC1M_Msk (0x7UL << TIM_CCMR1_OC1M_Pos) /*!< 0x00000070 */ |
||
| 5945 | #define TIM_CCMR1_OC1M TIM_CCMR1_OC1M_Msk /*!<OC1M[2:0] bits (Output Compare 1 Mode) */ |
||
| 5946 | #define TIM_CCMR1_OC1M_0 (0x1UL << TIM_CCMR1_OC1M_Pos) /*!< 0x00000010 */ |
||
| 5947 | #define TIM_CCMR1_OC1M_1 (0x2UL << TIM_CCMR1_OC1M_Pos) /*!< 0x00000020 */ |
||
| 5948 | #define TIM_CCMR1_OC1M_2 (0x4UL << TIM_CCMR1_OC1M_Pos) /*!< 0x00000040 */ |
||
| 5949 | |||
| 5950 | #define TIM_CCMR1_OC1CE_Pos (7U) |
||
| 5951 | #define TIM_CCMR1_OC1CE_Msk (0x1UL << TIM_CCMR1_OC1CE_Pos) /*!< 0x00000080 */ |
||
| 5952 | #define TIM_CCMR1_OC1CE TIM_CCMR1_OC1CE_Msk /*!<Output Compare 1Clear Enable */ |
||
| 5953 | |||
| 5954 | #define TIM_CCMR1_CC2S_Pos (8U) |
||
| 5955 | #define TIM_CCMR1_CC2S_Msk (0x3UL << TIM_CCMR1_CC2S_Pos) /*!< 0x00000300 */ |
||
| 5956 | #define TIM_CCMR1_CC2S TIM_CCMR1_CC2S_Msk /*!<CC2S[1:0] bits (Capture/Compare 2 Selection) */ |
||
| 5957 | #define TIM_CCMR1_CC2S_0 (0x1UL << TIM_CCMR1_CC2S_Pos) /*!< 0x00000100 */ |
||
| 5958 | #define TIM_CCMR1_CC2S_1 (0x2UL << TIM_CCMR1_CC2S_Pos) /*!< 0x00000200 */ |
||
| 5959 | |||
| 5960 | #define TIM_CCMR1_OC2FE_Pos (10U) |
||
| 5961 | #define TIM_CCMR1_OC2FE_Msk (0x1UL << TIM_CCMR1_OC2FE_Pos) /*!< 0x00000400 */ |
||
| 5962 | #define TIM_CCMR1_OC2FE TIM_CCMR1_OC2FE_Msk /*!<Output Compare 2 Fast enable */ |
||
| 5963 | #define TIM_CCMR1_OC2PE_Pos (11U) |
||
| 5964 | #define TIM_CCMR1_OC2PE_Msk (0x1UL << TIM_CCMR1_OC2PE_Pos) /*!< 0x00000800 */ |
||
| 5965 | #define TIM_CCMR1_OC2PE TIM_CCMR1_OC2PE_Msk /*!<Output Compare 2 Preload enable */ |
||
| 5966 | |||
| 5967 | #define TIM_CCMR1_OC2M_Pos (12U) |
||
| 5968 | #define TIM_CCMR1_OC2M_Msk (0x7UL << TIM_CCMR1_OC2M_Pos) /*!< 0x00007000 */ |
||
| 5969 | #define TIM_CCMR1_OC2M TIM_CCMR1_OC2M_Msk /*!<OC2M[2:0] bits (Output Compare 2 Mode) */ |
||
| 5970 | #define TIM_CCMR1_OC2M_0 (0x1UL << TIM_CCMR1_OC2M_Pos) /*!< 0x00001000 */ |
||
| 5971 | #define TIM_CCMR1_OC2M_1 (0x2UL << TIM_CCMR1_OC2M_Pos) /*!< 0x00002000 */ |
||
| 5972 | #define TIM_CCMR1_OC2M_2 (0x4UL << TIM_CCMR1_OC2M_Pos) /*!< 0x00004000 */ |
||
| 5973 | |||
| 5974 | #define TIM_CCMR1_OC2CE_Pos (15U) |
||
| 5975 | #define TIM_CCMR1_OC2CE_Msk (0x1UL << TIM_CCMR1_OC2CE_Pos) /*!< 0x00008000 */ |
||
| 5976 | #define TIM_CCMR1_OC2CE TIM_CCMR1_OC2CE_Msk /*!<Output Compare 2 Clear Enable */ |
||
| 5977 | |||
| 5978 | /*----------------------------------------------------------------------------*/ |
||
| 5979 | |||
| 5980 | #define TIM_CCMR1_IC1PSC_Pos (2U) |
||
| 5981 | #define TIM_CCMR1_IC1PSC_Msk (0x3UL << TIM_CCMR1_IC1PSC_Pos) /*!< 0x0000000C */ |
||
| 5982 | #define TIM_CCMR1_IC1PSC TIM_CCMR1_IC1PSC_Msk /*!<IC1PSC[1:0] bits (Input Capture 1 Prescaler) */ |
||
| 5983 | #define TIM_CCMR1_IC1PSC_0 (0x1UL << TIM_CCMR1_IC1PSC_Pos) /*!< 0x00000004 */ |
||
| 5984 | #define TIM_CCMR1_IC1PSC_1 (0x2UL << TIM_CCMR1_IC1PSC_Pos) /*!< 0x00000008 */ |
||
| 5985 | |||
| 5986 | #define TIM_CCMR1_IC1F_Pos (4U) |
||
| 5987 | #define TIM_CCMR1_IC1F_Msk (0xFUL << TIM_CCMR1_IC1F_Pos) /*!< 0x000000F0 */ |
||
| 5988 | #define TIM_CCMR1_IC1F TIM_CCMR1_IC1F_Msk /*!<IC1F[3:0] bits (Input Capture 1 Filter) */ |
||
| 5989 | #define TIM_CCMR1_IC1F_0 (0x1UL << TIM_CCMR1_IC1F_Pos) /*!< 0x00000010 */ |
||
| 5990 | #define TIM_CCMR1_IC1F_1 (0x2UL << TIM_CCMR1_IC1F_Pos) /*!< 0x00000020 */ |
||
| 5991 | #define TIM_CCMR1_IC1F_2 (0x4UL << TIM_CCMR1_IC1F_Pos) /*!< 0x00000040 */ |
||
| 5992 | #define TIM_CCMR1_IC1F_3 (0x8UL << TIM_CCMR1_IC1F_Pos) /*!< 0x00000080 */ |
||
| 5993 | |||
| 5994 | #define TIM_CCMR1_IC2PSC_Pos (10U) |
||
| 5995 | #define TIM_CCMR1_IC2PSC_Msk (0x3UL << TIM_CCMR1_IC2PSC_Pos) /*!< 0x00000C00 */ |
||
| 5996 | #define TIM_CCMR1_IC2PSC TIM_CCMR1_IC2PSC_Msk /*!<IC2PSC[1:0] bits (Input Capture 2 Prescaler) */ |
||
| 5997 | #define TIM_CCMR1_IC2PSC_0 (0x1UL << TIM_CCMR1_IC2PSC_Pos) /*!< 0x00000400 */ |
||
| 5998 | #define TIM_CCMR1_IC2PSC_1 (0x2UL << TIM_CCMR1_IC2PSC_Pos) /*!< 0x00000800 */ |
||
| 5999 | |||
| 6000 | #define TIM_CCMR1_IC2F_Pos (12U) |
||
| 6001 | #define TIM_CCMR1_IC2F_Msk (0xFUL << TIM_CCMR1_IC2F_Pos) /*!< 0x0000F000 */ |
||
| 6002 | #define TIM_CCMR1_IC2F TIM_CCMR1_IC2F_Msk /*!<IC2F[3:0] bits (Input Capture 2 Filter) */ |
||
| 6003 | #define TIM_CCMR1_IC2F_0 (0x1UL << TIM_CCMR1_IC2F_Pos) /*!< 0x00001000 */ |
||
| 6004 | #define TIM_CCMR1_IC2F_1 (0x2UL << TIM_CCMR1_IC2F_Pos) /*!< 0x00002000 */ |
||
| 6005 | #define TIM_CCMR1_IC2F_2 (0x4UL << TIM_CCMR1_IC2F_Pos) /*!< 0x00004000 */ |
||
| 6006 | #define TIM_CCMR1_IC2F_3 (0x8UL << TIM_CCMR1_IC2F_Pos) /*!< 0x00008000 */ |
||
| 6007 | |||
| 6008 | /****************** Bit definition for TIM_CCMR2 register *******************/ |
||
| 6009 | #define TIM_CCMR2_CC3S_Pos (0U) |
||
| 6010 | #define TIM_CCMR2_CC3S_Msk (0x3UL << TIM_CCMR2_CC3S_Pos) /*!< 0x00000003 */ |
||
| 6011 | #define TIM_CCMR2_CC3S TIM_CCMR2_CC3S_Msk /*!<CC3S[1:0] bits (Capture/Compare 3 Selection) */ |
||
| 6012 | #define TIM_CCMR2_CC3S_0 (0x1UL << TIM_CCMR2_CC3S_Pos) /*!< 0x00000001 */ |
||
| 6013 | #define TIM_CCMR2_CC3S_1 (0x2UL << TIM_CCMR2_CC3S_Pos) /*!< 0x00000002 */ |
||
| 6014 | |||
| 6015 | #define TIM_CCMR2_OC3FE_Pos (2U) |
||
| 6016 | #define TIM_CCMR2_OC3FE_Msk (0x1UL << TIM_CCMR2_OC3FE_Pos) /*!< 0x00000004 */ |
||
| 6017 | #define TIM_CCMR2_OC3FE TIM_CCMR2_OC3FE_Msk /*!<Output Compare 3 Fast enable */ |
||
| 6018 | #define TIM_CCMR2_OC3PE_Pos (3U) |
||
| 6019 | #define TIM_CCMR2_OC3PE_Msk (0x1UL << TIM_CCMR2_OC3PE_Pos) /*!< 0x00000008 */ |
||
| 6020 | #define TIM_CCMR2_OC3PE TIM_CCMR2_OC3PE_Msk /*!<Output Compare 3 Preload enable */ |
||
| 6021 | |||
| 6022 | #define TIM_CCMR2_OC3M_Pos (4U) |
||
| 6023 | #define TIM_CCMR2_OC3M_Msk (0x7UL << TIM_CCMR2_OC3M_Pos) /*!< 0x00000070 */ |
||
| 6024 | #define TIM_CCMR2_OC3M TIM_CCMR2_OC3M_Msk /*!<OC3M[2:0] bits (Output Compare 3 Mode) */ |
||
| 6025 | #define TIM_CCMR2_OC3M_0 (0x1UL << TIM_CCMR2_OC3M_Pos) /*!< 0x00000010 */ |
||
| 6026 | #define TIM_CCMR2_OC3M_1 (0x2UL << TIM_CCMR2_OC3M_Pos) /*!< 0x00000020 */ |
||
| 6027 | #define TIM_CCMR2_OC3M_2 (0x4UL << TIM_CCMR2_OC3M_Pos) /*!< 0x00000040 */ |
||
| 6028 | |||
| 6029 | #define TIM_CCMR2_OC3CE_Pos (7U) |
||
| 6030 | #define TIM_CCMR2_OC3CE_Msk (0x1UL << TIM_CCMR2_OC3CE_Pos) /*!< 0x00000080 */ |
||
| 6031 | #define TIM_CCMR2_OC3CE TIM_CCMR2_OC3CE_Msk /*!<Output Compare 3 Clear Enable */ |
||
| 6032 | |||
| 6033 | #define TIM_CCMR2_CC4S_Pos (8U) |
||
| 6034 | #define TIM_CCMR2_CC4S_Msk (0x3UL << TIM_CCMR2_CC4S_Pos) /*!< 0x00000300 */ |
||
| 6035 | #define TIM_CCMR2_CC4S TIM_CCMR2_CC4S_Msk /*!<CC4S[1:0] bits (Capture/Compare 4 Selection) */ |
||
| 6036 | #define TIM_CCMR2_CC4S_0 (0x1UL << TIM_CCMR2_CC4S_Pos) /*!< 0x00000100 */ |
||
| 6037 | #define TIM_CCMR2_CC4S_1 (0x2UL << TIM_CCMR2_CC4S_Pos) /*!< 0x00000200 */ |
||
| 6038 | |||
| 6039 | #define TIM_CCMR2_OC4FE_Pos (10U) |
||
| 6040 | #define TIM_CCMR2_OC4FE_Msk (0x1UL << TIM_CCMR2_OC4FE_Pos) /*!< 0x00000400 */ |
||
| 6041 | #define TIM_CCMR2_OC4FE TIM_CCMR2_OC4FE_Msk /*!<Output Compare 4 Fast enable */ |
||
| 6042 | #define TIM_CCMR2_OC4PE_Pos (11U) |
||
| 6043 | #define TIM_CCMR2_OC4PE_Msk (0x1UL << TIM_CCMR2_OC4PE_Pos) /*!< 0x00000800 */ |
||
| 6044 | #define TIM_CCMR2_OC4PE TIM_CCMR2_OC4PE_Msk /*!<Output Compare 4 Preload enable */ |
||
| 6045 | |||
| 6046 | #define TIM_CCMR2_OC4M_Pos (12U) |
||
| 6047 | #define TIM_CCMR2_OC4M_Msk (0x7UL << TIM_CCMR2_OC4M_Pos) /*!< 0x00007000 */ |
||
| 6048 | #define TIM_CCMR2_OC4M TIM_CCMR2_OC4M_Msk /*!<OC4M[2:0] bits (Output Compare 4 Mode) */ |
||
| 6049 | #define TIM_CCMR2_OC4M_0 (0x1UL << TIM_CCMR2_OC4M_Pos) /*!< 0x00001000 */ |
||
| 6050 | #define TIM_CCMR2_OC4M_1 (0x2UL << TIM_CCMR2_OC4M_Pos) /*!< 0x00002000 */ |
||
| 6051 | #define TIM_CCMR2_OC4M_2 (0x4UL << TIM_CCMR2_OC4M_Pos) /*!< 0x00004000 */ |
||
| 6052 | |||
| 6053 | #define TIM_CCMR2_OC4CE_Pos (15U) |
||
| 6054 | #define TIM_CCMR2_OC4CE_Msk (0x1UL << TIM_CCMR2_OC4CE_Pos) /*!< 0x00008000 */ |
||
| 6055 | #define TIM_CCMR2_OC4CE TIM_CCMR2_OC4CE_Msk /*!<Output Compare 4 Clear Enable */ |
||
| 6056 | |||
| 6057 | /*----------------------------------------------------------------------------*/ |
||
| 6058 | |||
| 6059 | #define TIM_CCMR2_IC3PSC_Pos (2U) |
||
| 6060 | #define TIM_CCMR2_IC3PSC_Msk (0x3UL << TIM_CCMR2_IC3PSC_Pos) /*!< 0x0000000C */ |
||
| 6061 | #define TIM_CCMR2_IC3PSC TIM_CCMR2_IC3PSC_Msk /*!<IC3PSC[1:0] bits (Input Capture 3 Prescaler) */ |
||
| 6062 | #define TIM_CCMR2_IC3PSC_0 (0x1UL << TIM_CCMR2_IC3PSC_Pos) /*!< 0x00000004 */ |
||
| 6063 | #define TIM_CCMR2_IC3PSC_1 (0x2UL << TIM_CCMR2_IC3PSC_Pos) /*!< 0x00000008 */ |
||
| 6064 | |||
| 6065 | #define TIM_CCMR2_IC3F_Pos (4U) |
||
| 6066 | #define TIM_CCMR2_IC3F_Msk (0xFUL << TIM_CCMR2_IC3F_Pos) /*!< 0x000000F0 */ |
||
| 6067 | #define TIM_CCMR2_IC3F TIM_CCMR2_IC3F_Msk /*!<IC3F[3:0] bits (Input Capture 3 Filter) */ |
||
| 6068 | #define TIM_CCMR2_IC3F_0 (0x1UL << TIM_CCMR2_IC3F_Pos) /*!< 0x00000010 */ |
||
| 6069 | #define TIM_CCMR2_IC3F_1 (0x2UL << TIM_CCMR2_IC3F_Pos) /*!< 0x00000020 */ |
||
| 6070 | #define TIM_CCMR2_IC3F_2 (0x4UL << TIM_CCMR2_IC3F_Pos) /*!< 0x00000040 */ |
||
| 6071 | #define TIM_CCMR2_IC3F_3 (0x8UL << TIM_CCMR2_IC3F_Pos) /*!< 0x00000080 */ |
||
| 6072 | |||
| 6073 | #define TIM_CCMR2_IC4PSC_Pos (10U) |
||
| 6074 | #define TIM_CCMR2_IC4PSC_Msk (0x3UL << TIM_CCMR2_IC4PSC_Pos) /*!< 0x00000C00 */ |
||
| 6075 | #define TIM_CCMR2_IC4PSC TIM_CCMR2_IC4PSC_Msk /*!<IC4PSC[1:0] bits (Input Capture 4 Prescaler) */ |
||
| 6076 | #define TIM_CCMR2_IC4PSC_0 (0x1UL << TIM_CCMR2_IC4PSC_Pos) /*!< 0x00000400 */ |
||
| 6077 | #define TIM_CCMR2_IC4PSC_1 (0x2UL << TIM_CCMR2_IC4PSC_Pos) /*!< 0x00000800 */ |
||
| 6078 | |||
| 6079 | #define TIM_CCMR2_IC4F_Pos (12U) |
||
| 6080 | #define TIM_CCMR2_IC4F_Msk (0xFUL << TIM_CCMR2_IC4F_Pos) /*!< 0x0000F000 */ |
||
| 6081 | #define TIM_CCMR2_IC4F TIM_CCMR2_IC4F_Msk /*!<IC4F[3:0] bits (Input Capture 4 Filter) */ |
||
| 6082 | #define TIM_CCMR2_IC4F_0 (0x1UL << TIM_CCMR2_IC4F_Pos) /*!< 0x00001000 */ |
||
| 6083 | #define TIM_CCMR2_IC4F_1 (0x2UL << TIM_CCMR2_IC4F_Pos) /*!< 0x00002000 */ |
||
| 6084 | #define TIM_CCMR2_IC4F_2 (0x4UL << TIM_CCMR2_IC4F_Pos) /*!< 0x00004000 */ |
||
| 6085 | #define TIM_CCMR2_IC4F_3 (0x8UL << TIM_CCMR2_IC4F_Pos) /*!< 0x00008000 */ |
||
| 6086 | |||
| 6087 | /******************* Bit definition for TIM_CCER register *******************/ |
||
| 6088 | #define TIM_CCER_CC1E_Pos (0U) |
||
| 6089 | #define TIM_CCER_CC1E_Msk (0x1UL << TIM_CCER_CC1E_Pos) /*!< 0x00000001 */ |
||
| 6090 | #define TIM_CCER_CC1E TIM_CCER_CC1E_Msk /*!<Capture/Compare 1 output enable */ |
||
| 6091 | #define TIM_CCER_CC1P_Pos (1U) |
||
| 6092 | #define TIM_CCER_CC1P_Msk (0x1UL << TIM_CCER_CC1P_Pos) /*!< 0x00000002 */ |
||
| 6093 | #define TIM_CCER_CC1P TIM_CCER_CC1P_Msk /*!<Capture/Compare 1 output Polarity */ |
||
| 6094 | #define TIM_CCER_CC1NP_Pos (3U) |
||
| 6095 | #define TIM_CCER_CC1NP_Msk (0x1UL << TIM_CCER_CC1NP_Pos) /*!< 0x00000008 */ |
||
| 6096 | #define TIM_CCER_CC1NP TIM_CCER_CC1NP_Msk /*!<Capture/Compare 1 Complementary output Polarity */ |
||
| 6097 | #define TIM_CCER_CC2E_Pos (4U) |
||
| 6098 | #define TIM_CCER_CC2E_Msk (0x1UL << TIM_CCER_CC2E_Pos) /*!< 0x00000010 */ |
||
| 6099 | #define TIM_CCER_CC2E TIM_CCER_CC2E_Msk /*!<Capture/Compare 2 output enable */ |
||
| 6100 | #define TIM_CCER_CC2P_Pos (5U) |
||
| 6101 | #define TIM_CCER_CC2P_Msk (0x1UL << TIM_CCER_CC2P_Pos) /*!< 0x00000020 */ |
||
| 6102 | #define TIM_CCER_CC2P TIM_CCER_CC2P_Msk /*!<Capture/Compare 2 output Polarity */ |
||
| 6103 | #define TIM_CCER_CC2NP_Pos (7U) |
||
| 6104 | #define TIM_CCER_CC2NP_Msk (0x1UL << TIM_CCER_CC2NP_Pos) /*!< 0x00000080 */ |
||
| 6105 | #define TIM_CCER_CC2NP TIM_CCER_CC2NP_Msk /*!<Capture/Compare 2 Complementary output Polarity */ |
||
| 6106 | #define TIM_CCER_CC3E_Pos (8U) |
||
| 6107 | #define TIM_CCER_CC3E_Msk (0x1UL << TIM_CCER_CC3E_Pos) /*!< 0x00000100 */ |
||
| 6108 | #define TIM_CCER_CC3E TIM_CCER_CC3E_Msk /*!<Capture/Compare 3 output enable */ |
||
| 6109 | #define TIM_CCER_CC3P_Pos (9U) |
||
| 6110 | #define TIM_CCER_CC3P_Msk (0x1UL << TIM_CCER_CC3P_Pos) /*!< 0x00000200 */ |
||
| 6111 | #define TIM_CCER_CC3P TIM_CCER_CC3P_Msk /*!<Capture/Compare 3 output Polarity */ |
||
| 6112 | #define TIM_CCER_CC3NP_Pos (11U) |
||
| 6113 | #define TIM_CCER_CC3NP_Msk (0x1UL << TIM_CCER_CC3NP_Pos) /*!< 0x00000800 */ |
||
| 6114 | #define TIM_CCER_CC3NP TIM_CCER_CC3NP_Msk /*!<Capture/Compare 3 Complementary output Polarity */ |
||
| 6115 | #define TIM_CCER_CC4E_Pos (12U) |
||
| 6116 | #define TIM_CCER_CC4E_Msk (0x1UL << TIM_CCER_CC4E_Pos) /*!< 0x00001000 */ |
||
| 6117 | #define TIM_CCER_CC4E TIM_CCER_CC4E_Msk /*!<Capture/Compare 4 output enable */ |
||
| 6118 | #define TIM_CCER_CC4P_Pos (13U) |
||
| 6119 | #define TIM_CCER_CC4P_Msk (0x1UL << TIM_CCER_CC4P_Pos) /*!< 0x00002000 */ |
||
| 6120 | #define TIM_CCER_CC4P TIM_CCER_CC4P_Msk /*!<Capture/Compare 4 output Polarity */ |
||
| 6121 | #define TIM_CCER_CC4NP_Pos (15U) |
||
| 6122 | #define TIM_CCER_CC4NP_Msk (0x1UL << TIM_CCER_CC4NP_Pos) /*!< 0x00008000 */ |
||
| 6123 | #define TIM_CCER_CC4NP TIM_CCER_CC4NP_Msk /*!<Capture/Compare 4 Complementary output Polarity */ |
||
| 6124 | |||
| 6125 | /******************* Bit definition for TIM_CNT register ********************/ |
||
| 6126 | #define TIM_CNT_CNT_Pos (0U) |
||
| 6127 | #define TIM_CNT_CNT_Msk (0xFFFFFFFFUL << TIM_CNT_CNT_Pos) /*!< 0xFFFFFFFF */ |
||
| 6128 | #define TIM_CNT_CNT TIM_CNT_CNT_Msk /*!<Counter Value */ |
||
| 6129 | |||
| 6130 | /******************* Bit definition for TIM_PSC register ********************/ |
||
| 6131 | #define TIM_PSC_PSC_Pos (0U) |
||
| 6132 | #define TIM_PSC_PSC_Msk (0xFFFFUL << TIM_PSC_PSC_Pos) /*!< 0x0000FFFF */ |
||
| 6133 | #define TIM_PSC_PSC TIM_PSC_PSC_Msk /*!<Prescaler Value */ |
||
| 6134 | |||
| 6135 | /******************* Bit definition for TIM_ARR register ********************/ |
||
| 6136 | #define TIM_ARR_ARR_Pos (0U) |
||
| 6137 | #define TIM_ARR_ARR_Msk (0xFFFFFFFFUL << TIM_ARR_ARR_Pos) /*!< 0xFFFFFFFF */ |
||
| 6138 | #define TIM_ARR_ARR TIM_ARR_ARR_Msk /*!<actual auto-reload Value */ |
||
| 6139 | |||
| 6140 | /******************* Bit definition for TIM_CCR1 register *******************/ |
||
| 6141 | #define TIM_CCR1_CCR1_Pos (0U) |
||
| 6142 | #define TIM_CCR1_CCR1_Msk (0xFFFFUL << TIM_CCR1_CCR1_Pos) /*!< 0x0000FFFF */ |
||
| 6143 | #define TIM_CCR1_CCR1 TIM_CCR1_CCR1_Msk /*!<Capture/Compare 1 Value */ |
||
| 6144 | |||
| 6145 | /******************* Bit definition for TIM_CCR2 register *******************/ |
||
| 6146 | #define TIM_CCR2_CCR2_Pos (0U) |
||
| 6147 | #define TIM_CCR2_CCR2_Msk (0xFFFFUL << TIM_CCR2_CCR2_Pos) /*!< 0x0000FFFF */ |
||
| 6148 | #define TIM_CCR2_CCR2 TIM_CCR2_CCR2_Msk /*!<Capture/Compare 2 Value */ |
||
| 6149 | |||
| 6150 | /******************* Bit definition for TIM_CCR3 register *******************/ |
||
| 6151 | #define TIM_CCR3_CCR3_Pos (0U) |
||
| 6152 | #define TIM_CCR3_CCR3_Msk (0xFFFFUL << TIM_CCR3_CCR3_Pos) /*!< 0x0000FFFF */ |
||
| 6153 | #define TIM_CCR3_CCR3 TIM_CCR3_CCR3_Msk /*!<Capture/Compare 3 Value */ |
||
| 6154 | |||
| 6155 | /******************* Bit definition for TIM_CCR4 register *******************/ |
||
| 6156 | #define TIM_CCR4_CCR4_Pos (0U) |
||
| 6157 | #define TIM_CCR4_CCR4_Msk (0xFFFFUL << TIM_CCR4_CCR4_Pos) /*!< 0x0000FFFF */ |
||
| 6158 | #define TIM_CCR4_CCR4 TIM_CCR4_CCR4_Msk /*!<Capture/Compare 4 Value */ |
||
| 6159 | |||
| 6160 | /******************* Bit definition for TIM_DCR register ********************/ |
||
| 6161 | #define TIM_DCR_DBA_Pos (0U) |
||
| 6162 | #define TIM_DCR_DBA_Msk (0x1FUL << TIM_DCR_DBA_Pos) /*!< 0x0000001F */ |
||
| 6163 | #define TIM_DCR_DBA TIM_DCR_DBA_Msk /*!<DBA[4:0] bits (DMA Base Address) */ |
||
| 6164 | #define TIM_DCR_DBA_0 (0x01UL << TIM_DCR_DBA_Pos) /*!< 0x00000001 */ |
||
| 6165 | #define TIM_DCR_DBA_1 (0x02UL << TIM_DCR_DBA_Pos) /*!< 0x00000002 */ |
||
| 6166 | #define TIM_DCR_DBA_2 (0x04UL << TIM_DCR_DBA_Pos) /*!< 0x00000004 */ |
||
| 6167 | #define TIM_DCR_DBA_3 (0x08UL << TIM_DCR_DBA_Pos) /*!< 0x00000008 */ |
||
| 6168 | #define TIM_DCR_DBA_4 (0x10UL << TIM_DCR_DBA_Pos) /*!< 0x00000010 */ |
||
| 6169 | |||
| 6170 | #define TIM_DCR_DBL_Pos (8U) |
||
| 6171 | #define TIM_DCR_DBL_Msk (0x1FUL << TIM_DCR_DBL_Pos) /*!< 0x00001F00 */ |
||
| 6172 | #define TIM_DCR_DBL TIM_DCR_DBL_Msk /*!<DBL[4:0] bits (DMA Burst Length) */ |
||
| 6173 | #define TIM_DCR_DBL_0 (0x01UL << TIM_DCR_DBL_Pos) /*!< 0x00000100 */ |
||
| 6174 | #define TIM_DCR_DBL_1 (0x02UL << TIM_DCR_DBL_Pos) /*!< 0x00000200 */ |
||
| 6175 | #define TIM_DCR_DBL_2 (0x04UL << TIM_DCR_DBL_Pos) /*!< 0x00000400 */ |
||
| 6176 | #define TIM_DCR_DBL_3 (0x08UL << TIM_DCR_DBL_Pos) /*!< 0x00000800 */ |
||
| 6177 | #define TIM_DCR_DBL_4 (0x10UL << TIM_DCR_DBL_Pos) /*!< 0x00001000 */ |
||
| 6178 | |||
| 6179 | /******************* Bit definition for TIM_DMAR register *******************/ |
||
| 6180 | #define TIM_DMAR_DMAB_Pos (0U) |
||
| 6181 | #define TIM_DMAR_DMAB_Msk (0xFFFFUL << TIM_DMAR_DMAB_Pos) /*!< 0x0000FFFF */ |
||
| 6182 | #define TIM_DMAR_DMAB TIM_DMAR_DMAB_Msk /*!<DMA register for burst accesses */ |
||
| 6183 | |||
| 6184 | /******************* Bit definition for TIM_OR register *********************/ |
||
| 6185 | #define TIM_OR_TI1RMP_Pos (0U) |
||
| 6186 | #define TIM_OR_TI1RMP_Msk (0x3UL << TIM_OR_TI1RMP_Pos) /*!< 0x00000003 */ |
||
| 6187 | #define TIM_OR_TI1RMP TIM_OR_TI1RMP_Msk /*!<TI1_RMP[1:0] bits (TIM Input 1 remap) */ |
||
| 6188 | #define TIM_OR_TI1RMP_0 (0x1UL << TIM_OR_TI1RMP_Pos) /*!< 0x00000001 */ |
||
| 6189 | #define TIM_OR_TI1RMP_1 (0x2UL << TIM_OR_TI1RMP_Pos) /*!< 0x00000002 */ |
||
| 6190 | |||
| 6191 | #define TIM_OR_ETR_RMP_Pos (2U) |
||
| 6192 | #define TIM_OR_ETR_RMP_Msk (0x1UL << TIM_OR_ETR_RMP_Pos) /*!< 0x00000004 */ |
||
| 6193 | #define TIM_OR_ETR_RMP TIM_OR_ETR_RMP_Msk /*!<ETR_RMP bit (TIM10/11 ETR remap)*/ |
||
| 6194 | #define TIM_OR_TI1_RMP_RI_Pos (3U) |
||
| 6195 | #define TIM_OR_TI1_RMP_RI_Msk (0x1UL << TIM_OR_TI1_RMP_RI_Pos) /*!< 0x00000008 */ |
||
| 6196 | #define TIM_OR_TI1_RMP_RI TIM_OR_TI1_RMP_RI_Msk /*!<TI1_RMP_RI bit (TIM10/11 Input 1 remap for Routing interface) */ |
||
| 6197 | |||
| 6198 | |||
| 6199 | /******************************************************************************/ |
||
| 6200 | /* */ |
||
| 6201 | /* Universal Synchronous Asynchronous Receiver Transmitter (USART) */ |
||
| 6202 | /* */ |
||
| 6203 | /******************************************************************************/ |
||
| 6204 | |||
| 6205 | /******************* Bit definition for USART_SR register *******************/ |
||
| 6206 | #define USART_SR_PE_Pos (0U) |
||
| 6207 | #define USART_SR_PE_Msk (0x1UL << USART_SR_PE_Pos) /*!< 0x00000001 */ |
||
| 6208 | #define USART_SR_PE USART_SR_PE_Msk /*!< Parity Error */ |
||
| 6209 | #define USART_SR_FE_Pos (1U) |
||
| 6210 | #define USART_SR_FE_Msk (0x1UL << USART_SR_FE_Pos) /*!< 0x00000002 */ |
||
| 6211 | #define USART_SR_FE USART_SR_FE_Msk /*!< Framing Error */ |
||
| 6212 | #define USART_SR_NE_Pos (2U) |
||
| 6213 | #define USART_SR_NE_Msk (0x1UL << USART_SR_NE_Pos) /*!< 0x00000004 */ |
||
| 6214 | #define USART_SR_NE USART_SR_NE_Msk /*!< Noise Error Flag */ |
||
| 6215 | #define USART_SR_ORE_Pos (3U) |
||
| 6216 | #define USART_SR_ORE_Msk (0x1UL << USART_SR_ORE_Pos) /*!< 0x00000008 */ |
||
| 6217 | #define USART_SR_ORE USART_SR_ORE_Msk /*!< OverRun Error */ |
||
| 6218 | #define USART_SR_IDLE_Pos (4U) |
||
| 6219 | #define USART_SR_IDLE_Msk (0x1UL << USART_SR_IDLE_Pos) /*!< 0x00000010 */ |
||
| 6220 | #define USART_SR_IDLE USART_SR_IDLE_Msk /*!< IDLE line detected */ |
||
| 6221 | #define USART_SR_RXNE_Pos (5U) |
||
| 6222 | #define USART_SR_RXNE_Msk (0x1UL << USART_SR_RXNE_Pos) /*!< 0x00000020 */ |
||
| 6223 | #define USART_SR_RXNE USART_SR_RXNE_Msk /*!< Read Data Register Not Empty */ |
||
| 6224 | #define USART_SR_TC_Pos (6U) |
||
| 6225 | #define USART_SR_TC_Msk (0x1UL << USART_SR_TC_Pos) /*!< 0x00000040 */ |
||
| 6226 | #define USART_SR_TC USART_SR_TC_Msk /*!< Transmission Complete */ |
||
| 6227 | #define USART_SR_TXE_Pos (7U) |
||
| 6228 | #define USART_SR_TXE_Msk (0x1UL << USART_SR_TXE_Pos) /*!< 0x00000080 */ |
||
| 6229 | #define USART_SR_TXE USART_SR_TXE_Msk /*!< Transmit Data Register Empty */ |
||
| 6230 | #define USART_SR_LBD_Pos (8U) |
||
| 6231 | #define USART_SR_LBD_Msk (0x1UL << USART_SR_LBD_Pos) /*!< 0x00000100 */ |
||
| 6232 | #define USART_SR_LBD USART_SR_LBD_Msk /*!< LIN Break Detection Flag */ |
||
| 6233 | #define USART_SR_CTS_Pos (9U) |
||
| 6234 | #define USART_SR_CTS_Msk (0x1UL << USART_SR_CTS_Pos) /*!< 0x00000200 */ |
||
| 6235 | #define USART_SR_CTS USART_SR_CTS_Msk /*!< CTS Flag */ |
||
| 6236 | |||
| 6237 | /******************* Bit definition for USART_DR register *******************/ |
||
| 6238 | #define USART_DR_DR_Pos (0U) |
||
| 6239 | #define USART_DR_DR_Msk (0x1FFUL << USART_DR_DR_Pos) /*!< 0x000001FF */ |
||
| 6240 | #define USART_DR_DR USART_DR_DR_Msk /*!< Data value */ |
||
| 6241 | |||
| 6242 | /****************** Bit definition for USART_BRR register *******************/ |
||
| 6243 | #define USART_BRR_DIV_Fraction_Pos (0U) |
||
| 6244 | #define USART_BRR_DIV_Fraction_Msk (0xFUL << USART_BRR_DIV_Fraction_Pos) /*!< 0x0000000F */ |
||
| 6245 | #define USART_BRR_DIV_Fraction USART_BRR_DIV_Fraction_Msk /*!<Fraction of USARTDIV */ |
||
| 6246 | #define USART_BRR_DIV_Mantissa_Pos (4U) |
||
| 6247 | #define USART_BRR_DIV_Mantissa_Msk (0xFFFUL << USART_BRR_DIV_Mantissa_Pos) /*!< 0x0000FFF0 */ |
||
| 6248 | #define USART_BRR_DIV_Mantissa USART_BRR_DIV_Mantissa_Msk /*!<Mantissa of USARTDIV */ |
||
| 6249 | |||
| 6250 | /* Legacy aliases */ |
||
| 6251 | #define USART_BRR_DIV_FRACTION_Pos USART_BRR_DIV_Fraction_Pos |
||
| 6252 | #define USART_BRR_DIV_FRACTION_Msk USART_BRR_DIV_Fraction_Msk |
||
| 6253 | #define USART_BRR_DIV_FRACTION USART_BRR_DIV_Fraction |
||
| 6254 | |||
| 6255 | #define USART_BRR_DIV_MANTISSA_Pos USART_BRR_DIV_Mantissa_Pos |
||
| 6256 | #define USART_BRR_DIV_MANTISSA_Msk USART_BRR_DIV_Mantissa_Msk |
||
| 6257 | #define USART_BRR_DIV_MANTISSA USART_BRR_DIV_Mantissa |
||
| 6258 | |||
| 6259 | /****************** Bit definition for USART_CR1 register *******************/ |
||
| 6260 | #define USART_CR1_SBK_Pos (0U) |
||
| 6261 | #define USART_CR1_SBK_Msk (0x1UL << USART_CR1_SBK_Pos) /*!< 0x00000001 */ |
||
| 6262 | #define USART_CR1_SBK USART_CR1_SBK_Msk /*!< Send Break */ |
||
| 6263 | #define USART_CR1_RWU_Pos (1U) |
||
| 6264 | #define USART_CR1_RWU_Msk (0x1UL << USART_CR1_RWU_Pos) /*!< 0x00000002 */ |
||
| 6265 | #define USART_CR1_RWU USART_CR1_RWU_Msk /*!< Receiver wakeup */ |
||
| 6266 | #define USART_CR1_RE_Pos (2U) |
||
| 6267 | #define USART_CR1_RE_Msk (0x1UL << USART_CR1_RE_Pos) /*!< 0x00000004 */ |
||
| 6268 | #define USART_CR1_RE USART_CR1_RE_Msk /*!< Receiver Enable */ |
||
| 6269 | #define USART_CR1_TE_Pos (3U) |
||
| 6270 | #define USART_CR1_TE_Msk (0x1UL << USART_CR1_TE_Pos) /*!< 0x00000008 */ |
||
| 6271 | #define USART_CR1_TE USART_CR1_TE_Msk /*!< Transmitter Enable */ |
||
| 6272 | #define USART_CR1_IDLEIE_Pos (4U) |
||
| 6273 | #define USART_CR1_IDLEIE_Msk (0x1UL << USART_CR1_IDLEIE_Pos) /*!< 0x00000010 */ |
||
| 6274 | #define USART_CR1_IDLEIE USART_CR1_IDLEIE_Msk /*!< IDLE Interrupt Enable */ |
||
| 6275 | #define USART_CR1_RXNEIE_Pos (5U) |
||
| 6276 | #define USART_CR1_RXNEIE_Msk (0x1UL << USART_CR1_RXNEIE_Pos) /*!< 0x00000020 */ |
||
| 6277 | #define USART_CR1_RXNEIE USART_CR1_RXNEIE_Msk /*!< RXNE Interrupt Enable */ |
||
| 6278 | #define USART_CR1_TCIE_Pos (6U) |
||
| 6279 | #define USART_CR1_TCIE_Msk (0x1UL << USART_CR1_TCIE_Pos) /*!< 0x00000040 */ |
||
| 6280 | #define USART_CR1_TCIE USART_CR1_TCIE_Msk /*!< Transmission Complete Interrupt Enable */ |
||
| 6281 | #define USART_CR1_TXEIE_Pos (7U) |
||
| 6282 | #define USART_CR1_TXEIE_Msk (0x1UL << USART_CR1_TXEIE_Pos) /*!< 0x00000080 */ |
||
| 6283 | #define USART_CR1_TXEIE USART_CR1_TXEIE_Msk /*!< PE Interrupt Enable */ |
||
| 6284 | #define USART_CR1_PEIE_Pos (8U) |
||
| 6285 | #define USART_CR1_PEIE_Msk (0x1UL << USART_CR1_PEIE_Pos) /*!< 0x00000100 */ |
||
| 6286 | #define USART_CR1_PEIE USART_CR1_PEIE_Msk /*!< PE Interrupt Enable */ |
||
| 6287 | #define USART_CR1_PS_Pos (9U) |
||
| 6288 | #define USART_CR1_PS_Msk (0x1UL << USART_CR1_PS_Pos) /*!< 0x00000200 */ |
||
| 6289 | #define USART_CR1_PS USART_CR1_PS_Msk /*!< Parity Selection */ |
||
| 6290 | #define USART_CR1_PCE_Pos (10U) |
||
| 6291 | #define USART_CR1_PCE_Msk (0x1UL << USART_CR1_PCE_Pos) /*!< 0x00000400 */ |
||
| 6292 | #define USART_CR1_PCE USART_CR1_PCE_Msk /*!< Parity Control Enable */ |
||
| 6293 | #define USART_CR1_WAKE_Pos (11U) |
||
| 6294 | #define USART_CR1_WAKE_Msk (0x1UL << USART_CR1_WAKE_Pos) /*!< 0x00000800 */ |
||
| 6295 | #define USART_CR1_WAKE USART_CR1_WAKE_Msk /*!< Wakeup method */ |
||
| 6296 | #define USART_CR1_M_Pos (12U) |
||
| 6297 | #define USART_CR1_M_Msk (0x1UL << USART_CR1_M_Pos) /*!< 0x00001000 */ |
||
| 6298 | #define USART_CR1_M USART_CR1_M_Msk /*!< Word length */ |
||
| 6299 | #define USART_CR1_UE_Pos (13U) |
||
| 6300 | #define USART_CR1_UE_Msk (0x1UL << USART_CR1_UE_Pos) /*!< 0x00002000 */ |
||
| 6301 | #define USART_CR1_UE USART_CR1_UE_Msk /*!< USART Enable */ |
||
| 6302 | #define USART_CR1_OVER8_Pos (15U) |
||
| 6303 | #define USART_CR1_OVER8_Msk (0x1UL << USART_CR1_OVER8_Pos) /*!< 0x00008000 */ |
||
| 6304 | #define USART_CR1_OVER8 USART_CR1_OVER8_Msk /*!< Oversampling by 8-bit mode */ |
||
| 6305 | |||
| 6306 | /****************** Bit definition for USART_CR2 register *******************/ |
||
| 6307 | #define USART_CR2_ADD_Pos (0U) |
||
| 6308 | #define USART_CR2_ADD_Msk (0xFUL << USART_CR2_ADD_Pos) /*!< 0x0000000F */ |
||
| 6309 | #define USART_CR2_ADD USART_CR2_ADD_Msk /*!< Address of the USART node */ |
||
| 6310 | #define USART_CR2_LBDL_Pos (5U) |
||
| 6311 | #define USART_CR2_LBDL_Msk (0x1UL << USART_CR2_LBDL_Pos) /*!< 0x00000020 */ |
||
| 6312 | #define USART_CR2_LBDL USART_CR2_LBDL_Msk /*!< LIN Break Detection Length */ |
||
| 6313 | #define USART_CR2_LBDIE_Pos (6U) |
||
| 6314 | #define USART_CR2_LBDIE_Msk (0x1UL << USART_CR2_LBDIE_Pos) /*!< 0x00000040 */ |
||
| 6315 | #define USART_CR2_LBDIE USART_CR2_LBDIE_Msk /*!< LIN Break Detection Interrupt Enable */ |
||
| 6316 | #define USART_CR2_LBCL_Pos (8U) |
||
| 6317 | #define USART_CR2_LBCL_Msk (0x1UL << USART_CR2_LBCL_Pos) /*!< 0x00000100 */ |
||
| 6318 | #define USART_CR2_LBCL USART_CR2_LBCL_Msk /*!< Last Bit Clock pulse */ |
||
| 6319 | #define USART_CR2_CPHA_Pos (9U) |
||
| 6320 | #define USART_CR2_CPHA_Msk (0x1UL << USART_CR2_CPHA_Pos) /*!< 0x00000200 */ |
||
| 6321 | #define USART_CR2_CPHA USART_CR2_CPHA_Msk /*!< Clock Phase */ |
||
| 6322 | #define USART_CR2_CPOL_Pos (10U) |
||
| 6323 | #define USART_CR2_CPOL_Msk (0x1UL << USART_CR2_CPOL_Pos) /*!< 0x00000400 */ |
||
| 6324 | #define USART_CR2_CPOL USART_CR2_CPOL_Msk /*!< Clock Polarity */ |
||
| 6325 | #define USART_CR2_CLKEN_Pos (11U) |
||
| 6326 | #define USART_CR2_CLKEN_Msk (0x1UL << USART_CR2_CLKEN_Pos) /*!< 0x00000800 */ |
||
| 6327 | #define USART_CR2_CLKEN USART_CR2_CLKEN_Msk /*!< Clock Enable */ |
||
| 6328 | |||
| 6329 | #define USART_CR2_STOP_Pos (12U) |
||
| 6330 | #define USART_CR2_STOP_Msk (0x3UL << USART_CR2_STOP_Pos) /*!< 0x00003000 */ |
||
| 6331 | #define USART_CR2_STOP USART_CR2_STOP_Msk /*!< STOP[1:0] bits (STOP bits) */ |
||
| 6332 | #define USART_CR2_STOP_0 (0x1UL << USART_CR2_STOP_Pos) /*!< 0x00001000 */ |
||
| 6333 | #define USART_CR2_STOP_1 (0x2UL << USART_CR2_STOP_Pos) /*!< 0x00002000 */ |
||
| 6334 | |||
| 6335 | #define USART_CR2_LINEN_Pos (14U) |
||
| 6336 | #define USART_CR2_LINEN_Msk (0x1UL << USART_CR2_LINEN_Pos) /*!< 0x00004000 */ |
||
| 6337 | #define USART_CR2_LINEN USART_CR2_LINEN_Msk /*!< LIN mode enable */ |
||
| 6338 | |||
| 6339 | /****************** Bit definition for USART_CR3 register *******************/ |
||
| 6340 | #define USART_CR3_EIE_Pos (0U) |
||
| 6341 | #define USART_CR3_EIE_Msk (0x1UL << USART_CR3_EIE_Pos) /*!< 0x00000001 */ |
||
| 6342 | #define USART_CR3_EIE USART_CR3_EIE_Msk /*!< Error Interrupt Enable */ |
||
| 6343 | #define USART_CR3_IREN_Pos (1U) |
||
| 6344 | #define USART_CR3_IREN_Msk (0x1UL << USART_CR3_IREN_Pos) /*!< 0x00000002 */ |
||
| 6345 | #define USART_CR3_IREN USART_CR3_IREN_Msk /*!< IrDA mode Enable */ |
||
| 6346 | #define USART_CR3_IRLP_Pos (2U) |
||
| 6347 | #define USART_CR3_IRLP_Msk (0x1UL << USART_CR3_IRLP_Pos) /*!< 0x00000004 */ |
||
| 6348 | #define USART_CR3_IRLP USART_CR3_IRLP_Msk /*!< IrDA Low-Power */ |
||
| 6349 | #define USART_CR3_HDSEL_Pos (3U) |
||
| 6350 | #define USART_CR3_HDSEL_Msk (0x1UL << USART_CR3_HDSEL_Pos) /*!< 0x00000008 */ |
||
| 6351 | #define USART_CR3_HDSEL USART_CR3_HDSEL_Msk /*!< Half-Duplex Selection */ |
||
| 6352 | #define USART_CR3_NACK_Pos (4U) |
||
| 6353 | #define USART_CR3_NACK_Msk (0x1UL << USART_CR3_NACK_Pos) /*!< 0x00000010 */ |
||
| 6354 | #define USART_CR3_NACK USART_CR3_NACK_Msk /*!< Smartcard NACK enable */ |
||
| 6355 | #define USART_CR3_SCEN_Pos (5U) |
||
| 6356 | #define USART_CR3_SCEN_Msk (0x1UL << USART_CR3_SCEN_Pos) /*!< 0x00000020 */ |
||
| 6357 | #define USART_CR3_SCEN USART_CR3_SCEN_Msk /*!< Smartcard mode enable */ |
||
| 6358 | #define USART_CR3_DMAR_Pos (6U) |
||
| 6359 | #define USART_CR3_DMAR_Msk (0x1UL << USART_CR3_DMAR_Pos) /*!< 0x00000040 */ |
||
| 6360 | #define USART_CR3_DMAR USART_CR3_DMAR_Msk /*!< DMA Enable Receiver */ |
||
| 6361 | #define USART_CR3_DMAT_Pos (7U) |
||
| 6362 | #define USART_CR3_DMAT_Msk (0x1UL << USART_CR3_DMAT_Pos) /*!< 0x00000080 */ |
||
| 6363 | #define USART_CR3_DMAT USART_CR3_DMAT_Msk /*!< DMA Enable Transmitter */ |
||
| 6364 | #define USART_CR3_RTSE_Pos (8U) |
||
| 6365 | #define USART_CR3_RTSE_Msk (0x1UL << USART_CR3_RTSE_Pos) /*!< 0x00000100 */ |
||
| 6366 | #define USART_CR3_RTSE USART_CR3_RTSE_Msk /*!< RTS Enable */ |
||
| 6367 | #define USART_CR3_CTSE_Pos (9U) |
||
| 6368 | #define USART_CR3_CTSE_Msk (0x1UL << USART_CR3_CTSE_Pos) /*!< 0x00000200 */ |
||
| 6369 | #define USART_CR3_CTSE USART_CR3_CTSE_Msk /*!< CTS Enable */ |
||
| 6370 | #define USART_CR3_CTSIE_Pos (10U) |
||
| 6371 | #define USART_CR3_CTSIE_Msk (0x1UL << USART_CR3_CTSIE_Pos) /*!< 0x00000400 */ |
||
| 6372 | #define USART_CR3_CTSIE USART_CR3_CTSIE_Msk /*!< CTS Interrupt Enable */ |
||
| 6373 | #define USART_CR3_ONEBIT_Pos (11U) |
||
| 6374 | #define USART_CR3_ONEBIT_Msk (0x1UL << USART_CR3_ONEBIT_Pos) /*!< 0x00000800 */ |
||
| 6375 | #define USART_CR3_ONEBIT USART_CR3_ONEBIT_Msk /*!< One sample bit method enable */ |
||
| 6376 | |||
| 6377 | /****************** Bit definition for USART_GTPR register ******************/ |
||
| 6378 | #define USART_GTPR_PSC_Pos (0U) |
||
| 6379 | #define USART_GTPR_PSC_Msk (0xFFUL << USART_GTPR_PSC_Pos) /*!< 0x000000FF */ |
||
| 6380 | #define USART_GTPR_PSC USART_GTPR_PSC_Msk /*!< PSC[7:0] bits (Prescaler value) */ |
||
| 6381 | #define USART_GTPR_PSC_0 (0x01UL << USART_GTPR_PSC_Pos) /*!< 0x00000001 */ |
||
| 6382 | #define USART_GTPR_PSC_1 (0x02UL << USART_GTPR_PSC_Pos) /*!< 0x00000002 */ |
||
| 6383 | #define USART_GTPR_PSC_2 (0x04UL << USART_GTPR_PSC_Pos) /*!< 0x00000004 */ |
||
| 6384 | #define USART_GTPR_PSC_3 (0x08UL << USART_GTPR_PSC_Pos) /*!< 0x00000008 */ |
||
| 6385 | #define USART_GTPR_PSC_4 (0x10UL << USART_GTPR_PSC_Pos) /*!< 0x00000010 */ |
||
| 6386 | #define USART_GTPR_PSC_5 (0x20UL << USART_GTPR_PSC_Pos) /*!< 0x00000020 */ |
||
| 6387 | #define USART_GTPR_PSC_6 (0x40UL << USART_GTPR_PSC_Pos) /*!< 0x00000040 */ |
||
| 6388 | #define USART_GTPR_PSC_7 (0x80UL << USART_GTPR_PSC_Pos) /*!< 0x00000080 */ |
||
| 6389 | |||
| 6390 | #define USART_GTPR_GT_Pos (8U) |
||
| 6391 | #define USART_GTPR_GT_Msk (0xFFUL << USART_GTPR_GT_Pos) /*!< 0x0000FF00 */ |
||
| 6392 | #define USART_GTPR_GT USART_GTPR_GT_Msk /*!< Guard time value */ |
||
| 6393 | |||
| 6394 | /******************************************************************************/ |
||
| 6395 | /* */ |
||
| 6396 | /* Universal Serial Bus (USB) */ |
||
| 6397 | /* */ |
||
| 6398 | /******************************************************************************/ |
||
| 6399 | |||
| 6400 | /*!<Endpoint-specific registers */ |
||
| 6401 | |||
| 6402 | #define USB_EP0R USB_BASE /*!< endpoint 0 register address */ |
||
| 6403 | #define USB_EP1R (USB_BASE + 0x00000004U) /*!< endpoint 1 register address */ |
||
| 6404 | #define USB_EP2R (USB_BASE + 0x00000008U) /*!< endpoint 2 register address */ |
||
| 6405 | #define USB_EP3R (USB_BASE + 0x0000000CU) /*!< endpoint 3 register address */ |
||
| 6406 | #define USB_EP4R (USB_BASE + 0x00000010U) /*!< endpoint 4 register address */ |
||
| 6407 | #define USB_EP5R (USB_BASE + 0x00000014U) /*!< endpoint 5 register address */ |
||
| 6408 | #define USB_EP6R (USB_BASE + 0x00000018U) /*!< endpoint 6 register address */ |
||
| 6409 | #define USB_EP7R (USB_BASE + 0x0000001CU) /*!< endpoint 7 register address */ |
||
| 6410 | |||
| 6411 | /* bit positions */ |
||
| 6412 | #define USB_EP_CTR_RX_Pos (15U) |
||
| 6413 | #define USB_EP_CTR_RX_Msk (0x1UL << USB_EP_CTR_RX_Pos) /*!< 0x00008000 */ |
||
| 6414 | #define USB_EP_CTR_RX USB_EP_CTR_RX_Msk /*!< EndPoint Correct TRansfer RX */ |
||
| 6415 | #define USB_EP_DTOG_RX_Pos (14U) |
||
| 6416 | #define USB_EP_DTOG_RX_Msk (0x1UL << USB_EP_DTOG_RX_Pos) /*!< 0x00004000 */ |
||
| 6417 | #define USB_EP_DTOG_RX USB_EP_DTOG_RX_Msk /*!< EndPoint Data TOGGLE RX */ |
||
| 6418 | #define USB_EPRX_STAT_Pos (12U) |
||
| 6419 | #define USB_EPRX_STAT_Msk (0x3UL << USB_EPRX_STAT_Pos) /*!< 0x00003000 */ |
||
| 6420 | #define USB_EPRX_STAT USB_EPRX_STAT_Msk /*!< EndPoint RX STATus bit field */ |
||
| 6421 | #define USB_EP_SETUP_Pos (11U) |
||
| 6422 | #define USB_EP_SETUP_Msk (0x1UL << USB_EP_SETUP_Pos) /*!< 0x00000800 */ |
||
| 6423 | #define USB_EP_SETUP USB_EP_SETUP_Msk /*!< EndPoint SETUP */ |
||
| 6424 | #define USB_EP_T_FIELD_Pos (9U) |
||
| 6425 | #define USB_EP_T_FIELD_Msk (0x3UL << USB_EP_T_FIELD_Pos) /*!< 0x00000600 */ |
||
| 6426 | #define USB_EP_T_FIELD USB_EP_T_FIELD_Msk /*!< EndPoint TYPE */ |
||
| 6427 | #define USB_EP_KIND_Pos (8U) |
||
| 6428 | #define USB_EP_KIND_Msk (0x1UL << USB_EP_KIND_Pos) /*!< 0x00000100 */ |
||
| 6429 | #define USB_EP_KIND USB_EP_KIND_Msk /*!< EndPoint KIND */ |
||
| 6430 | #define USB_EP_CTR_TX_Pos (7U) |
||
| 6431 | #define USB_EP_CTR_TX_Msk (0x1UL << USB_EP_CTR_TX_Pos) /*!< 0x00000080 */ |
||
| 6432 | #define USB_EP_CTR_TX USB_EP_CTR_TX_Msk /*!< EndPoint Correct TRansfer TX */ |
||
| 6433 | #define USB_EP_DTOG_TX_Pos (6U) |
||
| 6434 | #define USB_EP_DTOG_TX_Msk (0x1UL << USB_EP_DTOG_TX_Pos) /*!< 0x00000040 */ |
||
| 6435 | #define USB_EP_DTOG_TX USB_EP_DTOG_TX_Msk /*!< EndPoint Data TOGGLE TX */ |
||
| 6436 | #define USB_EPTX_STAT_Pos (4U) |
||
| 6437 | #define USB_EPTX_STAT_Msk (0x3UL << USB_EPTX_STAT_Pos) /*!< 0x00000030 */ |
||
| 6438 | #define USB_EPTX_STAT USB_EPTX_STAT_Msk /*!< EndPoint TX STATus bit field */ |
||
| 6439 | #define USB_EPADDR_FIELD_Pos (0U) |
||
| 6440 | #define USB_EPADDR_FIELD_Msk (0xFUL << USB_EPADDR_FIELD_Pos) /*!< 0x0000000F */ |
||
| 6441 | #define USB_EPADDR_FIELD USB_EPADDR_FIELD_Msk /*!< EndPoint ADDRess FIELD */ |
||
| 6442 | |||
| 6443 | /* EndPoint REGister MASK (no toggle fields) */ |
||
| 6444 | #define USB_EPREG_MASK (USB_EP_CTR_RX|USB_EP_SETUP|USB_EP_T_FIELD|USB_EP_KIND|USB_EP_CTR_TX|USB_EPADDR_FIELD) |
||
| 6445 | /*!< EP_TYPE[1:0] EndPoint TYPE */ |
||
| 6446 | #define USB_EP_TYPE_MASK_Pos (9U) |
||
| 6447 | #define USB_EP_TYPE_MASK_Msk (0x3UL << USB_EP_TYPE_MASK_Pos) /*!< 0x00000600 */ |
||
| 6448 | #define USB_EP_TYPE_MASK USB_EP_TYPE_MASK_Msk /*!< EndPoint TYPE Mask */ |
||
| 6449 | #define USB_EP_BULK (0x00000000U) /*!< EndPoint BULK */ |
||
| 6450 | #define USB_EP_CONTROL (0x00000200U) /*!< EndPoint CONTROL */ |
||
| 6451 | #define USB_EP_ISOCHRONOUS (0x00000400U) /*!< EndPoint ISOCHRONOUS */ |
||
| 6452 | #define USB_EP_INTERRUPT (0x00000600U) /*!< EndPoint INTERRUPT */ |
||
| 6453 | #define USB_EP_T_MASK (~USB_EP_T_FIELD & USB_EPREG_MASK) |
||
| 6454 | |||
| 6455 | #define USB_EPKIND_MASK (~USB_EP_KIND & USB_EPREG_MASK) /*!< EP_KIND EndPoint KIND */ |
||
| 6456 | /*!< STAT_TX[1:0] STATus for TX transfer */ |
||
| 6457 | #define USB_EP_TX_DIS (0x00000000U) /*!< EndPoint TX DISabled */ |
||
| 6458 | #define USB_EP_TX_STALL (0x00000010U) /*!< EndPoint TX STALLed */ |
||
| 6459 | #define USB_EP_TX_NAK (0x00000020U) /*!< EndPoint TX NAKed */ |
||
| 6460 | #define USB_EP_TX_VALID (0x00000030U) /*!< EndPoint TX VALID */ |
||
| 6461 | #define USB_EPTX_DTOG1 (0x00000010U) /*!< EndPoint TX Data TOGgle bit1 */ |
||
| 6462 | #define USB_EPTX_DTOG2 (0x00000020U) /*!< EndPoint TX Data TOGgle bit2 */ |
||
| 6463 | #define USB_EPTX_DTOGMASK (USB_EPTX_STAT|USB_EPREG_MASK) |
||
| 6464 | /*!< STAT_RX[1:0] STATus for RX transfer */ |
||
| 6465 | #define USB_EP_RX_DIS (0x00000000U) /*!< EndPoint RX DISabled */ |
||
| 6466 | #define USB_EP_RX_STALL (0x00001000U) /*!< EndPoint RX STALLed */ |
||
| 6467 | #define USB_EP_RX_NAK (0x00002000U) /*!< EndPoint RX NAKed */ |
||
| 6468 | #define USB_EP_RX_VALID (0x00003000U) /*!< EndPoint RX VALID */ |
||
| 6469 | #define USB_EPRX_DTOG1 (0x00001000U) /*!< EndPoint RX Data TOGgle bit1 */ |
||
| 6470 | #define USB_EPRX_DTOG2 (0x00002000U) /*!< EndPoint RX Data TOGgle bit1 */ |
||
| 6471 | #define USB_EPRX_DTOGMASK (USB_EPRX_STAT|USB_EPREG_MASK) |
||
| 6472 | |||
| 6473 | /******************* Bit definition for USB_EP0R register *******************/ |
||
| 6474 | #define USB_EP0R_EA_Pos (0U) |
||
| 6475 | #define USB_EP0R_EA_Msk (0xFUL << USB_EP0R_EA_Pos) /*!< 0x0000000F */ |
||
| 6476 | #define USB_EP0R_EA USB_EP0R_EA_Msk /*!<Endpoint Address */ |
||
| 6477 | |||
| 6478 | #define USB_EP0R_STAT_TX_Pos (4U) |
||
| 6479 | #define USB_EP0R_STAT_TX_Msk (0x3UL << USB_EP0R_STAT_TX_Pos) /*!< 0x00000030 */ |
||
| 6480 | #define USB_EP0R_STAT_TX USB_EP0R_STAT_TX_Msk /*!<STAT_TX[1:0] bits (Status bits, for transmission transfers) */ |
||
| 6481 | #define USB_EP0R_STAT_TX_0 (0x1UL << USB_EP0R_STAT_TX_Pos) /*!< 0x00000010 */ |
||
| 6482 | #define USB_EP0R_STAT_TX_1 (0x2UL << USB_EP0R_STAT_TX_Pos) /*!< 0x00000020 */ |
||
| 6483 | |||
| 6484 | #define USB_EP0R_DTOG_TX_Pos (6U) |
||
| 6485 | #define USB_EP0R_DTOG_TX_Msk (0x1UL << USB_EP0R_DTOG_TX_Pos) /*!< 0x00000040 */ |
||
| 6486 | #define USB_EP0R_DTOG_TX USB_EP0R_DTOG_TX_Msk /*!<Data Toggle, for transmission transfers */ |
||
| 6487 | #define USB_EP0R_CTR_TX_Pos (7U) |
||
| 6488 | #define USB_EP0R_CTR_TX_Msk (0x1UL << USB_EP0R_CTR_TX_Pos) /*!< 0x00000080 */ |
||
| 6489 | #define USB_EP0R_CTR_TX USB_EP0R_CTR_TX_Msk /*!<Correct Transfer for transmission */ |
||
| 6490 | #define USB_EP0R_EP_KIND_Pos (8U) |
||
| 6491 | #define USB_EP0R_EP_KIND_Msk (0x1UL << USB_EP0R_EP_KIND_Pos) /*!< 0x00000100 */ |
||
| 6492 | #define USB_EP0R_EP_KIND USB_EP0R_EP_KIND_Msk /*!<Endpoint Kind */ |
||
| 6493 | |||
| 6494 | #define USB_EP0R_EP_TYPE_Pos (9U) |
||
| 6495 | #define USB_EP0R_EP_TYPE_Msk (0x3UL << USB_EP0R_EP_TYPE_Pos) /*!< 0x00000600 */ |
||
| 6496 | #define USB_EP0R_EP_TYPE USB_EP0R_EP_TYPE_Msk /*!<EP_TYPE[1:0] bits (Endpoint type) */ |
||
| 6497 | #define USB_EP0R_EP_TYPE_0 (0x1UL << USB_EP0R_EP_TYPE_Pos) /*!< 0x00000200 */ |
||
| 6498 | #define USB_EP0R_EP_TYPE_1 (0x2UL << USB_EP0R_EP_TYPE_Pos) /*!< 0x00000400 */ |
||
| 6499 | |||
| 6500 | #define USB_EP0R_SETUP_Pos (11U) |
||
| 6501 | #define USB_EP0R_SETUP_Msk (0x1UL << USB_EP0R_SETUP_Pos) /*!< 0x00000800 */ |
||
| 6502 | #define USB_EP0R_SETUP USB_EP0R_SETUP_Msk /*!<Setup transaction completed */ |
||
| 6503 | |||
| 6504 | #define USB_EP0R_STAT_RX_Pos (12U) |
||
| 6505 | #define USB_EP0R_STAT_RX_Msk (0x3UL << USB_EP0R_STAT_RX_Pos) /*!< 0x00003000 */ |
||
| 6506 | #define USB_EP0R_STAT_RX USB_EP0R_STAT_RX_Msk /*!<STAT_RX[1:0] bits (Status bits, for reception transfers) */ |
||
| 6507 | #define USB_EP0R_STAT_RX_0 (0x1UL << USB_EP0R_STAT_RX_Pos) /*!< 0x00001000 */ |
||
| 6508 | #define USB_EP0R_STAT_RX_1 (0x2UL << USB_EP0R_STAT_RX_Pos) /*!< 0x00002000 */ |
||
| 6509 | |||
| 6510 | #define USB_EP0R_DTOG_RX_Pos (14U) |
||
| 6511 | #define USB_EP0R_DTOG_RX_Msk (0x1UL << USB_EP0R_DTOG_RX_Pos) /*!< 0x00004000 */ |
||
| 6512 | #define USB_EP0R_DTOG_RX USB_EP0R_DTOG_RX_Msk /*!<Data Toggle, for reception transfers */ |
||
| 6513 | #define USB_EP0R_CTR_RX_Pos (15U) |
||
| 6514 | #define USB_EP0R_CTR_RX_Msk (0x1UL << USB_EP0R_CTR_RX_Pos) /*!< 0x00008000 */ |
||
| 6515 | #define USB_EP0R_CTR_RX USB_EP0R_CTR_RX_Msk /*!<Correct Transfer for reception */ |
||
| 6516 | |||
| 6517 | /******************* Bit definition for USB_EP1R register *******************/ |
||
| 6518 | #define USB_EP1R_EA_Pos (0U) |
||
| 6519 | #define USB_EP1R_EA_Msk (0xFUL << USB_EP1R_EA_Pos) /*!< 0x0000000F */ |
||
| 6520 | #define USB_EP1R_EA USB_EP1R_EA_Msk /*!<Endpoint Address */ |
||
| 6521 | |||
| 6522 | #define USB_EP1R_STAT_TX_Pos (4U) |
||
| 6523 | #define USB_EP1R_STAT_TX_Msk (0x3UL << USB_EP1R_STAT_TX_Pos) /*!< 0x00000030 */ |
||
| 6524 | #define USB_EP1R_STAT_TX USB_EP1R_STAT_TX_Msk /*!<STAT_TX[1:0] bits (Status bits, for transmission transfers) */ |
||
| 6525 | #define USB_EP1R_STAT_TX_0 (0x1UL << USB_EP1R_STAT_TX_Pos) /*!< 0x00000010 */ |
||
| 6526 | #define USB_EP1R_STAT_TX_1 (0x2UL << USB_EP1R_STAT_TX_Pos) /*!< 0x00000020 */ |
||
| 6527 | |||
| 6528 | #define USB_EP1R_DTOG_TX_Pos (6U) |
||
| 6529 | #define USB_EP1R_DTOG_TX_Msk (0x1UL << USB_EP1R_DTOG_TX_Pos) /*!< 0x00000040 */ |
||
| 6530 | #define USB_EP1R_DTOG_TX USB_EP1R_DTOG_TX_Msk /*!<Data Toggle, for transmission transfers */ |
||
| 6531 | #define USB_EP1R_CTR_TX_Pos (7U) |
||
| 6532 | #define USB_EP1R_CTR_TX_Msk (0x1UL << USB_EP1R_CTR_TX_Pos) /*!< 0x00000080 */ |
||
| 6533 | #define USB_EP1R_CTR_TX USB_EP1R_CTR_TX_Msk /*!<Correct Transfer for transmission */ |
||
| 6534 | #define USB_EP1R_EP_KIND_Pos (8U) |
||
| 6535 | #define USB_EP1R_EP_KIND_Msk (0x1UL << USB_EP1R_EP_KIND_Pos) /*!< 0x00000100 */ |
||
| 6536 | #define USB_EP1R_EP_KIND USB_EP1R_EP_KIND_Msk /*!<Endpoint Kind */ |
||
| 6537 | |||
| 6538 | #define USB_EP1R_EP_TYPE_Pos (9U) |
||
| 6539 | #define USB_EP1R_EP_TYPE_Msk (0x3UL << USB_EP1R_EP_TYPE_Pos) /*!< 0x00000600 */ |
||
| 6540 | #define USB_EP1R_EP_TYPE USB_EP1R_EP_TYPE_Msk /*!<EP_TYPE[1:0] bits (Endpoint type) */ |
||
| 6541 | #define USB_EP1R_EP_TYPE_0 (0x1UL << USB_EP1R_EP_TYPE_Pos) /*!< 0x00000200 */ |
||
| 6542 | #define USB_EP1R_EP_TYPE_1 (0x2UL << USB_EP1R_EP_TYPE_Pos) /*!< 0x00000400 */ |
||
| 6543 | |||
| 6544 | #define USB_EP1R_SETUP_Pos (11U) |
||
| 6545 | #define USB_EP1R_SETUP_Msk (0x1UL << USB_EP1R_SETUP_Pos) /*!< 0x00000800 */ |
||
| 6546 | #define USB_EP1R_SETUP USB_EP1R_SETUP_Msk /*!<Setup transaction completed */ |
||
| 6547 | |||
| 6548 | #define USB_EP1R_STAT_RX_Pos (12U) |
||
| 6549 | #define USB_EP1R_STAT_RX_Msk (0x3UL << USB_EP1R_STAT_RX_Pos) /*!< 0x00003000 */ |
||
| 6550 | #define USB_EP1R_STAT_RX USB_EP1R_STAT_RX_Msk /*!<STAT_RX[1:0] bits (Status bits, for reception transfers) */ |
||
| 6551 | #define USB_EP1R_STAT_RX_0 (0x1UL << USB_EP1R_STAT_RX_Pos) /*!< 0x00001000 */ |
||
| 6552 | #define USB_EP1R_STAT_RX_1 (0x2UL << USB_EP1R_STAT_RX_Pos) /*!< 0x00002000 */ |
||
| 6553 | |||
| 6554 | #define USB_EP1R_DTOG_RX_Pos (14U) |
||
| 6555 | #define USB_EP1R_DTOG_RX_Msk (0x1UL << USB_EP1R_DTOG_RX_Pos) /*!< 0x00004000 */ |
||
| 6556 | #define USB_EP1R_DTOG_RX USB_EP1R_DTOG_RX_Msk /*!<Data Toggle, for reception transfers */ |
||
| 6557 | #define USB_EP1R_CTR_RX_Pos (15U) |
||
| 6558 | #define USB_EP1R_CTR_RX_Msk (0x1UL << USB_EP1R_CTR_RX_Pos) /*!< 0x00008000 */ |
||
| 6559 | #define USB_EP1R_CTR_RX USB_EP1R_CTR_RX_Msk /*!<Correct Transfer for reception */ |
||
| 6560 | |||
| 6561 | /******************* Bit definition for USB_EP2R register *******************/ |
||
| 6562 | #define USB_EP2R_EA_Pos (0U) |
||
| 6563 | #define USB_EP2R_EA_Msk (0xFUL << USB_EP2R_EA_Pos) /*!< 0x0000000F */ |
||
| 6564 | #define USB_EP2R_EA USB_EP2R_EA_Msk /*!<Endpoint Address */ |
||
| 6565 | |||
| 6566 | #define USB_EP2R_STAT_TX_Pos (4U) |
||
| 6567 | #define USB_EP2R_STAT_TX_Msk (0x3UL << USB_EP2R_STAT_TX_Pos) /*!< 0x00000030 */ |
||
| 6568 | #define USB_EP2R_STAT_TX USB_EP2R_STAT_TX_Msk /*!<STAT_TX[1:0] bits (Status bits, for transmission transfers) */ |
||
| 6569 | #define USB_EP2R_STAT_TX_0 (0x1UL << USB_EP2R_STAT_TX_Pos) /*!< 0x00000010 */ |
||
| 6570 | #define USB_EP2R_STAT_TX_1 (0x2UL << USB_EP2R_STAT_TX_Pos) /*!< 0x00000020 */ |
||
| 6571 | |||
| 6572 | #define USB_EP2R_DTOG_TX_Pos (6U) |
||
| 6573 | #define USB_EP2R_DTOG_TX_Msk (0x1UL << USB_EP2R_DTOG_TX_Pos) /*!< 0x00000040 */ |
||
| 6574 | #define USB_EP2R_DTOG_TX USB_EP2R_DTOG_TX_Msk /*!<Data Toggle, for transmission transfers */ |
||
| 6575 | #define USB_EP2R_CTR_TX_Pos (7U) |
||
| 6576 | #define USB_EP2R_CTR_TX_Msk (0x1UL << USB_EP2R_CTR_TX_Pos) /*!< 0x00000080 */ |
||
| 6577 | #define USB_EP2R_CTR_TX USB_EP2R_CTR_TX_Msk /*!<Correct Transfer for transmission */ |
||
| 6578 | #define USB_EP2R_EP_KIND_Pos (8U) |
||
| 6579 | #define USB_EP2R_EP_KIND_Msk (0x1UL << USB_EP2R_EP_KIND_Pos) /*!< 0x00000100 */ |
||
| 6580 | #define USB_EP2R_EP_KIND USB_EP2R_EP_KIND_Msk /*!<Endpoint Kind */ |
||
| 6581 | |||
| 6582 | #define USB_EP2R_EP_TYPE_Pos (9U) |
||
| 6583 | #define USB_EP2R_EP_TYPE_Msk (0x3UL << USB_EP2R_EP_TYPE_Pos) /*!< 0x00000600 */ |
||
| 6584 | #define USB_EP2R_EP_TYPE USB_EP2R_EP_TYPE_Msk /*!<EP_TYPE[1:0] bits (Endpoint type) */ |
||
| 6585 | #define USB_EP2R_EP_TYPE_0 (0x1UL << USB_EP2R_EP_TYPE_Pos) /*!< 0x00000200 */ |
||
| 6586 | #define USB_EP2R_EP_TYPE_1 (0x2UL << USB_EP2R_EP_TYPE_Pos) /*!< 0x00000400 */ |
||
| 6587 | |||
| 6588 | #define USB_EP2R_SETUP_Pos (11U) |
||
| 6589 | #define USB_EP2R_SETUP_Msk (0x1UL << USB_EP2R_SETUP_Pos) /*!< 0x00000800 */ |
||
| 6590 | #define USB_EP2R_SETUP USB_EP2R_SETUP_Msk /*!<Setup transaction completed */ |
||
| 6591 | |||
| 6592 | #define USB_EP2R_STAT_RX_Pos (12U) |
||
| 6593 | #define USB_EP2R_STAT_RX_Msk (0x3UL << USB_EP2R_STAT_RX_Pos) /*!< 0x00003000 */ |
||
| 6594 | #define USB_EP2R_STAT_RX USB_EP2R_STAT_RX_Msk /*!<STAT_RX[1:0] bits (Status bits, for reception transfers) */ |
||
| 6595 | #define USB_EP2R_STAT_RX_0 (0x1UL << USB_EP2R_STAT_RX_Pos) /*!< 0x00001000 */ |
||
| 6596 | #define USB_EP2R_STAT_RX_1 (0x2UL << USB_EP2R_STAT_RX_Pos) /*!< 0x00002000 */ |
||
| 6597 | |||
| 6598 | #define USB_EP2R_DTOG_RX_Pos (14U) |
||
| 6599 | #define USB_EP2R_DTOG_RX_Msk (0x1UL << USB_EP2R_DTOG_RX_Pos) /*!< 0x00004000 */ |
||
| 6600 | #define USB_EP2R_DTOG_RX USB_EP2R_DTOG_RX_Msk /*!<Data Toggle, for reception transfers */ |
||
| 6601 | #define USB_EP2R_CTR_RX_Pos (15U) |
||
| 6602 | #define USB_EP2R_CTR_RX_Msk (0x1UL << USB_EP2R_CTR_RX_Pos) /*!< 0x00008000 */ |
||
| 6603 | #define USB_EP2R_CTR_RX USB_EP2R_CTR_RX_Msk /*!<Correct Transfer for reception */ |
||
| 6604 | |||
| 6605 | /******************* Bit definition for USB_EP3R register *******************/ |
||
| 6606 | #define USB_EP3R_EA_Pos (0U) |
||
| 6607 | #define USB_EP3R_EA_Msk (0xFUL << USB_EP3R_EA_Pos) /*!< 0x0000000F */ |
||
| 6608 | #define USB_EP3R_EA USB_EP3R_EA_Msk /*!<Endpoint Address */ |
||
| 6609 | |||
| 6610 | #define USB_EP3R_STAT_TX_Pos (4U) |
||
| 6611 | #define USB_EP3R_STAT_TX_Msk (0x3UL << USB_EP3R_STAT_TX_Pos) /*!< 0x00000030 */ |
||
| 6612 | #define USB_EP3R_STAT_TX USB_EP3R_STAT_TX_Msk /*!<STAT_TX[1:0] bits (Status bits, for transmission transfers) */ |
||
| 6613 | #define USB_EP3R_STAT_TX_0 (0x1UL << USB_EP3R_STAT_TX_Pos) /*!< 0x00000010 */ |
||
| 6614 | #define USB_EP3R_STAT_TX_1 (0x2UL << USB_EP3R_STAT_TX_Pos) /*!< 0x00000020 */ |
||
| 6615 | |||
| 6616 | #define USB_EP3R_DTOG_TX_Pos (6U) |
||
| 6617 | #define USB_EP3R_DTOG_TX_Msk (0x1UL << USB_EP3R_DTOG_TX_Pos) /*!< 0x00000040 */ |
||
| 6618 | #define USB_EP3R_DTOG_TX USB_EP3R_DTOG_TX_Msk /*!<Data Toggle, for transmission transfers */ |
||
| 6619 | #define USB_EP3R_CTR_TX_Pos (7U) |
||
| 6620 | #define USB_EP3R_CTR_TX_Msk (0x1UL << USB_EP3R_CTR_TX_Pos) /*!< 0x00000080 */ |
||
| 6621 | #define USB_EP3R_CTR_TX USB_EP3R_CTR_TX_Msk /*!<Correct Transfer for transmission */ |
||
| 6622 | #define USB_EP3R_EP_KIND_Pos (8U) |
||
| 6623 | #define USB_EP3R_EP_KIND_Msk (0x1UL << USB_EP3R_EP_KIND_Pos) /*!< 0x00000100 */ |
||
| 6624 | #define USB_EP3R_EP_KIND USB_EP3R_EP_KIND_Msk /*!<Endpoint Kind */ |
||
| 6625 | |||
| 6626 | #define USB_EP3R_EP_TYPE_Pos (9U) |
||
| 6627 | #define USB_EP3R_EP_TYPE_Msk (0x3UL << USB_EP3R_EP_TYPE_Pos) /*!< 0x00000600 */ |
||
| 6628 | #define USB_EP3R_EP_TYPE USB_EP3R_EP_TYPE_Msk /*!<EP_TYPE[1:0] bits (Endpoint type) */ |
||
| 6629 | #define USB_EP3R_EP_TYPE_0 (0x1UL << USB_EP3R_EP_TYPE_Pos) /*!< 0x00000200 */ |
||
| 6630 | #define USB_EP3R_EP_TYPE_1 (0x2UL << USB_EP3R_EP_TYPE_Pos) /*!< 0x00000400 */ |
||
| 6631 | |||
| 6632 | #define USB_EP3R_SETUP_Pos (11U) |
||
| 6633 | #define USB_EP3R_SETUP_Msk (0x1UL << USB_EP3R_SETUP_Pos) /*!< 0x00000800 */ |
||
| 6634 | #define USB_EP3R_SETUP USB_EP3R_SETUP_Msk /*!<Setup transaction completed */ |
||
| 6635 | |||
| 6636 | #define USB_EP3R_STAT_RX_Pos (12U) |
||
| 6637 | #define USB_EP3R_STAT_RX_Msk (0x3UL << USB_EP3R_STAT_RX_Pos) /*!< 0x00003000 */ |
||
| 6638 | #define USB_EP3R_STAT_RX USB_EP3R_STAT_RX_Msk /*!<STAT_RX[1:0] bits (Status bits, for reception transfers) */ |
||
| 6639 | #define USB_EP3R_STAT_RX_0 (0x1UL << USB_EP3R_STAT_RX_Pos) /*!< 0x00001000 */ |
||
| 6640 | #define USB_EP3R_STAT_RX_1 (0x2UL << USB_EP3R_STAT_RX_Pos) /*!< 0x00002000 */ |
||
| 6641 | |||
| 6642 | #define USB_EP3R_DTOG_RX_Pos (14U) |
||
| 6643 | #define USB_EP3R_DTOG_RX_Msk (0x1UL << USB_EP3R_DTOG_RX_Pos) /*!< 0x00004000 */ |
||
| 6644 | #define USB_EP3R_DTOG_RX USB_EP3R_DTOG_RX_Msk /*!<Data Toggle, for reception transfers */ |
||
| 6645 | #define USB_EP3R_CTR_RX_Pos (15U) |
||
| 6646 | #define USB_EP3R_CTR_RX_Msk (0x1UL << USB_EP3R_CTR_RX_Pos) /*!< 0x00008000 */ |
||
| 6647 | #define USB_EP3R_CTR_RX USB_EP3R_CTR_RX_Msk /*!<Correct Transfer for reception */ |
||
| 6648 | |||
| 6649 | /******************* Bit definition for USB_EP4R register *******************/ |
||
| 6650 | #define USB_EP4R_EA_Pos (0U) |
||
| 6651 | #define USB_EP4R_EA_Msk (0xFUL << USB_EP4R_EA_Pos) /*!< 0x0000000F */ |
||
| 6652 | #define USB_EP4R_EA USB_EP4R_EA_Msk /*!<Endpoint Address */ |
||
| 6653 | |||
| 6654 | #define USB_EP4R_STAT_TX_Pos (4U) |
||
| 6655 | #define USB_EP4R_STAT_TX_Msk (0x3UL << USB_EP4R_STAT_TX_Pos) /*!< 0x00000030 */ |
||
| 6656 | #define USB_EP4R_STAT_TX USB_EP4R_STAT_TX_Msk /*!<STAT_TX[1:0] bits (Status bits, for transmission transfers) */ |
||
| 6657 | #define USB_EP4R_STAT_TX_0 (0x1UL << USB_EP4R_STAT_TX_Pos) /*!< 0x00000010 */ |
||
| 6658 | #define USB_EP4R_STAT_TX_1 (0x2UL << USB_EP4R_STAT_TX_Pos) /*!< 0x00000020 */ |
||
| 6659 | |||
| 6660 | #define USB_EP4R_DTOG_TX_Pos (6U) |
||
| 6661 | #define USB_EP4R_DTOG_TX_Msk (0x1UL << USB_EP4R_DTOG_TX_Pos) /*!< 0x00000040 */ |
||
| 6662 | #define USB_EP4R_DTOG_TX USB_EP4R_DTOG_TX_Msk /*!<Data Toggle, for transmission transfers */ |
||
| 6663 | #define USB_EP4R_CTR_TX_Pos (7U) |
||
| 6664 | #define USB_EP4R_CTR_TX_Msk (0x1UL << USB_EP4R_CTR_TX_Pos) /*!< 0x00000080 */ |
||
| 6665 | #define USB_EP4R_CTR_TX USB_EP4R_CTR_TX_Msk /*!<Correct Transfer for transmission */ |
||
| 6666 | #define USB_EP4R_EP_KIND_Pos (8U) |
||
| 6667 | #define USB_EP4R_EP_KIND_Msk (0x1UL << USB_EP4R_EP_KIND_Pos) /*!< 0x00000100 */ |
||
| 6668 | #define USB_EP4R_EP_KIND USB_EP4R_EP_KIND_Msk /*!<Endpoint Kind */ |
||
| 6669 | |||
| 6670 | #define USB_EP4R_EP_TYPE_Pos (9U) |
||
| 6671 | #define USB_EP4R_EP_TYPE_Msk (0x3UL << USB_EP4R_EP_TYPE_Pos) /*!< 0x00000600 */ |
||
| 6672 | #define USB_EP4R_EP_TYPE USB_EP4R_EP_TYPE_Msk /*!<EP_TYPE[1:0] bits (Endpoint type) */ |
||
| 6673 | #define USB_EP4R_EP_TYPE_0 (0x1UL << USB_EP4R_EP_TYPE_Pos) /*!< 0x00000200 */ |
||
| 6674 | #define USB_EP4R_EP_TYPE_1 (0x2UL << USB_EP4R_EP_TYPE_Pos) /*!< 0x00000400 */ |
||
| 6675 | |||
| 6676 | #define USB_EP4R_SETUP_Pos (11U) |
||
| 6677 | #define USB_EP4R_SETUP_Msk (0x1UL << USB_EP4R_SETUP_Pos) /*!< 0x00000800 */ |
||
| 6678 | #define USB_EP4R_SETUP USB_EP4R_SETUP_Msk /*!<Setup transaction completed */ |
||
| 6679 | |||
| 6680 | #define USB_EP4R_STAT_RX_Pos (12U) |
||
| 6681 | #define USB_EP4R_STAT_RX_Msk (0x3UL << USB_EP4R_STAT_RX_Pos) /*!< 0x00003000 */ |
||
| 6682 | #define USB_EP4R_STAT_RX USB_EP4R_STAT_RX_Msk /*!<STAT_RX[1:0] bits (Status bits, for reception transfers) */ |
||
| 6683 | #define USB_EP4R_STAT_RX_0 (0x1UL << USB_EP4R_STAT_RX_Pos) /*!< 0x00001000 */ |
||
| 6684 | #define USB_EP4R_STAT_RX_1 (0x2UL << USB_EP4R_STAT_RX_Pos) /*!< 0x00002000 */ |
||
| 6685 | |||
| 6686 | #define USB_EP4R_DTOG_RX_Pos (14U) |
||
| 6687 | #define USB_EP4R_DTOG_RX_Msk (0x1UL << USB_EP4R_DTOG_RX_Pos) /*!< 0x00004000 */ |
||
| 6688 | #define USB_EP4R_DTOG_RX USB_EP4R_DTOG_RX_Msk /*!<Data Toggle, for reception transfers */ |
||
| 6689 | #define USB_EP4R_CTR_RX_Pos (15U) |
||
| 6690 | #define USB_EP4R_CTR_RX_Msk (0x1UL << USB_EP4R_CTR_RX_Pos) /*!< 0x00008000 */ |
||
| 6691 | #define USB_EP4R_CTR_RX USB_EP4R_CTR_RX_Msk /*!<Correct Transfer for reception */ |
||
| 6692 | |||
| 6693 | /******************* Bit definition for USB_EP5R register *******************/ |
||
| 6694 | #define USB_EP5R_EA_Pos (0U) |
||
| 6695 | #define USB_EP5R_EA_Msk (0xFUL << USB_EP5R_EA_Pos) /*!< 0x0000000F */ |
||
| 6696 | #define USB_EP5R_EA USB_EP5R_EA_Msk /*!<Endpoint Address */ |
||
| 6697 | |||
| 6698 | #define USB_EP5R_STAT_TX_Pos (4U) |
||
| 6699 | #define USB_EP5R_STAT_TX_Msk (0x3UL << USB_EP5R_STAT_TX_Pos) /*!< 0x00000030 */ |
||
| 6700 | #define USB_EP5R_STAT_TX USB_EP5R_STAT_TX_Msk /*!<STAT_TX[1:0] bits (Status bits, for transmission transfers) */ |
||
| 6701 | #define USB_EP5R_STAT_TX_0 (0x1UL << USB_EP5R_STAT_TX_Pos) /*!< 0x00000010 */ |
||
| 6702 | #define USB_EP5R_STAT_TX_1 (0x2UL << USB_EP5R_STAT_TX_Pos) /*!< 0x00000020 */ |
||
| 6703 | |||
| 6704 | #define USB_EP5R_DTOG_TX_Pos (6U) |
||
| 6705 | #define USB_EP5R_DTOG_TX_Msk (0x1UL << USB_EP5R_DTOG_TX_Pos) /*!< 0x00000040 */ |
||
| 6706 | #define USB_EP5R_DTOG_TX USB_EP5R_DTOG_TX_Msk /*!<Data Toggle, for transmission transfers */ |
||
| 6707 | #define USB_EP5R_CTR_TX_Pos (7U) |
||
| 6708 | #define USB_EP5R_CTR_TX_Msk (0x1UL << USB_EP5R_CTR_TX_Pos) /*!< 0x00000080 */ |
||
| 6709 | #define USB_EP5R_CTR_TX USB_EP5R_CTR_TX_Msk /*!<Correct Transfer for transmission */ |
||
| 6710 | #define USB_EP5R_EP_KIND_Pos (8U) |
||
| 6711 | #define USB_EP5R_EP_KIND_Msk (0x1UL << USB_EP5R_EP_KIND_Pos) /*!< 0x00000100 */ |
||
| 6712 | #define USB_EP5R_EP_KIND USB_EP5R_EP_KIND_Msk /*!<Endpoint Kind */ |
||
| 6713 | |||
| 6714 | #define USB_EP5R_EP_TYPE_Pos (9U) |
||
| 6715 | #define USB_EP5R_EP_TYPE_Msk (0x3UL << USB_EP5R_EP_TYPE_Pos) /*!< 0x00000600 */ |
||
| 6716 | #define USB_EP5R_EP_TYPE USB_EP5R_EP_TYPE_Msk /*!<EP_TYPE[1:0] bits (Endpoint type) */ |
||
| 6717 | #define USB_EP5R_EP_TYPE_0 (0x1UL << USB_EP5R_EP_TYPE_Pos) /*!< 0x00000200 */ |
||
| 6718 | #define USB_EP5R_EP_TYPE_1 (0x2UL << USB_EP5R_EP_TYPE_Pos) /*!< 0x00000400 */ |
||
| 6719 | |||
| 6720 | #define USB_EP5R_SETUP_Pos (11U) |
||
| 6721 | #define USB_EP5R_SETUP_Msk (0x1UL << USB_EP5R_SETUP_Pos) /*!< 0x00000800 */ |
||
| 6722 | #define USB_EP5R_SETUP USB_EP5R_SETUP_Msk /*!<Setup transaction completed */ |
||
| 6723 | |||
| 6724 | #define USB_EP5R_STAT_RX_Pos (12U) |
||
| 6725 | #define USB_EP5R_STAT_RX_Msk (0x3UL << USB_EP5R_STAT_RX_Pos) /*!< 0x00003000 */ |
||
| 6726 | #define USB_EP5R_STAT_RX USB_EP5R_STAT_RX_Msk /*!<STAT_RX[1:0] bits (Status bits, for reception transfers) */ |
||
| 6727 | #define USB_EP5R_STAT_RX_0 (0x1UL << USB_EP5R_STAT_RX_Pos) /*!< 0x00001000 */ |
||
| 6728 | #define USB_EP5R_STAT_RX_1 (0x2UL << USB_EP5R_STAT_RX_Pos) /*!< 0x00002000 */ |
||
| 6729 | |||
| 6730 | #define USB_EP5R_DTOG_RX_Pos (14U) |
||
| 6731 | #define USB_EP5R_DTOG_RX_Msk (0x1UL << USB_EP5R_DTOG_RX_Pos) /*!< 0x00004000 */ |
||
| 6732 | #define USB_EP5R_DTOG_RX USB_EP5R_DTOG_RX_Msk /*!<Data Toggle, for reception transfers */ |
||
| 6733 | #define USB_EP5R_CTR_RX_Pos (15U) |
||
| 6734 | #define USB_EP5R_CTR_RX_Msk (0x1UL << USB_EP5R_CTR_RX_Pos) /*!< 0x00008000 */ |
||
| 6735 | #define USB_EP5R_CTR_RX USB_EP5R_CTR_RX_Msk /*!<Correct Transfer for reception */ |
||
| 6736 | |||
| 6737 | /******************* Bit definition for USB_EP6R register *******************/ |
||
| 6738 | #define USB_EP6R_EA_Pos (0U) |
||
| 6739 | #define USB_EP6R_EA_Msk (0xFUL << USB_EP6R_EA_Pos) /*!< 0x0000000F */ |
||
| 6740 | #define USB_EP6R_EA USB_EP6R_EA_Msk /*!<Endpoint Address */ |
||
| 6741 | |||
| 6742 | #define USB_EP6R_STAT_TX_Pos (4U) |
||
| 6743 | #define USB_EP6R_STAT_TX_Msk (0x3UL << USB_EP6R_STAT_TX_Pos) /*!< 0x00000030 */ |
||
| 6744 | #define USB_EP6R_STAT_TX USB_EP6R_STAT_TX_Msk /*!<STAT_TX[1:0] bits (Status bits, for transmission transfers) */ |
||
| 6745 | #define USB_EP6R_STAT_TX_0 (0x1UL << USB_EP6R_STAT_TX_Pos) /*!< 0x00000010 */ |
||
| 6746 | #define USB_EP6R_STAT_TX_1 (0x2UL << USB_EP6R_STAT_TX_Pos) /*!< 0x00000020 */ |
||
| 6747 | |||
| 6748 | #define USB_EP6R_DTOG_TX_Pos (6U) |
||
| 6749 | #define USB_EP6R_DTOG_TX_Msk (0x1UL << USB_EP6R_DTOG_TX_Pos) /*!< 0x00000040 */ |
||
| 6750 | #define USB_EP6R_DTOG_TX USB_EP6R_DTOG_TX_Msk /*!<Data Toggle, for transmission transfers */ |
||
| 6751 | #define USB_EP6R_CTR_TX_Pos (7U) |
||
| 6752 | #define USB_EP6R_CTR_TX_Msk (0x1UL << USB_EP6R_CTR_TX_Pos) /*!< 0x00000080 */ |
||
| 6753 | #define USB_EP6R_CTR_TX USB_EP6R_CTR_TX_Msk /*!<Correct Transfer for transmission */ |
||
| 6754 | #define USB_EP6R_EP_KIND_Pos (8U) |
||
| 6755 | #define USB_EP6R_EP_KIND_Msk (0x1UL << USB_EP6R_EP_KIND_Pos) /*!< 0x00000100 */ |
||
| 6756 | #define USB_EP6R_EP_KIND USB_EP6R_EP_KIND_Msk /*!<Endpoint Kind */ |
||
| 6757 | |||
| 6758 | #define USB_EP6R_EP_TYPE_Pos (9U) |
||
| 6759 | #define USB_EP6R_EP_TYPE_Msk (0x3UL << USB_EP6R_EP_TYPE_Pos) /*!< 0x00000600 */ |
||
| 6760 | #define USB_EP6R_EP_TYPE USB_EP6R_EP_TYPE_Msk /*!<EP_TYPE[1:0] bits (Endpoint type) */ |
||
| 6761 | #define USB_EP6R_EP_TYPE_0 (0x1UL << USB_EP6R_EP_TYPE_Pos) /*!< 0x00000200 */ |
||
| 6762 | #define USB_EP6R_EP_TYPE_1 (0x2UL << USB_EP6R_EP_TYPE_Pos) /*!< 0x00000400 */ |
||
| 6763 | |||
| 6764 | #define USB_EP6R_SETUP_Pos (11U) |
||
| 6765 | #define USB_EP6R_SETUP_Msk (0x1UL << USB_EP6R_SETUP_Pos) /*!< 0x00000800 */ |
||
| 6766 | #define USB_EP6R_SETUP USB_EP6R_SETUP_Msk /*!<Setup transaction completed */ |
||
| 6767 | |||
| 6768 | #define USB_EP6R_STAT_RX_Pos (12U) |
||
| 6769 | #define USB_EP6R_STAT_RX_Msk (0x3UL << USB_EP6R_STAT_RX_Pos) /*!< 0x00003000 */ |
||
| 6770 | #define USB_EP6R_STAT_RX USB_EP6R_STAT_RX_Msk /*!<STAT_RX[1:0] bits (Status bits, for reception transfers) */ |
||
| 6771 | #define USB_EP6R_STAT_RX_0 (0x1UL << USB_EP6R_STAT_RX_Pos) /*!< 0x00001000 */ |
||
| 6772 | #define USB_EP6R_STAT_RX_1 (0x2UL << USB_EP6R_STAT_RX_Pos) /*!< 0x00002000 */ |
||
| 6773 | |||
| 6774 | #define USB_EP6R_DTOG_RX_Pos (14U) |
||
| 6775 | #define USB_EP6R_DTOG_RX_Msk (0x1UL << USB_EP6R_DTOG_RX_Pos) /*!< 0x00004000 */ |
||
| 6776 | #define USB_EP6R_DTOG_RX USB_EP6R_DTOG_RX_Msk /*!<Data Toggle, for reception transfers */ |
||
| 6777 | #define USB_EP6R_CTR_RX_Pos (15U) |
||
| 6778 | #define USB_EP6R_CTR_RX_Msk (0x1UL << USB_EP6R_CTR_RX_Pos) /*!< 0x00008000 */ |
||
| 6779 | #define USB_EP6R_CTR_RX USB_EP6R_CTR_RX_Msk /*!<Correct Transfer for reception */ |
||
| 6780 | |||
| 6781 | /******************* Bit definition for USB_EP7R register *******************/ |
||
| 6782 | #define USB_EP7R_EA_Pos (0U) |
||
| 6783 | #define USB_EP7R_EA_Msk (0xFUL << USB_EP7R_EA_Pos) /*!< 0x0000000F */ |
||
| 6784 | #define USB_EP7R_EA USB_EP7R_EA_Msk /*!<Endpoint Address */ |
||
| 6785 | |||
| 6786 | #define USB_EP7R_STAT_TX_Pos (4U) |
||
| 6787 | #define USB_EP7R_STAT_TX_Msk (0x3UL << USB_EP7R_STAT_TX_Pos) /*!< 0x00000030 */ |
||
| 6788 | #define USB_EP7R_STAT_TX USB_EP7R_STAT_TX_Msk /*!<STAT_TX[1:0] bits (Status bits, for transmission transfers) */ |
||
| 6789 | #define USB_EP7R_STAT_TX_0 (0x1UL << USB_EP7R_STAT_TX_Pos) /*!< 0x00000010 */ |
||
| 6790 | #define USB_EP7R_STAT_TX_1 (0x2UL << USB_EP7R_STAT_TX_Pos) /*!< 0x00000020 */ |
||
| 6791 | |||
| 6792 | #define USB_EP7R_DTOG_TX_Pos (6U) |
||
| 6793 | #define USB_EP7R_DTOG_TX_Msk (0x1UL << USB_EP7R_DTOG_TX_Pos) /*!< 0x00000040 */ |
||
| 6794 | #define USB_EP7R_DTOG_TX USB_EP7R_DTOG_TX_Msk /*!<Data Toggle, for transmission transfers */ |
||
| 6795 | #define USB_EP7R_CTR_TX_Pos (7U) |
||
| 6796 | #define USB_EP7R_CTR_TX_Msk (0x1UL << USB_EP7R_CTR_TX_Pos) /*!< 0x00000080 */ |
||
| 6797 | #define USB_EP7R_CTR_TX USB_EP7R_CTR_TX_Msk /*!<Correct Transfer for transmission */ |
||
| 6798 | #define USB_EP7R_EP_KIND_Pos (8U) |
||
| 6799 | #define USB_EP7R_EP_KIND_Msk (0x1UL << USB_EP7R_EP_KIND_Pos) /*!< 0x00000100 */ |
||
| 6800 | #define USB_EP7R_EP_KIND USB_EP7R_EP_KIND_Msk /*!<Endpoint Kind */ |
||
| 6801 | |||
| 6802 | #define USB_EP7R_EP_TYPE_Pos (9U) |
||
| 6803 | #define USB_EP7R_EP_TYPE_Msk (0x3UL << USB_EP7R_EP_TYPE_Pos) /*!< 0x00000600 */ |
||
| 6804 | #define USB_EP7R_EP_TYPE USB_EP7R_EP_TYPE_Msk /*!<EP_TYPE[1:0] bits (Endpoint type) */ |
||
| 6805 | #define USB_EP7R_EP_TYPE_0 (0x1UL << USB_EP7R_EP_TYPE_Pos) /*!< 0x00000200 */ |
||
| 6806 | #define USB_EP7R_EP_TYPE_1 (0x2UL << USB_EP7R_EP_TYPE_Pos) /*!< 0x00000400 */ |
||
| 6807 | |||
| 6808 | #define USB_EP7R_SETUP_Pos (11U) |
||
| 6809 | #define USB_EP7R_SETUP_Msk (0x1UL << USB_EP7R_SETUP_Pos) /*!< 0x00000800 */ |
||
| 6810 | #define USB_EP7R_SETUP USB_EP7R_SETUP_Msk /*!<Setup transaction completed */ |
||
| 6811 | |||
| 6812 | #define USB_EP7R_STAT_RX_Pos (12U) |
||
| 6813 | #define USB_EP7R_STAT_RX_Msk (0x3UL << USB_EP7R_STAT_RX_Pos) /*!< 0x00003000 */ |
||
| 6814 | #define USB_EP7R_STAT_RX USB_EP7R_STAT_RX_Msk /*!<STAT_RX[1:0] bits (Status bits, for reception transfers) */ |
||
| 6815 | #define USB_EP7R_STAT_RX_0 (0x1UL << USB_EP7R_STAT_RX_Pos) /*!< 0x00001000 */ |
||
| 6816 | #define USB_EP7R_STAT_RX_1 (0x2UL << USB_EP7R_STAT_RX_Pos) /*!< 0x00002000 */ |
||
| 6817 | |||
| 6818 | #define USB_EP7R_DTOG_RX_Pos (14U) |
||
| 6819 | #define USB_EP7R_DTOG_RX_Msk (0x1UL << USB_EP7R_DTOG_RX_Pos) /*!< 0x00004000 */ |
||
| 6820 | #define USB_EP7R_DTOG_RX USB_EP7R_DTOG_RX_Msk /*!<Data Toggle, for reception transfers */ |
||
| 6821 | #define USB_EP7R_CTR_RX_Pos (15U) |
||
| 6822 | #define USB_EP7R_CTR_RX_Msk (0x1UL << USB_EP7R_CTR_RX_Pos) /*!< 0x00008000 */ |
||
| 6823 | #define USB_EP7R_CTR_RX USB_EP7R_CTR_RX_Msk /*!<Correct Transfer for reception */ |
||
| 6824 | |||
| 6825 | /*!<Common registers */ |
||
| 6826 | |||
| 6827 | #define USB_CNTR (USB_BASE + 0x00000040U) /*!< Control register */ |
||
| 6828 | #define USB_ISTR (USB_BASE + 0x00000044U) /*!< Interrupt status register */ |
||
| 6829 | #define USB_FNR (USB_BASE + 0x00000048U) /*!< Frame number register */ |
||
| 6830 | #define USB_DADDR (USB_BASE + 0x0000004CU) /*!< Device address register */ |
||
| 6831 | #define USB_BTABLE (USB_BASE + 0x00000050U) /*!< Buffer Table address register */ |
||
| 6832 | |||
| 6833 | |||
| 6834 | |||
| 6835 | /******************* Bit definition for USB_CNTR register *******************/ |
||
| 6836 | #define USB_CNTR_FRES_Pos (0U) |
||
| 6837 | #define USB_CNTR_FRES_Msk (0x1UL << USB_CNTR_FRES_Pos) /*!< 0x00000001 */ |
||
| 6838 | #define USB_CNTR_FRES USB_CNTR_FRES_Msk /*!<Force USB Reset */ |
||
| 6839 | #define USB_CNTR_PDWN_Pos (1U) |
||
| 6840 | #define USB_CNTR_PDWN_Msk (0x1UL << USB_CNTR_PDWN_Pos) /*!< 0x00000002 */ |
||
| 6841 | #define USB_CNTR_PDWN USB_CNTR_PDWN_Msk /*!<Power down */ |
||
| 6842 | #define USB_CNTR_LPMODE_Pos (2U) |
||
| 6843 | #define USB_CNTR_LPMODE_Msk (0x1UL << USB_CNTR_LPMODE_Pos) /*!< 0x00000004 */ |
||
| 6844 | #define USB_CNTR_LPMODE USB_CNTR_LPMODE_Msk /*!<Low-power mode */ |
||
| 6845 | #define USB_CNTR_FSUSP_Pos (3U) |
||
| 6846 | #define USB_CNTR_FSUSP_Msk (0x1UL << USB_CNTR_FSUSP_Pos) /*!< 0x00000008 */ |
||
| 6847 | #define USB_CNTR_FSUSP USB_CNTR_FSUSP_Msk /*!<Force suspend */ |
||
| 6848 | #define USB_CNTR_RESUME_Pos (4U) |
||
| 6849 | #define USB_CNTR_RESUME_Msk (0x1UL << USB_CNTR_RESUME_Pos) /*!< 0x00000010 */ |
||
| 6850 | #define USB_CNTR_RESUME USB_CNTR_RESUME_Msk /*!<Resume request */ |
||
| 6851 | #define USB_CNTR_ESOFM_Pos (8U) |
||
| 6852 | #define USB_CNTR_ESOFM_Msk (0x1UL << USB_CNTR_ESOFM_Pos) /*!< 0x00000100 */ |
||
| 6853 | #define USB_CNTR_ESOFM USB_CNTR_ESOFM_Msk /*!<Expected Start Of Frame Interrupt Mask */ |
||
| 6854 | #define USB_CNTR_SOFM_Pos (9U) |
||
| 6855 | #define USB_CNTR_SOFM_Msk (0x1UL << USB_CNTR_SOFM_Pos) /*!< 0x00000200 */ |
||
| 6856 | #define USB_CNTR_SOFM USB_CNTR_SOFM_Msk /*!<Start Of Frame Interrupt Mask */ |
||
| 6857 | #define USB_CNTR_RESETM_Pos (10U) |
||
| 6858 | #define USB_CNTR_RESETM_Msk (0x1UL << USB_CNTR_RESETM_Pos) /*!< 0x00000400 */ |
||
| 6859 | #define USB_CNTR_RESETM USB_CNTR_RESETM_Msk /*!<RESET Interrupt Mask */ |
||
| 6860 | #define USB_CNTR_SUSPM_Pos (11U) |
||
| 6861 | #define USB_CNTR_SUSPM_Msk (0x1UL << USB_CNTR_SUSPM_Pos) /*!< 0x00000800 */ |
||
| 6862 | #define USB_CNTR_SUSPM USB_CNTR_SUSPM_Msk /*!<Suspend mode Interrupt Mask */ |
||
| 6863 | #define USB_CNTR_WKUPM_Pos (12U) |
||
| 6864 | #define USB_CNTR_WKUPM_Msk (0x1UL << USB_CNTR_WKUPM_Pos) /*!< 0x00001000 */ |
||
| 6865 | #define USB_CNTR_WKUPM USB_CNTR_WKUPM_Msk /*!<Wakeup Interrupt Mask */ |
||
| 6866 | #define USB_CNTR_ERRM_Pos (13U) |
||
| 6867 | #define USB_CNTR_ERRM_Msk (0x1UL << USB_CNTR_ERRM_Pos) /*!< 0x00002000 */ |
||
| 6868 | #define USB_CNTR_ERRM USB_CNTR_ERRM_Msk /*!<Error Interrupt Mask */ |
||
| 6869 | #define USB_CNTR_PMAOVRM_Pos (14U) |
||
| 6870 | #define USB_CNTR_PMAOVRM_Msk (0x1UL << USB_CNTR_PMAOVRM_Pos) /*!< 0x00004000 */ |
||
| 6871 | #define USB_CNTR_PMAOVRM USB_CNTR_PMAOVRM_Msk /*!<Packet Memory Area Over / Underrun Interrupt Mask */ |
||
| 6872 | #define USB_CNTR_CTRM_Pos (15U) |
||
| 6873 | #define USB_CNTR_CTRM_Msk (0x1UL << USB_CNTR_CTRM_Pos) /*!< 0x00008000 */ |
||
| 6874 | #define USB_CNTR_CTRM USB_CNTR_CTRM_Msk /*!<Correct Transfer Interrupt Mask */ |
||
| 6875 | |||
| 6876 | /******************* Bit definition for USB_ISTR register *******************/ |
||
| 6877 | #define USB_ISTR_EP_ID_Pos (0U) |
||
| 6878 | #define USB_ISTR_EP_ID_Msk (0xFUL << USB_ISTR_EP_ID_Pos) /*!< 0x0000000F */ |
||
| 6879 | #define USB_ISTR_EP_ID USB_ISTR_EP_ID_Msk /*!<Endpoint Identifier */ |
||
| 6880 | #define USB_ISTR_DIR_Pos (4U) |
||
| 6881 | #define USB_ISTR_DIR_Msk (0x1UL << USB_ISTR_DIR_Pos) /*!< 0x00000010 */ |
||
| 6882 | #define USB_ISTR_DIR USB_ISTR_DIR_Msk /*!<Direction of transaction */ |
||
| 6883 | #define USB_ISTR_ESOF_Pos (8U) |
||
| 6884 | #define USB_ISTR_ESOF_Msk (0x1UL << USB_ISTR_ESOF_Pos) /*!< 0x00000100 */ |
||
| 6885 | #define USB_ISTR_ESOF USB_ISTR_ESOF_Msk /*!<Expected Start Of Frame */ |
||
| 6886 | #define USB_ISTR_SOF_Pos (9U) |
||
| 6887 | #define USB_ISTR_SOF_Msk (0x1UL << USB_ISTR_SOF_Pos) /*!< 0x00000200 */ |
||
| 6888 | #define USB_ISTR_SOF USB_ISTR_SOF_Msk /*!<Start Of Frame */ |
||
| 6889 | #define USB_ISTR_RESET_Pos (10U) |
||
| 6890 | #define USB_ISTR_RESET_Msk (0x1UL << USB_ISTR_RESET_Pos) /*!< 0x00000400 */ |
||
| 6891 | #define USB_ISTR_RESET USB_ISTR_RESET_Msk /*!<USB RESET request */ |
||
| 6892 | #define USB_ISTR_SUSP_Pos (11U) |
||
| 6893 | #define USB_ISTR_SUSP_Msk (0x1UL << USB_ISTR_SUSP_Pos) /*!< 0x00000800 */ |
||
| 6894 | #define USB_ISTR_SUSP USB_ISTR_SUSP_Msk /*!<Suspend mode request */ |
||
| 6895 | #define USB_ISTR_WKUP_Pos (12U) |
||
| 6896 | #define USB_ISTR_WKUP_Msk (0x1UL << USB_ISTR_WKUP_Pos) /*!< 0x00001000 */ |
||
| 6897 | #define USB_ISTR_WKUP USB_ISTR_WKUP_Msk /*!<Wake up */ |
||
| 6898 | #define USB_ISTR_ERR_Pos (13U) |
||
| 6899 | #define USB_ISTR_ERR_Msk (0x1UL << USB_ISTR_ERR_Pos) /*!< 0x00002000 */ |
||
| 6900 | #define USB_ISTR_ERR USB_ISTR_ERR_Msk /*!<Error */ |
||
| 6901 | #define USB_ISTR_PMAOVR_Pos (14U) |
||
| 6902 | #define USB_ISTR_PMAOVR_Msk (0x1UL << USB_ISTR_PMAOVR_Pos) /*!< 0x00004000 */ |
||
| 6903 | #define USB_ISTR_PMAOVR USB_ISTR_PMAOVR_Msk /*!<Packet Memory Area Over / Underrun */ |
||
| 6904 | #define USB_ISTR_CTR_Pos (15U) |
||
| 6905 | #define USB_ISTR_CTR_Msk (0x1UL << USB_ISTR_CTR_Pos) /*!< 0x00008000 */ |
||
| 6906 | #define USB_ISTR_CTR USB_ISTR_CTR_Msk /*!<Correct Transfer */ |
||
| 6907 | |||
| 6908 | #define USB_CLR_CTR (~USB_ISTR_CTR) /*!< clear Correct TRansfer bit */ |
||
| 6909 | #define USB_CLR_PMAOVRM (~USB_ISTR_PMAOVR) /*!< clear DMA OVeR/underrun bit*/ |
||
| 6910 | #define USB_CLR_ERR (~USB_ISTR_ERR) /*!< clear ERRor bit */ |
||
| 6911 | #define USB_CLR_WKUP (~USB_ISTR_WKUP) /*!< clear WaKe UP bit */ |
||
| 6912 | #define USB_CLR_SUSP (~USB_ISTR_SUSP) /*!< clear SUSPend bit */ |
||
| 6913 | #define USB_CLR_RESET (~USB_ISTR_RESET) /*!< clear RESET bit */ |
||
| 6914 | #define USB_CLR_SOF (~USB_ISTR_SOF) /*!< clear Start Of Frame bit */ |
||
| 6915 | #define USB_CLR_ESOF (~USB_ISTR_ESOF) /*!< clear Expected Start Of Frame bit */ |
||
| 6916 | |||
| 6917 | |||
| 6918 | /******************* Bit definition for USB_FNR register ********************/ |
||
| 6919 | #define USB_FNR_FN_Pos (0U) |
||
| 6920 | #define USB_FNR_FN_Msk (0x7FFUL << USB_FNR_FN_Pos) /*!< 0x000007FF */ |
||
| 6921 | #define USB_FNR_FN USB_FNR_FN_Msk /*!<Frame Number */ |
||
| 6922 | #define USB_FNR_LSOF_Pos (11U) |
||
| 6923 | #define USB_FNR_LSOF_Msk (0x3UL << USB_FNR_LSOF_Pos) /*!< 0x00001800 */ |
||
| 6924 | #define USB_FNR_LSOF USB_FNR_LSOF_Msk /*!<Lost SOF */ |
||
| 6925 | #define USB_FNR_LCK_Pos (13U) |
||
| 6926 | #define USB_FNR_LCK_Msk (0x1UL << USB_FNR_LCK_Pos) /*!< 0x00002000 */ |
||
| 6927 | #define USB_FNR_LCK USB_FNR_LCK_Msk /*!<Locked */ |
||
| 6928 | #define USB_FNR_RXDM_Pos (14U) |
||
| 6929 | #define USB_FNR_RXDM_Msk (0x1UL << USB_FNR_RXDM_Pos) /*!< 0x00004000 */ |
||
| 6930 | #define USB_FNR_RXDM USB_FNR_RXDM_Msk /*!<Receive Data - Line Status */ |
||
| 6931 | #define USB_FNR_RXDP_Pos (15U) |
||
| 6932 | #define USB_FNR_RXDP_Msk (0x1UL << USB_FNR_RXDP_Pos) /*!< 0x00008000 */ |
||
| 6933 | #define USB_FNR_RXDP USB_FNR_RXDP_Msk /*!<Receive Data + Line Status */ |
||
| 6934 | |||
| 6935 | /****************** Bit definition for USB_DADDR register *******************/ |
||
| 6936 | #define USB_DADDR_ADD_Pos (0U) |
||
| 6937 | #define USB_DADDR_ADD_Msk (0x7FUL << USB_DADDR_ADD_Pos) /*!< 0x0000007F */ |
||
| 6938 | #define USB_DADDR_ADD USB_DADDR_ADD_Msk /*!<ADD[6:0] bits (Device Address) */ |
||
| 6939 | #define USB_DADDR_ADD0_Pos (0U) |
||
| 6940 | #define USB_DADDR_ADD0_Msk (0x1UL << USB_DADDR_ADD0_Pos) /*!< 0x00000001 */ |
||
| 6941 | #define USB_DADDR_ADD0 USB_DADDR_ADD0_Msk /*!<Bit 0 */ |
||
| 6942 | #define USB_DADDR_ADD1_Pos (1U) |
||
| 6943 | #define USB_DADDR_ADD1_Msk (0x1UL << USB_DADDR_ADD1_Pos) /*!< 0x00000002 */ |
||
| 6944 | #define USB_DADDR_ADD1 USB_DADDR_ADD1_Msk /*!<Bit 1 */ |
||
| 6945 | #define USB_DADDR_ADD2_Pos (2U) |
||
| 6946 | #define USB_DADDR_ADD2_Msk (0x1UL << USB_DADDR_ADD2_Pos) /*!< 0x00000004 */ |
||
| 6947 | #define USB_DADDR_ADD2 USB_DADDR_ADD2_Msk /*!<Bit 2 */ |
||
| 6948 | #define USB_DADDR_ADD3_Pos (3U) |
||
| 6949 | #define USB_DADDR_ADD3_Msk (0x1UL << USB_DADDR_ADD3_Pos) /*!< 0x00000008 */ |
||
| 6950 | #define USB_DADDR_ADD3 USB_DADDR_ADD3_Msk /*!<Bit 3 */ |
||
| 6951 | #define USB_DADDR_ADD4_Pos (4U) |
||
| 6952 | #define USB_DADDR_ADD4_Msk (0x1UL << USB_DADDR_ADD4_Pos) /*!< 0x00000010 */ |
||
| 6953 | #define USB_DADDR_ADD4 USB_DADDR_ADD4_Msk /*!<Bit 4 */ |
||
| 6954 | #define USB_DADDR_ADD5_Pos (5U) |
||
| 6955 | #define USB_DADDR_ADD5_Msk (0x1UL << USB_DADDR_ADD5_Pos) /*!< 0x00000020 */ |
||
| 6956 | #define USB_DADDR_ADD5 USB_DADDR_ADD5_Msk /*!<Bit 5 */ |
||
| 6957 | #define USB_DADDR_ADD6_Pos (6U) |
||
| 6958 | #define USB_DADDR_ADD6_Msk (0x1UL << USB_DADDR_ADD6_Pos) /*!< 0x00000040 */ |
||
| 6959 | #define USB_DADDR_ADD6 USB_DADDR_ADD6_Msk /*!<Bit 6 */ |
||
| 6960 | |||
| 6961 | #define USB_DADDR_EF_Pos (7U) |
||
| 6962 | #define USB_DADDR_EF_Msk (0x1UL << USB_DADDR_EF_Pos) /*!< 0x00000080 */ |
||
| 6963 | #define USB_DADDR_EF USB_DADDR_EF_Msk /*!<Enable Function */ |
||
| 6964 | |||
| 6965 | /****************** Bit definition for USB_BTABLE register ******************/ |
||
| 6966 | #define USB_BTABLE_BTABLE_Pos (3U) |
||
| 6967 | #define USB_BTABLE_BTABLE_Msk (0x1FFFUL << USB_BTABLE_BTABLE_Pos) /*!< 0x0000FFF8 */ |
||
| 6968 | #define USB_BTABLE_BTABLE USB_BTABLE_BTABLE_Msk /*!<Buffer Table */ |
||
| 6969 | |||
| 6970 | /*!< Buffer descriptor table */ |
||
| 6971 | /***************** Bit definition for USB_ADDR0_TX register *****************/ |
||
| 6972 | #define USB_ADDR0_TX_ADDR0_TX_Pos (1U) |
||
| 6973 | #define USB_ADDR0_TX_ADDR0_TX_Msk (0x7FFFUL << USB_ADDR0_TX_ADDR0_TX_Pos) /*!< 0x0000FFFE */ |
||
| 6974 | #define USB_ADDR0_TX_ADDR0_TX USB_ADDR0_TX_ADDR0_TX_Msk /*!< Transmission Buffer Address 0 */ |
||
| 6975 | |||
| 6976 | /***************** Bit definition for USB_ADDR1_TX register *****************/ |
||
| 6977 | #define USB_ADDR1_TX_ADDR1_TX_Pos (1U) |
||
| 6978 | #define USB_ADDR1_TX_ADDR1_TX_Msk (0x7FFFUL << USB_ADDR1_TX_ADDR1_TX_Pos) /*!< 0x0000FFFE */ |
||
| 6979 | #define USB_ADDR1_TX_ADDR1_TX USB_ADDR1_TX_ADDR1_TX_Msk /*!< Transmission Buffer Address 1 */ |
||
| 6980 | |||
| 6981 | /***************** Bit definition for USB_ADDR2_TX register *****************/ |
||
| 6982 | #define USB_ADDR2_TX_ADDR2_TX_Pos (1U) |
||
| 6983 | #define USB_ADDR2_TX_ADDR2_TX_Msk (0x7FFFUL << USB_ADDR2_TX_ADDR2_TX_Pos) /*!< 0x0000FFFE */ |
||
| 6984 | #define USB_ADDR2_TX_ADDR2_TX USB_ADDR2_TX_ADDR2_TX_Msk /*!< Transmission Buffer Address 2 */ |
||
| 6985 | |||
| 6986 | /***************** Bit definition for USB_ADDR3_TX register *****************/ |
||
| 6987 | #define USB_ADDR3_TX_ADDR3_TX_Pos (1U) |
||
| 6988 | #define USB_ADDR3_TX_ADDR3_TX_Msk (0x7FFFUL << USB_ADDR3_TX_ADDR3_TX_Pos) /*!< 0x0000FFFE */ |
||
| 6989 | #define USB_ADDR3_TX_ADDR3_TX USB_ADDR3_TX_ADDR3_TX_Msk /*!< Transmission Buffer Address 3 */ |
||
| 6990 | |||
| 6991 | /***************** Bit definition for USB_ADDR4_TX register *****************/ |
||
| 6992 | #define USB_ADDR4_TX_ADDR4_TX_Pos (1U) |
||
| 6993 | #define USB_ADDR4_TX_ADDR4_TX_Msk (0x7FFFUL << USB_ADDR4_TX_ADDR4_TX_Pos) /*!< 0x0000FFFE */ |
||
| 6994 | #define USB_ADDR4_TX_ADDR4_TX USB_ADDR4_TX_ADDR4_TX_Msk /*!< Transmission Buffer Address 4 */ |
||
| 6995 | |||
| 6996 | /***************** Bit definition for USB_ADDR5_TX register *****************/ |
||
| 6997 | #define USB_ADDR5_TX_ADDR5_TX_Pos (1U) |
||
| 6998 | #define USB_ADDR5_TX_ADDR5_TX_Msk (0x7FFFUL << USB_ADDR5_TX_ADDR5_TX_Pos) /*!< 0x0000FFFE */ |
||
| 6999 | #define USB_ADDR5_TX_ADDR5_TX USB_ADDR5_TX_ADDR5_TX_Msk /*!< Transmission Buffer Address 5 */ |
||
| 7000 | |||
| 7001 | /***************** Bit definition for USB_ADDR6_TX register *****************/ |
||
| 7002 | #define USB_ADDR6_TX_ADDR6_TX_Pos (1U) |
||
| 7003 | #define USB_ADDR6_TX_ADDR6_TX_Msk (0x7FFFUL << USB_ADDR6_TX_ADDR6_TX_Pos) /*!< 0x0000FFFE */ |
||
| 7004 | #define USB_ADDR6_TX_ADDR6_TX USB_ADDR6_TX_ADDR6_TX_Msk /*!< Transmission Buffer Address 6 */ |
||
| 7005 | |||
| 7006 | /***************** Bit definition for USB_ADDR7_TX register *****************/ |
||
| 7007 | #define USB_ADDR7_TX_ADDR7_TX_Pos (1U) |
||
| 7008 | #define USB_ADDR7_TX_ADDR7_TX_Msk (0x7FFFUL << USB_ADDR7_TX_ADDR7_TX_Pos) /*!< 0x0000FFFE */ |
||
| 7009 | #define USB_ADDR7_TX_ADDR7_TX USB_ADDR7_TX_ADDR7_TX_Msk /*!< Transmission Buffer Address 7 */ |
||
| 7010 | |||
| 7011 | /*----------------------------------------------------------------------------*/ |
||
| 7012 | |||
| 7013 | /***************** Bit definition for USB_COUNT0_TX register ****************/ |
||
| 7014 | #define USB_COUNT0_TX_COUNT0_TX_Pos (0U) |
||
| 7015 | #define USB_COUNT0_TX_COUNT0_TX_Msk (0x3FFUL << USB_COUNT0_TX_COUNT0_TX_Pos) /*!< 0x000003FF */ |
||
| 7016 | #define USB_COUNT0_TX_COUNT0_TX USB_COUNT0_TX_COUNT0_TX_Msk /*!< Transmission Byte Count 0 */ |
||
| 7017 | |||
| 7018 | /***************** Bit definition for USB_COUNT1_TX register ****************/ |
||
| 7019 | #define USB_COUNT1_TX_COUNT1_TX_Pos (0U) |
||
| 7020 | #define USB_COUNT1_TX_COUNT1_TX_Msk (0x3FFUL << USB_COUNT1_TX_COUNT1_TX_Pos) /*!< 0x000003FF */ |
||
| 7021 | #define USB_COUNT1_TX_COUNT1_TX USB_COUNT1_TX_COUNT1_TX_Msk /*!< Transmission Byte Count 1 */ |
||
| 7022 | |||
| 7023 | /***************** Bit definition for USB_COUNT2_TX register ****************/ |
||
| 7024 | #define USB_COUNT2_TX_COUNT2_TX_Pos (0U) |
||
| 7025 | #define USB_COUNT2_TX_COUNT2_TX_Msk (0x3FFUL << USB_COUNT2_TX_COUNT2_TX_Pos) /*!< 0x000003FF */ |
||
| 7026 | #define USB_COUNT2_TX_COUNT2_TX USB_COUNT2_TX_COUNT2_TX_Msk /*!< Transmission Byte Count 2 */ |
||
| 7027 | |||
| 7028 | /***************** Bit definition for USB_COUNT3_TX register ****************/ |
||
| 7029 | #define USB_COUNT3_TX_COUNT3_TX_Pos (0U) |
||
| 7030 | #define USB_COUNT3_TX_COUNT3_TX_Msk (0x3FFUL << USB_COUNT3_TX_COUNT3_TX_Pos) /*!< 0x000003FF */ |
||
| 7031 | #define USB_COUNT3_TX_COUNT3_TX USB_COUNT3_TX_COUNT3_TX_Msk /*!< Transmission Byte Count 3 */ |
||
| 7032 | |||
| 7033 | /***************** Bit definition for USB_COUNT4_TX register ****************/ |
||
| 7034 | #define USB_COUNT4_TX_COUNT4_TX_Pos (0U) |
||
| 7035 | #define USB_COUNT4_TX_COUNT4_TX_Msk (0x3FFUL << USB_COUNT4_TX_COUNT4_TX_Pos) /*!< 0x000003FF */ |
||
| 7036 | #define USB_COUNT4_TX_COUNT4_TX USB_COUNT4_TX_COUNT4_TX_Msk /*!< Transmission Byte Count 4 */ |
||
| 7037 | |||
| 7038 | /***************** Bit definition for USB_COUNT5_TX register ****************/ |
||
| 7039 | #define USB_COUNT5_TX_COUNT5_TX_Pos (0U) |
||
| 7040 | #define USB_COUNT5_TX_COUNT5_TX_Msk (0x3FFUL << USB_COUNT5_TX_COUNT5_TX_Pos) /*!< 0x000003FF */ |
||
| 7041 | #define USB_COUNT5_TX_COUNT5_TX USB_COUNT5_TX_COUNT5_TX_Msk /*!< Transmission Byte Count 5 */ |
||
| 7042 | |||
| 7043 | /***************** Bit definition for USB_COUNT6_TX register ****************/ |
||
| 7044 | #define USB_COUNT6_TX_COUNT6_TX_Pos (0U) |
||
| 7045 | #define USB_COUNT6_TX_COUNT6_TX_Msk (0x3FFUL << USB_COUNT6_TX_COUNT6_TX_Pos) /*!< 0x000003FF */ |
||
| 7046 | #define USB_COUNT6_TX_COUNT6_TX USB_COUNT6_TX_COUNT6_TX_Msk /*!< Transmission Byte Count 6 */ |
||
| 7047 | |||
| 7048 | /***************** Bit definition for USB_COUNT7_TX register ****************/ |
||
| 7049 | #define USB_COUNT7_TX_COUNT7_TX_Pos (0U) |
||
| 7050 | #define USB_COUNT7_TX_COUNT7_TX_Msk (0x3FFUL << USB_COUNT7_TX_COUNT7_TX_Pos) /*!< 0x000003FF */ |
||
| 7051 | #define USB_COUNT7_TX_COUNT7_TX USB_COUNT7_TX_COUNT7_TX_Msk /*!< Transmission Byte Count 7 */ |
||
| 7052 | |||
| 7053 | /*----------------------------------------------------------------------------*/ |
||
| 7054 | |||
| 7055 | /**************** Bit definition for USB_COUNT0_TX_0 register ***************/ |
||
| 7056 | #define USB_COUNT0_TX_0_COUNT0_TX_0 (0x000003FFU) /*!< Transmission Byte Count 0 (low) */ |
||
| 7057 | |||
| 7058 | /**************** Bit definition for USB_COUNT0_TX_1 register ***************/ |
||
| 7059 | #define USB_COUNT0_TX_1_COUNT0_TX_1 (0x03FF0000U) /*!< Transmission Byte Count 0 (high) */ |
||
| 7060 | |||
| 7061 | /**************** Bit definition for USB_COUNT1_TX_0 register ***************/ |
||
| 7062 | #define USB_COUNT1_TX_0_COUNT1_TX_0 (0x000003FFU) /*!< Transmission Byte Count 1 (low) */ |
||
| 7063 | |||
| 7064 | /**************** Bit definition for USB_COUNT1_TX_1 register ***************/ |
||
| 7065 | #define USB_COUNT1_TX_1_COUNT1_TX_1 (0x03FF0000U) /*!< Transmission Byte Count 1 (high) */ |
||
| 7066 | |||
| 7067 | /**************** Bit definition for USB_COUNT2_TX_0 register ***************/ |
||
| 7068 | #define USB_COUNT2_TX_0_COUNT2_TX_0 (0x000003FFU) /*!< Transmission Byte Count 2 (low) */ |
||
| 7069 | |||
| 7070 | /**************** Bit definition for USB_COUNT2_TX_1 register ***************/ |
||
| 7071 | #define USB_COUNT2_TX_1_COUNT2_TX_1 (0x03FF0000U) /*!< Transmission Byte Count 2 (high) */ |
||
| 7072 | |||
| 7073 | /**************** Bit definition for USB_COUNT3_TX_0 register ***************/ |
||
| 7074 | #define USB_COUNT3_TX_0_COUNT3_TX_0 (0x000003FFU) /*!< Transmission Byte Count 3 (low) */ |
||
| 7075 | |||
| 7076 | /**************** Bit definition for USB_COUNT3_TX_1 register ***************/ |
||
| 7077 | #define USB_COUNT3_TX_1_COUNT3_TX_1 (0x03FF0000U) /*!< Transmission Byte Count 3 (high) */ |
||
| 7078 | |||
| 7079 | /**************** Bit definition for USB_COUNT4_TX_0 register ***************/ |
||
| 7080 | #define USB_COUNT4_TX_0_COUNT4_TX_0 (0x000003FFU) /*!< Transmission Byte Count 4 (low) */ |
||
| 7081 | |||
| 7082 | /**************** Bit definition for USB_COUNT4_TX_1 register ***************/ |
||
| 7083 | #define USB_COUNT4_TX_1_COUNT4_TX_1 (0x03FF0000U) /*!< Transmission Byte Count 4 (high) */ |
||
| 7084 | |||
| 7085 | /**************** Bit definition for USB_COUNT5_TX_0 register ***************/ |
||
| 7086 | #define USB_COUNT5_TX_0_COUNT5_TX_0 (0x000003FFU) /*!< Transmission Byte Count 5 (low) */ |
||
| 7087 | |||
| 7088 | /**************** Bit definition for USB_COUNT5_TX_1 register ***************/ |
||
| 7089 | #define USB_COUNT5_TX_1_COUNT5_TX_1 (0x03FF0000U) /*!< Transmission Byte Count 5 (high) */ |
||
| 7090 | |||
| 7091 | /**************** Bit definition for USB_COUNT6_TX_0 register ***************/ |
||
| 7092 | #define USB_COUNT6_TX_0_COUNT6_TX_0 (0x000003FFU) /*!< Transmission Byte Count 6 (low) */ |
||
| 7093 | |||
| 7094 | /**************** Bit definition for USB_COUNT6_TX_1 register ***************/ |
||
| 7095 | #define USB_COUNT6_TX_1_COUNT6_TX_1 (0x03FF0000U) /*!< Transmission Byte Count 6 (high) */ |
||
| 7096 | |||
| 7097 | /**************** Bit definition for USB_COUNT7_TX_0 register ***************/ |
||
| 7098 | #define USB_COUNT7_TX_0_COUNT7_TX_0 (0x000003FFU) /*!< Transmission Byte Count 7 (low) */ |
||
| 7099 | |||
| 7100 | /**************** Bit definition for USB_COUNT7_TX_1 register ***************/ |
||
| 7101 | #define USB_COUNT7_TX_1_COUNT7_TX_1 (0x03FF0000U) /*!< Transmission Byte Count 7 (high) */ |
||
| 7102 | |||
| 7103 | /*----------------------------------------------------------------------------*/ |
||
| 7104 | |||
| 7105 | /***************** Bit definition for USB_ADDR0_RX register *****************/ |
||
| 7106 | #define USB_ADDR0_RX_ADDR0_RX_Pos (1U) |
||
| 7107 | #define USB_ADDR0_RX_ADDR0_RX_Msk (0x7FFFUL << USB_ADDR0_RX_ADDR0_RX_Pos) /*!< 0x0000FFFE */ |
||
| 7108 | #define USB_ADDR0_RX_ADDR0_RX USB_ADDR0_RX_ADDR0_RX_Msk /*!< Reception Buffer Address 0 */ |
||
| 7109 | |||
| 7110 | /***************** Bit definition for USB_ADDR1_RX register *****************/ |
||
| 7111 | #define USB_ADDR1_RX_ADDR1_RX_Pos (1U) |
||
| 7112 | #define USB_ADDR1_RX_ADDR1_RX_Msk (0x7FFFUL << USB_ADDR1_RX_ADDR1_RX_Pos) /*!< 0x0000FFFE */ |
||
| 7113 | #define USB_ADDR1_RX_ADDR1_RX USB_ADDR1_RX_ADDR1_RX_Msk /*!< Reception Buffer Address 1 */ |
||
| 7114 | |||
| 7115 | /***************** Bit definition for USB_ADDR2_RX register *****************/ |
||
| 7116 | #define USB_ADDR2_RX_ADDR2_RX_Pos (1U) |
||
| 7117 | #define USB_ADDR2_RX_ADDR2_RX_Msk (0x7FFFUL << USB_ADDR2_RX_ADDR2_RX_Pos) /*!< 0x0000FFFE */ |
||
| 7118 | #define USB_ADDR2_RX_ADDR2_RX USB_ADDR2_RX_ADDR2_RX_Msk /*!< Reception Buffer Address 2 */ |
||
| 7119 | |||
| 7120 | /***************** Bit definition for USB_ADDR3_RX register *****************/ |
||
| 7121 | #define USB_ADDR3_RX_ADDR3_RX_Pos (1U) |
||
| 7122 | #define USB_ADDR3_RX_ADDR3_RX_Msk (0x7FFFUL << USB_ADDR3_RX_ADDR3_RX_Pos) /*!< 0x0000FFFE */ |
||
| 7123 | #define USB_ADDR3_RX_ADDR3_RX USB_ADDR3_RX_ADDR3_RX_Msk /*!< Reception Buffer Address 3 */ |
||
| 7124 | |||
| 7125 | /***************** Bit definition for USB_ADDR4_RX register *****************/ |
||
| 7126 | #define USB_ADDR4_RX_ADDR4_RX_Pos (1U) |
||
| 7127 | #define USB_ADDR4_RX_ADDR4_RX_Msk (0x7FFFUL << USB_ADDR4_RX_ADDR4_RX_Pos) /*!< 0x0000FFFE */ |
||
| 7128 | #define USB_ADDR4_RX_ADDR4_RX USB_ADDR4_RX_ADDR4_RX_Msk /*!< Reception Buffer Address 4 */ |
||
| 7129 | |||
| 7130 | /***************** Bit definition for USB_ADDR5_RX register *****************/ |
||
| 7131 | #define USB_ADDR5_RX_ADDR5_RX_Pos (1U) |
||
| 7132 | #define USB_ADDR5_RX_ADDR5_RX_Msk (0x7FFFUL << USB_ADDR5_RX_ADDR5_RX_Pos) /*!< 0x0000FFFE */ |
||
| 7133 | #define USB_ADDR5_RX_ADDR5_RX USB_ADDR5_RX_ADDR5_RX_Msk /*!< Reception Buffer Address 5 */ |
||
| 7134 | |||
| 7135 | /***************** Bit definition for USB_ADDR6_RX register *****************/ |
||
| 7136 | #define USB_ADDR6_RX_ADDR6_RX_Pos (1U) |
||
| 7137 | #define USB_ADDR6_RX_ADDR6_RX_Msk (0x7FFFUL << USB_ADDR6_RX_ADDR6_RX_Pos) /*!< 0x0000FFFE */ |
||
| 7138 | #define USB_ADDR6_RX_ADDR6_RX USB_ADDR6_RX_ADDR6_RX_Msk /*!< Reception Buffer Address 6 */ |
||
| 7139 | |||
| 7140 | /***************** Bit definition for USB_ADDR7_RX register *****************/ |
||
| 7141 | #define USB_ADDR7_RX_ADDR7_RX_Pos (1U) |
||
| 7142 | #define USB_ADDR7_RX_ADDR7_RX_Msk (0x7FFFUL << USB_ADDR7_RX_ADDR7_RX_Pos) /*!< 0x0000FFFE */ |
||
| 7143 | #define USB_ADDR7_RX_ADDR7_RX USB_ADDR7_RX_ADDR7_RX_Msk /*!< Reception Buffer Address 7 */ |
||
| 7144 | |||
| 7145 | /*----------------------------------------------------------------------------*/ |
||
| 7146 | |||
| 7147 | /***************** Bit definition for USB_COUNT0_RX register ****************/ |
||
| 7148 | #define USB_COUNT0_RX_COUNT0_RX_Pos (0U) |
||
| 7149 | #define USB_COUNT0_RX_COUNT0_RX_Msk (0x3FFUL << USB_COUNT0_RX_COUNT0_RX_Pos) /*!< 0x000003FF */ |
||
| 7150 | #define USB_COUNT0_RX_COUNT0_RX USB_COUNT0_RX_COUNT0_RX_Msk /*!< Reception Byte Count */ |
||
| 7151 | |||
| 7152 | #define USB_COUNT0_RX_NUM_BLOCK_Pos (10U) |
||
| 7153 | #define USB_COUNT0_RX_NUM_BLOCK_Msk (0x1FUL << USB_COUNT0_RX_NUM_BLOCK_Pos) /*!< 0x00007C00 */ |
||
| 7154 | #define USB_COUNT0_RX_NUM_BLOCK USB_COUNT0_RX_NUM_BLOCK_Msk /*!< NUM_BLOCK[4:0] bits (Number of blocks) */ |
||
| 7155 | #define USB_COUNT0_RX_NUM_BLOCK_0 (0x01UL << USB_COUNT0_RX_NUM_BLOCK_Pos) /*!< 0x00000400 */ |
||
| 7156 | #define USB_COUNT0_RX_NUM_BLOCK_1 (0x02UL << USB_COUNT0_RX_NUM_BLOCK_Pos) /*!< 0x00000800 */ |
||
| 7157 | #define USB_COUNT0_RX_NUM_BLOCK_2 (0x04UL << USB_COUNT0_RX_NUM_BLOCK_Pos) /*!< 0x00001000 */ |
||
| 7158 | #define USB_COUNT0_RX_NUM_BLOCK_3 (0x08UL << USB_COUNT0_RX_NUM_BLOCK_Pos) /*!< 0x00002000 */ |
||
| 7159 | #define USB_COUNT0_RX_NUM_BLOCK_4 (0x10UL << USB_COUNT0_RX_NUM_BLOCK_Pos) /*!< 0x00004000 */ |
||
| 7160 | |||
| 7161 | #define USB_COUNT0_RX_BLSIZE_Pos (15U) |
||
| 7162 | #define USB_COUNT0_RX_BLSIZE_Msk (0x1UL << USB_COUNT0_RX_BLSIZE_Pos) /*!< 0x00008000 */ |
||
| 7163 | #define USB_COUNT0_RX_BLSIZE USB_COUNT0_RX_BLSIZE_Msk /*!< BLock SIZE */ |
||
| 7164 | |||
| 7165 | /***************** Bit definition for USB_COUNT1_RX register ****************/ |
||
| 7166 | #define USB_COUNT1_RX_COUNT1_RX_Pos (0U) |
||
| 7167 | #define USB_COUNT1_RX_COUNT1_RX_Msk (0x3FFUL << USB_COUNT1_RX_COUNT1_RX_Pos) /*!< 0x000003FF */ |
||
| 7168 | #define USB_COUNT1_RX_COUNT1_RX USB_COUNT1_RX_COUNT1_RX_Msk /*!< Reception Byte Count */ |
||
| 7169 | |||
| 7170 | #define USB_COUNT1_RX_NUM_BLOCK_Pos (10U) |
||
| 7171 | #define USB_COUNT1_RX_NUM_BLOCK_Msk (0x1FUL << USB_COUNT1_RX_NUM_BLOCK_Pos) /*!< 0x00007C00 */ |
||
| 7172 | #define USB_COUNT1_RX_NUM_BLOCK USB_COUNT1_RX_NUM_BLOCK_Msk /*!< NUM_BLOCK[4:0] bits (Number of blocks) */ |
||
| 7173 | #define USB_COUNT1_RX_NUM_BLOCK_0 (0x01UL << USB_COUNT1_RX_NUM_BLOCK_Pos) /*!< 0x00000400 */ |
||
| 7174 | #define USB_COUNT1_RX_NUM_BLOCK_1 (0x02UL << USB_COUNT1_RX_NUM_BLOCK_Pos) /*!< 0x00000800 */ |
||
| 7175 | #define USB_COUNT1_RX_NUM_BLOCK_2 (0x04UL << USB_COUNT1_RX_NUM_BLOCK_Pos) /*!< 0x00001000 */ |
||
| 7176 | #define USB_COUNT1_RX_NUM_BLOCK_3 (0x08UL << USB_COUNT1_RX_NUM_BLOCK_Pos) /*!< 0x00002000 */ |
||
| 7177 | #define USB_COUNT1_RX_NUM_BLOCK_4 (0x10UL << USB_COUNT1_RX_NUM_BLOCK_Pos) /*!< 0x00004000 */ |
||
| 7178 | |||
| 7179 | #define USB_COUNT1_RX_BLSIZE_Pos (15U) |
||
| 7180 | #define USB_COUNT1_RX_BLSIZE_Msk (0x1UL << USB_COUNT1_RX_BLSIZE_Pos) /*!< 0x00008000 */ |
||
| 7181 | #define USB_COUNT1_RX_BLSIZE USB_COUNT1_RX_BLSIZE_Msk /*!< BLock SIZE */ |
||
| 7182 | |||
| 7183 | /***************** Bit definition for USB_COUNT2_RX register ****************/ |
||
| 7184 | #define USB_COUNT2_RX_COUNT2_RX_Pos (0U) |
||
| 7185 | #define USB_COUNT2_RX_COUNT2_RX_Msk (0x3FFUL << USB_COUNT2_RX_COUNT2_RX_Pos) /*!< 0x000003FF */ |
||
| 7186 | #define USB_COUNT2_RX_COUNT2_RX USB_COUNT2_RX_COUNT2_RX_Msk /*!< Reception Byte Count */ |
||
| 7187 | |||
| 7188 | #define USB_COUNT2_RX_NUM_BLOCK_Pos (10U) |
||
| 7189 | #define USB_COUNT2_RX_NUM_BLOCK_Msk (0x1FUL << USB_COUNT2_RX_NUM_BLOCK_Pos) /*!< 0x00007C00 */ |
||
| 7190 | #define USB_COUNT2_RX_NUM_BLOCK USB_COUNT2_RX_NUM_BLOCK_Msk /*!< NUM_BLOCK[4:0] bits (Number of blocks) */ |
||
| 7191 | #define USB_COUNT2_RX_NUM_BLOCK_0 (0x01UL << USB_COUNT2_RX_NUM_BLOCK_Pos) /*!< 0x00000400 */ |
||
| 7192 | #define USB_COUNT2_RX_NUM_BLOCK_1 (0x02UL << USB_COUNT2_RX_NUM_BLOCK_Pos) /*!< 0x00000800 */ |
||
| 7193 | #define USB_COUNT2_RX_NUM_BLOCK_2 (0x04UL << USB_COUNT2_RX_NUM_BLOCK_Pos) /*!< 0x00001000 */ |
||
| 7194 | #define USB_COUNT2_RX_NUM_BLOCK_3 (0x08UL << USB_COUNT2_RX_NUM_BLOCK_Pos) /*!< 0x00002000 */ |
||
| 7195 | #define USB_COUNT2_RX_NUM_BLOCK_4 (0x10UL << USB_COUNT2_RX_NUM_BLOCK_Pos) /*!< 0x00004000 */ |
||
| 7196 | |||
| 7197 | #define USB_COUNT2_RX_BLSIZE_Pos (15U) |
||
| 7198 | #define USB_COUNT2_RX_BLSIZE_Msk (0x1UL << USB_COUNT2_RX_BLSIZE_Pos) /*!< 0x00008000 */ |
||
| 7199 | #define USB_COUNT2_RX_BLSIZE USB_COUNT2_RX_BLSIZE_Msk /*!< BLock SIZE */ |
||
| 7200 | |||
| 7201 | /***************** Bit definition for USB_COUNT3_RX register ****************/ |
||
| 7202 | #define USB_COUNT3_RX_COUNT3_RX_Pos (0U) |
||
| 7203 | #define USB_COUNT3_RX_COUNT3_RX_Msk (0x3FFUL << USB_COUNT3_RX_COUNT3_RX_Pos) /*!< 0x000003FF */ |
||
| 7204 | #define USB_COUNT3_RX_COUNT3_RX USB_COUNT3_RX_COUNT3_RX_Msk /*!< Reception Byte Count */ |
||
| 7205 | |||
| 7206 | #define USB_COUNT3_RX_NUM_BLOCK_Pos (10U) |
||
| 7207 | #define USB_COUNT3_RX_NUM_BLOCK_Msk (0x1FUL << USB_COUNT3_RX_NUM_BLOCK_Pos) /*!< 0x00007C00 */ |
||
| 7208 | #define USB_COUNT3_RX_NUM_BLOCK USB_COUNT3_RX_NUM_BLOCK_Msk /*!< NUM_BLOCK[4:0] bits (Number of blocks) */ |
||
| 7209 | #define USB_COUNT3_RX_NUM_BLOCK_0 (0x01UL << USB_COUNT3_RX_NUM_BLOCK_Pos) /*!< 0x00000400 */ |
||
| 7210 | #define USB_COUNT3_RX_NUM_BLOCK_1 (0x02UL << USB_COUNT3_RX_NUM_BLOCK_Pos) /*!< 0x00000800 */ |
||
| 7211 | #define USB_COUNT3_RX_NUM_BLOCK_2 (0x04UL << USB_COUNT3_RX_NUM_BLOCK_Pos) /*!< 0x00001000 */ |
||
| 7212 | #define USB_COUNT3_RX_NUM_BLOCK_3 (0x08UL << USB_COUNT3_RX_NUM_BLOCK_Pos) /*!< 0x00002000 */ |
||
| 7213 | #define USB_COUNT3_RX_NUM_BLOCK_4 (0x10UL << USB_COUNT3_RX_NUM_BLOCK_Pos) /*!< 0x00004000 */ |
||
| 7214 | |||
| 7215 | #define USB_COUNT3_RX_BLSIZE_Pos (15U) |
||
| 7216 | #define USB_COUNT3_RX_BLSIZE_Msk (0x1UL << USB_COUNT3_RX_BLSIZE_Pos) /*!< 0x00008000 */ |
||
| 7217 | #define USB_COUNT3_RX_BLSIZE USB_COUNT3_RX_BLSIZE_Msk /*!< BLock SIZE */ |
||
| 7218 | |||
| 7219 | /***************** Bit definition for USB_COUNT4_RX register ****************/ |
||
| 7220 | #define USB_COUNT4_RX_COUNT4_RX_Pos (0U) |
||
| 7221 | #define USB_COUNT4_RX_COUNT4_RX_Msk (0x3FFUL << USB_COUNT4_RX_COUNT4_RX_Pos) /*!< 0x000003FF */ |
||
| 7222 | #define USB_COUNT4_RX_COUNT4_RX USB_COUNT4_RX_COUNT4_RX_Msk /*!< Reception Byte Count */ |
||
| 7223 | |||
| 7224 | #define USB_COUNT4_RX_NUM_BLOCK_Pos (10U) |
||
| 7225 | #define USB_COUNT4_RX_NUM_BLOCK_Msk (0x1FUL << USB_COUNT4_RX_NUM_BLOCK_Pos) /*!< 0x00007C00 */ |
||
| 7226 | #define USB_COUNT4_RX_NUM_BLOCK USB_COUNT4_RX_NUM_BLOCK_Msk /*!< NUM_BLOCK[4:0] bits (Number of blocks) */ |
||
| 7227 | #define USB_COUNT4_RX_NUM_BLOCK_0 (0x01UL << USB_COUNT4_RX_NUM_BLOCK_Pos) /*!< 0x00000400 */ |
||
| 7228 | #define USB_COUNT4_RX_NUM_BLOCK_1 (0x02UL << USB_COUNT4_RX_NUM_BLOCK_Pos) /*!< 0x00000800 */ |
||
| 7229 | #define USB_COUNT4_RX_NUM_BLOCK_2 (0x04UL << USB_COUNT4_RX_NUM_BLOCK_Pos) /*!< 0x00001000 */ |
||
| 7230 | #define USB_COUNT4_RX_NUM_BLOCK_3 (0x08UL << USB_COUNT4_RX_NUM_BLOCK_Pos) /*!< 0x00002000 */ |
||
| 7231 | #define USB_COUNT4_RX_NUM_BLOCK_4 (0x10UL << USB_COUNT4_RX_NUM_BLOCK_Pos) /*!< 0x00004000 */ |
||
| 7232 | |||
| 7233 | #define USB_COUNT4_RX_BLSIZE_Pos (15U) |
||
| 7234 | #define USB_COUNT4_RX_BLSIZE_Msk (0x1UL << USB_COUNT4_RX_BLSIZE_Pos) /*!< 0x00008000 */ |
||
| 7235 | #define USB_COUNT4_RX_BLSIZE USB_COUNT4_RX_BLSIZE_Msk /*!< BLock SIZE */ |
||
| 7236 | |||
| 7237 | /***************** Bit definition for USB_COUNT5_RX register ****************/ |
||
| 7238 | #define USB_COUNT5_RX_COUNT5_RX_Pos (0U) |
||
| 7239 | #define USB_COUNT5_RX_COUNT5_RX_Msk (0x3FFUL << USB_COUNT5_RX_COUNT5_RX_Pos) /*!< 0x000003FF */ |
||
| 7240 | #define USB_COUNT5_RX_COUNT5_RX USB_COUNT5_RX_COUNT5_RX_Msk /*!< Reception Byte Count */ |
||
| 7241 | |||
| 7242 | #define USB_COUNT5_RX_NUM_BLOCK_Pos (10U) |
||
| 7243 | #define USB_COUNT5_RX_NUM_BLOCK_Msk (0x1FUL << USB_COUNT5_RX_NUM_BLOCK_Pos) /*!< 0x00007C00 */ |
||
| 7244 | #define USB_COUNT5_RX_NUM_BLOCK USB_COUNT5_RX_NUM_BLOCK_Msk /*!< NUM_BLOCK[4:0] bits (Number of blocks) */ |
||
| 7245 | #define USB_COUNT5_RX_NUM_BLOCK_0 (0x01UL << USB_COUNT5_RX_NUM_BLOCK_Pos) /*!< 0x00000400 */ |
||
| 7246 | #define USB_COUNT5_RX_NUM_BLOCK_1 (0x02UL << USB_COUNT5_RX_NUM_BLOCK_Pos) /*!< 0x00000800 */ |
||
| 7247 | #define USB_COUNT5_RX_NUM_BLOCK_2 (0x04UL << USB_COUNT5_RX_NUM_BLOCK_Pos) /*!< 0x00001000 */ |
||
| 7248 | #define USB_COUNT5_RX_NUM_BLOCK_3 (0x08UL << USB_COUNT5_RX_NUM_BLOCK_Pos) /*!< 0x00002000 */ |
||
| 7249 | #define USB_COUNT5_RX_NUM_BLOCK_4 (0x10UL << USB_COUNT5_RX_NUM_BLOCK_Pos) /*!< 0x00004000 */ |
||
| 7250 | |||
| 7251 | #define USB_COUNT5_RX_BLSIZE_Pos (15U) |
||
| 7252 | #define USB_COUNT5_RX_BLSIZE_Msk (0x1UL << USB_COUNT5_RX_BLSIZE_Pos) /*!< 0x00008000 */ |
||
| 7253 | #define USB_COUNT5_RX_BLSIZE USB_COUNT5_RX_BLSIZE_Msk /*!< BLock SIZE */ |
||
| 7254 | |||
| 7255 | /***************** Bit definition for USB_COUNT6_RX register ****************/ |
||
| 7256 | #define USB_COUNT6_RX_COUNT6_RX_Pos (0U) |
||
| 7257 | #define USB_COUNT6_RX_COUNT6_RX_Msk (0x3FFUL << USB_COUNT6_RX_COUNT6_RX_Pos) /*!< 0x000003FF */ |
||
| 7258 | #define USB_COUNT6_RX_COUNT6_RX USB_COUNT6_RX_COUNT6_RX_Msk /*!< Reception Byte Count */ |
||
| 7259 | |||
| 7260 | #define USB_COUNT6_RX_NUM_BLOCK_Pos (10U) |
||
| 7261 | #define USB_COUNT6_RX_NUM_BLOCK_Msk (0x1FUL << USB_COUNT6_RX_NUM_BLOCK_Pos) /*!< 0x00007C00 */ |
||
| 7262 | #define USB_COUNT6_RX_NUM_BLOCK USB_COUNT6_RX_NUM_BLOCK_Msk /*!< NUM_BLOCK[4:0] bits (Number of blocks) */ |
||
| 7263 | #define USB_COUNT6_RX_NUM_BLOCK_0 (0x01UL << USB_COUNT6_RX_NUM_BLOCK_Pos) /*!< 0x00000400 */ |
||
| 7264 | #define USB_COUNT6_RX_NUM_BLOCK_1 (0x02UL << USB_COUNT6_RX_NUM_BLOCK_Pos) /*!< 0x00000800 */ |
||
| 7265 | #define USB_COUNT6_RX_NUM_BLOCK_2 (0x04UL << USB_COUNT6_RX_NUM_BLOCK_Pos) /*!< 0x00001000 */ |
||
| 7266 | #define USB_COUNT6_RX_NUM_BLOCK_3 (0x08UL << USB_COUNT6_RX_NUM_BLOCK_Pos) /*!< 0x00002000 */ |
||
| 7267 | #define USB_COUNT6_RX_NUM_BLOCK_4 (0x10UL << USB_COUNT6_RX_NUM_BLOCK_Pos) /*!< 0x00004000 */ |
||
| 7268 | |||
| 7269 | #define USB_COUNT6_RX_BLSIZE_Pos (15U) |
||
| 7270 | #define USB_COUNT6_RX_BLSIZE_Msk (0x1UL << USB_COUNT6_RX_BLSIZE_Pos) /*!< 0x00008000 */ |
||
| 7271 | #define USB_COUNT6_RX_BLSIZE USB_COUNT6_RX_BLSIZE_Msk /*!< BLock SIZE */ |
||
| 7272 | |||
| 7273 | /***************** Bit definition for USB_COUNT7_RX register ****************/ |
||
| 7274 | #define USB_COUNT7_RX_COUNT7_RX_Pos (0U) |
||
| 7275 | #define USB_COUNT7_RX_COUNT7_RX_Msk (0x3FFUL << USB_COUNT7_RX_COUNT7_RX_Pos) /*!< 0x000003FF */ |
||
| 7276 | #define USB_COUNT7_RX_COUNT7_RX USB_COUNT7_RX_COUNT7_RX_Msk /*!< Reception Byte Count */ |
||
| 7277 | |||
| 7278 | #define USB_COUNT7_RX_NUM_BLOCK_Pos (10U) |
||
| 7279 | #define USB_COUNT7_RX_NUM_BLOCK_Msk (0x1FUL << USB_COUNT7_RX_NUM_BLOCK_Pos) /*!< 0x00007C00 */ |
||
| 7280 | #define USB_COUNT7_RX_NUM_BLOCK USB_COUNT7_RX_NUM_BLOCK_Msk /*!< NUM_BLOCK[4:0] bits (Number of blocks) */ |
||
| 7281 | #define USB_COUNT7_RX_NUM_BLOCK_0 (0x01UL << USB_COUNT7_RX_NUM_BLOCK_Pos) /*!< 0x00000400 */ |
||
| 7282 | #define USB_COUNT7_RX_NUM_BLOCK_1 (0x02UL << USB_COUNT7_RX_NUM_BLOCK_Pos) /*!< 0x00000800 */ |
||
| 7283 | #define USB_COUNT7_RX_NUM_BLOCK_2 (0x04UL << USB_COUNT7_RX_NUM_BLOCK_Pos) /*!< 0x00001000 */ |
||
| 7284 | #define USB_COUNT7_RX_NUM_BLOCK_3 (0x08UL << USB_COUNT7_RX_NUM_BLOCK_Pos) /*!< 0x00002000 */ |
||
| 7285 | #define USB_COUNT7_RX_NUM_BLOCK_4 (0x10UL << USB_COUNT7_RX_NUM_BLOCK_Pos) /*!< 0x00004000 */ |
||
| 7286 | |||
| 7287 | #define USB_COUNT7_RX_BLSIZE_Pos (15U) |
||
| 7288 | #define USB_COUNT7_RX_BLSIZE_Msk (0x1UL << USB_COUNT7_RX_BLSIZE_Pos) /*!< 0x00008000 */ |
||
| 7289 | #define USB_COUNT7_RX_BLSIZE USB_COUNT7_RX_BLSIZE_Msk /*!< BLock SIZE */ |
||
| 7290 | |||
| 7291 | /*----------------------------------------------------------------------------*/ |
||
| 7292 | |||
| 7293 | /**************** Bit definition for USB_COUNT0_RX_0 register ***************/ |
||
| 7294 | #define USB_COUNT0_RX_0_COUNT0_RX_0 (0x000003FFU) /*!< Reception Byte Count (low) */ |
||
| 7295 | |||
| 7296 | #define USB_COUNT0_RX_0_NUM_BLOCK_0 (0x00007C00U) /*!< NUM_BLOCK_0[4:0] bits (Number of blocks) (low) */ |
||
| 7297 | #define USB_COUNT0_RX_0_NUM_BLOCK_0_0 (0x00000400U) /*!< Bit 0 */ |
||
| 7298 | #define USB_COUNT0_RX_0_NUM_BLOCK_0_1 (0x00000800U) /*!< Bit 1 */ |
||
| 7299 | #define USB_COUNT0_RX_0_NUM_BLOCK_0_2 (0x00001000U) /*!< Bit 2 */ |
||
| 7300 | #define USB_COUNT0_RX_0_NUM_BLOCK_0_3 (0x00002000U) /*!< Bit 3 */ |
||
| 7301 | #define USB_COUNT0_RX_0_NUM_BLOCK_0_4 (0x00004000U) /*!< Bit 4 */ |
||
| 7302 | |||
| 7303 | #define USB_COUNT0_RX_0_BLSIZE_0 (0x00008000U) /*!< BLock SIZE (low) */ |
||
| 7304 | |||
| 7305 | /**************** Bit definition for USB_COUNT0_RX_1 register ***************/ |
||
| 7306 | #define USB_COUNT0_RX_1_COUNT0_RX_1 (0x03FF0000U) /*!< Reception Byte Count (high) */ |
||
| 7307 | |||
| 7308 | #define USB_COUNT0_RX_1_NUM_BLOCK_1 (0x7C000000U) /*!< NUM_BLOCK_1[4:0] bits (Number of blocks) (high) */ |
||
| 7309 | #define USB_COUNT0_RX_1_NUM_BLOCK_1_0 (0x04000000U) /*!< Bit 1 */ |
||
| 7310 | #define USB_COUNT0_RX_1_NUM_BLOCK_1_1 (0x08000000U) /*!< Bit 1 */ |
||
| 7311 | #define USB_COUNT0_RX_1_NUM_BLOCK_1_2 (0x10000000U) /*!< Bit 2 */ |
||
| 7312 | #define USB_COUNT0_RX_1_NUM_BLOCK_1_3 (0x20000000U) /*!< Bit 3 */ |
||
| 7313 | #define USB_COUNT0_RX_1_NUM_BLOCK_1_4 (0x40000000U) /*!< Bit 4 */ |
||
| 7314 | |||
| 7315 | #define USB_COUNT0_RX_1_BLSIZE_1 (0x80000000U) /*!< BLock SIZE (high) */ |
||
| 7316 | |||
| 7317 | /**************** Bit definition for USB_COUNT1_RX_0 register ***************/ |
||
| 7318 | #define USB_COUNT1_RX_0_COUNT1_RX_0 (0x000003FFU) /*!< Reception Byte Count (low) */ |
||
| 7319 | |||
| 7320 | #define USB_COUNT1_RX_0_NUM_BLOCK_0 (0x00007C00U) /*!< NUM_BLOCK_0[4:0] bits (Number of blocks) (low) */ |
||
| 7321 | #define USB_COUNT1_RX_0_NUM_BLOCK_0_0 (0x00000400U) /*!< Bit 0 */ |
||
| 7322 | #define USB_COUNT1_RX_0_NUM_BLOCK_0_1 (0x00000800U) /*!< Bit 1 */ |
||
| 7323 | #define USB_COUNT1_RX_0_NUM_BLOCK_0_2 (0x00001000U) /*!< Bit 2 */ |
||
| 7324 | #define USB_COUNT1_RX_0_NUM_BLOCK_0_3 (0x00002000U) /*!< Bit 3 */ |
||
| 7325 | #define USB_COUNT1_RX_0_NUM_BLOCK_0_4 (0x00004000U) /*!< Bit 4 */ |
||
| 7326 | |||
| 7327 | #define USB_COUNT1_RX_0_BLSIZE_0 (0x00008000U) /*!< BLock SIZE (low) */ |
||
| 7328 | |||
| 7329 | /**************** Bit definition for USB_COUNT1_RX_1 register ***************/ |
||
| 7330 | #define USB_COUNT1_RX_1_COUNT1_RX_1 (0x03FF0000U) /*!< Reception Byte Count (high) */ |
||
| 7331 | |||
| 7332 | #define USB_COUNT1_RX_1_NUM_BLOCK_1 (0x7C000000U) /*!< NUM_BLOCK_1[4:0] bits (Number of blocks) (high) */ |
||
| 7333 | #define USB_COUNT1_RX_1_NUM_BLOCK_1_0 (0x04000000U) /*!< Bit 0 */ |
||
| 7334 | #define USB_COUNT1_RX_1_NUM_BLOCK_1_1 (0x08000000U) /*!< Bit 1 */ |
||
| 7335 | #define USB_COUNT1_RX_1_NUM_BLOCK_1_2 (0x10000000U) /*!< Bit 2 */ |
||
| 7336 | #define USB_COUNT1_RX_1_NUM_BLOCK_1_3 (0x20000000U) /*!< Bit 3 */ |
||
| 7337 | #define USB_COUNT1_RX_1_NUM_BLOCK_1_4 (0x40000000U) /*!< Bit 4 */ |
||
| 7338 | |||
| 7339 | #define USB_COUNT1_RX_1_BLSIZE_1 (0x80000000U) /*!< BLock SIZE (high) */ |
||
| 7340 | |||
| 7341 | /**************** Bit definition for USB_COUNT2_RX_0 register ***************/ |
||
| 7342 | #define USB_COUNT2_RX_0_COUNT2_RX_0 (0x000003FFU) /*!< Reception Byte Count (low) */ |
||
| 7343 | |||
| 7344 | #define USB_COUNT2_RX_0_NUM_BLOCK_0 (0x00007C00U) /*!< NUM_BLOCK_0[4:0] bits (Number of blocks) (low) */ |
||
| 7345 | #define USB_COUNT2_RX_0_NUM_BLOCK_0_0 (0x00000400U) /*!< Bit 0 */ |
||
| 7346 | #define USB_COUNT2_RX_0_NUM_BLOCK_0_1 (0x00000800U) /*!< Bit 1 */ |
||
| 7347 | #define USB_COUNT2_RX_0_NUM_BLOCK_0_2 (0x00001000U) /*!< Bit 2 */ |
||
| 7348 | #define USB_COUNT2_RX_0_NUM_BLOCK_0_3 (0x00002000U) /*!< Bit 3 */ |
||
| 7349 | #define USB_COUNT2_RX_0_NUM_BLOCK_0_4 (0x00004000U) /*!< Bit 4 */ |
||
| 7350 | |||
| 7351 | #define USB_COUNT2_RX_0_BLSIZE_0 (0x00008000U) /*!< BLock SIZE (low) */ |
||
| 7352 | |||
| 7353 | /**************** Bit definition for USB_COUNT2_RX_1 register ***************/ |
||
| 7354 | #define USB_COUNT2_RX_1_COUNT2_RX_1 (0x03FF0000U) /*!< Reception Byte Count (high) */ |
||
| 7355 | |||
| 7356 | #define USB_COUNT2_RX_1_NUM_BLOCK_1 (0x7C000000U) /*!< NUM_BLOCK_1[4:0] bits (Number of blocks) (high) */ |
||
| 7357 | #define USB_COUNT2_RX_1_NUM_BLOCK_1_0 (0x04000000U) /*!< Bit 0 */ |
||
| 7358 | #define USB_COUNT2_RX_1_NUM_BLOCK_1_1 (0x08000000U) /*!< Bit 1 */ |
||
| 7359 | #define USB_COUNT2_RX_1_NUM_BLOCK_1_2 (0x10000000U) /*!< Bit 2 */ |
||
| 7360 | #define USB_COUNT2_RX_1_NUM_BLOCK_1_3 (0x20000000U) /*!< Bit 3 */ |
||
| 7361 | #define USB_COUNT2_RX_1_NUM_BLOCK_1_4 (0x40000000U) /*!< Bit 4 */ |
||
| 7362 | |||
| 7363 | #define USB_COUNT2_RX_1_BLSIZE_1 (0x80000000U) /*!< BLock SIZE (high) */ |
||
| 7364 | |||
| 7365 | /**************** Bit definition for USB_COUNT3_RX_0 register ***************/ |
||
| 7366 | #define USB_COUNT3_RX_0_COUNT3_RX_0 (0x000003FFU) /*!< Reception Byte Count (low) */ |
||
| 7367 | |||
| 7368 | #define USB_COUNT3_RX_0_NUM_BLOCK_0 (0x00007C00U) /*!< NUM_BLOCK_0[4:0] bits (Number of blocks) (low) */ |
||
| 7369 | #define USB_COUNT3_RX_0_NUM_BLOCK_0_0 (0x00000400U) /*!< Bit 0 */ |
||
| 7370 | #define USB_COUNT3_RX_0_NUM_BLOCK_0_1 (0x00000800U) /*!< Bit 1 */ |
||
| 7371 | #define USB_COUNT3_RX_0_NUM_BLOCK_0_2 (0x00001000U) /*!< Bit 2 */ |
||
| 7372 | #define USB_COUNT3_RX_0_NUM_BLOCK_0_3 (0x00002000U) /*!< Bit 3 */ |
||
| 7373 | #define USB_COUNT3_RX_0_NUM_BLOCK_0_4 (0x00004000U) /*!< Bit 4 */ |
||
| 7374 | |||
| 7375 | #define USB_COUNT3_RX_0_BLSIZE_0 (0x00008000U) /*!< BLock SIZE (low) */ |
||
| 7376 | |||
| 7377 | /**************** Bit definition for USB_COUNT3_RX_1 register ***************/ |
||
| 7378 | #define USB_COUNT3_RX_1_COUNT3_RX_1 (0x03FF0000U) /*!< Reception Byte Count (high) */ |
||
| 7379 | |||
| 7380 | #define USB_COUNT3_RX_1_NUM_BLOCK_1 (0x7C000000U) /*!< NUM_BLOCK_1[4:0] bits (Number of blocks) (high) */ |
||
| 7381 | #define USB_COUNT3_RX_1_NUM_BLOCK_1_0 (0x04000000U) /*!< Bit 0 */ |
||
| 7382 | #define USB_COUNT3_RX_1_NUM_BLOCK_1_1 (0x08000000U) /*!< Bit 1 */ |
||
| 7383 | #define USB_COUNT3_RX_1_NUM_BLOCK_1_2 (0x10000000U) /*!< Bit 2 */ |
||
| 7384 | #define USB_COUNT3_RX_1_NUM_BLOCK_1_3 (0x20000000U) /*!< Bit 3 */ |
||
| 7385 | #define USB_COUNT3_RX_1_NUM_BLOCK_1_4 (0x40000000U) /*!< Bit 4 */ |
||
| 7386 | |||
| 7387 | #define USB_COUNT3_RX_1_BLSIZE_1 (0x80000000U) /*!< BLock SIZE (high) */ |
||
| 7388 | |||
| 7389 | /**************** Bit definition for USB_COUNT4_RX_0 register ***************/ |
||
| 7390 | #define USB_COUNT4_RX_0_COUNT4_RX_0 (0x000003FFU) /*!< Reception Byte Count (low) */ |
||
| 7391 | |||
| 7392 | #define USB_COUNT4_RX_0_NUM_BLOCK_0 (0x00007C00U) /*!< NUM_BLOCK_0[4:0] bits (Number of blocks) (low) */ |
||
| 7393 | #define USB_COUNT4_RX_0_NUM_BLOCK_0_0 (0x00000400U) /*!< Bit 0 */ |
||
| 7394 | #define USB_COUNT4_RX_0_NUM_BLOCK_0_1 (0x00000800U) /*!< Bit 1 */ |
||
| 7395 | #define USB_COUNT4_RX_0_NUM_BLOCK_0_2 (0x00001000U) /*!< Bit 2 */ |
||
| 7396 | #define USB_COUNT4_RX_0_NUM_BLOCK_0_3 (0x00002000U) /*!< Bit 3 */ |
||
| 7397 | #define USB_COUNT4_RX_0_NUM_BLOCK_0_4 (0x00004000U) /*!< Bit 4 */ |
||
| 7398 | |||
| 7399 | #define USB_COUNT4_RX_0_BLSIZE_0 (0x00008000U) /*!< BLock SIZE (low) */ |
||
| 7400 | |||
| 7401 | /**************** Bit definition for USB_COUNT4_RX_1 register ***************/ |
||
| 7402 | #define USB_COUNT4_RX_1_COUNT4_RX_1 (0x03FF0000U) /*!< Reception Byte Count (high) */ |
||
| 7403 | |||
| 7404 | #define USB_COUNT4_RX_1_NUM_BLOCK_1 (0x7C000000U) /*!< NUM_BLOCK_1[4:0] bits (Number of blocks) (high) */ |
||
| 7405 | #define USB_COUNT4_RX_1_NUM_BLOCK_1_0 (0x04000000U) /*!< Bit 0 */ |
||
| 7406 | #define USB_COUNT4_RX_1_NUM_BLOCK_1_1 (0x08000000U) /*!< Bit 1 */ |
||
| 7407 | #define USB_COUNT4_RX_1_NUM_BLOCK_1_2 (0x10000000U) /*!< Bit 2 */ |
||
| 7408 | #define USB_COUNT4_RX_1_NUM_BLOCK_1_3 (0x20000000U) /*!< Bit 3 */ |
||
| 7409 | #define USB_COUNT4_RX_1_NUM_BLOCK_1_4 (0x40000000U) /*!< Bit 4 */ |
||
| 7410 | |||
| 7411 | #define USB_COUNT4_RX_1_BLSIZE_1 (0x80000000U) /*!< BLock SIZE (high) */ |
||
| 7412 | |||
| 7413 | /**************** Bit definition for USB_COUNT5_RX_0 register ***************/ |
||
| 7414 | #define USB_COUNT5_RX_0_COUNT5_RX_0 (0x000003FFU) /*!< Reception Byte Count (low) */ |
||
| 7415 | |||
| 7416 | #define USB_COUNT5_RX_0_NUM_BLOCK_0 (0x00007C00U) /*!< NUM_BLOCK_0[4:0] bits (Number of blocks) (low) */ |
||
| 7417 | #define USB_COUNT5_RX_0_NUM_BLOCK_0_0 (0x00000400U) /*!< Bit 0 */ |
||
| 7418 | #define USB_COUNT5_RX_0_NUM_BLOCK_0_1 (0x00000800U) /*!< Bit 1 */ |
||
| 7419 | #define USB_COUNT5_RX_0_NUM_BLOCK_0_2 (0x00001000U) /*!< Bit 2 */ |
||
| 7420 | #define USB_COUNT5_RX_0_NUM_BLOCK_0_3 (0x00002000U) /*!< Bit 3 */ |
||
| 7421 | #define USB_COUNT5_RX_0_NUM_BLOCK_0_4 (0x00004000U) /*!< Bit 4 */ |
||
| 7422 | |||
| 7423 | #define USB_COUNT5_RX_0_BLSIZE_0 (0x00008000U) /*!< BLock SIZE (low) */ |
||
| 7424 | |||
| 7425 | /**************** Bit definition for USB_COUNT5_RX_1 register ***************/ |
||
| 7426 | #define USB_COUNT5_RX_1_COUNT5_RX_1 (0x03FF0000U) /*!< Reception Byte Count (high) */ |
||
| 7427 | |||
| 7428 | #define USB_COUNT5_RX_1_NUM_BLOCK_1 (0x7C000000U) /*!< NUM_BLOCK_1[4:0] bits (Number of blocks) (high) */ |
||
| 7429 | #define USB_COUNT5_RX_1_NUM_BLOCK_1_0 (0x04000000U) /*!< Bit 0 */ |
||
| 7430 | #define USB_COUNT5_RX_1_NUM_BLOCK_1_1 (0x08000000U) /*!< Bit 1 */ |
||
| 7431 | #define USB_COUNT5_RX_1_NUM_BLOCK_1_2 (0x10000000U) /*!< Bit 2 */ |
||
| 7432 | #define USB_COUNT5_RX_1_NUM_BLOCK_1_3 (0x20000000U) /*!< Bit 3 */ |
||
| 7433 | #define USB_COUNT5_RX_1_NUM_BLOCK_1_4 (0x40000000U) /*!< Bit 4 */ |
||
| 7434 | |||
| 7435 | #define USB_COUNT5_RX_1_BLSIZE_1 (0x80000000U) /*!< BLock SIZE (high) */ |
||
| 7436 | |||
| 7437 | /*************** Bit definition for USB_COUNT6_RX_0 register ***************/ |
||
| 7438 | #define USB_COUNT6_RX_0_COUNT6_RX_0 (0x000003FFU) /*!< Reception Byte Count (low) */ |
||
| 7439 | |||
| 7440 | #define USB_COUNT6_RX_0_NUM_BLOCK_0 (0x00007C00U) /*!< NUM_BLOCK_0[4:0] bits (Number of blocks) (low) */ |
||
| 7441 | #define USB_COUNT6_RX_0_NUM_BLOCK_0_0 (0x00000400U) /*!< Bit 0 */ |
||
| 7442 | #define USB_COUNT6_RX_0_NUM_BLOCK_0_1 (0x00000800U) /*!< Bit 1 */ |
||
| 7443 | #define USB_COUNT6_RX_0_NUM_BLOCK_0_2 (0x00001000U) /*!< Bit 2 */ |
||
| 7444 | #define USB_COUNT6_RX_0_NUM_BLOCK_0_3 (0x00002000U) /*!< Bit 3 */ |
||
| 7445 | #define USB_COUNT6_RX_0_NUM_BLOCK_0_4 (0x00004000U) /*!< Bit 4 */ |
||
| 7446 | |||
| 7447 | #define USB_COUNT6_RX_0_BLSIZE_0 (0x00008000U) /*!< BLock SIZE (low) */ |
||
| 7448 | |||
| 7449 | /**************** Bit definition for USB_COUNT6_RX_1 register ***************/ |
||
| 7450 | #define USB_COUNT6_RX_1_COUNT6_RX_1 (0x03FF0000U) /*!< Reception Byte Count (high) */ |
||
| 7451 | |||
| 7452 | #define USB_COUNT6_RX_1_NUM_BLOCK_1 (0x7C000000U) /*!< NUM_BLOCK_1[4:0] bits (Number of blocks) (high) */ |
||
| 7453 | #define USB_COUNT6_RX_1_NUM_BLOCK_1_0 (0x04000000U) /*!< Bit 0 */ |
||
| 7454 | #define USB_COUNT6_RX_1_NUM_BLOCK_1_1 (0x08000000U) /*!< Bit 1 */ |
||
| 7455 | #define USB_COUNT6_RX_1_NUM_BLOCK_1_2 (0x10000000U) /*!< Bit 2 */ |
||
| 7456 | #define USB_COUNT6_RX_1_NUM_BLOCK_1_3 (0x20000000U) /*!< Bit 3 */ |
||
| 7457 | #define USB_COUNT6_RX_1_NUM_BLOCK_1_4 (0x40000000U) /*!< Bit 4 */ |
||
| 7458 | |||
| 7459 | #define USB_COUNT6_RX_1_BLSIZE_1 (0x80000000U) /*!< BLock SIZE (high) */ |
||
| 7460 | |||
| 7461 | /*************** Bit definition for USB_COUNT7_RX_0 register ****************/ |
||
| 7462 | #define USB_COUNT7_RX_0_COUNT7_RX_0 (0x000003FFU) /*!< Reception Byte Count (low) */ |
||
| 7463 | |||
| 7464 | #define USB_COUNT7_RX_0_NUM_BLOCK_0 (0x00007C00U) /*!< NUM_BLOCK_0[4:0] bits (Number of blocks) (low) */ |
||
| 7465 | #define USB_COUNT7_RX_0_NUM_BLOCK_0_0 (0x00000400U) /*!< Bit 0 */ |
||
| 7466 | #define USB_COUNT7_RX_0_NUM_BLOCK_0_1 (0x00000800U) /*!< Bit 1 */ |
||
| 7467 | #define USB_COUNT7_RX_0_NUM_BLOCK_0_2 (0x00001000U) /*!< Bit 2 */ |
||
| 7468 | #define USB_COUNT7_RX_0_NUM_BLOCK_0_3 (0x00002000U) /*!< Bit 3 */ |
||
| 7469 | #define USB_COUNT7_RX_0_NUM_BLOCK_0_4 (0x00004000U) /*!< Bit 4 */ |
||
| 7470 | |||
| 7471 | #define USB_COUNT7_RX_0_BLSIZE_0 (0x00008000U) /*!< BLock SIZE (low) */ |
||
| 7472 | |||
| 7473 | /*************** Bit definition for USB_COUNT7_RX_1 register ****************/ |
||
| 7474 | #define USB_COUNT7_RX_1_COUNT7_RX_1 (0x03FF0000U) /*!< Reception Byte Count (high) */ |
||
| 7475 | |||
| 7476 | #define USB_COUNT7_RX_1_NUM_BLOCK_1 (0x7C000000U) /*!< NUM_BLOCK_1[4:0] bits (Number of blocks) (high) */ |
||
| 7477 | #define USB_COUNT7_RX_1_NUM_BLOCK_1_0 (0x04000000U) /*!< Bit 0 */ |
||
| 7478 | #define USB_COUNT7_RX_1_NUM_BLOCK_1_1 (0x08000000U) /*!< Bit 1 */ |
||
| 7479 | #define USB_COUNT7_RX_1_NUM_BLOCK_1_2 (0x10000000U) /*!< Bit 2 */ |
||
| 7480 | #define USB_COUNT7_RX_1_NUM_BLOCK_1_3 (0x20000000U) /*!< Bit 3 */ |
||
| 7481 | #define USB_COUNT7_RX_1_NUM_BLOCK_1_4 (0x40000000U) /*!< Bit 4 */ |
||
| 7482 | |||
| 7483 | #define USB_COUNT7_RX_1_BLSIZE_1 (0x80000000U) /*!< BLock SIZE (high) */ |
||
| 7484 | |||
| 7485 | /******************************************************************************/ |
||
| 7486 | /* */ |
||
| 7487 | /* Window WATCHDOG (WWDG) */ |
||
| 7488 | /* */ |
||
| 7489 | /******************************************************************************/ |
||
| 7490 | |||
| 7491 | /******************* Bit definition for WWDG_CR register ********************/ |
||
| 7492 | #define WWDG_CR_T_Pos (0U) |
||
| 7493 | #define WWDG_CR_T_Msk (0x7FUL << WWDG_CR_T_Pos) /*!< 0x0000007F */ |
||
| 7494 | #define WWDG_CR_T WWDG_CR_T_Msk /*!< T[6:0] bits (7-Bit counter (MSB to LSB)) */ |
||
| 7495 | #define WWDG_CR_T_0 (0x01UL << WWDG_CR_T_Pos) /*!< 0x00000001 */ |
||
| 7496 | #define WWDG_CR_T_1 (0x02UL << WWDG_CR_T_Pos) /*!< 0x00000002 */ |
||
| 7497 | #define WWDG_CR_T_2 (0x04UL << WWDG_CR_T_Pos) /*!< 0x00000004 */ |
||
| 7498 | #define WWDG_CR_T_3 (0x08UL << WWDG_CR_T_Pos) /*!< 0x00000008 */ |
||
| 7499 | #define WWDG_CR_T_4 (0x10UL << WWDG_CR_T_Pos) /*!< 0x00000010 */ |
||
| 7500 | #define WWDG_CR_T_5 (0x20UL << WWDG_CR_T_Pos) /*!< 0x00000020 */ |
||
| 7501 | #define WWDG_CR_T_6 (0x40UL << WWDG_CR_T_Pos) /*!< 0x00000040 */ |
||
| 7502 | |||
| 7503 | /* Legacy defines */ |
||
| 7504 | #define WWDG_CR_T0 WWDG_CR_T_0 |
||
| 7505 | #define WWDG_CR_T1 WWDG_CR_T_1 |
||
| 7506 | #define WWDG_CR_T2 WWDG_CR_T_2 |
||
| 7507 | #define WWDG_CR_T3 WWDG_CR_T_3 |
||
| 7508 | #define WWDG_CR_T4 WWDG_CR_T_4 |
||
| 7509 | #define WWDG_CR_T5 WWDG_CR_T_5 |
||
| 7510 | #define WWDG_CR_T6 WWDG_CR_T_6 |
||
| 7511 | |||
| 7512 | #define WWDG_CR_WDGA_Pos (7U) |
||
| 7513 | #define WWDG_CR_WDGA_Msk (0x1UL << WWDG_CR_WDGA_Pos) /*!< 0x00000080 */ |
||
| 7514 | #define WWDG_CR_WDGA WWDG_CR_WDGA_Msk /*!< Activation bit */ |
||
| 7515 | |||
| 7516 | /******************* Bit definition for WWDG_CFR register *******************/ |
||
| 7517 | #define WWDG_CFR_W_Pos (0U) |
||
| 7518 | #define WWDG_CFR_W_Msk (0x7FUL << WWDG_CFR_W_Pos) /*!< 0x0000007F */ |
||
| 7519 | #define WWDG_CFR_W WWDG_CFR_W_Msk /*!< W[6:0] bits (7-bit window value) */ |
||
| 7520 | #define WWDG_CFR_W_0 (0x01UL << WWDG_CFR_W_Pos) /*!< 0x00000001 */ |
||
| 7521 | #define WWDG_CFR_W_1 (0x02UL << WWDG_CFR_W_Pos) /*!< 0x00000002 */ |
||
| 7522 | #define WWDG_CFR_W_2 (0x04UL << WWDG_CFR_W_Pos) /*!< 0x00000004 */ |
||
| 7523 | #define WWDG_CFR_W_3 (0x08UL << WWDG_CFR_W_Pos) /*!< 0x00000008 */ |
||
| 7524 | #define WWDG_CFR_W_4 (0x10UL << WWDG_CFR_W_Pos) /*!< 0x00000010 */ |
||
| 7525 | #define WWDG_CFR_W_5 (0x20UL << WWDG_CFR_W_Pos) /*!< 0x00000020 */ |
||
| 7526 | #define WWDG_CFR_W_6 (0x40UL << WWDG_CFR_W_Pos) /*!< 0x00000040 */ |
||
| 7527 | |||
| 7528 | /* Legacy defines */ |
||
| 7529 | #define WWDG_CFR_W0 WWDG_CFR_W_0 |
||
| 7530 | #define WWDG_CFR_W1 WWDG_CFR_W_1 |
||
| 7531 | #define WWDG_CFR_W2 WWDG_CFR_W_2 |
||
| 7532 | #define WWDG_CFR_W3 WWDG_CFR_W_3 |
||
| 7533 | #define WWDG_CFR_W4 WWDG_CFR_W_4 |
||
| 7534 | #define WWDG_CFR_W5 WWDG_CFR_W_5 |
||
| 7535 | #define WWDG_CFR_W6 WWDG_CFR_W_6 |
||
| 7536 | |||
| 7537 | #define WWDG_CFR_WDGTB_Pos (7U) |
||
| 7538 | #define WWDG_CFR_WDGTB_Msk (0x3UL << WWDG_CFR_WDGTB_Pos) /*!< 0x00000180 */ |
||
| 7539 | #define WWDG_CFR_WDGTB WWDG_CFR_WDGTB_Msk /*!< WDGTB[1:0] bits (Timer Base) */ |
||
| 7540 | #define WWDG_CFR_WDGTB_0 (0x1UL << WWDG_CFR_WDGTB_Pos) /*!< 0x00000080 */ |
||
| 7541 | #define WWDG_CFR_WDGTB_1 (0x2UL << WWDG_CFR_WDGTB_Pos) /*!< 0x00000100 */ |
||
| 7542 | |||
| 7543 | /* Legacy defines */ |
||
| 7544 | #define WWDG_CFR_WDGTB0 WWDG_CFR_WDGTB_0 |
||
| 7545 | #define WWDG_CFR_WDGTB1 WWDG_CFR_WDGTB_1 |
||
| 7546 | |||
| 7547 | #define WWDG_CFR_EWI_Pos (9U) |
||
| 7548 | #define WWDG_CFR_EWI_Msk (0x1UL << WWDG_CFR_EWI_Pos) /*!< 0x00000200 */ |
||
| 7549 | #define WWDG_CFR_EWI WWDG_CFR_EWI_Msk /*!< Early Wakeup Interrupt */ |
||
| 7550 | |||
| 7551 | /******************* Bit definition for WWDG_SR register ********************/ |
||
| 7552 | #define WWDG_SR_EWIF_Pos (0U) |
||
| 7553 | #define WWDG_SR_EWIF_Msk (0x1UL << WWDG_SR_EWIF_Pos) /*!< 0x00000001 */ |
||
| 7554 | #define WWDG_SR_EWIF WWDG_SR_EWIF_Msk /*!< Early Wakeup Interrupt Flag */ |
||
| 7555 | |||
| 7556 | /** |
||
| 7557 | * @} |
||
| 7558 | */ |
||
| 7559 | /** @addtogroup Exported_macro |
||
| 7560 | * @{ |
||
| 7561 | */ |
||
| 7562 | |||
| 7563 | /****************************** ADC Instances *********************************/ |
||
| 7564 | #define IS_ADC_ALL_INSTANCE(INSTANCE) ((INSTANCE) == ADC1) |
||
| 7565 | |||
| 7566 | #define IS_ADC_COMMON_INSTANCE(INSTANCE) ((INSTANCE) == ADC1_COMMON) |
||
| 7567 | |||
| 7568 | /******************************** COMP Instances ******************************/ |
||
| 7569 | #define IS_COMP_ALL_INSTANCE(INSTANCE) (((INSTANCE) == COMP1) || \ |
||
| 7570 | ((INSTANCE) == COMP2)) |
||
| 7571 | |||
| 7572 | #define IS_COMP_COMMON_INSTANCE(COMMON_INSTANCE) ((COMMON_INSTANCE) == COMP12_COMMON) |
||
| 7573 | |||
| 7574 | /****************************** CRC Instances *********************************/ |
||
| 7575 | #define IS_CRC_ALL_INSTANCE(INSTANCE) ((INSTANCE) == CRC) |
||
| 7576 | |||
| 7577 | /****************************** DAC Instances *********************************/ |
||
| 7578 | #define IS_DAC_ALL_INSTANCE(INSTANCE) ((INSTANCE) == DAC) |
||
| 7579 | |||
| 7580 | /****************************** DMA Instances *********************************/ |
||
| 7581 | #define IS_DMA_ALL_INSTANCE(INSTANCE) (((INSTANCE) == DMA1_Channel1) || \ |
||
| 7582 | ((INSTANCE) == DMA1_Channel2) || \ |
||
| 7583 | ((INSTANCE) == DMA1_Channel3) || \ |
||
| 7584 | ((INSTANCE) == DMA1_Channel4) || \ |
||
| 7585 | ((INSTANCE) == DMA1_Channel5) || \ |
||
| 7586 | ((INSTANCE) == DMA1_Channel6) || \ |
||
| 7587 | ((INSTANCE) == DMA1_Channel7)) |
||
| 7588 | |||
| 7589 | /******************************* GPIO Instances *******************************/ |
||
| 7590 | #define IS_GPIO_ALL_INSTANCE(INSTANCE) (((INSTANCE) == GPIOA) || \ |
||
| 7591 | ((INSTANCE) == GPIOB) || \ |
||
| 7592 | ((INSTANCE) == GPIOC) || \ |
||
| 7593 | ((INSTANCE) == GPIOD) || \ |
||
| 7594 | ((INSTANCE) == GPIOE) || \ |
||
| 7595 | ((INSTANCE) == GPIOH)) |
||
| 7596 | |||
| 7597 | /**************************** GPIO Alternate Function Instances ***************/ |
||
| 7598 | #define IS_GPIO_AF_INSTANCE(INSTANCE) IS_GPIO_ALL_INSTANCE(INSTANCE) |
||
| 7599 | |||
| 7600 | /**************************** GPIO Lock Instances *****************************/ |
||
| 7601 | /* On L1, all GPIO Bank support the Lock mechanism */ |
||
| 7602 | #define IS_GPIO_LOCK_INSTANCE(INSTANCE) IS_GPIO_ALL_INSTANCE(INSTANCE) |
||
| 7603 | |||
| 7604 | /******************************** I2C Instances *******************************/ |
||
| 7605 | #define IS_I2C_ALL_INSTANCE(INSTANCE) (((INSTANCE) == I2C1) || \ |
||
| 7606 | ((INSTANCE) == I2C2)) |
||
| 7607 | |||
| 7608 | /****************************** SMBUS Instances *******************************/ |
||
| 7609 | #define IS_SMBUS_ALL_INSTANCE(INSTANCE) IS_I2C_ALL_INSTANCE(INSTANCE) |
||
| 7610 | |||
| 7611 | /****************************** IWDG Instances ********************************/ |
||
| 7612 | #define IS_IWDG_ALL_INSTANCE(INSTANCE) ((INSTANCE) == IWDG) |
||
| 7613 | |||
| 7614 | /****************************** RTC Instances *********************************/ |
||
| 7615 | #define IS_RTC_ALL_INSTANCE(INSTANCE) ((INSTANCE) == RTC) |
||
| 7616 | |||
| 7617 | /******************************** SPI Instances *******************************/ |
||
| 7618 | #define IS_SPI_ALL_INSTANCE(INSTANCE) (((INSTANCE) == SPI1) || \ |
||
| 7619 | ((INSTANCE) == SPI2)) |
||
| 7620 | |||
| 7621 | /****************************** TIM Instances *********************************/ |
||
| 7622 | |||
| 7623 | #define IS_TIM_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ |
||
| 7624 | ((INSTANCE) == TIM3) || \ |
||
| 7625 | ((INSTANCE) == TIM4) || \ |
||
| 7626 | ((INSTANCE) == TIM6) || \ |
||
| 7627 | ((INSTANCE) == TIM7) || \ |
||
| 7628 | ((INSTANCE) == TIM9) || \ |
||
| 7629 | ((INSTANCE) == TIM10) || \ |
||
| 7630 | ((INSTANCE) == TIM11)) |
||
| 7631 | |||
| 7632 | #define IS_TIM_CC1_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ |
||
| 7633 | ((INSTANCE) == TIM3) || \ |
||
| 7634 | ((INSTANCE) == TIM4) || \ |
||
| 7635 | ((INSTANCE) == TIM9) || \ |
||
| 7636 | ((INSTANCE) == TIM10) || \ |
||
| 7637 | ((INSTANCE) == TIM11)) |
||
| 7638 | |||
| 7639 | #define IS_TIM_CC2_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ |
||
| 7640 | ((INSTANCE) == TIM3) || \ |
||
| 7641 | ((INSTANCE) == TIM4) || \ |
||
| 7642 | ((INSTANCE) == TIM9)) |
||
| 7643 | |||
| 7644 | #define IS_TIM_CC3_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ |
||
| 7645 | ((INSTANCE) == TIM3) || \ |
||
| 7646 | ((INSTANCE) == TIM4)) |
||
| 7647 | |||
| 7648 | #define IS_TIM_CC4_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ |
||
| 7649 | ((INSTANCE) == TIM3) || \ |
||
| 7650 | ((INSTANCE) == TIM4)) |
||
| 7651 | |||
| 7652 | #define IS_TIM_CLOCKSOURCE_ETRMODE1_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ |
||
| 7653 | ((INSTANCE) == TIM3) || \ |
||
| 7654 | ((INSTANCE) == TIM4) || \ |
||
| 7655 | ((INSTANCE) == TIM9)) |
||
| 7656 | |||
| 7657 | #define IS_TIM_CLOCKSOURCE_ETRMODE2_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ |
||
| 7658 | ((INSTANCE) == TIM3) || \ |
||
| 7659 | ((INSTANCE) == TIM4) || \ |
||
| 7660 | ((INSTANCE) == TIM9) || \ |
||
| 7661 | ((INSTANCE) == TIM10) || \ |
||
| 7662 | ((INSTANCE) == TIM11)) |
||
| 7663 | |||
| 7664 | #define IS_TIM_CLOCKSOURCE_TIX_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ |
||
| 7665 | ((INSTANCE) == TIM3) || \ |
||
| 7666 | ((INSTANCE) == TIM4) || \ |
||
| 7667 | ((INSTANCE) == TIM9)) |
||
| 7668 | |||
| 7669 | #define IS_TIM_CLOCKSOURCE_ITRX_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ |
||
| 7670 | ((INSTANCE) == TIM3) || \ |
||
| 7671 | ((INSTANCE) == TIM4) || \ |
||
| 7672 | ((INSTANCE) == TIM9)) |
||
| 7673 | |||
| 7674 | #define IS_TIM_OCXREF_CLEAR_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ |
||
| 7675 | ((INSTANCE) == TIM3) || \ |
||
| 7676 | ((INSTANCE) == TIM4)) |
||
| 7677 | |||
| 7678 | #define IS_TIM_XOR_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ |
||
| 7679 | ((INSTANCE) == TIM3) || \ |
||
| 7680 | ((INSTANCE) == TIM4)) |
||
| 7681 | |||
| 7682 | #define IS_TIM_MASTER_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ |
||
| 7683 | ((INSTANCE) == TIM3) || \ |
||
| 7684 | ((INSTANCE) == TIM4) || \ |
||
| 7685 | ((INSTANCE) == TIM6) || \ |
||
| 7686 | ((INSTANCE) == TIM7) || \ |
||
| 7687 | ((INSTANCE) == TIM9)) |
||
| 7688 | |||
| 7689 | #define IS_TIM_SLAVE_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ |
||
| 7690 | ((INSTANCE) == TIM3) || \ |
||
| 7691 | ((INSTANCE) == TIM4) || \ |
||
| 7692 | ((INSTANCE) == TIM9)) |
||
| 7693 | |||
| 7694 | #define IS_TIM_32B_COUNTER_INSTANCE(INSTANCE) (0) |
||
| 7695 | |||
| 7696 | #define IS_TIM_DMABURST_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ |
||
| 7697 | ((INSTANCE) == TIM3) || \ |
||
| 7698 | ((INSTANCE) == TIM4)) |
||
| 7699 | |||
| 7700 | #define IS_TIM_CCX_INSTANCE(INSTANCE, CHANNEL) \ |
||
| 7701 | ((((INSTANCE) == TIM2) && \ |
||
| 7702 | (((CHANNEL) == TIM_CHANNEL_1) || \ |
||
| 7703 | ((CHANNEL) == TIM_CHANNEL_2) || \ |
||
| 7704 | ((CHANNEL) == TIM_CHANNEL_3) || \ |
||
| 7705 | ((CHANNEL) == TIM_CHANNEL_4))) \ |
||
| 7706 | || \ |
||
| 7707 | (((INSTANCE) == TIM3) && \ |
||
| 7708 | (((CHANNEL) == TIM_CHANNEL_1) || \ |
||
| 7709 | ((CHANNEL) == TIM_CHANNEL_2) || \ |
||
| 7710 | ((CHANNEL) == TIM_CHANNEL_3) || \ |
||
| 7711 | ((CHANNEL) == TIM_CHANNEL_4))) \ |
||
| 7712 | || \ |
||
| 7713 | (((INSTANCE) == TIM4) && \ |
||
| 7714 | (((CHANNEL) == TIM_CHANNEL_1) || \ |
||
| 7715 | ((CHANNEL) == TIM_CHANNEL_2) || \ |
||
| 7716 | ((CHANNEL) == TIM_CHANNEL_3) || \ |
||
| 7717 | ((CHANNEL) == TIM_CHANNEL_4))) \ |
||
| 7718 | || \ |
||
| 7719 | (((INSTANCE) == TIM9) && \ |
||
| 7720 | (((CHANNEL) == TIM_CHANNEL_1) || \ |
||
| 7721 | ((CHANNEL) == TIM_CHANNEL_2))) \ |
||
| 7722 | || \ |
||
| 7723 | (((INSTANCE) == TIM10) && \ |
||
| 7724 | (((CHANNEL) == TIM_CHANNEL_1))) \ |
||
| 7725 | || \ |
||
| 7726 | (((INSTANCE) == TIM11) && \ |
||
| 7727 | (((CHANNEL) == TIM_CHANNEL_1)))) |
||
| 7728 | |||
| 7729 | #define IS_TIM_CLOCK_DIVISION_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ |
||
| 7730 | ((INSTANCE) == TIM3) || \ |
||
| 7731 | ((INSTANCE) == TIM4) || \ |
||
| 7732 | ((INSTANCE) == TIM9) || \ |
||
| 7733 | ((INSTANCE) == TIM10) || \ |
||
| 7734 | ((INSTANCE) == TIM11)) |
||
| 7735 | |||
| 7736 | #define IS_TIM_DMA_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ |
||
| 7737 | ((INSTANCE) == TIM3) || \ |
||
| 7738 | ((INSTANCE) == TIM4) || \ |
||
| 7739 | ((INSTANCE) == TIM6) || \ |
||
| 7740 | ((INSTANCE) == TIM7)) |
||
| 7741 | |||
| 7742 | #define IS_TIM_DMA_CC_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ |
||
| 7743 | ((INSTANCE) == TIM3) || \ |
||
| 7744 | ((INSTANCE) == TIM4)) |
||
| 7745 | |||
| 7746 | #define IS_TIM_COUNTER_MODE_SELECT_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ |
||
| 7747 | ((INSTANCE) == TIM3) || \ |
||
| 7748 | ((INSTANCE) == TIM4)) |
||
| 7749 | |||
| 7750 | #define IS_TIM_ENCODER_INTERFACE_INSTANCE(INSTANCE) (((INSTANCE) == TIM2) || \ |
||
| 7751 | ((INSTANCE) == TIM3) || \ |
||
| 7752 | ((INSTANCE) == TIM4)) |
||
| 7753 | |||
| 7754 | #define IS_TIM_REMAP_INSTANCE(INSTANCE) (((INSTANCE) == TIM9) || \ |
||
| 7755 | ((INSTANCE) == TIM10) || \ |
||
| 7756 | ((INSTANCE) == TIM11)) |
||
| 7757 | |||
| 7758 | /******************** USART Instances : Synchronous mode **********************/ |
||
| 7759 | #define IS_USART_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ |
||
| 7760 | ((INSTANCE) == USART2) || \ |
||
| 7761 | ((INSTANCE) == USART3)) |
||
| 7762 | |||
| 7763 | /******************** UART Instances : Asynchronous mode **********************/ |
||
| 7764 | #define IS_UART_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ |
||
| 7765 | ((INSTANCE) == USART2) || \ |
||
| 7766 | ((INSTANCE) == USART3)) |
||
| 7767 | |||
| 7768 | /******************** UART Instances : Half-Duplex mode **********************/ |
||
| 7769 | #define IS_UART_HALFDUPLEX_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ |
||
| 7770 | ((INSTANCE) == USART2) || \ |
||
| 7771 | ((INSTANCE) == USART3)) |
||
| 7772 | |||
| 7773 | /******************** UART Instances : LIN mode **********************/ |
||
| 7774 | #define IS_UART_LIN_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ |
||
| 7775 | ((INSTANCE) == USART2) || \ |
||
| 7776 | ((INSTANCE) == USART3)) |
||
| 7777 | |||
| 7778 | /****************** UART Instances : Hardware Flow control ********************/ |
||
| 7779 | #define IS_UART_HWFLOW_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ |
||
| 7780 | ((INSTANCE) == USART2) || \ |
||
| 7781 | ((INSTANCE) == USART3)) |
||
| 7782 | |||
| 7783 | /********************* UART Instances : Smard card mode ***********************/ |
||
| 7784 | #define IS_SMARTCARD_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ |
||
| 7785 | ((INSTANCE) == USART2) || \ |
||
| 7786 | ((INSTANCE) == USART3)) |
||
| 7787 | |||
| 7788 | /*********************** UART Instances : IRDA mode ***************************/ |
||
| 7789 | #define IS_IRDA_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ |
||
| 7790 | ((INSTANCE) == USART2) || \ |
||
| 7791 | ((INSTANCE) == USART3)) |
||
| 7792 | |||
| 7793 | /***************** UART Instances : Multi-Processor mode **********************/ |
||
| 7794 | #define IS_UART_MULTIPROCESSOR_INSTANCE(INSTANCE) (((INSTANCE) == USART1) || \ |
||
| 7795 | ((INSTANCE) == USART2) || \ |
||
| 7796 | ((INSTANCE) == USART3)) |
||
| 7797 | |||
| 7798 | /****************************** WWDG Instances ********************************/ |
||
| 7799 | #define IS_WWDG_ALL_INSTANCE(INSTANCE) ((INSTANCE) == WWDG) |
||
| 7800 | |||
| 7801 | |||
| 7802 | /****************************** LCD Instances ********************************/ |
||
| 7803 | #define IS_LCD_ALL_INSTANCE(INSTANCE) ((INSTANCE) == LCD) |
||
| 7804 | |||
| 7805 | /****************************** USB Instances ********************************/ |
||
| 7806 | #define IS_USB_ALL_INSTANCE(INSTANCE) ((INSTANCE) == USB) |
||
| 7807 | #define IS_PCD_ALL_INSTANCE IS_USB_ALL_INSTANCE |
||
| 7808 | |||
| 7809 | /** |
||
| 7810 | * @} |
||
| 7811 | */ |
||
| 7812 | |||
| 7813 | /******************************************************************************/ |
||
| 7814 | /* For a painless codes migration between the STM32L1xx device product */ |
||
| 7815 | /* lines, the aliases defined below are put in place to overcome the */ |
||
| 7816 | /* differences in the interrupt handlers and IRQn definitions. */ |
||
| 7817 | /* No need to update developed interrupt code when moving across */ |
||
| 7818 | /* product lines within the same STM32L1 Family */ |
||
| 7819 | /******************************************************************************/ |
||
| 7820 | |||
| 7821 | /* Aliases for __IRQn */ |
||
| 7822 | |||
| 7823 | /* Aliases for __IRQHandler */ |
||
| 7824 | |||
| 7825 | /** |
||
| 7826 | * @} |
||
| 7827 | */ |
||
| 7828 | |||
| 7829 | /** |
||
| 7830 | * @} |
||
| 7831 | */ |
||
| 7832 | |||
| 7833 | #ifdef __cplusplus |
||
| 7834 | } |
||
| 7835 | #endif /* __cplusplus */ |
||
| 7836 | |||
| 7837 | #endif /* __STM32L152xBA_H */ |
||
| 7838 | |||
| 7839 | |||
| 7840 |