| /** |
| ****************************************************************************** |
| * @file stm32h733xx.h |
| * @author MCD Application Team |
| * @brief CMSIS STM32H733xx Device Peripheral Access Layer Header File. |
| * |
| * This file contains: |
| * - Data structures and the address mapping for all peripherals |
| * - Peripheral's registers declarations and bits definition |
| * - Macros to access peripheral's registers hardware |
| * |
| ****************************************************************************** |
| * @attention |
| * |
| * <h2><center>© Copyright (c) 2019 STMicroelectronics. |
| * All rights reserved.</center></h2> |
| * |
| * This software component is licensed by ST under BSD 3-Clause license, |
| * the "License"; You may not use this file except in compliance with the |
| * License. You may obtain a copy of the License at: |
| * opensource.org/licenses/BSD-3-Clause |
| * |
| ****************************************************************************** |
| */ |
| |
| /** @addtogroup CMSIS_Device |
| * @{ |
| */ |
| |
| /** @addtogroup stm32h733xx |
| * @{ |
| */ |
| |
| #ifndef STM32H733xx_H |
| #define STM32H733xx_H |
| |
| #ifdef __cplusplus |
| extern "C" { |
| #endif /* __cplusplus */ |
| |
| /** @addtogroup Peripheral_interrupt_number_definition |
| * @{ |
| */ |
| |
| /** |
| * @brief STM32H7XX Interrupt Number Definition, according to the selected device |
| * in @ref Library_configuration_section |
| */ |
| typedef enum |
| { |
| /****** Cortex-M Processor Exceptions Numbers *****************************************************************/ |
| NonMaskableInt_IRQn = -14, /*!< 2 Non Maskable Interrupt */ |
| HardFault_IRQn = -13, /*!< 4 Cortex-M Memory Management Interrupt */ |
| MemoryManagement_IRQn = -12, /*!< 4 Cortex-M Memory Management Interrupt */ |
| BusFault_IRQn = -11, /*!< 5 Cortex-M Bus Fault Interrupt */ |
| UsageFault_IRQn = -10, /*!< 6 Cortex-M Usage Fault Interrupt */ |
| SVCall_IRQn = -5, /*!< 11 Cortex-M SV Call Interrupt */ |
| DebugMonitor_IRQn = -4, /*!< 12 Cortex-M Debug Monitor Interrupt */ |
| PendSV_IRQn = -2, /*!< 14 Cortex-M Pend SV Interrupt */ |
| SysTick_IRQn = -1, /*!< 15 Cortex-M System Tick Interrupt */ |
| /****** STM32 specific Interrupt Numbers **********************************************************************/ |
| WWDG_IRQn = 0, /*!< Window WatchDog Interrupt ( wwdg1_it, wwdg2_it) */ |
| PVD_AVD_IRQn = 1, /*!< PVD/AVD through EXTI Line detection Interrupt */ |
| TAMP_STAMP_IRQn = 2, /*!< Tamper and TimeStamp interrupts through the EXTI line */ |
| RTC_WKUP_IRQn = 3, /*!< RTC Wakeup interrupt through the EXTI line */ |
| FLASH_IRQn = 4, /*!< FLASH global Interrupt */ |
| RCC_IRQn = 5, /*!< RCC global Interrupt */ |
| EXTI0_IRQn = 6, /*!< EXTI Line0 Interrupt */ |
| EXTI1_IRQn = 7, /*!< EXTI Line1 Interrupt */ |
| EXTI2_IRQn = 8, /*!< EXTI Line2 Interrupt */ |
| EXTI3_IRQn = 9, /*!< EXTI Line3 Interrupt */ |
| EXTI4_IRQn = 10, /*!< EXTI Line4 Interrupt */ |
| DMA1_Stream0_IRQn = 11, /*!< DMA1 Stream 0 global Interrupt */ |
| DMA1_Stream1_IRQn = 12, /*!< DMA1 Stream 1 global Interrupt */ |
| DMA1_Stream2_IRQn = 13, /*!< DMA1 Stream 2 global Interrupt */ |
| DMA1_Stream3_IRQn = 14, /*!< DMA1 Stream 3 global Interrupt */ |
| DMA1_Stream4_IRQn = 15, /*!< DMA1 Stream 4 global Interrupt */ |
| DMA1_Stream5_IRQn = 16, /*!< DMA1 Stream 5 global Interrupt */ |
| DMA1_Stream6_IRQn = 17, /*!< DMA1 Stream 6 global Interrupt */ |
| ADC_IRQn = 18, /*!< ADC1 and ADC2 global Interrupts */ |
| FDCAN1_IT0_IRQn = 19, /*!< FDCAN1 Interrupt line 0 */ |
| FDCAN2_IT0_IRQn = 20, /*!< FDCAN2 Interrupt line 0 */ |
| FDCAN1_IT1_IRQn = 21, /*!< FDCAN1 Interrupt line 1 */ |
| FDCAN2_IT1_IRQn = 22, /*!< FDCAN2 Interrupt line 1 */ |
| EXTI9_5_IRQn = 23, /*!< External Line[9:5] Interrupts */ |
| TIM1_BRK_IRQn = 24, /*!< TIM1 Break Interrupt */ |
| TIM1_UP_IRQn = 25, /*!< TIM1 Update Interrupt */ |
| TIM1_TRG_COM_IRQn = 26, /*!< TIM1 Trigger and Commutation Interrupt */ |
| TIM1_CC_IRQn = 27, /*!< TIM1 Capture Compare Interrupt */ |
| TIM2_IRQn = 28, /*!< TIM2 global Interrupt */ |
| TIM3_IRQn = 29, /*!< TIM3 global Interrupt */ |
| TIM4_IRQn = 30, /*!< TIM4 global Interrupt */ |
| I2C1_EV_IRQn = 31, /*!< I2C1 Event Interrupt */ |
| I2C1_ER_IRQn = 32, /*!< I2C1 Error Interrupt */ |
| I2C2_EV_IRQn = 33, /*!< I2C2 Event Interrupt */ |
| I2C2_ER_IRQn = 34, /*!< I2C2 Error Interrupt */ |
| SPI1_IRQn = 35, /*!< SPI1 global Interrupt */ |
| SPI2_IRQn = 36, /*!< SPI2 global Interrupt */ |
| USART1_IRQn = 37, /*!< USART1 global Interrupt */ |
| USART2_IRQn = 38, /*!< USART2 global Interrupt */ |
| USART3_IRQn = 39, /*!< USART3 global Interrupt */ |
| EXTI15_10_IRQn = 40, /*!< External Line[15:10] Interrupts */ |
| RTC_Alarm_IRQn = 41, /*!< RTC Alarm (A and B) through EXTI Line Interrupt */ |
| TIM8_BRK_TIM12_IRQn = 43, /*!< TIM8 Break Interrupt and TIM12 global interrupt */ |
| TIM8_UP_TIM13_IRQn = 44, /*!< TIM8 Update Interrupt and TIM13 global interrupt */ |
| TIM8_TRG_COM_TIM14_IRQn = 45, /*!< TIM8 Trigger and Commutation Interrupt and TIM14 global interrupt */ |
| TIM8_CC_IRQn = 46, /*!< TIM8 Capture Compare Interrupt */ |
| DMA1_Stream7_IRQn = 47, /*!< DMA1 Stream7 Interrupt */ |
| FMC_IRQn = 48, /*!< FMC global Interrupt */ |
| SDMMC1_IRQn = 49, /*!< SDMMC1 global Interrupt */ |
| TIM5_IRQn = 50, /*!< TIM5 global Interrupt */ |
| SPI3_IRQn = 51, /*!< SPI3 global Interrupt */ |
| UART4_IRQn = 52, /*!< UART4 global Interrupt */ |
| UART5_IRQn = 53, /*!< UART5 global Interrupt */ |
| TIM6_DAC_IRQn = 54, /*!< TIM6 global and DAC1&2 underrun error interrupts */ |
| TIM7_IRQn = 55, /*!< TIM7 global interrupt */ |
| DMA2_Stream0_IRQn = 56, /*!< DMA2 Stream 0 global Interrupt */ |
| DMA2_Stream1_IRQn = 57, /*!< DMA2 Stream 1 global Interrupt */ |
| DMA2_Stream2_IRQn = 58, /*!< DMA2 Stream 2 global Interrupt */ |
| DMA2_Stream3_IRQn = 59, /*!< DMA2 Stream 3 global Interrupt */ |
| DMA2_Stream4_IRQn = 60, /*!< DMA2 Stream 4 global Interrupt */ |
| ETH_IRQn = 61, /*!< Ethernet global Interrupt */ |
| ETH_WKUP_IRQn = 62, /*!< Ethernet Wakeup through EXTI line Interrupt */ |
| FDCAN_CAL_IRQn = 63, /*!< FDCAN Calibration unit Interrupt */ |
| DMA2_Stream5_IRQn = 68, /*!< DMA2 Stream 5 global interrupt */ |
| DMA2_Stream6_IRQn = 69, /*!< DMA2 Stream 6 global interrupt */ |
| DMA2_Stream7_IRQn = 70, /*!< DMA2 Stream 7 global interrupt */ |
| USART6_IRQn = 71, /*!< USART6 global interrupt */ |
| I2C3_EV_IRQn = 72, /*!< I2C3 event interrupt */ |
| I2C3_ER_IRQn = 73, /*!< I2C3 error interrupt */ |
| OTG_HS_EP1_OUT_IRQn = 74, /*!< USB OTG HS End Point 1 Out global interrupt */ |
| OTG_HS_EP1_IN_IRQn = 75, /*!< USB OTG HS End Point 1 In global interrupt */ |
| OTG_HS_WKUP_IRQn = 76, /*!< USB OTG HS Wakeup through EXTI interrupt */ |
| OTG_HS_IRQn = 77, /*!< USB OTG HS global interrupt */ |
| DCMI_PSSI_IRQn = 78, /*!< DCMI and PSSI global interrupt */ |
| CRYP_IRQn = 79, /*!< CRYP crypto global interrupt */ |
| HASH_RNG_IRQn = 80, /*!< HASH and RNG global interrupt */ |
| FPU_IRQn = 81, /*!< FPU global interrupt */ |
| UART7_IRQn = 82, /*!< UART7 global interrupt */ |
| UART8_IRQn = 83, /*!< UART8 global interrupt */ |
| SPI4_IRQn = 84, /*!< SPI4 global Interrupt */ |
| SPI5_IRQn = 85, /*!< SPI5 global Interrupt */ |
| SPI6_IRQn = 86, /*!< SPI6 global Interrupt */ |
| SAI1_IRQn = 87, /*!< SAI1 global Interrupt */ |
| LTDC_IRQn = 88, /*!< LTDC global Interrupt */ |
| LTDC_ER_IRQn = 89, /*!< LTDC Error global Interrupt */ |
| DMA2D_IRQn = 90, /*!< DMA2D global Interrupt */ |
| OCTOSPI1_IRQn = 92, /*!< OCTOSPI1 global interrupt */ |
| LPTIM1_IRQn = 93, /*!< LP TIM1 interrupt */ |
| CEC_IRQn = 94, /*!< HDMI-CEC global Interrupt */ |
| I2C4_EV_IRQn = 95, /*!< I2C4 Event Interrupt */ |
| I2C4_ER_IRQn = 96, /*!< I2C4 Error Interrupt */ |
| SPDIF_RX_IRQn = 97, /*!< SPDIF-RX global Interrupt */ |
| DMAMUX1_OVR_IRQn = 102, /*!<DMAMUX1 Overrun interrupt */ |
| DFSDM1_FLT0_IRQn = 110, /*!<DFSDM Filter1 Interrupt */ |
| DFSDM1_FLT1_IRQn = 111, /*!<DFSDM Filter2 Interrupt */ |
| DFSDM1_FLT2_IRQn = 112, /*!<DFSDM Filter3 Interrupt */ |
| DFSDM1_FLT3_IRQn = 113, /*!<DFSDM Filter4 Interrupt */ |
| SWPMI1_IRQn = 115, /*!< Serial Wire Interface 1 global interrupt */ |
| TIM15_IRQn = 116, /*!< TIM15 global Interrupt */ |
| TIM16_IRQn = 117, /*!< TIM16 global Interrupt */ |
| TIM17_IRQn = 118, /*!< TIM17 global Interrupt */ |
| MDIOS_WKUP_IRQn = 119, /*!< MDIOS Wakeup Interrupt */ |
| MDIOS_IRQn = 120, /*!< MDIOS global Interrupt */ |
| MDMA_IRQn = 122, /*!< MDMA global Interrupt */ |
| SDMMC2_IRQn = 124, /*!< SDMMC2 global Interrupt */ |
| HSEM1_IRQn = 125, /*!< HSEM1 global Interrupt */ |
| ADC3_IRQn = 127, /*!< ADC3 global Interrupt */ |
| DMAMUX2_OVR_IRQn = 128, /*!<DMAMUX2 Overrun interrupt */ |
| BDMA_Channel0_IRQn = 129, /*!< BDMA Channel 0 global Interrupt */ |
| BDMA_Channel1_IRQn = 130, /*!< BDMA Channel 1 global Interrupt */ |
| BDMA_Channel2_IRQn = 131, /*!< BDMA Channel 2 global Interrupt */ |
| BDMA_Channel3_IRQn = 132, /*!< BDMA Channel 3 global Interrupt */ |
| BDMA_Channel4_IRQn = 133, /*!< BDMA Channel 4 global Interrupt */ |
| BDMA_Channel5_IRQn = 134, /*!< BDMA Channel 5 global Interrupt */ |
| BDMA_Channel6_IRQn = 135, /*!< BDMA Channel 6 global Interrupt */ |
| BDMA_Channel7_IRQn = 136, /*!< BDMA Channel 7 global Interrupt */ |
| COMP_IRQn = 137 , /*!< COMP global Interrupt */ |
| LPTIM2_IRQn = 138, /*!< LP TIM2 global interrupt */ |
| LPTIM3_IRQn = 139, /*!< LP TIM3 global interrupt */ |
| LPTIM4_IRQn = 140, /*!< LP TIM4 global interrupt */ |
| LPTIM5_IRQn = 141, /*!< LP TIM5 global interrupt */ |
| LPUART1_IRQn = 142, /*!< LP UART1 interrupt */ |
| CRS_IRQn = 144, /*!< Clock Recovery Global Interrupt */ |
| ECC_IRQn = 145, /*!< ECC diagnostic Global Interrupt */ |
| SAI4_IRQn = 146, /*!< SAI4 global interrupt */ |
| DTS_IRQn = 147, /*!< Digital Temperature Sensor Global Interrupt */ |
| WAKEUP_PIN_IRQn = 149, /*!< Interrupt for all 6 wake-up pins */ |
| OCTOSPI2_IRQn = 150, /*!< OctoSPI2 global interrupt */ |
| OTFDEC1_IRQn = 151, /*!< OTFDEC1 global interrupt */ |
| OTFDEC2_IRQn = 152, /*!< OTFDEC2 global interrupt */ |
| FMAC_IRQn = 153, /*!< FMAC global interrupt */ |
| CORDIC_IRQn = 154, /*!< CORDIC global interrupt */ |
| UART9_IRQn = 155, /*!< UART9 global Interrupt */ |
| USART10_IRQn = 156, /*!< USART10 global interrupt */ |
| I2C5_EV_IRQn = 157, /*!< I2C5 event interrupt */ |
| I2C5_ER_IRQn = 158, /*!< I2C5 error interrupt */ |
| FDCAN3_IT0_IRQn = 159, /*!< FDCAN3 Interrupt line 0 */ |
| FDCAN3_IT1_IRQn = 160, /*!< FDCAN3 Interrupt line 1 */ |
| TIM23_IRQn = 161, /*!< TIM23 global interrupt */ |
| TIM24_IRQn = 162, /*!< TIM24 global interrupt */ |
| } IRQn_Type; |
| |
| /** |
| * @} |
| */ |
| |
| /** @addtogroup Configuration_section_for_CMSIS |
| * @{ |
| */ |
| |
| |
| |
| |
| /** |
| * @brief Configuration of the Cortex-M7 Processor and Core Peripherals |
| */ |
| #define __CM7_REV 0x0100U /*!< Cortex-M7 revision r1p0 */ |
| #define __MPU_PRESENT 1 /*!< CM7 provides an MPU */ |
| #define __NVIC_PRIO_BITS 4 /*!< CM7 uses 4 Bits for the Priority Levels */ |
| #define __Vendor_SysTickConfig 0 /*!< Set to 1 if different SysTick Config is used */ |
| #define __FPU_PRESENT 1 /*!< FPU present */ |
| #define __ICACHE_PRESENT 1 /*!< CM7 instruction cache present */ |
| #define __DCACHE_PRESENT 1 /*!< CM7 data cache present */ |
| #include "core_cm7.h" /*!< Cortex-M7 processor and core peripherals */ |
| |
| /** |
| * @} |
| */ |
| |
| |
| |
| |
| #include "system_stm32h7xx.h" |
| #include <stdint.h> |
| |
| /** @addtogroup Peripheral_registers_structures |
| * @{ |
| */ |
| |
| /** |
| * @brief Analog to Digital Converter |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t ISR; /*!< ADC Interrupt and Status Register, Address offset: 0x00 */ |
| __IO uint32_t IER; /*!< ADC Interrupt Enable Register, Address offset: 0x04 */ |
| __IO uint32_t CR; /*!< ADC control register, Address offset: 0x08 */ |
| __IO uint32_t CFGR; /*!< ADC Configuration register, Address offset: 0x0C */ |
| __IO uint32_t CFGR2; /*!< ADC Configuration register 2, Address offset: 0x10 */ |
| __IO uint32_t SMPR1; /*!< ADC sample time register 1, Address offset: 0x14 */ |
| __IO uint32_t SMPR2; /*!< ADC sample time register 2, Address offset: 0x18 */ |
| __IO uint32_t PCSEL_RES0; /*!< Rserved for ADC3, ADC1/2 pre-channel selection, Address offset: 0x1C */ |
| __IO uint32_t LTR1_TR1; /*!< ADC watchdog Lower threshold register 1, Address offset: 0x20 */ |
| __IO uint32_t HTR1_TR2; /*!< ADC watchdog higher threshold register 1, Address offset: 0x24 */ |
| __IO uint32_t RES1_TR3; /*!< Rserved for ADC1/2, ADC3 threshold register, Address offset: 0x28 */ |
| uint32_t RESERVED2; /*!< Reserved, 0x02C */ |
| __IO uint32_t SQR1; /*!< ADC regular sequence register 1, Address offset: 0x30 */ |
| __IO uint32_t SQR2; /*!< ADC regular sequence register 2, Address offset: 0x34 */ |
| __IO uint32_t SQR3; /*!< ADC regular sequence register 3, Address offset: 0x38 */ |
| __IO uint32_t SQR4; /*!< ADC regular sequence register 4, Address offset: 0x3C */ |
| __IO uint32_t DR; /*!< ADC regular data register, Address offset: 0x40 */ |
| uint32_t RESERVED3; /*!< Reserved, 0x044 */ |
| uint32_t RESERVED4; /*!< Reserved, 0x048 */ |
| __IO uint32_t JSQR; /*!< ADC injected sequence register, Address offset: 0x4C */ |
| uint32_t RESERVED5[4]; /*!< Reserved, 0x050 - 0x05C */ |
| __IO uint32_t OFR1; /*!< ADC offset register 1, Address offset: 0x60 */ |
| __IO uint32_t OFR2; /*!< ADC offset register 2, Address offset: 0x64 */ |
| __IO uint32_t OFR3; /*!< ADC offset register 3, Address offset: 0x68 */ |
| __IO uint32_t OFR4; /*!< ADC offset register 4, Address offset: 0x6C */ |
| uint32_t RESERVED6[4]; /*!< Reserved, 0x070 - 0x07C */ |
| __IO uint32_t JDR1; /*!< ADC injected data register 1, Address offset: 0x80 */ |
| __IO uint32_t JDR2; /*!< ADC injected data register 2, Address offset: 0x84 */ |
| __IO uint32_t JDR3; /*!< ADC injected data register 3, Address offset: 0x88 */ |
| __IO uint32_t JDR4; /*!< ADC injected data register 4, Address offset: 0x8C */ |
| uint32_t RESERVED7[4]; /*!< Reserved, 0x090 - 0x09C */ |
| __IO uint32_t AWD2CR; /*!< ADC Analog Watchdog 2 Configuration Register, Address offset: 0xA0 */ |
| __IO uint32_t AWD3CR; /*!< ADC Analog Watchdog 3 Configuration Register, Address offset: 0xA4 */ |
| uint32_t RESERVED8; /*!< Reserved, 0x0A8 */ |
| uint32_t RESERVED9; /*!< Reserved, 0x0AC */ |
| __IO uint32_t LTR2_DIFSEL; /*!< ADC watchdog Lower threshold register 2, Difsel for ADC3, Address offset: 0xB0 */ |
| __IO uint32_t HTR2_CALFACT; /*!< ADC watchdog Higher threshold register 2, Calfact for ADC3, Address offset: 0xB4 */ |
| __IO uint32_t LTR3_RES10; /*!< ADC watchdog Lower threshold register 3, specific ADC1/2, Address offset: 0xB8 */ |
| __IO uint32_t HTR3_RES11; /*!< ADC watchdog Higher threshold register 3, specific ADC1/2, Address offset: 0xBC */ |
| __IO uint32_t DIFSEL_RES12; /*!< ADC Differential Mode Selection Register specific ADC1/2, Address offset: 0xC0 */ |
| __IO uint32_t CALFACT_RES13; /*!< ADC Calibration Factors specific ADC1/2, Address offset: 0xC4 */ |
| __IO uint32_t CALFACT2_RES14; /*!< ADC Linearity Calibration Factors specific ADC1/2, Address offset: 0xC8 */ |
| } ADC_TypeDef; |
| |
| |
| typedef struct |
| { |
| __IO uint32_t CSR; /*!< ADC Common status register, Address offset: ADC1/3 base address + 0x300 */ |
| uint32_t RESERVED; /*!< Reserved, ADC1/3 base address + 0x304 */ |
| __IO uint32_t CCR; /*!< ADC common control register, Address offset: ADC1/3 base address + 0x308 */ |
| __IO uint32_t CDR; /*!< ADC common regular data register for dual Address offset: ADC1/3 base address + 0x30C */ |
| __IO uint32_t CDR2; /*!< ADC common regular data register for 32-bit dual mode Address offset: ADC1/3 base address + 0x310 */ |
| |
| } ADC_Common_TypeDef; |
| |
| |
| /** |
| * @brief VREFBUF |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t CSR; /*!< VREFBUF control and status register, Address offset: 0x00 */ |
| __IO uint32_t CCR; /*!< VREFBUF calibration and control register, Address offset: 0x04 */ |
| } VREFBUF_TypeDef; |
| |
| |
| /** |
| * @brief FD Controller Area Network |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t CREL; /*!< FDCAN Core Release register, Address offset: 0x000 */ |
| __IO uint32_t ENDN; /*!< FDCAN Endian register, Address offset: 0x004 */ |
| __IO uint32_t RESERVED1; /*!< Reserved, 0x008 */ |
| __IO uint32_t DBTP; /*!< FDCAN Data Bit Timing & Prescaler register, Address offset: 0x00C */ |
| __IO uint32_t TEST; /*!< FDCAN Test register, Address offset: 0x010 */ |
| __IO uint32_t RWD; /*!< FDCAN RAM Watchdog register, Address offset: 0x014 */ |
| __IO uint32_t CCCR; /*!< FDCAN CC Control register, Address offset: 0x018 */ |
| __IO uint32_t NBTP; /*!< FDCAN Nominal Bit Timing & Prescaler register, Address offset: 0x01C */ |
| __IO uint32_t TSCC; /*!< FDCAN Timestamp Counter Configuration register, Address offset: 0x020 */ |
| __IO uint32_t TSCV; /*!< FDCAN Timestamp Counter Value register, Address offset: 0x024 */ |
| __IO uint32_t TOCC; /*!< FDCAN Timeout Counter Configuration register, Address offset: 0x028 */ |
| __IO uint32_t TOCV; /*!< FDCAN Timeout Counter Value register, Address offset: 0x02C */ |
| __IO uint32_t RESERVED2[4]; /*!< Reserved, 0x030 - 0x03C */ |
| __IO uint32_t ECR; /*!< FDCAN Error Counter register, Address offset: 0x040 */ |
| __IO uint32_t PSR; /*!< FDCAN Protocol Status register, Address offset: 0x044 */ |
| __IO uint32_t TDCR; /*!< FDCAN Transmitter Delay Compensation register, Address offset: 0x048 */ |
| __IO uint32_t RESERVED3; /*!< Reserved, 0x04C */ |
| __IO uint32_t IR; /*!< FDCAN Interrupt register, Address offset: 0x050 */ |
| __IO uint32_t IE; /*!< FDCAN Interrupt Enable register, Address offset: 0x054 */ |
| __IO uint32_t ILS; /*!< FDCAN Interrupt Line Select register, Address offset: 0x058 */ |
| __IO uint32_t ILE; /*!< FDCAN Interrupt Line Enable register, Address offset: 0x05C */ |
| __IO uint32_t RESERVED4[8]; /*!< Reserved, 0x060 - 0x07C */ |
| __IO uint32_t GFC; /*!< FDCAN Global Filter Configuration register, Address offset: 0x080 */ |
| __IO uint32_t SIDFC; /*!< FDCAN Standard ID Filter Configuration register, Address offset: 0x084 */ |
| __IO uint32_t XIDFC; /*!< FDCAN Extended ID Filter Configuration register, Address offset: 0x088 */ |
| __IO uint32_t RESERVED5; /*!< Reserved, 0x08C */ |
| __IO uint32_t XIDAM; /*!< FDCAN Extended ID AND Mask register, Address offset: 0x090 */ |
| __IO uint32_t HPMS; /*!< FDCAN High Priority Message Status register, Address offset: 0x094 */ |
| __IO uint32_t NDAT1; /*!< FDCAN New Data 1 register, Address offset: 0x098 */ |
| __IO uint32_t NDAT2; /*!< FDCAN New Data 2 register, Address offset: 0x09C */ |
| __IO uint32_t RXF0C; /*!< FDCAN Rx FIFO 0 Configuration register, Address offset: 0x0A0 */ |
| __IO uint32_t RXF0S; /*!< FDCAN Rx FIFO 0 Status register, Address offset: 0x0A4 */ |
| __IO uint32_t RXF0A; /*!< FDCAN Rx FIFO 0 Acknowledge register, Address offset: 0x0A8 */ |
| __IO uint32_t RXBC; /*!< FDCAN Rx Buffer Configuration register, Address offset: 0x0AC */ |
| __IO uint32_t RXF1C; /*!< FDCAN Rx FIFO 1 Configuration register, Address offset: 0x0B0 */ |
| __IO uint32_t RXF1S; /*!< FDCAN Rx FIFO 1 Status register, Address offset: 0x0B4 */ |
| __IO uint32_t RXF1A; /*!< FDCAN Rx FIFO 1 Acknowledge register, Address offset: 0x0B8 */ |
| __IO uint32_t RXESC; /*!< FDCAN Rx Buffer/FIFO Element Size Configuration register, Address offset: 0x0BC */ |
| __IO uint32_t TXBC; /*!< FDCAN Tx Buffer Configuration register, Address offset: 0x0C0 */ |
| __IO uint32_t TXFQS; /*!< FDCAN Tx FIFO/Queue Status register, Address offset: 0x0C4 */ |
| __IO uint32_t TXESC; /*!< FDCAN Tx Buffer Element Size Configuration register, Address offset: 0x0C8 */ |
| __IO uint32_t TXBRP; /*!< FDCAN Tx Buffer Request Pending register, Address offset: 0x0CC */ |
| __IO uint32_t TXBAR; /*!< FDCAN Tx Buffer Add Request register, Address offset: 0x0D0 */ |
| __IO uint32_t TXBCR; /*!< FDCAN Tx Buffer Cancellation Request register, Address offset: 0x0D4 */ |
| __IO uint32_t TXBTO; /*!< FDCAN Tx Buffer Transmission Occurred register, Address offset: 0x0D8 */ |
| __IO uint32_t TXBCF; /*!< FDCAN Tx Buffer Cancellation Finished register, Address offset: 0x0DC */ |
| __IO uint32_t TXBTIE; /*!< FDCAN Tx Buffer Transmission Interrupt Enable register, Address offset: 0x0E0 */ |
| __IO uint32_t TXBCIE; /*!< FDCAN Tx Buffer Cancellation Finished Interrupt Enable register, Address offset: 0x0E4 */ |
| __IO uint32_t RESERVED6[2]; /*!< Reserved, 0x0E8 - 0x0EC */ |
| __IO uint32_t TXEFC; /*!< FDCAN Tx Event FIFO Configuration register, Address offset: 0x0F0 */ |
| __IO uint32_t TXEFS; /*!< FDCAN Tx Event FIFO Status register, Address offset: 0x0F4 */ |
| __IO uint32_t TXEFA; /*!< FDCAN Tx Event FIFO Acknowledge register, Address offset: 0x0F8 */ |
| __IO uint32_t RESERVED7; /*!< Reserved, 0x0FC */ |
| } FDCAN_GlobalTypeDef; |
| |
| /** |
| * @brief TTFD Controller Area Network |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t TTTMC; /*!< TT Trigger Memory Configuration register, Address offset: 0x100 */ |
| __IO uint32_t TTRMC; /*!< TT Reference Message Configuration register, Address offset: 0x104 */ |
| __IO uint32_t TTOCF; /*!< TT Operation Configuration register, Address offset: 0x108 */ |
| __IO uint32_t TTMLM; /*!< TT Matrix Limits register, Address offset: 0x10C */ |
| __IO uint32_t TURCF; /*!< TUR Configuration register, Address offset: 0x110 */ |
| __IO uint32_t TTOCN; /*!< TT Operation Control register, Address offset: 0x114 */ |
| __IO uint32_t TTGTP; /*!< TT Global Time Preset register, Address offset: 0x118 */ |
| __IO uint32_t TTTMK; /*!< TT Time Mark register, Address offset: 0x11C */ |
| __IO uint32_t TTIR; /*!< TT Interrupt register, Address offset: 0x120 */ |
| __IO uint32_t TTIE; /*!< TT Interrupt Enable register, Address offset: 0x124 */ |
| __IO uint32_t TTILS; /*!< TT Interrupt Line Select register, Address offset: 0x128 */ |
| __IO uint32_t TTOST; /*!< TT Operation Status register, Address offset: 0x12C */ |
| __IO uint32_t TURNA; /*!< TT TUR Numerator Actual register, Address offset: 0x130 */ |
| __IO uint32_t TTLGT; /*!< TT Local and Global Time register, Address offset: 0x134 */ |
| __IO uint32_t TTCTC; /*!< TT Cycle Time and Count register, Address offset: 0x138 */ |
| __IO uint32_t TTCPT; /*!< TT Capture Time register, Address offset: 0x13C */ |
| __IO uint32_t TTCSM; /*!< TT Cycle Sync Mark register, Address offset: 0x140 */ |
| __IO uint32_t RESERVED1[111]; /*!< Reserved, 0x144 - 0x2FC */ |
| __IO uint32_t TTTS; /*!< TT Trigger Select register, Address offset: 0x300 */ |
| } TTCAN_TypeDef; |
| |
| /** |
| * @brief FD Controller Area Network |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t CREL; /*!< Clock Calibration Unit Core Release register, Address offset: 0x00 */ |
| __IO uint32_t CCFG; /*!< Calibration Configuration register, Address offset: 0x04 */ |
| __IO uint32_t CSTAT; /*!< Calibration Status register, Address offset: 0x08 */ |
| __IO uint32_t CWD; /*!< Calibration Watchdog register, Address offset: 0x0C */ |
| __IO uint32_t IR; /*!< CCU Interrupt register, Address offset: 0x10 */ |
| __IO uint32_t IE; /*!< CCU Interrupt Enable register, Address offset: 0x14 */ |
| } FDCAN_ClockCalibrationUnit_TypeDef; |
| |
| |
| /** |
| * @brief Consumer Electronics Control |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t CR; /*!< CEC control register, Address offset:0x00 */ |
| __IO uint32_t CFGR; /*!< CEC configuration register, Address offset:0x04 */ |
| __IO uint32_t TXDR; /*!< CEC Tx data register , Address offset:0x08 */ |
| __IO uint32_t RXDR; /*!< CEC Rx Data Register, Address offset:0x0C */ |
| __IO uint32_t ISR; /*!< CEC Interrupt and Status Register, Address offset:0x10 */ |
| __IO uint32_t IER; /*!< CEC interrupt enable register, Address offset:0x14 */ |
| }CEC_TypeDef; |
| |
| /** |
| * @brief COordincate Rotation DIgital Computer |
| */ |
| typedef struct |
| { |
| __IO uint32_t CSR; /*!< CORDIC control and status register, Address offset: 0x00 */ |
| __IO uint32_t WDATA; /*!< CORDIC argument register, Address offset: 0x04 */ |
| __IO uint32_t RDATA; /*!< CORDIC result register, Address offset: 0x08 */ |
| } CORDIC_TypeDef; |
| |
| /** |
| * @brief CRC calculation unit |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t DR; /*!< CRC Data register, Address offset: 0x00 */ |
| __IO uint32_t IDR; /*!< CRC Independent data register, Address offset: 0x04 */ |
| __IO uint32_t CR; /*!< CRC Control register, Address offset: 0x08 */ |
| uint32_t RESERVED2; /*!< Reserved, 0x0C */ |
| __IO uint32_t INIT; /*!< Initial CRC value register, Address offset: 0x10 */ |
| __IO uint32_t POL; /*!< CRC polynomial register, Address offset: 0x14 */ |
| } CRC_TypeDef; |
| |
| |
| /** |
| * @brief Clock Recovery System |
| */ |
| typedef struct |
| { |
| __IO uint32_t CR; /*!< CRS ccontrol register, Address offset: 0x00 */ |
| __IO uint32_t CFGR; /*!< CRS configuration register, Address offset: 0x04 */ |
| __IO uint32_t ISR; /*!< CRS interrupt and status register, Address offset: 0x08 */ |
| __IO uint32_t ICR; /*!< CRS interrupt flag clear register, Address offset: 0x0C */ |
| } CRS_TypeDef; |
| |
| |
| /** |
| * @brief Digital to Analog Converter |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t CR; /*!< DAC control register, Address offset: 0x00 */ |
| __IO uint32_t SWTRIGR; /*!< DAC software trigger register, Address offset: 0x04 */ |
| __IO uint32_t DHR12R1; /*!< DAC channel1 12-bit right-aligned data holding register, Address offset: 0x08 */ |
| __IO uint32_t DHR12L1; /*!< DAC channel1 12-bit left aligned data holding register, Address offset: 0x0C */ |
| __IO uint32_t DHR8R1; /*!< DAC channel1 8-bit right aligned data holding register, Address offset: 0x10 */ |
| __IO uint32_t DHR12R2; /*!< DAC channel2 12-bit right aligned data holding register, Address offset: 0x14 */ |
| __IO uint32_t DHR12L2; /*!< DAC channel2 12-bit left aligned data holding register, Address offset: 0x18 */ |
| __IO uint32_t DHR8R2; /*!< DAC channel2 8-bit right-aligned data holding register, Address offset: 0x1C */ |
| __IO uint32_t DHR12RD; /*!< Dual DAC 12-bit right-aligned data holding register, Address offset: 0x20 */ |
| __IO uint32_t DHR12LD; /*!< DUAL DAC 12-bit left aligned data holding register, Address offset: 0x24 */ |
| __IO uint32_t DHR8RD; /*!< DUAL DAC 8-bit right aligned data holding register, Address offset: 0x28 */ |
| __IO uint32_t DOR1; /*!< DAC channel1 data output register, Address offset: 0x2C */ |
| __IO uint32_t DOR2; /*!< DAC channel2 data output register, Address offset: 0x30 */ |
| __IO uint32_t SR; /*!< DAC status register, Address offset: 0x34 */ |
| __IO uint32_t CCR; /*!< DAC calibration control register, Address offset: 0x38 */ |
| __IO uint32_t MCR; /*!< DAC mode control register, Address offset: 0x3C */ |
| __IO uint32_t SHSR1; /*!< DAC Sample and Hold sample time register 1, Address offset: 0x40 */ |
| __IO uint32_t SHSR2; /*!< DAC Sample and Hold sample time register 2, Address offset: 0x44 */ |
| __IO uint32_t SHHR; /*!< DAC Sample and Hold hold time register, Address offset: 0x48 */ |
| __IO uint32_t SHRR; /*!< DAC Sample and Hold refresh time register, Address offset: 0x4C */ |
| } DAC_TypeDef; |
| |
| /** |
| * @brief DFSDM module registers |
| */ |
| typedef struct |
| { |
| __IO uint32_t FLTCR1; /*!< DFSDM control register1, Address offset: 0x100 */ |
| __IO uint32_t FLTCR2; /*!< DFSDM control register2, Address offset: 0x104 */ |
| __IO uint32_t FLTISR; /*!< DFSDM interrupt and status register, Address offset: 0x108 */ |
| __IO uint32_t FLTICR; /*!< DFSDM interrupt flag clear register, Address offset: 0x10C */ |
| __IO uint32_t FLTJCHGR; /*!< DFSDM injected channel group selection register, Address offset: 0x110 */ |
| __IO uint32_t FLTFCR; /*!< DFSDM filter control register, Address offset: 0x114 */ |
| __IO uint32_t FLTJDATAR; /*!< DFSDM data register for injected group, Address offset: 0x118 */ |
| __IO uint32_t FLTRDATAR; /*!< DFSDM data register for regular group, Address offset: 0x11C */ |
| __IO uint32_t FLTAWHTR; /*!< DFSDM analog watchdog high threshold register, Address offset: 0x120 */ |
| __IO uint32_t FLTAWLTR; /*!< DFSDM analog watchdog low threshold register, Address offset: 0x124 */ |
| __IO uint32_t FLTAWSR; /*!< DFSDM analog watchdog status register Address offset: 0x128 */ |
| __IO uint32_t FLTAWCFR; /*!< DFSDM analog watchdog clear flag register Address offset: 0x12C */ |
| __IO uint32_t FLTEXMAX; /*!< DFSDM extreme detector maximum register, Address offset: 0x130 */ |
| __IO uint32_t FLTEXMIN; /*!< DFSDM extreme detector minimum register Address offset: 0x134 */ |
| __IO uint32_t FLTCNVTIMR; /*!< DFSDM conversion timer, Address offset: 0x138 */ |
| } DFSDM_Filter_TypeDef; |
| |
| /** |
| * @brief DFSDM channel configuration registers |
| */ |
| typedef struct |
| { |
| __IO uint32_t CHCFGR1; /*!< DFSDM channel configuration register1, Address offset: 0x00 */ |
| __IO uint32_t CHCFGR2; /*!< DFSDM channel configuration register2, Address offset: 0x04 */ |
| __IO uint32_t CHAWSCDR; /*!< DFSDM channel analog watchdog and |
| short circuit detector register, Address offset: 0x08 */ |
| __IO uint32_t CHWDATAR; /*!< DFSDM channel watchdog filter data register, Address offset: 0x0C */ |
| __IO uint32_t CHDATINR; /*!< DFSDM channel data input register, Address offset: 0x10 */ |
| } DFSDM_Channel_TypeDef; |
| |
| /** |
| * @brief Debug MCU |
| */ |
| typedef struct |
| { |
| __IO uint32_t IDCODE; /*!< MCU device ID code, Address offset: 0x00 */ |
| __IO uint32_t CR; /*!< Debug MCU configuration register, Address offset: 0x04 */ |
| uint32_t RESERVED4[11]; /*!< Reserved, Address offset: 0x08 */ |
| __IO uint32_t APB3FZ1; /*!< Debug MCU APB3FZ1 freeze register, Address offset: 0x34 */ |
| uint32_t RESERVED5; /*!< Reserved, Address offset: 0x38 */ |
| __IO uint32_t APB1LFZ1; /*!< Debug MCU APB1LFZ1 freeze register, Address offset: 0x3C */ |
| uint32_t RESERVED6; /*!< Reserved, Address offset: 0x40 */ |
| __IO uint32_t APB1HFZ1; /*!< Debug MCU APB1LFZ1 freeze register, Address offset: 0x44 */ |
| uint32_t RESERVED7; /*!< Reserved, Address offset: 0x48 */ |
| __IO uint32_t APB2FZ1; /*!< Debug MCU APB2FZ1 freeze register, Address offset: 0x4C */ |
| uint32_t RESERVED8; /*!< Reserved, Address offset: 0x50 */ |
| __IO uint32_t APB4FZ1; /*!< Debug MCU APB4FZ1 freeze register, Address offset: 0x54 */ |
| __IO uint32_t RESERVED9[990]; /*!< Reserved, Address offset: 0x58-0xFCC */ |
| __IO uint32_t PIDR4; /*!< Debug MCU peripheral identity register 4, Address offset: 0xFD0 */ |
| __IO uint32_t RESERVED10[3];/*!< Reserved, Address offset: 0xFD4-0xFDC */ |
| __IO uint32_t PIDR0; /*!< Debug MCU peripheral identity register 0, Address offset: 0xFE0 */ |
| __IO uint32_t PIDR1; /*!< Debug MCU peripheral identity register 1, Address offset: 0xFE4 */ |
| __IO uint32_t PIDR2; /*!< Debug MCU peripheral identity register 2, Address offset: 0xFE8 */ |
| __IO uint32_t PIDR3; /*!< Debug MCU peripheral identity register 3, Address offset: 0xFEC */ |
| __IO uint32_t CIDR0; /*!< Debug MCU component identity register 0, Address offset: 0xFF0 */ |
| __IO uint32_t CIDR1; /*!< Debug MCU component identity register 1, Address offset: 0xFF4 */ |
| __IO uint32_t CIDR2; /*!< Debug MCU component identity register 2, Address offset: 0xFF8 */ |
| __IO uint32_t CIDR3; /*!< Debug MCU component identity register 3, Address offset: 0xFFC */ |
| }DBGMCU_TypeDef; |
| /** |
| * @brief DCMI |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t CR; /*!< DCMI control register 1, Address offset: 0x00 */ |
| __IO uint32_t SR; /*!< DCMI status register, Address offset: 0x04 */ |
| __IO uint32_t RISR; /*!< DCMI raw interrupt status register, Address offset: 0x08 */ |
| __IO uint32_t IER; /*!< DCMI interrupt enable register, Address offset: 0x0C */ |
| __IO uint32_t MISR; /*!< DCMI masked interrupt status register, Address offset: 0x10 */ |
| __IO uint32_t ICR; /*!< DCMI interrupt clear register, Address offset: 0x14 */ |
| __IO uint32_t ESCR; /*!< DCMI embedded synchronization code register, Address offset: 0x18 */ |
| __IO uint32_t ESUR; /*!< DCMI embedded synchronization unmask register, Address offset: 0x1C */ |
| __IO uint32_t CWSTRTR; /*!< DCMI crop window start, Address offset: 0x20 */ |
| __IO uint32_t CWSIZER; /*!< DCMI crop window size, Address offset: 0x24 */ |
| __IO uint32_t DR; /*!< DCMI data register, Address offset: 0x28 */ |
| } DCMI_TypeDef; |
| |
| /** |
| * @brief PSSI |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t CR; /*!< PSSI control register 1, Address offset: 0x000 */ |
| __IO uint32_t SR; /*!< PSSI status register, Address offset: 0x004 */ |
| __IO uint32_t RIS; /*!< PSSI raw interrupt status register, Address offset: 0x008 */ |
| __IO uint32_t IER; /*!< PSSI interrupt enable register, Address offset: 0x00C */ |
| __IO uint32_t MIS; /*!< PSSI masked interrupt status register, Address offset: 0x010 */ |
| __IO uint32_t ICR; /*!< PSSI interrupt clear register, Address offset: 0x014 */ |
| __IO uint32_t RESERVED1[4]; /*!< Reserved, 0x018 - 0x024 */ |
| __IO uint32_t DR; /*!< PSSI data register, Address offset: 0x028 */ |
| __IO uint32_t RESERVED2[241]; /*!< Reserved, 0x02C - 0x3EC */ |
| __IO uint32_t HWCFGR; /*!< PSSI IP HW configuration register, Address offset: 0x3F0 */ |
| __IO uint32_t VERR; /*!< PSSI IP version register, Address offset: 0x3F4 */ |
| __IO uint32_t IPIDR; /*!< PSSI IP ID register, Address offset: 0x3F8 */ |
| __IO uint32_t SIDR; /*!< PSSI SIZE ID register, Address offset: 0x3FC */ |
| } PSSI_TypeDef; |
| |
| /** |
| * @brief DMA Controller |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t CR; /*!< DMA stream x configuration register */ |
| __IO uint32_t NDTR; /*!< DMA stream x number of data register */ |
| __IO uint32_t PAR; /*!< DMA stream x peripheral address register */ |
| __IO uint32_t M0AR; /*!< DMA stream x memory 0 address register */ |
| __IO uint32_t M1AR; /*!< DMA stream x memory 1 address register */ |
| __IO uint32_t FCR; /*!< DMA stream x FIFO control register */ |
| } DMA_Stream_TypeDef; |
| |
| typedef struct |
| { |
| __IO uint32_t LISR; /*!< DMA low interrupt status register, Address offset: 0x00 */ |
| __IO uint32_t HISR; /*!< DMA high interrupt status register, Address offset: 0x04 */ |
| __IO uint32_t LIFCR; /*!< DMA low interrupt flag clear register, Address offset: 0x08 */ |
| __IO uint32_t HIFCR; /*!< DMA high interrupt flag clear register, Address offset: 0x0C */ |
| } DMA_TypeDef; |
| |
| typedef struct |
| { |
| __IO uint32_t CCR; /*!< DMA channel x configuration register */ |
| __IO uint32_t CNDTR; /*!< DMA channel x number of data register */ |
| __IO uint32_t CPAR; /*!< DMA channel x peripheral address register */ |
| __IO uint32_t CM0AR; /*!< DMA channel x memory 0 address register */ |
| __IO uint32_t CM1AR; /*!< DMA channel x memory 1 address register */ |
| } BDMA_Channel_TypeDef; |
| |
| typedef struct |
| { |
| __IO uint32_t ISR; /*!< DMA interrupt status register, Address offset: 0x00 */ |
| __IO uint32_t IFCR; /*!< DMA interrupt flag clear register, Address offset: 0x04 */ |
| } BDMA_TypeDef; |
| |
| typedef struct |
| { |
| __IO uint32_t CCR; /*!< DMA Multiplexer Channel x Control Register */ |
| }DMAMUX_Channel_TypeDef; |
| |
| typedef struct |
| { |
| __IO uint32_t CSR; /*!< DMA Channel Status Register */ |
| __IO uint32_t CFR; /*!< DMA Channel Clear Flag Register */ |
| }DMAMUX_ChannelStatus_TypeDef; |
| |
| typedef struct |
| { |
| __IO uint32_t RGCR; /*!< DMA Request Generator x Control Register */ |
| }DMAMUX_RequestGen_TypeDef; |
| |
| typedef struct |
| { |
| __IO uint32_t RGSR; /*!< DMA Request Generator Status Register */ |
| __IO uint32_t RGCFR; /*!< DMA Request Generator Clear Flag Register */ |
| }DMAMUX_RequestGenStatus_TypeDef; |
| |
| /** |
| * @brief MDMA Controller |
| */ |
| typedef struct |
| { |
| __IO uint32_t GISR0; /*!< MDMA Global Interrupt/Status Register 0, Address offset: 0x00 */ |
| }MDMA_TypeDef; |
| |
| typedef struct |
| { |
| __IO uint32_t CISR; /*!< MDMA channel x interrupt/status register, Address offset: 0x40 */ |
| __IO uint32_t CIFCR; /*!< MDMA channel x interrupt flag clear register, Address offset: 0x44 */ |
| __IO uint32_t CESR; /*!< MDMA Channel x error status register, Address offset: 0x48 */ |
| __IO uint32_t CCR; /*!< MDMA channel x control register, Address offset: 0x4C */ |
| __IO uint32_t CTCR; /*!< MDMA channel x Transfer Configuration register, Address offset: 0x50 */ |
| __IO uint32_t CBNDTR; /*!< MDMA Channel x block number of data register, Address offset: 0x54 */ |
| __IO uint32_t CSAR; /*!< MDMA channel x source address register, Address offset: 0x58 */ |
| __IO uint32_t CDAR; /*!< MDMA channel x destination address register, Address offset: 0x5C */ |
| __IO uint32_t CBRUR; /*!< MDMA channel x Block Repeat address Update register, Address offset: 0x60 */ |
| __IO uint32_t CLAR; /*!< MDMA channel x Link Address register, Address offset: 0x64 */ |
| __IO uint32_t CTBR; /*!< MDMA channel x Trigger and Bus selection Register, Address offset: 0x68 */ |
| uint32_t RESERVED0; /*!< Reserved, 0x68 */ |
| __IO uint32_t CMAR; /*!< MDMA channel x Mask address register, Address offset: 0x70 */ |
| __IO uint32_t CMDR; /*!< MDMA channel x Mask Data register, Address offset: 0x74 */ |
| }MDMA_Channel_TypeDef; |
| |
| /** |
| * @brief DMA2D Controller |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t CR; /*!< DMA2D Control Register, Address offset: 0x00 */ |
| __IO uint32_t ISR; /*!< DMA2D Interrupt Status Register, Address offset: 0x04 */ |
| __IO uint32_t IFCR; /*!< DMA2D Interrupt Flag Clear Register, Address offset: 0x08 */ |
| __IO uint32_t FGMAR; /*!< DMA2D Foreground Memory Address Register, Address offset: 0x0C */ |
| __IO uint32_t FGOR; /*!< DMA2D Foreground Offset Register, Address offset: 0x10 */ |
| __IO uint32_t BGMAR; /*!< DMA2D Background Memory Address Register, Address offset: 0x14 */ |
| __IO uint32_t BGOR; /*!< DMA2D Background Offset Register, Address offset: 0x18 */ |
| __IO uint32_t FGPFCCR; /*!< DMA2D Foreground PFC Control Register, Address offset: 0x1C */ |
| __IO uint32_t FGCOLR; /*!< DMA2D Foreground Color Register, Address offset: 0x20 */ |
| __IO uint32_t BGPFCCR; /*!< DMA2D Background PFC Control Register, Address offset: 0x24 */ |
| __IO uint32_t BGCOLR; /*!< DMA2D Background Color Register, Address offset: 0x28 */ |
| __IO uint32_t FGCMAR; /*!< DMA2D Foreground CLUT Memory Address Register, Address offset: 0x2C */ |
| __IO uint32_t BGCMAR; /*!< DMA2D Background CLUT Memory Address Register, Address offset: 0x30 */ |
| __IO uint32_t OPFCCR; /*!< DMA2D Output PFC Control Register, Address offset: 0x34 */ |
| __IO uint32_t OCOLR; /*!< DMA2D Output Color Register, Address offset: 0x38 */ |
| __IO uint32_t OMAR; /*!< DMA2D Output Memory Address Register, Address offset: 0x3C */ |
| __IO uint32_t OOR; /*!< DMA2D Output Offset Register, Address offset: 0x40 */ |
| __IO uint32_t NLR; /*!< DMA2D Number of Line Register, Address offset: 0x44 */ |
| __IO uint32_t LWR; /*!< DMA2D Line Watermark Register, Address offset: 0x48 */ |
| __IO uint32_t AMTCR; /*!< DMA2D AHB Master Timer Configuration Register, Address offset: 0x4C */ |
| uint32_t RESERVED[236]; /*!< Reserved, 0x50-0x3FF */ |
| __IO uint32_t FGCLUT[256]; /*!< DMA2D Foreground CLUT, Address offset:400-7FF */ |
| __IO uint32_t BGCLUT[256]; /*!< DMA2D Background CLUT, Address offset:800-BFF */ |
| } DMA2D_TypeDef; |
| |
| |
| /** |
| * @brief Ethernet MAC |
| */ |
| typedef struct |
| { |
| __IO uint32_t MACCR; |
| __IO uint32_t MACECR; |
| __IO uint32_t MACPFR; |
| __IO uint32_t MACWTR; |
| __IO uint32_t MACHT0R; |
| __IO uint32_t MACHT1R; |
| uint32_t RESERVED1[14]; |
| __IO uint32_t MACVTR; |
| uint32_t RESERVED2; |
| __IO uint32_t MACVHTR; |
| uint32_t RESERVED3; |
| __IO uint32_t MACVIR; |
| __IO uint32_t MACIVIR; |
| uint32_t RESERVED4[2]; |
| __IO uint32_t MACTFCR; |
| uint32_t RESERVED5[7]; |
| __IO uint32_t MACRFCR; |
| uint32_t RESERVED6[7]; |
| __IO uint32_t MACISR; |
| __IO uint32_t MACIER; |
| __IO uint32_t MACRXTXSR; |
| uint32_t RESERVED7; |
| __IO uint32_t MACPCSR; |
| __IO uint32_t MACRWKPFR; |
| uint32_t RESERVED8[2]; |
| __IO uint32_t MACLCSR; |
| __IO uint32_t MACLTCR; |
| __IO uint32_t MACLETR; |
| __IO uint32_t MAC1USTCR; |
| uint32_t RESERVED9[12]; |
| __IO uint32_t MACVR; |
| __IO uint32_t MACDR; |
| uint32_t RESERVED10; |
| __IO uint32_t MACHWF0R; |
| __IO uint32_t MACHWF1R; |
| __IO uint32_t MACHWF2R; |
| uint32_t RESERVED11[54]; |
| __IO uint32_t MACMDIOAR; |
| __IO uint32_t MACMDIODR; |
| uint32_t RESERVED12[2]; |
| __IO uint32_t MACARPAR; |
| uint32_t RESERVED13[59]; |
| __IO uint32_t MACA0HR; |
| __IO uint32_t MACA0LR; |
| __IO uint32_t MACA1HR; |
| __IO uint32_t MACA1LR; |
| __IO uint32_t MACA2HR; |
| __IO uint32_t MACA2LR; |
| __IO uint32_t MACA3HR; |
| __IO uint32_t MACA3LR; |
| uint32_t RESERVED14[248]; |
| __IO uint32_t MMCCR; |
| __IO uint32_t MMCRIR; |
| __IO uint32_t MMCTIR; |
| __IO uint32_t MMCRIMR; |
| __IO uint32_t MMCTIMR; |
| uint32_t RESERVED15[14]; |
| __IO uint32_t MMCTSCGPR; |
| __IO uint32_t MMCTMCGPR; |
| uint32_t RESERVED16[5]; |
| __IO uint32_t MMCTPCGR; |
| uint32_t RESERVED17[10]; |
| __IO uint32_t MMCRCRCEPR; |
| __IO uint32_t MMCRAEPR; |
| uint32_t RESERVED18[10]; |
| __IO uint32_t MMCRUPGR; |
| uint32_t RESERVED19[9]; |
| __IO uint32_t MMCTLPIMSTR; |
| __IO uint32_t MMCTLPITCR; |
| __IO uint32_t MMCRLPIMSTR; |
| __IO uint32_t MMCRLPITCR; |
| uint32_t RESERVED20[65]; |
| __IO uint32_t MACL3L4C0R; |
| __IO uint32_t MACL4A0R; |
| uint32_t RESERVED21[2]; |
| __IO uint32_t MACL3A0R0R; |
| __IO uint32_t MACL3A1R0R; |
| __IO uint32_t MACL3A2R0R; |
| __IO uint32_t MACL3A3R0R; |
| uint32_t RESERVED22[4]; |
| __IO uint32_t MACL3L4C1R; |
| __IO uint32_t MACL4A1R; |
| uint32_t RESERVED23[2]; |
| __IO uint32_t MACL3A0R1R; |
| __IO uint32_t MACL3A1R1R; |
| __IO uint32_t MACL3A2R1R; |
| __IO uint32_t MACL3A3R1R; |
| uint32_t RESERVED24[108]; |
| __IO uint32_t MACTSCR; |
| __IO uint32_t MACSSIR; |
| __IO uint32_t MACSTSR; |
| __IO uint32_t MACSTNR; |
| __IO uint32_t MACSTSUR; |
| __IO uint32_t MACSTNUR; |
| __IO uint32_t MACTSAR; |
| uint32_t RESERVED25; |
| __IO uint32_t MACTSSR; |
| uint32_t RESERVED26[3]; |
| __IO uint32_t MACTTSSNR; |
| __IO uint32_t MACTTSSSR; |
| uint32_t RESERVED27[2]; |
| __IO uint32_t MACACR; |
| uint32_t RESERVED28; |
| __IO uint32_t MACATSNR; |
| __IO uint32_t MACATSSR; |
| __IO uint32_t MACTSIACR; |
| __IO uint32_t MACTSEACR; |
| __IO uint32_t MACTSICNR; |
| __IO uint32_t MACTSECNR; |
| uint32_t RESERVED29[4]; |
| __IO uint32_t MACPPSCR; |
| uint32_t RESERVED30[3]; |
| __IO uint32_t MACPPSTTSR; |
| __IO uint32_t MACPPSTTNR; |
| __IO uint32_t MACPPSIR; |
| __IO uint32_t MACPPSWR; |
| uint32_t RESERVED31[12]; |
| __IO uint32_t MACPOCR; |
| __IO uint32_t MACSPI0R; |
| __IO uint32_t MACSPI1R; |
| __IO uint32_t MACSPI2R; |
| __IO uint32_t MACLMIR; |
| uint32_t RESERVED32[11]; |
| __IO uint32_t MTLOMR; |
| uint32_t RESERVED33[7]; |
| __IO uint32_t MTLISR; |
| uint32_t RESERVED34[55]; |
| __IO uint32_t MTLTQOMR; |
| __IO uint32_t MTLTQUR; |
| __IO uint32_t MTLTQDR; |
| uint32_t RESERVED35[8]; |
| __IO uint32_t MTLQICSR; |
| __IO uint32_t MTLRQOMR; |
| __IO uint32_t MTLRQMPOCR; |
| __IO uint32_t MTLRQDR; |
| uint32_t RESERVED36[177]; |
| __IO uint32_t DMAMR; |
| __IO uint32_t DMASBMR; |
| __IO uint32_t DMAISR; |
| __IO uint32_t DMADSR; |
| uint32_t RESERVED37[60]; |
| __IO uint32_t DMACCR; |
| __IO uint32_t DMACTCR; |
| __IO uint32_t DMACRCR; |
| uint32_t RESERVED38[2]; |
| __IO uint32_t DMACTDLAR; |
| uint32_t RESERVED39; |
| __IO uint32_t DMACRDLAR; |
| __IO uint32_t DMACTDTPR; |
| uint32_t RESERVED40; |
| __IO uint32_t DMACRDTPR; |
| __IO uint32_t DMACTDRLR; |
| __IO uint32_t DMACRDRLR; |
| __IO uint32_t DMACIER; |
| __IO uint32_t DMACRIWTR; |
| __IO uint32_t DMACSFCSR; |
| uint32_t RESERVED41; |
| __IO uint32_t DMACCATDR; |
| uint32_t RESERVED42; |
| __IO uint32_t DMACCARDR; |
| uint32_t RESERVED43; |
| __IO uint32_t DMACCATBR; |
| uint32_t RESERVED44; |
| __IO uint32_t DMACCARBR; |
| __IO uint32_t DMACSR; |
| uint32_t RESERVED45[2]; |
| __IO uint32_t DMACMFCR; |
| }ETH_TypeDef; |
| /** |
| * @brief External Interrupt/Event Controller |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t RTSR1; /*!< EXTI Rising trigger selection register, Address offset: 0x00 */ |
| __IO uint32_t FTSR1; /*!< EXTI Falling trigger selection register, Address offset: 0x04 */ |
| __IO uint32_t SWIER1; /*!< EXTI Software interrupt event register, Address offset: 0x08 */ |
| __IO uint32_t D3PMR1; /*!< EXTI D3 Pending mask register, (same register as to SRDPMR1) Address offset: 0x0C */ |
| __IO uint32_t D3PCR1L; /*!< EXTI D3 Pending clear selection register low, (same register as to SRDPCR1L) Address offset: 0x10 */ |
| __IO uint32_t D3PCR1H; /*!< EXTI D3 Pending clear selection register High, (same register as to SRDPCR1H) Address offset: 0x14 */ |
| uint32_t RESERVED1[2]; /*!< Reserved, 0x18 to 0x1C */ |
| __IO uint32_t RTSR2; /*!< EXTI Rising trigger selection register, Address offset: 0x20 */ |
| __IO uint32_t FTSR2; /*!< EXTI Falling trigger selection register, Address offset: 0x24 */ |
| __IO uint32_t SWIER2; /*!< EXTI Software interrupt event register, Address offset: 0x28 */ |
| __IO uint32_t D3PMR2; /*!< EXTI D3 Pending mask register, (same register as to SRDPMR2) Address offset: 0x2C */ |
| __IO uint32_t D3PCR2L; /*!< EXTI D3 Pending clear selection register low, (same register as to SRDPCR2L) Address offset: 0x30 */ |
| __IO uint32_t D3PCR2H; /*!< EXTI D3 Pending clear selection register High, (same register as to SRDPCR2H) Address offset: 0x34 */ |
| uint32_t RESERVED2[2]; /*!< Reserved, 0x38 to 0x3C */ |
| __IO uint32_t RTSR3; /*!< EXTI Rising trigger selection register, Address offset: 0x40 */ |
| __IO uint32_t FTSR3; /*!< EXTI Falling trigger selection register, Address offset: 0x44 */ |
| __IO uint32_t SWIER3; /*!< EXTI Software interrupt event register, Address offset: 0x48 */ |
| __IO uint32_t D3PMR3; /*!< EXTI D3 Pending mask register, (same register as to SRDPMR3) Address offset: 0x4C */ |
| __IO uint32_t D3PCR3L; /*!< EXTI D3 Pending clear selection register low, (same register as to SRDPCR3L) Address offset: 0x50 */ |
| __IO uint32_t D3PCR3H; /*!< EXTI D3 Pending clear selection register High, (same register as to SRDPCR3H) Address offset: 0x54 */ |
| uint32_t RESERVED3[10]; /*!< Reserved, 0x58 to 0x7C */ |
| __IO uint32_t IMR1; /*!< EXTI Interrupt mask register, Address offset: 0x80 */ |
| __IO uint32_t EMR1; /*!< EXTI Event mask register, Address offset: 0x84 */ |
| __IO uint32_t PR1; /*!< EXTI Pending register, Address offset: 0x88 */ |
| uint32_t RESERVED4; /*!< Reserved, 0x8C */ |
| __IO uint32_t IMR2; /*!< EXTI Interrupt mask register, Address offset: 0x90 */ |
| __IO uint32_t EMR2; /*!< EXTI Event mask register, Address offset: 0x94 */ |
| __IO uint32_t PR2; /*!< EXTI Pending register, Address offset: 0x98 */ |
| uint32_t RESERVED5; /*!< Reserved, 0x9C */ |
| __IO uint32_t IMR3; /*!< EXTI Interrupt mask register, Address offset: 0xA0 */ |
| __IO uint32_t EMR3; /*!< EXTI Event mask register, Address offset: 0xA4 */ |
| __IO uint32_t PR3; /*!< EXTI Pending register, Address offset: 0xA8 */ |
| }EXTI_TypeDef; |
| |
| typedef struct |
| { |
| __IO uint32_t IMR1; /*!< EXTI Interrupt mask register, Address offset: 0x00 */ |
| __IO uint32_t EMR1; /*!< EXTI Event mask register, Address offset: 0x04 */ |
| __IO uint32_t PR1; /*!< EXTI Pending register, Address offset: 0x08 */ |
| uint32_t RESERVED1; /*!< Reserved, 0x0C */ |
| __IO uint32_t IMR2; /*!< EXTI Interrupt mask register, Address offset: 0x10 */ |
| __IO uint32_t EMR2; /*!< EXTI Event mask register, Address offset: 0x14 */ |
| __IO uint32_t PR2; /*!< EXTI Pending register, Address offset: 0x18 */ |
| uint32_t RESERVED2; /*!< Reserved, 0x1C */ |
| __IO uint32_t IMR3; /*!< EXTI Interrupt mask register, Address offset: 0x20 */ |
| __IO uint32_t EMR3; /*!< EXTI Event mask register, Address offset: 0x24 */ |
| __IO uint32_t PR3; /*!< EXTI Pending register, Address offset: 0x28 */ |
| }EXTI_Core_TypeDef; |
| |
| |
| /** |
| * @brief FLASH Registers |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t ACR; /*!< FLASH access control register, Address offset: 0x00 */ |
| __IO uint32_t KEYR1; /*!< Flash Key Register for bank1, Address offset: 0x04 */ |
| __IO uint32_t OPTKEYR; /*!< Flash Option Key Register, Address offset: 0x08 */ |
| __IO uint32_t CR1; /*!< Flash Control Register for bank1, Address offset: 0x0C */ |
| __IO uint32_t SR1; /*!< Flash Status Register for bank1, Address offset: 0x10 */ |
| __IO uint32_t CCR1; /*!< Flash Control Register for bank1, Address offset: 0x14 */ |
| __IO uint32_t OPTCR; /*!< Flash Option Control Register, Address offset: 0x18 */ |
| __IO uint32_t OPTSR_CUR; /*!< Flash Option Status Current Register, Address offset: 0x1C */ |
| __IO uint32_t OPTSR_PRG; /*!< Flash Option Status to Program Register, Address offset: 0x20 */ |
| __IO uint32_t OPTCCR; /*!< Flash Option Clear Control Register, Address offset: 0x24 */ |
| __IO uint32_t PRAR_CUR1; /*!< Flash Current Protection Address Register for bank1, Address offset: 0x28 */ |
| __IO uint32_t PRAR_PRG1; /*!< Flash Protection Address to Program Register for bank1, Address offset: 0x2C */ |
| __IO uint32_t SCAR_CUR1; /*!< Flash Current Secure Address Register for bank1, Address offset: 0x30 */ |
| __IO uint32_t SCAR_PRG1; /*!< Flash Secure Address to Program Register for bank1, Address offset: 0x34 */ |
| __IO uint32_t WPSN_CUR1; /*!< Flash Current Write Protection Register on bank1, Address offset: 0x38 */ |
| __IO uint32_t WPSN_PRG1; /*!< Flash Write Protection to Program Register on bank1, Address offset: 0x3C */ |
| __IO uint32_t BOOT_CUR; /*!< Flash Current Boot Address for Pelican Core Register, Address offset: 0x40 */ |
| __IO uint32_t BOOT_PRG; /*!< Flash Boot Address to Program for Pelican Core Register, Address offset: 0x44 */ |
| uint32_t RESERVED0[2]; /*!< Reserved, 0x48 to 0x4C */ |
| __IO uint32_t CRCCR1; /*!< Flash CRC Control register For Bank1 Register , Address offset: 0x50 */ |
| __IO uint32_t CRCSADD1; /*!< Flash CRC Start Address Register for Bank1 , Address offset: 0x54 */ |
| __IO uint32_t CRCEADD1; /*!< Flash CRC End Address Register for Bank1 , Address offset: 0x58 */ |
| __IO uint32_t CRCDATA; /*!< Flash CRC Data Register for Bank1 , Address offset: 0x5C */ |
| __IO uint32_t ECC_FA1; /*!< Flash ECC Fail Address For Bank1 Register , Address offset: 0x60 */ |
| uint32_t RESERVED[3]; /*!< Reserved, 0x64 to 0x6C */ |
| __IO uint32_t OPTSR2_CUR; /*!< Flash Option Status Current Register 2, Address offset: 0x70 */ |
| __IO uint32_t OPTSR2_PRG; /*!< Flash Option Status to Program Register 2, Address offset: 0x74 */ |
| } FLASH_TypeDef; |
| |
| /** |
| * @brief Filter and Mathematical ACcelerator |
| */ |
| typedef struct |
| { |
| __IO uint32_t X1BUFCFG; /*!< FMAC X1 Buffer Configuration register, Address offset: 0x00 */ |
| __IO uint32_t X2BUFCFG; /*!< FMAC X2 Buffer Configuration register, Address offset: 0x04 */ |
| __IO uint32_t YBUFCFG; /*!< FMAC Y Buffer Configuration register, Address offset: 0x08 */ |
| __IO uint32_t PARAM; /*!< FMAC Parameter register, Address offset: 0x0C */ |
| __IO uint32_t CR; /*!< FMAC Control register, Address offset: 0x10 */ |
| __IO uint32_t SR; /*!< FMAC Status register, Address offset: 0x14 */ |
| __IO uint32_t WDATA; /*!< FMAC Write Data register, Address offset: 0x18 */ |
| __IO uint32_t RDATA; /*!< FMAC Read Data register, Address offset: 0x1C */ |
| } FMAC_TypeDef; |
| |
| /** |
| * @brief Flexible Memory Controller |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t BTCR[8]; /*!< NOR/PSRAM chip-select control register(BCR) and chip-select timing register(BTR), Address offset: 0x00-1C */ |
| } FMC_Bank1_TypeDef; |
| |
| /** |
| * @brief Flexible Memory Controller Bank1E |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t BWTR[7]; /*!< NOR/PSRAM write timing registers, Address offset: 0x104-0x11C */ |
| } FMC_Bank1E_TypeDef; |
| |
| /** |
| * @brief Flexible Memory Controller Bank2 |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t PCR2; /*!< NAND Flash control register 2, Address offset: 0x60 */ |
| __IO uint32_t SR2; /*!< NAND Flash FIFO status and interrupt register 2, Address offset: 0x64 */ |
| __IO uint32_t PMEM2; /*!< NAND Flash Common memory space timing register 2, Address offset: 0x68 */ |
| __IO uint32_t PATT2; /*!< NAND Flash Attribute memory space timing register 2, Address offset: 0x6C */ |
| uint32_t RESERVED0; /*!< Reserved, 0x70 */ |
| __IO uint32_t ECCR2; /*!< NAND Flash ECC result registers 2, Address offset: 0x74 */ |
| } FMC_Bank2_TypeDef; |
| |
| /** |
| * @brief Flexible Memory Controller Bank3 |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t PCR; /*!< NAND Flash control register 3, Address offset: 0x80 */ |
| __IO uint32_t SR; /*!< NAND Flash FIFO status and interrupt register 3, Address offset: 0x84 */ |
| __IO uint32_t PMEM; /*!< NAND Flash Common memory space timing register 3, Address offset: 0x88 */ |
| __IO uint32_t PATT; /*!< NAND Flash Attribute memory space timing register 3, Address offset: 0x8C */ |
| uint32_t RESERVED; /*!< Reserved, 0x90 */ |
| __IO uint32_t ECCR; /*!< NAND Flash ECC result registers 3, Address offset: 0x94 */ |
| } FMC_Bank3_TypeDef; |
| |
| /** |
| * @brief Flexible Memory Controller Bank5 and 6 |
| */ |
| |
| |
| typedef struct |
| { |
| __IO uint32_t SDCR[2]; /*!< SDRAM Control registers , Address offset: 0x140-0x144 */ |
| __IO uint32_t SDTR[2]; /*!< SDRAM Timing registers , Address offset: 0x148-0x14C */ |
| __IO uint32_t SDCMR; /*!< SDRAM Command Mode register, Address offset: 0x150 */ |
| __IO uint32_t SDRTR; /*!< SDRAM Refresh Timer register, Address offset: 0x154 */ |
| __IO uint32_t SDSR; /*!< SDRAM Status register, Address offset: 0x158 */ |
| } FMC_Bank5_6_TypeDef; |
| |
| /** |
| * @brief General Purpose I/O |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t MODER; /*!< GPIO port mode register, Address offset: 0x00 */ |
| __IO uint32_t OTYPER; /*!< GPIO port output type register, Address offset: 0x04 */ |
| __IO uint32_t OSPEEDR; /*!< GPIO port output speed register, Address offset: 0x08 */ |
| __IO uint32_t PUPDR; /*!< GPIO port pull-up/pull-down register, Address offset: 0x0C */ |
| __IO uint32_t IDR; /*!< GPIO port input data register, Address offset: 0x10 */ |
| __IO uint32_t ODR; /*!< GPIO port output data register, Address offset: 0x14 */ |
| __IO uint32_t BSRR; /*!< GPIO port bit set/reset, Address offset: 0x18 */ |
| __IO uint32_t LCKR; /*!< GPIO port configuration lock register, Address offset: 0x1C */ |
| __IO uint32_t AFR[2]; /*!< GPIO alternate function registers, Address offset: 0x20-0x24 */ |
| } GPIO_TypeDef; |
| |
| /** |
| * @brief Operational Amplifier (OPAMP) |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t CSR; /*!< OPAMP control/status register, Address offset: 0x00 */ |
| __IO uint32_t OTR; /*!< OPAMP offset trimming register for normal mode, Address offset: 0x04 */ |
| __IO uint32_t HSOTR; /*!< OPAMP offset trimming register for high speed mode, Address offset: 0x08 */ |
| } OPAMP_TypeDef; |
| |
| /** |
| * @brief System configuration controller |
| */ |
| |
| typedef struct |
| { |
| uint32_t RESERVED1; /*!< Reserved, Address offset: 0x00 */ |
| __IO uint32_t PMCR; /*!< SYSCFG peripheral mode configuration register, Address offset: 0x04 */ |
| __IO uint32_t EXTICR[4]; /*!< SYSCFG external interrupt configuration registers, Address offset: 0x08-0x14 */ |
| __IO uint32_t CFGR; /*!< SYSCFG configuration registers, Address offset: 0x18 */ |
| uint32_t RESERVED2; /*!< Reserved, Address offset: 0x1C */ |
| __IO uint32_t CCCSR; /*!< SYSCFG compensation cell control/status register, Address offset: 0x20 */ |
| __IO uint32_t CCVR; /*!< SYSCFG compensation cell value register, Address offset: 0x24 */ |
| __IO uint32_t CCCR; /*!< SYSCFG compensation cell code register, Address offset: 0x28 */ |
| uint32_t RESERVED3; /*!< Reserved, Address offset: 0x2C */ |
| __IO uint32_t ADC2ALT; /*!< ADC2 internal input alternate connection register, Address offset: 0x30 */ |
| uint32_t RESERVED4[60]; /*!< Reserved, 0x34-0x120 */ |
| __IO uint32_t PKGR; /*!< SYSCFG package register, Address offset: 0x124 */ |
| uint32_t RESERVED5[118]; /*!< Reserved, 0x128-0x2FC */ |
| __IO uint32_t UR0; /*!< SYSCFG user register 0, Address offset: 0x300 */ |
| __IO uint32_t UR1; /*!< SYSCFG user register 1, Address offset: 0x304 */ |
| __IO uint32_t UR2; /*!< SYSCFG user register 2, Address offset: 0x308 */ |
| __IO uint32_t UR3; /*!< SYSCFG user register 3, Address offset: 0x30C */ |
| __IO uint32_t UR4; /*!< SYSCFG user register 4, Address offset: 0x310 */ |
| __IO uint32_t UR5; /*!< SYSCFG user register 5, Address offset: 0x314 */ |
| __IO uint32_t UR6; /*!< SYSCFG user register 6, Address offset: 0x318 */ |
| __IO uint32_t UR7; /*!< SYSCFG user register 7, Address offset: 0x31C */ |
| uint32_t RESERVED6[3]; /*!< Reserved, Address offset: 0x320-0x328 */ |
| __IO uint32_t UR11; /*!< SYSCFG user register 11, Address offset: 0x32C */ |
| __IO uint32_t UR12; /*!< SYSCFG user register 12, Address offset: 0x330 */ |
| __IO uint32_t UR13; /*!< SYSCFG user register 13, Address offset: 0x334 */ |
| __IO uint32_t UR14; /*!< SYSCFG user register 14, Address offset: 0x338 */ |
| __IO uint32_t UR15; /*!< SYSCFG user register 15, Address offset: 0x33C */ |
| __IO uint32_t UR16; /*!< SYSCFG user register 16, Address offset: 0x340 */ |
| __IO uint32_t UR17; /*!< SYSCFG user register 17, Address offset: 0x344 */ |
| __IO uint32_t UR18; /*!< SYSCFG user register 18, Address offset: 0x348 */ |
| |
| } SYSCFG_TypeDef; |
| |
| /** |
| * @brief Inter-integrated Circuit Interface |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t CR1; /*!< I2C Control register 1, Address offset: 0x00 */ |
| __IO uint32_t CR2; /*!< I2C Control register 2, Address offset: 0x04 */ |
| __IO uint32_t OAR1; /*!< I2C Own address 1 register, Address offset: 0x08 */ |
| __IO uint32_t OAR2; /*!< I2C Own address 2 register, Address offset: 0x0C */ |
| __IO uint32_t TIMINGR; /*!< I2C Timing register, Address offset: 0x10 */ |
| __IO uint32_t TIMEOUTR; /*!< I2C Timeout register, Address offset: 0x14 */ |
| __IO uint32_t ISR; /*!< I2C Interrupt and status register, Address offset: 0x18 */ |
| __IO uint32_t ICR; /*!< I2C Interrupt clear register, Address offset: 0x1C */ |
| __IO uint32_t PECR; /*!< I2C PEC register, Address offset: 0x20 */ |
| __IO uint32_t RXDR; /*!< I2C Receive data register, Address offset: 0x24 */ |
| __IO uint32_t TXDR; /*!< I2C Transmit data register, Address offset: 0x28 */ |
| } I2C_TypeDef; |
| |
| /** |
| * @brief Independent WATCHDOG |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t KR; /*!< IWDG Key register, Address offset: 0x00 */ |
| __IO uint32_t PR; /*!< IWDG Prescaler register, Address offset: 0x04 */ |
| __IO uint32_t RLR; /*!< IWDG Reload register, Address offset: 0x08 */ |
| __IO uint32_t SR; /*!< IWDG Status register, Address offset: 0x0C */ |
| __IO uint32_t WINR; /*!< IWDG Window register, Address offset: 0x10 */ |
| } IWDG_TypeDef; |
| |
| |
| /** |
| * @brief LCD-TFT Display Controller |
| */ |
| |
| typedef struct |
| { |
| uint32_t RESERVED0[2]; /*!< Reserved, 0x00-0x04 */ |
| __IO uint32_t SSCR; /*!< LTDC Synchronization Size Configuration Register, Address offset: 0x08 */ |
| __IO uint32_t BPCR; /*!< LTDC Back Porch Configuration Register, Address offset: 0x0C */ |
| __IO uint32_t AWCR; /*!< LTDC Active Width Configuration Register, Address offset: 0x10 */ |
| __IO uint32_t TWCR; /*!< LTDC Total Width Configuration Register, Address offset: 0x14 */ |
| __IO uint32_t GCR; /*!< LTDC Global Control Register, Address offset: 0x18 */ |
| uint32_t RESERVED1[2]; /*!< Reserved, 0x1C-0x20 */ |
| __IO uint32_t SRCR; /*!< LTDC Shadow Reload Configuration Register, Address offset: 0x24 */ |
| uint32_t RESERVED2[1]; /*!< Reserved, 0x28 */ |
| __IO uint32_t BCCR; /*!< LTDC Background Color Configuration Register, Address offset: 0x2C */ |
| uint32_t RESERVED3[1]; /*!< Reserved, 0x30 */ |
| __IO uint32_t IER; /*!< LTDC Interrupt Enable Register, Address offset: 0x34 */ |
| __IO uint32_t ISR; /*!< LTDC Interrupt Status Register, Address offset: 0x38 */ |
| __IO uint32_t ICR; /*!< LTDC Interrupt Clear Register, Address offset: 0x3C */ |
| __IO uint32_t LIPCR; /*!< LTDC Line Interrupt Position Configuration Register, Address offset: 0x40 */ |
| __IO uint32_t CPSR; /*!< LTDC Current Position Status Register, Address offset: 0x44 */ |
| __IO uint32_t CDSR; /*!< LTDC Current Display Status Register, Address offset: 0x48 */ |
| } LTDC_TypeDef; |
| |
| /** |
| * @brief LCD-TFT Display layer x Controller |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t CR; /*!< LTDC Layerx Control Register Address offset: 0x84 */ |
| __IO uint32_t WHPCR; /*!< LTDC Layerx Window Horizontal Position Configuration Register Address offset: 0x88 */ |
| __IO uint32_t WVPCR; /*!< LTDC Layerx Window Vertical Position Configuration Register Address offset: 0x8C */ |
| __IO uint32_t CKCR; /*!< LTDC Layerx Color Keying Configuration Register Address offset: 0x90 */ |
| __IO uint32_t PFCR; /*!< LTDC Layerx Pixel Format Configuration Register Address offset: 0x94 */ |
| __IO uint32_t CACR; /*!< LTDC Layerx Constant Alpha Configuration Register Address offset: 0x98 */ |
| __IO uint32_t DCCR; /*!< LTDC Layerx Default Color Configuration Register Address offset: 0x9C */ |
| __IO uint32_t BFCR; /*!< LTDC Layerx Blending Factors Configuration Register Address offset: 0xA0 */ |
| uint32_t RESERVED0[2]; /*!< Reserved */ |
| __IO uint32_t CFBAR; /*!< LTDC Layerx Color Frame Buffer Address Register Address offset: 0xAC */ |
| __IO uint32_t CFBLR; /*!< LTDC Layerx Color Frame Buffer Length Register Address offset: 0xB0 */ |
| __IO uint32_t CFBLNR; /*!< LTDC Layerx ColorFrame Buffer Line Number Register Address offset: 0xB4 */ |
| uint32_t RESERVED1[3]; /*!< Reserved */ |
| __IO uint32_t CLUTWR; /*!< LTDC Layerx CLUT Write Register Address offset: 0x144 */ |
| |
| } LTDC_Layer_TypeDef; |
| |
| /** |
| * @brief Power Control |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t CR1; /*!< PWR power control register 1, Address offset: 0x00 */ |
| __IO uint32_t CSR1; /*!< PWR power control status register 1, Address offset: 0x04 */ |
| __IO uint32_t CR2; /*!< PWR power control register 2, Address offset: 0x08 */ |
| __IO uint32_t CR3; /*!< PWR power control register 3, Address offset: 0x0C */ |
| __IO uint32_t CPUCR; /*!< PWR CPU control register, Address offset: 0x10 */ |
| uint32_t RESERVED0; /*!< Reserved, Address offset: 0x14 */ |
| __IO uint32_t D3CR; /*!< PWR D3 domain control register, Address offset: 0x18 */ |
| uint32_t RESERVED1; /*!< Reserved, Address offset: 0x1C */ |
| __IO uint32_t WKUPCR; /*!< PWR wakeup clear register, Address offset: 0x20 */ |
| __IO uint32_t WKUPFR; /*!< PWR wakeup flag register, Address offset: 0x24 */ |
| __IO uint32_t WKUPEPR; /*!< PWR wakeup enable and polarity register, Address offset: 0x28 */ |
| } PWR_TypeDef; |
| |
| /** |
| * @brief Reset and Clock Control |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t CR; /*!< RCC clock control register, Address offset: 0x00 */ |
| __IO uint32_t HSICFGR; /*!< HSI Clock Calibration Register, Address offset: 0x04 */ |
| __IO uint32_t CRRCR; /*!< Clock Recovery RC Register, Address offset: 0x08 */ |
| __IO uint32_t CSICFGR; /*!< CSI Clock Calibration Register, Address offset: 0x0C */ |
| __IO uint32_t CFGR; /*!< RCC clock configuration register, Address offset: 0x10 */ |
| uint32_t RESERVED1; /*!< Reserved, Address offset: 0x14 */ |
| __IO uint32_t D1CFGR; /*!< RCC Domain 1 configuration register, Address offset: 0x18 */ |
| __IO uint32_t D2CFGR; /*!< RCC Domain 2 configuration register, Address offset: 0x1C */ |
| __IO uint32_t D3CFGR; /*!< RCC Domain 3 configuration register, Address offset: 0x20 */ |
| uint32_t RESERVED2; /*!< Reserved, Address offset: 0x24 */ |
| __IO uint32_t PLLCKSELR; /*!< RCC PLLs Clock Source Selection Register, Address offset: 0x28 */ |
| __IO uint32_t PLLCFGR; /*!< RCC PLLs Configuration Register, Address offset: 0x2C */ |
| __IO uint32_t PLL1DIVR; /*!< RCC PLL1 Dividers Configuration Register, Address offset: 0x30 */ |
| __IO uint32_t PLL1FRACR; /*!< RCC PLL1 Fractional Divider Configuration Register, Address offset: 0x34 */ |
| __IO uint32_t PLL2DIVR; /*!< RCC PLL2 Dividers Configuration Register, Address offset: 0x38 */ |
| __IO uint32_t PLL2FRACR; /*!< RCC PLL2 Fractional Divider Configuration Register, Address offset: 0x3C */ |
| __IO uint32_t PLL3DIVR; /*!< RCC PLL3 Dividers Configuration Register, Address offset: 0x40 */ |
| __IO uint32_t PLL3FRACR; /*!< RCC PLL3 Fractional Divider Configuration Register, Address offset: 0x44 */ |
| uint32_t RESERVED3; /*!< Reserved, Address offset: 0x48 */ |
| __IO uint32_t D1CCIPR; /*!< RCC Domain 1 Kernel Clock Configuration Register Address offset: 0x4C */ |
| __IO uint32_t D2CCIP1R; /*!< RCC Domain 2 Kernel Clock Configuration Register Address offset: 0x50 */ |
| __IO uint32_t D2CCIP2R; /*!< RCC Domain 2 Kernel Clock Configuration Register Address offset: 0x54 */ |
| __IO uint32_t D3CCIPR; /*!< RCC Domain 3 Kernel Clock Configuration Register Address offset: 0x58 */ |
| uint32_t RESERVED4; /*!< Reserved, Address offset: 0x5C */ |
| __IO uint32_t CIER; /*!< RCC Clock Source Interrupt Enable Register Address offset: 0x60 */ |
| __IO uint32_t CIFR; /*!< RCC Clock Source Interrupt Flag Register Address offset: 0x64 */ |
| __IO uint32_t CICR; /*!< RCC Clock Source Interrupt Clear Register Address offset: 0x68 */ |
| uint32_t RESERVED5; /*!< Reserved, Address offset: 0x6C */ |
| __IO uint32_t BDCR; /*!< RCC Vswitch Backup Domain Control Register, Address offset: 0x70 */ |
| __IO uint32_t CSR; /*!< RCC clock control & status register, Address offset: 0x74 */ |
| uint32_t RESERVED6; /*!< Reserved, Address offset: 0x78 */ |
| __IO uint32_t AHB3RSTR; /*!< RCC AHB3 peripheral reset register, Address offset: 0x7C */ |
| __IO uint32_t AHB1RSTR; /*!< RCC AHB1 peripheral reset register, Address offset: 0x80 */ |
| __IO uint32_t AHB2RSTR; /*!< RCC AHB2 peripheral reset register, Address offset: 0x84 */ |
| __IO uint32_t AHB4RSTR; /*!< RCC AHB4 peripheral reset register, Address offset: 0x88 */ |
| __IO uint32_t APB3RSTR; /*!< RCC APB3 peripheral reset register, Address offset: 0x8C */ |
| __IO uint32_t APB1LRSTR; /*!< RCC APB1 peripheral reset Low Word register, Address offset: 0x90 */ |
| __IO uint32_t APB1HRSTR; /*!< RCC APB1 peripheral reset High Word register, Address offset: 0x94 */ |
| __IO uint32_t APB2RSTR; /*!< RCC APB2 peripheral reset register, Address offset: 0x98 */ |
| __IO uint32_t APB4RSTR; /*!< RCC APB4 peripheral reset register, Address offset: 0x9C */ |
| __IO uint32_t GCR; /*!< RCC RCC Global Control Register, Address offset: 0xA0 */ |
| uint32_t RESERVED8; /*!< Reserved, Address offset: 0xA4 */ |
| __IO uint32_t D3AMR; /*!< RCC Domain 3 Autonomous Mode Register, Address offset: 0xA8 */ |
| uint32_t RESERVED11[9]; /*!< Reserved, 0xAC-0xCC Address offset: 0xAC */ |
| __IO uint32_t RSR; /*!< RCC Reset status register, Address offset: 0xD0 */ |
| __IO uint32_t AHB3ENR; /*!< RCC AHB3 peripheral clock register, Address offset: 0xD4 */ |
| __IO uint32_t AHB1ENR; /*!< RCC AHB1 peripheral clock register, Address offset: 0xD8 */ |
| __IO uint32_t AHB2ENR; /*!< RCC AHB2 peripheral clock register, Address offset: 0xDC */ |
| __IO uint32_t AHB4ENR; /*!< RCC AHB4 peripheral clock register, Address offset: 0xE0 */ |
| __IO uint32_t APB3ENR; /*!< RCC APB3 peripheral clock register, Address offset: 0xE4 */ |
| __IO uint32_t APB1LENR; /*!< RCC APB1 peripheral clock Low Word register, Address offset: 0xE8 */ |
| __IO uint32_t APB1HENR; /*!< RCC APB1 peripheral clock High Word register, Address offset: 0xEC */ |
| __IO uint32_t APB2ENR; /*!< RCC APB2 peripheral clock register, Address offset: 0xF0 */ |
| __IO uint32_t APB4ENR; /*!< RCC APB4 peripheral clock register, Address offset: 0xF4 */ |
| uint32_t RESERVED12; /*!< Reserved, Address offset: 0xF8 */ |
| __IO uint32_t AHB3LPENR; /*!< RCC AHB3 peripheral sleep clock register, Address offset: 0xFC */ |
| __IO uint32_t AHB1LPENR; /*!< RCC AHB1 peripheral sleep clock register, Address offset: 0x100 */ |
| __IO uint32_t AHB2LPENR; /*!< RCC AHB2 peripheral sleep clock register, Address offset: 0x104 */ |
| __IO uint32_t AHB4LPENR; /*!< RCC AHB4 peripheral sleep clock register, Address offset: 0x108 */ |
| __IO uint32_t APB3LPENR; /*!< RCC APB3 peripheral sleep clock register, Address offset: 0x10C */ |
| __IO uint32_t APB1LLPENR; /*!< RCC APB1 peripheral sleep clock Low Word register, Address offset: 0x110 */ |
| __IO uint32_t APB1HLPENR; /*!< RCC APB1 peripheral sleep clock High Word register, Address offset: 0x114 */ |
| __IO uint32_t APB2LPENR; /*!< RCC APB2 peripheral sleep clock register, Address offset: 0x118 */ |
| __IO uint32_t APB4LPENR; /*!< RCC APB4 peripheral sleep clock register, Address offset: 0x11C */ |
| uint32_t RESERVED13[4]; /*!< Reserved, 0x120-0x12C Address offset: 0x120 */ |
| |
| } RCC_TypeDef; |
| |
| |
| /** |
| * @brief Real-Time Clock |
| */ |
| typedef struct |
| { |
| __IO uint32_t TR; /*!< RTC time register, Address offset: 0x00 */ |
| __IO uint32_t DR; /*!< RTC date register, Address offset: 0x04 */ |
| __IO uint32_t CR; /*!< RTC control register, Address offset: 0x08 */ |
| __IO uint32_t ISR; /*!< RTC initialization and status register, Address offset: 0x0C */ |
| __IO uint32_t PRER; /*!< RTC prescaler register, Address offset: 0x10 */ |
| __IO uint32_t WUTR; /*!< RTC wakeup timer register, Address offset: 0x14 */ |
| uint32_t RESERVED; /*!< Reserved, Address offset: 0x18 */ |
| __IO uint32_t ALRMAR; /*!< RTC alarm A register, Address offset: 0x1C */ |
| __IO uint32_t ALRMBR; /*!< RTC alarm B register, Address offset: 0x20 */ |
| __IO uint32_t WPR; /*!< RTC write protection register, Address offset: 0x24 */ |
| __IO uint32_t SSR; /*!< RTC sub second register, Address offset: 0x28 */ |
| __IO uint32_t SHIFTR; /*!< RTC shift control register, Address offset: 0x2C */ |
| __IO uint32_t TSTR; /*!< RTC time stamp time register, Address offset: 0x30 */ |
| __IO uint32_t TSDR; /*!< RTC time stamp date register, Address offset: 0x34 */ |
| __IO uint32_t TSSSR; /*!< RTC time-stamp sub second register, Address offset: 0x38 */ |
| __IO uint32_t CALR; /*!< RTC calibration register, Address offset: 0x3C */ |
| __IO uint32_t TAMPCR; /*!< RTC tamper configuration register, Address offset: 0x40 */ |
| __IO uint32_t ALRMASSR; /*!< RTC alarm A sub second register, Address offset: 0x44 */ |
| __IO uint32_t ALRMBSSR; /*!< RTC alarm B sub second register, Address offset: 0x48 */ |
| __IO uint32_t OR; /*!< RTC option register, Address offset: 0x4C */ |
| __IO uint32_t BKP0R; /*!< RTC backup register 0, Address offset: 0x50 */ |
| __IO uint32_t BKP1R; /*!< RTC backup register 1, Address offset: 0x54 */ |
| __IO uint32_t BKP2R; /*!< RTC backup register 2, Address offset: 0x58 */ |
| __IO uint32_t BKP3R; /*!< RTC backup register 3, Address offset: 0x5C */ |
| __IO uint32_t BKP4R; /*!< RTC backup register 4, Address offset: 0x60 */ |
| __IO uint32_t BKP5R; /*!< RTC backup register 5, Address offset: 0x64 */ |
| __IO uint32_t BKP6R; /*!< RTC backup register 6, Address offset: 0x68 */ |
| __IO uint32_t BKP7R; /*!< RTC backup register 7, Address offset: 0x6C */ |
| __IO uint32_t BKP8R; /*!< RTC backup register 8, Address offset: 0x70 */ |
| __IO uint32_t BKP9R; /*!< RTC backup register 9, Address offset: 0x74 */ |
| __IO uint32_t BKP10R; /*!< RTC backup register 10, Address offset: 0x78 */ |
| __IO uint32_t BKP11R; /*!< RTC backup register 11, Address offset: 0x7C */ |
| __IO uint32_t BKP12R; /*!< RTC backup register 12, Address offset: 0x80 */ |
| __IO uint32_t BKP13R; /*!< RTC backup register 13, Address offset: 0x84 */ |
| __IO uint32_t BKP14R; /*!< RTC backup register 14, Address offset: 0x88 */ |
| __IO uint32_t BKP15R; /*!< RTC backup register 15, Address offset: 0x8C */ |
| __IO uint32_t BKP16R; /*!< RTC backup register 16, Address offset: 0x90 */ |
| __IO uint32_t BKP17R; /*!< RTC backup register 17, Address offset: 0x94 */ |
| __IO uint32_t BKP18R; /*!< RTC backup register 18, Address offset: 0x98 */ |
| __IO uint32_t BKP19R; /*!< RTC backup register 19, Address offset: 0x9C */ |
| __IO uint32_t BKP20R; /*!< RTC backup register 20, Address offset: 0xA0 */ |
| __IO uint32_t BKP21R; /*!< RTC backup register 21, Address offset: 0xA4 */ |
| __IO uint32_t BKP22R; /*!< RTC backup register 22, Address offset: 0xA8 */ |
| __IO uint32_t BKP23R; /*!< RTC backup register 23, Address offset: 0xAC */ |
| __IO uint32_t BKP24R; /*!< RTC backup register 24, Address offset: 0xB0 */ |
| __IO uint32_t BKP25R; /*!< RTC backup register 25, Address offset: 0xB4 */ |
| __IO uint32_t BKP26R; /*!< RTC backup register 26, Address offset: 0xB8 */ |
| __IO uint32_t BKP27R; /*!< RTC backup register 27, Address offset: 0xBC */ |
| __IO uint32_t BKP28R; /*!< RTC backup register 28, Address offset: 0xC0 */ |
| __IO uint32_t BKP29R; /*!< RTC backup register 29, Address offset: 0xC4 */ |
| __IO uint32_t BKP30R; /*!< RTC backup register 30, Address offset: 0xC8 */ |
| __IO uint32_t BKP31R; /*!< RTC backup register 31, Address offset: 0xCC */ |
| } RTC_TypeDef; |
| |
| /** |
| * @brief Serial Audio Interface |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t GCR; /*!< SAI global configuration register, Address offset: 0x00 */ |
| uint32_t RESERVED0[16]; /*!< Reserved, 0x04 - 0x43 */ |
| __IO uint32_t PDMCR; /*!< SAI PDM control register, Address offset: 0x44 */ |
| __IO uint32_t PDMDLY; /*!< SAI PDM delay register, Address offset: 0x48 */ |
| } SAI_TypeDef; |
| |
| typedef struct |
| { |
| __IO uint32_t CR1; /*!< SAI block x configuration register 1, Address offset: 0x04 */ |
| __IO uint32_t CR2; /*!< SAI block x configuration register 2, Address offset: 0x08 */ |
| __IO uint32_t FRCR; /*!< SAI block x frame configuration register, Address offset: 0x0C */ |
| __IO uint32_t SLOTR; /*!< SAI block x slot register, Address offset: 0x10 */ |
| __IO uint32_t IMR; /*!< SAI block x interrupt mask register, Address offset: 0x14 */ |
| __IO uint32_t SR; /*!< SAI block x status register, Address offset: 0x18 */ |
| __IO uint32_t CLRFR; /*!< SAI block x clear flag register, Address offset: 0x1C */ |
| __IO uint32_t DR; /*!< SAI block x data register, Address offset: 0x20 */ |
| } SAI_Block_TypeDef; |
| |
| /** |
| * @brief SPDIF-RX Interface |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t CR; /*!< Control register, Address offset: 0x00 */ |
| __IO uint32_t IMR; /*!< Interrupt mask register, Address offset: 0x04 */ |
| __IO uint32_t SR; /*!< Status register, Address offset: 0x08 */ |
| __IO uint32_t IFCR; /*!< Interrupt Flag Clear register, Address offset: 0x0C */ |
| __IO uint32_t DR; /*!< Data input register, Address offset: 0x10 */ |
| __IO uint32_t CSR; /*!< Channel Status register, Address offset: 0x14 */ |
| __IO uint32_t DIR; /*!< Debug Information register, Address offset: 0x18 */ |
| uint32_t RESERVED2; /*!< Reserved, 0x1A */ |
| } SPDIFRX_TypeDef; |
| |
| |
| /** |
| * @brief Secure digital input/output Interface |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t POWER; /*!< SDMMC power control register, Address offset: 0x00 */ |
| __IO uint32_t CLKCR; /*!< SDMMC clock control register, Address offset: 0x04 */ |
| __IO uint32_t ARG; /*!< SDMMC argument register, Address offset: 0x08 */ |
| __IO uint32_t CMD; /*!< SDMMC command register, Address offset: 0x0C */ |
| __I uint32_t RESPCMD; /*!< SDMMC command response register, Address offset: 0x10 */ |
| __I uint32_t RESP1; /*!< SDMMC response 1 register, Address offset: 0x14 */ |
| __I uint32_t RESP2; /*!< SDMMC response 2 register, Address offset: 0x18 */ |
| __I uint32_t RESP3; /*!< SDMMC response 3 register, Address offset: 0x1C */ |
| __I uint32_t RESP4; /*!< SDMMC response 4 register, Address offset: 0x20 */ |
| __IO uint32_t DTIMER; /*!< SDMMC data timer register, Address offset: 0x24 */ |
| __IO uint32_t DLEN; /*!< SDMMC data length register, Address offset: 0x28 */ |
| __IO uint32_t DCTRL; /*!< SDMMC data control register, Address offset: 0x2C */ |
| __I uint32_t DCOUNT; /*!< SDMMC data counter register, Address offset: 0x30 */ |
| __I uint32_t STA; /*!< SDMMC status register, Address offset: 0x34 */ |
| __IO uint32_t ICR; /*!< SDMMC interrupt clear register, Address offset: 0x38 */ |
| __IO uint32_t MASK; /*!< SDMMC mask register, Address offset: 0x3C */ |
| __IO uint32_t ACKTIME; /*!< SDMMC Acknowledgement timer register, Address offset: 0x40 */ |
| uint32_t RESERVED0[3]; /*!< Reserved, 0x44 - 0x4C - 0x4C */ |
| __IO uint32_t IDMACTRL; /*!< SDMMC DMA control register, Address offset: 0x50 */ |
| __IO uint32_t IDMABSIZE; /*!< SDMMC DMA buffer size register, Address offset: 0x54 */ |
| __IO uint32_t IDMABASE0; /*!< SDMMC DMA buffer 0 base address register, Address offset: 0x58 */ |
| __IO uint32_t IDMABASE1; /*!< SDMMC DMA buffer 1 base address register, Address offset: 0x5C */ |
| uint32_t RESERVED1[8]; /*!< Reserved, 0x60-0x7C */ |
| __IO uint32_t FIFO; /*!< SDMMC data FIFO register, Address offset: 0x80 */ |
| uint32_t RESERVED2[222]; /*!< Reserved, 0x84-0x3F8 */ |
| __IO uint32_t IPVR; /*!< SDMMC data FIFO register, Address offset: 0x3FC */ |
| } SDMMC_TypeDef; |
| |
| |
| /** |
| * @brief Delay Block DLYB |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t CR; /*!< DELAY BLOCK control register, Address offset: 0x00 */ |
| __IO uint32_t CFGR; /*!< DELAY BLOCK configuration register, Address offset: 0x04 */ |
| } DLYB_TypeDef; |
| |
| /** |
| * @brief HW Semaphore HSEM |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t R[32]; /*!< 2-step write lock and read back registers, Address offset: 00h-7Ch */ |
| __IO uint32_t RLR[32]; /*!< 1-step read lock registers, Address offset: 80h-FCh */ |
| __IO uint32_t C1IER; /*!< HSEM Interrupt enable register , Address offset: 100h */ |
| __IO uint32_t C1ICR; /*!< HSEM Interrupt clear register , Address offset: 104h */ |
| __IO uint32_t C1ISR; /*!< HSEM Interrupt Status register , Address offset: 108h */ |
| __IO uint32_t C1MISR; /*!< HSEM Interrupt Masked Status register , Address offset: 10Ch */ |
| uint32_t Reserved[12]; /* Reserved Address offset: 110h-13Ch */ |
| __IO uint32_t CR; /*!< HSEM Semaphore clear register , Address offset: 140h */ |
| __IO uint32_t KEYR; /*!< HSEM Semaphore clear key register , Address offset: 144h */ |
| |
| } HSEM_TypeDef; |
| |
| typedef struct |
| { |
| __IO uint32_t IER; /*!< HSEM interrupt enable register , Address offset: 0h */ |
| __IO uint32_t ICR; /*!< HSEM interrupt clear register , Address offset: 4h */ |
| __IO uint32_t ISR; /*!< HSEM interrupt status register , Address offset: 8h */ |
| __IO uint32_t MISR; /*!< HSEM masked interrupt status register , Address offset: Ch */ |
| } HSEM_Common_TypeDef; |
| |
| /** |
| * @brief Serial Peripheral Interface |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t CR1; /*!< SPI/I2S Control register 1, Address offset: 0x00 */ |
| __IO uint32_t CR2; /*!< SPI Control register 2, Address offset: 0x04 */ |
| __IO uint32_t CFG1; /*!< SPI Configuration register 1, Address offset: 0x08 */ |
| __IO uint32_t CFG2; /*!< SPI Configuration register 2, Address offset: 0x0C */ |
| __IO uint32_t IER; /*!< SPI/I2S Interrupt Enable register, Address offset: 0x10 */ |
| __IO uint32_t SR; /*!< SPI/I2S Status register, Address offset: 0x14 */ |
| __IO uint32_t IFCR; /*!< SPI/I2S Interrupt/Status flags clear register, Address offset: 0x18 */ |
| uint32_t RESERVED0; /*!< Reserved, 0x1C */ |
| __IO uint32_t TXDR; /*!< SPI/I2S Transmit data register, Address offset: 0x20 */ |
| uint32_t RESERVED1[3]; /*!< Reserved, 0x24-0x2C */ |
| __IO uint32_t RXDR; /*!< SPI/I2S Receive data register, Address offset: 0x30 */ |
| uint32_t RESERVED2[3]; /*!< Reserved, 0x34-0x3C */ |
| __IO uint32_t CRCPOLY; /*!< SPI CRC Polynomial register, Address offset: 0x40 */ |
| __IO uint32_t TXCRC; /*!< SPI Transmitter CRC register, Address offset: 0x44 */ |
| __IO uint32_t RXCRC; /*!< SPI Receiver CRC register, Address offset: 0x48 */ |
| __IO uint32_t UDRDR; /*!< SPI Underrun data register, Address offset: 0x4C */ |
| __IO uint32_t I2SCFGR; /*!< I2S Configuration register, Address offset: 0x50 */ |
| |
| } SPI_TypeDef; |
| |
| /** |
| * @brief DTS |
| */ |
| typedef struct |
| { |
| __IO uint32_t CFGR1; /*!< DTS configuration register, Address offset: 0x00 */ |
| uint32_t RESERVED0; /*!< Reserved, Address offset: 0x04 */ |
| __IO uint32_t T0VALR1; /*!< DTS T0 Value register, Address offset: 0x08 */ |
| uint32_t RESERVED1; /*!< Reserved, Address offset: 0x0C */ |
| __IO uint32_t RAMPVALR; /*!< DTS Ramp value register, Address offset: 0x10 */ |
| __IO uint32_t ITR1; /*!< DTS Interrupt threshold register, Address offset: 0x14 */ |
| uint32_t RESERVED2; /*!< Reserved, Address offset: 0x18 */ |
| __IO uint32_t DR; /*!< DTS data register, Address offset: 0x1C */ |
| __IO uint32_t SR; /*!< DTS status register Address offset: 0x20 */ |
| __IO uint32_t ITENR; /*!< DTS Interrupt enable register, Address offset: 0x24 */ |
| __IO uint32_t ICIFR; /*!< DTS Clear Interrupt flag register, Address offset: 0x28 */ |
| __IO uint32_t OR; /*!< DTS option register 1, Address offset: 0x2C */ |
| } |
| DTS_TypeDef; |
| |
| /** |
| * @brief TIM |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t CR1; /*!< TIM control register 1, Address offset: 0x00 */ |
| __IO uint32_t CR2; /*!< TIM control register 2, Address offset: 0x04 */ |
| __IO uint32_t SMCR; /*!< TIM slave mode control register, Address offset: 0x08 */ |
| __IO uint32_t DIER; /*!< TIM DMA/interrupt enable register, Address offset: 0x0C */ |
| __IO uint32_t SR; /*!< TIM status register, Address offset: 0x10 */ |
| __IO uint32_t EGR; /*!< TIM event generation register, Address offset: 0x14 */ |
| __IO uint32_t CCMR1; /*!< TIM capture/compare mode register 1, Address offset: 0x18 */ |
| __IO uint32_t CCMR2; /*!< TIM capture/compare mode register 2, Address offset: 0x1C */ |
| __IO uint32_t CCER; /*!< TIM capture/compare enable register, Address offset: 0x20 */ |
| __IO uint32_t CNT; /*!< TIM counter register, Address offset: 0x24 */ |
| __IO uint32_t PSC; /*!< TIM prescaler, Address offset: 0x28 */ |
| __IO uint32_t ARR; /*!< TIM auto-reload register, Address offset: 0x2C */ |
| __IO uint32_t RCR; /*!< TIM repetition counter register, Address offset: 0x30 */ |
| __IO uint32_t CCR1; /*!< TIM capture/compare register 1, Address offset: 0x34 */ |
| __IO uint32_t CCR2; /*!< TIM capture/compare register 2, Address offset: 0x38 */ |
| __IO uint32_t CCR3; /*!< TIM capture/compare register 3, Address offset: 0x3C */ |
| __IO uint32_t CCR4; /*!< TIM capture/compare register 4, Address offset: 0x40 */ |
| __IO uint32_t BDTR; /*!< TIM break and dead-time register, Address offset: 0x44 */ |
| __IO uint32_t DCR; /*!< TIM DMA control register, Address offset: 0x48 */ |
| __IO uint32_t DMAR; /*!< TIM DMA address for full transfer, Address offset: 0x4C */ |
| uint32_t RESERVED1; /*!< Reserved, 0x50 */ |
| __IO uint32_t CCMR3; /*!< TIM capture/compare mode register 3, Address offset: 0x54 */ |
| __IO uint32_t CCR5; /*!< TIM capture/compare register5, Address offset: 0x58 */ |
| __IO uint32_t CCR6; /*!< TIM capture/compare register6, Address offset: 0x5C */ |
| __IO uint32_t AF1; /*!< TIM alternate function option register 1, Address offset: 0x60 */ |
| __IO uint32_t AF2; /*!< TIM alternate function option register 2, Address offset: 0x64 */ |
| __IO uint32_t TISEL; /*!< TIM Input Selection register, Address offset: 0x68 */ |
| } TIM_TypeDef; |
| |
| /** |
| * @brief LPTIMIMER |
| */ |
| typedef struct |
| { |
| __IO uint32_t ISR; /*!< LPTIM Interrupt and Status register, Address offset: 0x00 */ |
| __IO uint32_t ICR; /*!< LPTIM Interrupt Clear register, Address offset: 0x04 */ |
| __IO uint32_t IER; /*!< LPTIM Interrupt Enable register, Address offset: 0x08 */ |
| __IO uint32_t CFGR; /*!< LPTIM Configuration register, Address offset: 0x0C */ |
| __IO uint32_t CR; /*!< LPTIM Control register, Address offset: 0x10 */ |
| __IO uint32_t CMP; /*!< LPTIM Compare register, Address offset: 0x14 */ |
| __IO uint32_t ARR; /*!< LPTIM Autoreload register, Address offset: 0x18 */ |
| __IO uint32_t CNT; /*!< LPTIM Counter register, Address offset: 0x1C */ |
| uint32_t RESERVED1; /*!< Reserved, 0x20 */ |
| __IO uint32_t CFGR2; /*!< LPTIM Configuration register, Address offset: 0x24 */ |
| } LPTIM_TypeDef; |
| |
| /** |
| * @brief Comparator |
| */ |
| typedef struct |
| { |
| __IO uint32_t SR; /*!< Comparator status register, Address offset: 0x00 */ |
| __IO uint32_t ICFR; /*!< Comparator interrupt clear flag register, Address offset: 0x04 */ |
| __IO uint32_t OR; /*!< Comparator option register, Address offset: 0x08 */ |
| } COMPOPT_TypeDef; |
| |
| typedef struct |
| { |
| __IO uint32_t CFGR; /*!< Comparator configuration register , Address offset: 0x00 */ |
| } COMP_TypeDef; |
| |
| typedef struct |
| { |
| __IO uint32_t CFGR; /*!< COMP control and status register, used for bits common to several COMP instances, Address offset: 0x00 */ |
| } COMP_Common_TypeDef; |
| /** |
| * @brief Universal Synchronous Asynchronous Receiver Transmitter |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t CR1; /*!< USART Control register 1, Address offset: 0x00 */ |
| __IO uint32_t CR2; /*!< USART Control register 2, Address offset: 0x04 */ |
| __IO uint32_t CR3; /*!< USART Control register 3, Address offset: 0x08 */ |
| __IO uint32_t BRR; /*!< USART Baud rate register, Address offset: 0x0C */ |
| __IO uint32_t GTPR; /*!< USART Guard time and prescaler register, Address offset: 0x10 */ |
| __IO uint32_t RTOR; /*!< USART Receiver Time Out register, Address offset: 0x14 */ |
| __IO uint32_t RQR; /*!< USART Request register, Address offset: 0x18 */ |
| __IO uint32_t ISR; /*!< USART Interrupt and status register, Address offset: 0x1C */ |
| __IO uint32_t ICR; /*!< USART Interrupt flag Clear register, Address offset: 0x20 */ |
| __IO uint32_t RDR; /*!< USART Receive Data register, Address offset: 0x24 */ |
| __IO uint32_t TDR; /*!< USART Transmit Data register, Address offset: 0x28 */ |
| __IO uint32_t PRESC; /*!< USART clock Prescaler register, Address offset: 0x2C */ |
| } USART_TypeDef; |
| |
| /** |
| * @brief Single Wire Protocol Master Interface SPWMI |
| */ |
| typedef struct |
| { |
| __IO uint32_t CR; /*!< SWPMI Configuration/Control register, Address offset: 0x00 */ |
| __IO uint32_t BRR; /*!< SWPMI bitrate register, Address offset: 0x04 */ |
| uint32_t RESERVED1; /*!< Reserved, 0x08 */ |
| __IO uint32_t ISR; /*!< SWPMI Interrupt and Status register, Address offset: 0x0C */ |
| __IO uint32_t ICR; /*!< SWPMI Interrupt Flag Clear register, Address offset: 0x10 */ |
| __IO uint32_t IER; /*!< SWPMI Interrupt Enable register, Address offset: 0x14 */ |
| __IO uint32_t RFL; /*!< SWPMI Receive Frame Length register, Address offset: 0x18 */ |
| __IO uint32_t TDR; /*!< SWPMI Transmit data register, Address offset: 0x1C */ |
| __IO uint32_t RDR; /*!< SWPMI Receive data register, Address offset: 0x20 */ |
| __IO uint32_t OR; /*!< SWPMI Option register, Address offset: 0x24 */ |
| } SWPMI_TypeDef; |
| |
| /** |
| * @brief Window WATCHDOG |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t CR; /*!< WWDG Control register, Address offset: 0x00 */ |
| __IO uint32_t CFR; /*!< WWDG Configuration register, Address offset: 0x04 */ |
| __IO uint32_t SR; /*!< WWDG Status register, Address offset: 0x08 */ |
| } WWDG_TypeDef; |
| |
| |
| /** |
| * @brief RAM_ECC_Specific_Registers |
| */ |
| typedef struct |
| { |
| __IO uint32_t CR; /*!< RAMECC monitor configuration register */ |
| __IO uint32_t SR; /*!< RAMECC monitor status register */ |
| __IO uint32_t FAR; /*!< RAMECC monitor failing address register */ |
| __IO uint32_t FDRL; /*!< RAMECC monitor failing data low register */ |
| __IO uint32_t FDRH; /*!< RAMECC monitor failing data high register */ |
| __IO uint32_t FECR; /*!< RAMECC monitor failing ECC error code register */ |
| } RAMECC_MonitorTypeDef; |
| |
| typedef struct |
| { |
| __IO uint32_t IER; /*!< RAMECC interrupt enable register */ |
| } RAMECC_TypeDef; |
| /** |
| * @} |
| */ |
| |
| |
| /** |
| * @brief Crypto Processor |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t CR; /*!< CRYP control register, Address offset: 0x00 */ |
| __IO uint32_t SR; /*!< CRYP status register, Address offset: 0x04 */ |
| __IO uint32_t DIN; /*!< CRYP data input register, Address offset: 0x08 */ |
| __IO uint32_t DOUT; /*!< CRYP data output register, Address offset: 0x0C */ |
| __IO uint32_t DMACR; /*!< CRYP DMA control register, Address offset: 0x10 */ |
| __IO uint32_t IMSCR; /*!< CRYP interrupt mask set/clear register, Address offset: 0x14 */ |
| __IO uint32_t RISR; /*!< CRYP raw interrupt status register, Address offset: 0x18 */ |
| __IO uint32_t MISR; /*!< CRYP masked interrupt status register, Address offset: 0x1C */ |
| __IO uint32_t K0LR; /*!< CRYP key left register 0, Address offset: 0x20 */ |
| __IO uint32_t K0RR; /*!< CRYP key right register 0, Address offset: 0x24 */ |
| __IO uint32_t K1LR; /*!< CRYP key left register 1, Address offset: 0x28 */ |
| __IO uint32_t K1RR; /*!< CRYP key right register 1, Address offset: 0x2C */ |
| __IO uint32_t K2LR; /*!< CRYP key left register 2, Address offset: 0x30 */ |
| __IO uint32_t K2RR; /*!< CRYP key right register 2, Address offset: 0x34 */ |
| __IO uint32_t K3LR; /*!< CRYP key left register 3, Address offset: 0x38 */ |
| __IO uint32_t K3RR; /*!< CRYP key right register 3, Address offset: 0x3C */ |
| __IO uint32_t IV0LR; /*!< CRYP initialization vector left-word register 0, Address offset: 0x40 */ |
| __IO uint32_t IV0RR; /*!< CRYP initialization vector right-word register 0, Address offset: 0x44 */ |
| __IO uint32_t IV1LR; /*!< CRYP initialization vector left-word register 1, Address offset: 0x48 */ |
| __IO uint32_t IV1RR; /*!< CRYP initialization vector right-word register 1, Address offset: 0x4C */ |
| __IO uint32_t CSGCMCCM0R; /*!< CRYP GCM/GMAC or CCM/CMAC context swap register 0, Address offset: 0x50 */ |
| __IO uint32_t CSGCMCCM1R; /*!< CRYP GCM/GMAC or CCM/CMAC context swap register 1, Address offset: 0x54 */ |
| __IO uint32_t CSGCMCCM2R; /*!< CRYP GCM/GMAC or CCM/CMAC context swap register 2, Address offset: 0x58 */ |
| __IO uint32_t CSGCMCCM3R; /*!< CRYP GCM/GMAC or CCM/CMAC context swap register 3, Address offset: 0x5C */ |
| __IO uint32_t CSGCMCCM4R; /*!< CRYP GCM/GMAC or CCM/CMAC context swap register 4, Address offset: 0x60 */ |
| __IO uint32_t CSGCMCCM5R; /*!< CRYP GCM/GMAC or CCM/CMAC context swap register 5, Address offset: 0x64 */ |
| __IO uint32_t CSGCMCCM6R; /*!< CRYP GCM/GMAC or CCM/CMAC context swap register 6, Address offset: 0x68 */ |
| __IO uint32_t CSGCMCCM7R; /*!< CRYP GCM/GMAC or CCM/CMAC context swap register 7, Address offset: 0x6C */ |
| __IO uint32_t CSGCM0R; /*!< CRYP GCM/GMAC context swap register 0, Address offset: 0x70 */ |
| __IO uint32_t CSGCM1R; /*!< CRYP GCM/GMAC context swap register 1, Address offset: 0x74 */ |
| __IO uint32_t CSGCM2R; /*!< CRYP GCM/GMAC context swap register 2, Address offset: 0x78 */ |
| __IO uint32_t CSGCM3R; /*!< CRYP GCM/GMAC context swap register 3, Address offset: 0x7C */ |
| __IO uint32_t CSGCM4R; /*!< CRYP GCM/GMAC context swap register 4, Address offset: 0x80 */ |
| __IO uint32_t CSGCM5R; /*!< CRYP GCM/GMAC context swap register 5, Address offset: 0x84 */ |
| __IO uint32_t CSGCM6R; /*!< CRYP GCM/GMAC context swap register 6, Address offset: 0x88 */ |
| __IO uint32_t CSGCM7R; /*!< CRYP GCM/GMAC context swap register 7, Address offset: 0x8C */ |
| } CRYP_TypeDef; |
| |
| /** |
| * @brief HASH |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t CR; /*!< HASH control register, Address offset: 0x00 */ |
| __IO uint32_t DIN; /*!< HASH data input register, Address offset: 0x04 */ |
| __IO uint32_t STR; /*!< HASH start register, Address offset: 0x08 */ |
| __IO uint32_t HR[5]; /*!< HASH digest registers, Address offset: 0x0C-0x1C */ |
| __IO uint32_t IMR; /*!< HASH interrupt enable register, Address offset: 0x20 */ |
| __IO uint32_t SR; /*!< HASH status register, Address offset: 0x24 */ |
| uint32_t RESERVED[52]; /*!< Reserved, 0x28-0xF4 */ |
| __IO uint32_t CSR[54]; /*!< HASH context swap registers, Address offset: 0x0F8-0x1CC */ |
| } HASH_TypeDef; |
| |
| /** |
| * @brief HASH_DIGEST |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t HR[8]; /*!< HASH digest registers, Address offset: 0x310-0x32C */ |
| } HASH_DIGEST_TypeDef; |
| |
| |
| /** |
| * @brief RNG |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t CR; /*!< RNG control register, Address offset: 0x00 */ |
| __IO uint32_t SR; /*!< RNG status register, Address offset: 0x04 */ |
| __IO uint32_t DR; /*!< RNG data register, Address offset: 0x08 */ |
| uint32_t RESERVED; |
| __IO uint32_t HTCR; /*!< RNG health test configuration register, Address offset: 0x10 */ |
| } RNG_TypeDef; |
| |
| /** |
| * @brief MDIOS |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t CR; |
| __IO uint32_t WRFR; |
| __IO uint32_t CWRFR; |
| __IO uint32_t RDFR; |
| __IO uint32_t CRDFR; |
| __IO uint32_t SR; |
| __IO uint32_t CLRFR; |
| uint32_t RESERVED[57]; |
| __IO uint32_t DINR0; |
| __IO uint32_t DINR1; |
| __IO uint32_t DINR2; |
| __IO uint32_t DINR3; |
| __IO uint32_t DINR4; |
| __IO uint32_t DINR5; |
| __IO uint32_t DINR6; |
| __IO uint32_t DINR7; |
| __IO uint32_t DINR8; |
| __IO uint32_t DINR9; |
| __IO uint32_t DINR10; |
| __IO uint32_t DINR11; |
| __IO uint32_t DINR12; |
| __IO uint32_t DINR13; |
| __IO uint32_t DINR14; |
| __IO uint32_t DINR15; |
| __IO uint32_t DINR16; |
| __IO uint32_t DINR17; |
| __IO uint32_t DINR18; |
| __IO uint32_t DINR19; |
| __IO uint32_t DINR20; |
| __IO uint32_t DINR21; |
| __IO uint32_t DINR22; |
| __IO uint32_t DINR23; |
| __IO uint32_t DINR24; |
| __IO uint32_t DINR25; |
| __IO uint32_t DINR26; |
| __IO uint32_t DINR27; |
| __IO uint32_t DINR28; |
| __IO uint32_t DINR29; |
| __IO uint32_t DINR30; |
| __IO uint32_t DINR31; |
| __IO uint32_t DOUTR0; |
| __IO uint32_t DOUTR1; |
| __IO uint32_t DOUTR2; |
| __IO uint32_t DOUTR3; |
| __IO uint32_t DOUTR4; |
| __IO uint32_t DOUTR5; |
| __IO uint32_t DOUTR6; |
| __IO uint32_t DOUTR7; |
| __IO uint32_t DOUTR8; |
| __IO uint32_t DOUTR9; |
| __IO uint32_t DOUTR10; |
| __IO uint32_t DOUTR11; |
| __IO uint32_t DOUTR12; |
| __IO uint32_t DOUTR13; |
| __IO uint32_t DOUTR14; |
| __IO uint32_t DOUTR15; |
| __IO uint32_t DOUTR16; |
| __IO uint32_t DOUTR17; |
| __IO uint32_t DOUTR18; |
| __IO uint32_t DOUTR19; |
| __IO uint32_t DOUTR20; |
| __IO uint32_t DOUTR21; |
| __IO uint32_t DOUTR22; |
| __IO uint32_t DOUTR23; |
| __IO uint32_t DOUTR24; |
| __IO uint32_t DOUTR25; |
| __IO uint32_t DOUTR26; |
| __IO uint32_t DOUTR27; |
| __IO uint32_t DOUTR28; |
| __IO uint32_t DOUTR29; |
| __IO uint32_t DOUTR30; |
| __IO uint32_t DOUTR31; |
| } MDIOS_TypeDef; |
| |
| |
| /** |
| * @brief USB_OTG_Core_Registers |
| */ |
| typedef struct |
| { |
| __IO uint32_t GOTGCTL; /*!< USB_OTG Control and Status Register 000h */ |
| __IO uint32_t GOTGINT; /*!< USB_OTG Interrupt Register 004h */ |
| __IO uint32_t GAHBCFG; /*!< Core AHB Configuration Register 008h */ |
| __IO uint32_t GUSBCFG; /*!< Core USB Configuration Register 00Ch */ |
| __IO uint32_t GRSTCTL; /*!< Core Reset Register 010h */ |
| __IO uint32_t GINTSTS; /*!< Core Interrupt Register 014h */ |
| __IO uint32_t GINTMSK; /*!< Core Interrupt Mask Register 018h */ |
| __IO uint32_t GRXSTSR; /*!< Receive Sts Q Read Register 01Ch */ |
| __IO uint32_t GRXSTSP; /*!< Receive Sts Q Read & POP Register 020h */ |
| __IO uint32_t GRXFSIZ; /*!< Receive FIFO Size Register 024h */ |
| __IO uint32_t DIEPTXF0_HNPTXFSIZ; /*!< EP0 / Non Periodic Tx FIFO Size Register 028h */ |
| __IO uint32_t HNPTXSTS; /*!< Non Periodic Tx FIFO/Queue Sts reg 02Ch */ |
| uint32_t Reserved30[2]; /*!< Reserved 030h */ |
| __IO uint32_t GCCFG; /*!< General Purpose IO Register 038h */ |
| __IO uint32_t CID; /*!< User ID Register 03Ch */ |
| __IO uint32_t GSNPSID; /* USB_OTG core ID 040h*/ |
| __IO uint32_t GHWCFG1; /* User HW config1 044h*/ |
| __IO uint32_t GHWCFG2; /* User HW config2 048h*/ |
| __IO uint32_t GHWCFG3; /*!< User HW config3 04Ch */ |
| uint32_t Reserved6; /*!< Reserved 050h */ |
| __IO uint32_t GLPMCFG; /*!< LPM Register 054h */ |
| __IO uint32_t GPWRDN; /*!< Power Down Register 058h */ |
| __IO uint32_t GDFIFOCFG; /*!< DFIFO Software Config Register 05Ch */ |
| __IO uint32_t GADPCTL; /*!< ADP Timer, Control and Status Register 60Ch */ |
| uint32_t Reserved43[39]; /*!< Reserved 058h-0FFh */ |
| __IO uint32_t HPTXFSIZ; /*!< Host Periodic Tx FIFO Size Reg 100h */ |
| __IO uint32_t DIEPTXF[0x0F]; /*!< dev Periodic Transmit FIFO */ |
| } USB_OTG_GlobalTypeDef; |
| |
| |
| /** |
| * @brief USB_OTG_device_Registers |
| */ |
| typedef struct |
| { |
| __IO uint32_t DCFG; /*!< dev Configuration Register 800h */ |
| __IO uint32_t DCTL; /*!< dev Control Register 804h */ |
| __IO uint32_t DSTS; /*!< dev Status Register (RO) 808h */ |
| uint32_t Reserved0C; /*!< Reserved 80Ch */ |
| __IO uint32_t DIEPMSK; /*!< dev IN Endpoint Mask 810h */ |
| __IO uint32_t DOEPMSK; /*!< dev OUT Endpoint Mask 814h */ |
| __IO uint32_t DAINT; /*!< dev All Endpoints Itr Reg 818h */ |
| __IO uint32_t DAINTMSK; /*!< dev All Endpoints Itr Mask 81Ch */ |
| uint32_t Reserved20; /*!< Reserved 820h */ |
| uint32_t Reserved9; /*!< Reserved 824h */ |
| __IO uint32_t DVBUSDIS; /*!< dev VBUS discharge Register 828h */ |
| __IO uint32_t DVBUSPULSE; /*!< dev VBUS Pulse Register 82Ch */ |
| __IO uint32_t DTHRCTL; /*!< dev threshold 830h */ |
| __IO uint32_t DIEPEMPMSK; /*!< dev empty msk 834h */ |
| __IO uint32_t DEACHINT; /*!< dedicated EP interrupt 838h */ |
| __IO uint32_t DEACHMSK; /*!< dedicated EP msk 83Ch */ |
| uint32_t Reserved40; /*!< dedicated EP mask 840h */ |
| __IO uint32_t DINEP1MSK; /*!< dedicated EP mask 844h */ |
| uint32_t Reserved44[15]; /*!< Reserved 844-87Ch */ |
| __IO uint32_t DOUTEP1MSK; /*!< dedicated EP msk 884h */ |
| } USB_OTG_DeviceTypeDef; |
| |
| |
| /** |
| * @brief USB_OTG_IN_Endpoint-Specific_Register |
| */ |
| typedef struct |
| { |
| __IO uint32_t DIEPCTL; /*!< dev IN Endpoint Control Reg 900h + (ep_num * 20h) + 00h */ |
| uint32_t Reserved04; /*!< Reserved 900h + (ep_num * 20h) + 04h */ |
| __IO uint32_t DIEPINT; /*!< dev IN Endpoint Itr Reg 900h + (ep_num * 20h) + 08h */ |
| uint32_t Reserved0C; /*!< Reserved 900h + (ep_num * 20h) + 0Ch */ |
| __IO uint32_t DIEPTSIZ; /*!< IN Endpoint Txfer Size 900h + (ep_num * 20h) + 10h */ |
| __IO uint32_t DIEPDMA; /*!< IN Endpoint DMA Address Reg 900h + (ep_num * 20h) + 14h */ |
| __IO uint32_t DTXFSTS; /*!< IN Endpoint Tx FIFO Status Reg 900h + (ep_num * 20h) + 18h */ |
| uint32_t Reserved18; /*!< Reserved 900h+(ep_num*20h)+1Ch-900h+ (ep_num * 20h) + 1Ch */ |
| } USB_OTG_INEndpointTypeDef; |
| |
| |
| /** |
| * @brief USB_OTG_OUT_Endpoint-Specific_Registers |
| */ |
| typedef struct |
| { |
| __IO uint32_t DOEPCTL; /*!< dev OUT Endpoint Control Reg B00h + (ep_num * 20h) + 00h */ |
| uint32_t Reserved04; /*!< Reserved B00h + (ep_num * 20h) + 04h */ |
| __IO uint32_t DOEPINT; /*!< dev OUT Endpoint Itr Reg B00h + (ep_num * 20h) + 08h */ |
| uint32_t Reserved0C; /*!< Reserved B00h + (ep_num * 20h) + 0Ch */ |
| __IO uint32_t DOEPTSIZ; /*!< dev OUT Endpoint Txfer Size B00h + (ep_num * 20h) + 10h */ |
| __IO uint32_t DOEPDMA; /*!< dev OUT Endpoint DMA Address B00h + (ep_num * 20h) + 14h */ |
| uint32_t Reserved18[2]; /*!< Reserved B00h + (ep_num * 20h) + 18h - B00h + (ep_num * 20h) + 1Ch */ |
| } USB_OTG_OUTEndpointTypeDef; |
| |
| |
| /** |
| * @brief USB_OTG_Host_Mode_Register_Structures |
| */ |
| typedef struct |
| { |
| __IO uint32_t HCFG; /*!< Host Configuration Register 400h */ |
| __IO uint32_t HFIR; /*!< Host Frame Interval Register 404h */ |
| __IO uint32_t HFNUM; /*!< Host Frame Nbr/Frame Remaining 408h */ |
| uint32_t Reserved40C; /*!< Reserved 40Ch */ |
| __IO uint32_t HPTXSTS; /*!< Host Periodic Tx FIFO/ Queue Status 410h */ |
| __IO uint32_t HAINT; /*!< Host All Channels Interrupt Register 414h */ |
| __IO uint32_t HAINTMSK; /*!< Host All Channels Interrupt Mask 418h */ |
| } USB_OTG_HostTypeDef; |
| |
| /** |
| * @brief USB_OTG_Host_Channel_Specific_Registers |
| */ |
| typedef struct |
| { |
| __IO uint32_t HCCHAR; /*!< Host Channel Characteristics Register 500h */ |
| __IO uint32_t HCSPLT; /*!< Host Channel Split Control Register 504h */ |
| __IO uint32_t HCINT; /*!< Host Channel Interrupt Register 508h */ |
| __IO uint32_t HCINTMSK; /*!< Host Channel Interrupt Mask Register 50Ch */ |
| __IO uint32_t HCTSIZ; /*!< Host Channel Transfer Size Register 510h */ |
| __IO uint32_t HCDMA; /*!< Host Channel DMA Address Register 514h */ |
| uint32_t Reserved[2]; /*!< Reserved */ |
| } USB_OTG_HostChannelTypeDef; |
| /** |
| * @} |
| */ |
| |
| /** |
| * @brief OCTO Serial Peripheral Interface |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t CR; /*!< OCTOSPI Control register, Address offset: 0x000 */ |
| uint32_t RESERVED; /*!< Reserved, Address offset: 0x004 */ |
| __IO uint32_t DCR1; /*!< OCTOSPI Device Configuration register 1, Address offset: 0x008 */ |
| __IO uint32_t DCR2; /*!< OCTOSPI Device Configuration register 2, Address offset: 0x00C */ |
| __IO uint32_t DCR3; /*!< OCTOSPI Device Configuration register 3, Address offset: 0x010 */ |
| __IO uint32_t DCR4; /*!< OCTOSPI Device Configuration register 4, Address offset: 0x014 */ |
| uint32_t RESERVED1[2]; /*!< Reserved, Address offset: 0x018-0x01C */ |
| __IO uint32_t SR; /*!< OCTOSPI Status register, Address offset: 0x020 */ |
| __IO uint32_t FCR; /*!< OCTOSPI Flag Clear register, Address offset: 0x024 */ |
| uint32_t RESERVED2[6]; /*!< Reserved, Address offset: 0x028-0x03C */ |
| __IO uint32_t DLR; /*!< OCTOSPI Data Length register, Address offset: 0x040 */ |
| uint32_t RESERVED3; /*!< Reserved, Address offset: 0x044 */ |
| __IO uint32_t AR; /*!< OCTOSPI Address register, Address offset: 0x048 */ |
| uint32_t RESERVED4; /*!< Reserved, Address offset: 0x04C */ |
| __IO uint32_t DR; /*!< OCTOSPI Data register, Address offset: 0x050 */ |
| uint32_t RESERVED5[11]; /*!< Reserved, Address offset: 0x054-0x07C */ |
| __IO uint32_t PSMKR; /*!< OCTOSPI Polling Status Mask register, Address offset: 0x080 */ |
| uint32_t RESERVED6; /*!< Reserved, Address offset: 0x084 */ |
| __IO uint32_t PSMAR; /*!< OCTOSPI Polling Status Match register, Address offset: 0x088 */ |
| uint32_t RESERVED7; /*!< Reserved, Address offset: 0x08C */ |
| __IO uint32_t PIR; /*!< OCTOSPI Polling Interval register, Address offset: 0x090 */ |
| uint32_t RESERVED8[27]; /*!< Reserved, Address offset: 0x094-0x0FC */ |
| __IO uint32_t CCR; /*!< OCTOSPI Communication Configuration register, Address offset: 0x100 */ |
| uint32_t RESERVED9; /*!< Reserved, Address offset: 0x104 */ |
| __IO uint32_t TCR; /*!< OCTOSPI Timing Configuration register, Address offset: 0x108 */ |
| uint32_t RESERVED10; /*!< Reserved, Address offset: 0x10C */ |
| __IO uint32_t IR; /*!< OCTOSPI Instruction register, Address offset: 0x110 */ |
| uint32_t RESERVED11[3]; /*!< Reserved, Address offset: 0x114-0x11C */ |
| __IO uint32_t ABR; /*!< OCTOSPI Alternate Bytes register, Address offset: 0x120 */ |
| uint32_t RESERVED12[3]; /*!< Reserved, Address offset: 0x124-0x12C */ |
| __IO uint32_t LPTR; /*!< OCTOSPI Low Power Timeout register, Address offset: 0x130 */ |
| uint32_t RESERVED13[3]; /*!< Reserved, Address offset: 0x134-0x13C */ |
| __IO uint32_t WPCCR; /*!< OCTOSPI Wrap Communication Configuration register, Address offset: 0x140 */ |
| uint32_t RESERVED14; /*!< Reserved, Address offset: 0x144 */ |
| __IO uint32_t WPTCR; /*!< OCTOSPI Wrap Timing Configuration register, Address offset: 0x148 */ |
| uint32_t RESERVED15; /*!< Reserved, Address offset: 0x14C */ |
| __IO uint32_t WPIR; /*!< OCTOSPI Wrap Instruction register, Address offset: 0x150 */ |
| uint32_t RESERVED16[3]; /*!< Reserved, Address offset: 0x154-0x15C */ |
| __IO uint32_t WPABR; /*!< OCTOSPI Wrap Alternate Bytes register, Address offset: 0x160 */ |
| uint32_t RESERVED17[7]; /*!< Reserved, Address offset: 0x164-0x17C */ |
| __IO uint32_t WCCR; /*!< OCTOSPI Write Communication Configuration register, Address offset: 0x180 */ |
| uint32_t RESERVED18; /*!< Reserved, Address offset: 0x184 */ |
| __IO uint32_t WTCR; /*!< OCTOSPI Write Timing Configuration register, Address offset: 0x188 */ |
| uint32_t RESERVED19; /*!< Reserved, Address offset: 0x18C */ |
| __IO uint32_t WIR; /*!< OCTOSPI Write Instruction register, Address offset: 0x190 */ |
| uint32_t RESERVED20[3]; /*!< Reserved, Address offset: 0x194-0x19C */ |
| __IO uint32_t WABR; /*!< OCTOSPI Write Alternate Bytes register, Address offset: 0x1A0 */ |
| uint32_t RESERVED21[23]; /*!< Reserved, Address offset: 0x1A4-0x1FC */ |
| __IO uint32_t HLCR; /*!< OCTOSPI Hyperbus Latency Configuration register, Address offset: 0x200 */ |
| uint32_t RESERVED22[122]; /*!< Reserved, Address offset: 0x204-0x3EC */ |
| __IO uint32_t HWCFGR; /*!< OCTOSPI HW Configuration register, Address offset: 0x3F0 */ |
| __IO uint32_t VER; /*!< OCTOSPI Version register, Address offset: 0x3F4 */ |
| __IO uint32_t ID; /*!< OCTOSPI Identification register, Address offset: 0x3F8 */ |
| __IO uint32_t MID; /*!< OCTOPSI HW Magic ID register, Address offset: 0x3FC */ |
| } OCTOSPI_TypeDef; |
| |
| /** |
| * @} |
| */ |
| /** |
| * @brief OCTO Serial Peripheral Interface IO Manager |
| */ |
| |
| typedef struct |
| { |
| __IO uint32_t CR; /*!< OCTOSPI IO Manager Control register, Address offset: 0x00 */ |
| __IO uint32_t PCR[3]; /*!< OCTOSPI IO Manager Port[1:3] Configuration register, Address offset: 0x04-0x20 */ |
| } OCTOSPIM_TypeDef; |
| |
| /** |
| * @} |
| */ |
| |
| /** |
| * @brief OTFD register |
| */ |
| typedef struct |
| { |
| __IO uint32_t REG_CONFIGR; |
| __IO uint32_t REG_START_ADDR; |
| __IO uint32_t REG_END_ADDR; |
| __IO uint32_t REG_NONCER0; |
| __IO uint32_t REG_NONCER1; |
| __IO uint32_t REG_KEYR0; |
| __IO uint32_t REG_KEYR1; |
| __IO uint32_t REG_KEYR2; |
| __IO uint32_t REG_KEYR3; |
| } OTFDEC_Region_TypeDef; |
| |
| typedef struct |
| { |
| __IO uint32_t CR; |
| uint32_t RESERVED1[191]; |
| __IO uint32_t ISR; |
| __IO uint32_t ICR; |
| __IO uint32_t IER; |
| uint32_t RESERVED2[56]; |
| __IO uint32_t HWCFGR2; |
| __IO uint32_t HWCFGR1; |
| __IO uint32_t VERR; |
| __IO uint32_t IPIDR; |
| __IO uint32_t SIDR; |
| } OTFDEC_TypeDef; |
| /** |
| * @} |
| */ |
| |
| /** @addtogroup Peripheral_memory_map |
| * @{ |
| */ |
| #define D1_ITCMRAM_BASE (0x00000000UL) /*!< Base address of : 64KB RAM reserved for CPU execution/instruction accessible over ITCM */ |
| #define D1_ITCMICP_BASE (0x00100000UL) /*!< Base address of : (up to 128KB) embedded Test FLASH memory accessible over ITCM */ |
| #define D1_DTCMRAM_BASE (0x20000000UL) /*!< Base address of : 128KB system data RAM accessible over DTCM */ |
| #define D1_AXIFLASH_BASE (0x08000000UL) /*!< Base address of : (up to 1 MB) embedded FLASH memory accessible over AXI */ |
| #define D1_AXIICP_BASE (0x1FF00000UL) /*!< Base address of : (up to 128KB) embedded Test FLASH memory accessible over AXI */ |
| #define D1_AXISRAM1_BASE (0x24000000UL) /*!< Base address of : (up to 128KB) system data RAM1 accessible over over AXI */ |
| #define D1_AXISRAM2_BASE (0x24020000UL) /*!< Base address of : (up to 192KB) system data RAM2 accessible over over AXI to be shared with ITCM (64K granularity) */ |
| #define D1_AXISRAM_BASE D1_AXISRAM1_BASE /*!< Base address of : (up to 320KB) system data RAM1/2 accessible over over AXI */ |
| |
| #define D2_AHBSRAM1_BASE (0x30000000UL) /*!< Base address of : (up to 16KB) system data RAM accessible over over AXI->AHB Bridge */ |
| #define D2_AHBSRAM2_BASE (0x30004000UL) /*!< Base address of : (up to 16KB) system data RAM accessible over over AXI->AHB Bridge */ |
| #define D2_AHBSRAM_BASE D2_AHBSRAM1_BASE /*!< Base address of : (up to 32KB) system data RAM1/2 accessible over over AXI->AHB Bridge */ |
| |
| #define D3_BKPSRAM_BASE (0x38800000UL) /*!< Base address of : Backup SRAM(4 KB) over AXI->AHB Bridge */ |
| #define D3_SRAM_BASE (0x38000000UL) /*!< Base address of : Backup SRAM(16 KB) over AXI->AHB Bridge */ |
| |
| #define PERIPH_BASE (0x40000000UL) /*!< Base address of : AHB/APB Peripherals */ |
| #define OCTOSPI1_BASE (0x90000000UL) /*!< Base address of : OCTOSPI1 memories accessible over AXI */ |
| #define OCTOSPI2_BASE (0x70000000UL) /*!< Base address of : OCTOSPI2 memories accessible over AXI */ |
| |
| #define FLASH_BANK1_BASE (0x08000000UL) /*!< Base address of : (up to 1 MB) Flash Bank1 accessible over AXI */ |
| #define FLASH_END (0x080FFFFFUL) /*!< FLASH end address */ |
| |
| |
| /* Legacy define */ |
| #define FLASH_BASE FLASH_BANK1_BASE |
| |
| /*!< Device electronic signature memory map */ |
| #define UID_BASE (0x1FF1E800UL) /*!< Unique device ID register base address */ |
| #define FLASHSIZE_BASE (0x1FF1E880UL) /*!< FLASH Size register base address */ |
| |
| |
| /*!< Peripheral memory map */ |
| #define D2_APB1PERIPH_BASE PERIPH_BASE |
| #define D2_APB2PERIPH_BASE (PERIPH_BASE + 0x00010000UL) |
| #define D2_AHB1PERIPH_BASE (PERIPH_BASE + 0x00020000UL) |
| #define D2_AHB2PERIPH_BASE (PERIPH_BASE + 0x08020000UL) |
| |
| #define D1_APB1PERIPH_BASE (PERIPH_BASE + 0x10000000UL) |
| #define D1_AHB1PERIPH_BASE (PERIPH_BASE + 0x12000000UL) |
| |
| #define D3_APB1PERIPH_BASE (PERIPH_BASE + 0x18000000UL) |
| #define D3_AHB1PERIPH_BASE (PERIPH_BASE + 0x18020000UL) |
| |
| /*!< Legacy Peripheral memory map */ |
| #define APB1PERIPH_BASE PERIPH_BASE |
| #define APB2PERIPH_BASE (PERIPH_BASE + 0x00010000UL) |
| #define AHB1PERIPH_BASE (PERIPH_BASE + 0x00020000UL) |
| #define AHB2PERIPH_BASE (PERIPH_BASE + 0x08000000UL) |
| |
| |
| /*!< D1_AHB1PERIPH peripherals */ |
| |
| #define MDMA_BASE (D1_AHB1PERIPH_BASE + 0x0000UL) |
| #define DMA2D_BASE (D1_AHB1PERIPH_BASE + 0x1000UL) |
| #define FLASH_R_BASE (D1_AHB1PERIPH_BASE + 0x2000UL) |
| #define FMC_R_BASE (D1_AHB1PERIPH_BASE + 0x4000UL) |
| #define OCTOSPI1_R_BASE (D1_AHB1PERIPH_BASE + 0x5000UL) |
| #define DLYB_OCTOSPI1_BASE (D1_AHB1PERIPH_BASE + 0x6000UL) |
| #define SDMMC1_BASE (D1_AHB1PERIPH_BASE + 0x7000UL) |
| #define DLYB_SDMMC1_BASE (D1_AHB1PERIPH_BASE + 0x8000UL) |
| #define RAMECC1_BASE (D1_AHB1PERIPH_BASE + 0x9000UL) |
| #define OCTOSPI2_R_BASE (D1_AHB1PERIPH_BASE + 0xA000UL) |
| #define DLYB_OCTOSPI2_BASE (D1_AHB1PERIPH_BASE + 0xB000UL) |
| #define OCTOSPIM_BASE (D1_AHB1PERIPH_BASE + 0xB400UL) |
| |
| #define OTFDEC1_BASE (D1_AHB1PERIPH_BASE + 0xB800UL) |
| #define OTFDEC1_REGION1_BASE (OTFDEC1_BASE + 0x20UL) |
| #define OTFDEC1_REGION2_BASE (OTFDEC1_BASE + 0x50UL) |
| #define OTFDEC1_REGION3_BASE (OTFDEC1_BASE + 0x80UL) |
| #define OTFDEC1_REGION4_BASE (OTFDEC1_BASE + 0xB0UL) |
| #define OTFDEC2_BASE (D1_AHB1PERIPH_BASE + 0xBC00UL) |
| #define OTFDEC2_REGION1_BASE (OTFDEC2_BASE + 0x20UL) |
| #define OTFDEC2_REGION2_BASE (OTFDEC2_BASE + 0x50UL) |
| #define OTFDEC2_REGION3_BASE (OTFDEC2_BASE + 0x80UL) |
| #define OTFDEC2_REGION4_BASE (OTFDEC2_BASE + 0xB0UL) |
| |
| /*!< D2_AHB1PERIPH peripherals */ |
| |
| #define DMA1_BASE (D2_AHB1PERIPH_BASE + 0x0000UL) |
| #define DMA2_BASE (D2_AHB1PERIPH_BASE + 0x0400UL) |
| #define DMAMUX1_BASE (D2_AHB1PERIPH_BASE + 0x0800UL) |
| #define ADC1_BASE (D2_AHB1PERIPH_BASE + 0x2000UL) |
| #define ADC2_BASE (D2_AHB1PERIPH_BASE + 0x2100UL) |
| #define ADC12_COMMON_BASE (D2_AHB1PERIPH_BASE + 0x2300UL) |
| #define ETH_BASE (D2_AHB1PERIPH_BASE + 0x8000UL) |
| #define ETH_MAC_BASE (ETH_BASE) |
| |
| /*!< USB registers base address */ |
| #define USB1_OTG_HS_PERIPH_BASE (0x40040000UL) |
| #define USB_OTG_GLOBAL_BASE (0x000UL) |
| #define USB_OTG_DEVICE_BASE (0x800UL) |
| #define USB_OTG_IN_ENDPOINT_BASE (0x900UL) |
| #define USB_OTG_OUT_ENDPOINT_BASE (0xB00UL) |
| #define USB_OTG_EP_REG_SIZE (0x20UL) |
| #define USB_OTG_HOST_BASE (0x400UL) |
| #define USB_OTG_HOST_PORT_BASE (0x440UL) |
| #define USB_OTG_HOST_CHANNEL_BASE (0x500UL) |
| #define USB_OTG_HOST_CHANNEL_SIZE (0x20UL) |
| #define USB_OTG_PCGCCTL_BASE (0xE00UL) |
| #define USB_OTG_FIFO_BASE (0x1000UL) |
| #define USB_OTG_FIFO_SIZE (0x1000UL) |
| |
| /*!< D2_AHB2PERIPH peripherals */ |
| |
| #define DCMI_BASE (D2_AHB2PERIPH_BASE + 0x0000UL) |
| #define PSSI_BASE (D2_AHB2PERIPH_BASE + 0x0400UL) |
| #define CRYP_BASE (D2_AHB2PERIPH_BASE + 0x1000UL) |
| #define HASH_BASE (D2_AHB2PERIPH_BASE + 0x1400UL) |
| #define HASH_DIGEST_BASE (D2_AHB2PERIPH_BASE + 0x1710UL) |
| #define RNG_BASE (D2_AHB2PERIPH_BASE + 0x1800UL) |
| #define SDMMC2_BASE (D2_AHB2PERIPH_BASE + 0x2400UL) |
| #define DLYB_SDMMC2_BASE (D2_AHB2PERIPH_BASE + 0x2800UL) |
| #define RAMECC2_BASE (D2_AHB2PERIPH_BASE + 0x3000UL) |
| #define FMAC_BASE (D2_AHB2PERIPH_BASE + 0x4000UL) |
| #define CORDIC_BASE (D2_AHB2PERIPH_BASE + 0x4400UL) |
| |
| /*!< D3_AHB1PERIPH peripherals */ |
| #define GPIOA_BASE (D3_AHB1PERIPH_BASE + 0x0000UL) |
| #define GPIOB_BASE (D3_AHB1PERIPH_BASE + 0x0400UL) |
| #define GPIOC_BASE (D3_AHB1PERIPH_BASE + 0x0800UL) |
| #define GPIOD_BASE (D3_AHB1PERIPH_BASE + 0x0C00UL) |
| #define GPIOE_BASE (D3_AHB1PERIPH_BASE + 0x1000UL) |
| #define GPIOF_BASE (D3_AHB1PERIPH_BASE + 0x1400UL) |
| #define GPIOG_BASE (D3_AHB1PERIPH_BASE + 0x1800UL) |
| #define GPIOH_BASE (D3_AHB1PERIPH_BASE + 0x1C00UL) |
| #define GPIOJ_BASE (D3_AHB1PERIPH_BASE + 0x2400UL) |
| #define GPIOK_BASE (D3_AHB1PERIPH_BASE + 0x2800UL) |
| #define RCC_BASE (D3_AHB1PERIPH_BASE + 0x4400UL) |
| #define PWR_BASE (D3_AHB1PERIPH_BASE + 0x4800UL) |
| #define CRC_BASE (D3_AHB1PERIPH_BASE + 0x4C00UL) |
| #define BDMA_BASE (D3_AHB1PERIPH_BASE + 0x5400UL) |
| #define DMAMUX2_BASE (D3_AHB1PERIPH_BASE + 0x5800UL) |
| #define ADC3_BASE (D3_AHB1PERIPH_BASE + 0x6000UL) |
| #define ADC3_COMMON_BASE (D3_AHB1PERIPH_BASE + 0x6300UL) |
| #define HSEM_BASE (D3_AHB1PERIPH_BASE + 0x6400UL) |
| #define RAMECC3_BASE (D3_AHB1PERIPH_BASE + 0x7000UL) |
| |
| /*!< D1_APB1PERIPH peripherals */ |
| #define LTDC_BASE (D1_APB1PERIPH_BASE + 0x1000UL) |
| #define LTDC_Layer1_BASE (LTDC_BASE + 0x84UL) |
| #define LTDC_Layer2_BASE (LTDC_BASE + 0x104UL) |
| #define WWDG1_BASE (D1_APB1PERIPH_BASE + 0x3000UL) |
| |
| /*!< D2_APB1PERIPH peripherals */ |
| #define TIM2_BASE (D2_APB1PERIPH_BASE + 0x0000UL) |
| #define TIM3_BASE (D2_APB1PERIPH_BASE + 0x0400UL) |
| #define TIM4_BASE (D2_APB1PERIPH_BASE + 0x0800UL) |
| #define TIM5_BASE (D2_APB1PERIPH_BASE + 0x0C00UL) |
| #define TIM6_BASE (D2_APB1PERIPH_BASE + 0x1000UL) |
| #define TIM7_BASE (D2_APB1PERIPH_BASE + 0x1400UL) |
| #define TIM12_BASE (D2_APB1PERIPH_BASE + 0x1800UL) |
| #define TIM13_BASE (D2_APB1PERIPH_BASE + 0x1C00UL) |
| #define TIM14_BASE (D2_APB1PERIPH_BASE + 0x2000UL) |
| #define LPTIM1_BASE (D2_APB1PERIPH_BASE + 0x2400UL) |
| |
| |
| #define SPI2_BASE (D2_APB1PERIPH_BASE + 0x3800UL) |
| #define SPI3_BASE (D2_APB1PERIPH_BASE + 0x3C00UL) |
| #define SPDIFRX_BASE (D2_APB1PERIPH_BASE + 0x4000UL) |
| #define USART2_BASE (D2_APB1PERIPH_BASE + 0x4400UL) |
| #define USART3_BASE (D2_APB1PERIPH_BASE + 0x4800UL) |
| #define UART4_BASE (D2_APB1PERIPH_BASE + 0x4C00UL) |
| #define UART5_BASE (D2_APB1PERIPH_BASE + 0x5000UL) |
| #define I2C1_BASE (D2_APB1PERIPH_BASE + 0x5400UL) |
| #define I2C2_BASE (D2_APB1PERIPH_BASE + 0x5800UL) |
| #define I2C3_BASE (D2_APB1PERIPH_BASE + 0x5C00UL) |
| #define I2C5_BASE (D2_APB1PERIPH_BASE + 0x6400UL) |
| #define CEC_BASE (D2_APB1PERIPH_BASE + 0x6C00UL) |
| #define DAC1_BASE (D2_APB1PERIPH_BASE + 0x7400UL) |
| #define UART7_BASE (D2_APB1PERIPH_BASE + 0x7800UL) |
| #define UART8_BASE (D2_APB1PERIPH_BASE + 0x7C00UL) |
| #define CRS_BASE (D2_APB1PERIPH_BASE + 0x8400UL) |
| #define SWPMI1_BASE (D2_APB1PERIPH_BASE + 0x8800UL) |
| #define OPAMP_BASE (D2_APB1PERIPH_BASE + 0x9000UL) |
| #define OPAMP1_BASE (D2_APB1PERIPH_BASE + 0x9000UL) |
| #define OPAMP2_BASE (D2_APB1PERIPH_BASE + 0x9010UL) |
| #define MDIOS_BASE (D2_APB1PERIPH_BASE + 0x9400UL) |
| #define FDCAN1_BASE (D2_APB1PERIPH_BASE + 0xA000UL) |
| #define FDCAN2_BASE (D2_APB1PERIPH_BASE + 0xA400UL) |
| #define FDCAN_CCU_BASE (D2_APB1PERIPH_BASE + 0xA800UL) |
| #define SRAMCAN_BASE (D2_APB1PERIPH_BASE + 0xAC00UL) |
| #define FDCAN3_BASE (D2_APB1PERIPH_BASE + 0xD400UL) |
| #define TIM23_BASE (D2_APB1PERIPH_BASE + 0xE000UL) |
| #define TIM24_BASE (D2_APB1PERIPH_BASE + 0xE400UL) |
| |
| /*!< D2_APB2PERIPH peripherals */ |
| |
| #define TIM1_BASE (D2_APB2PERIPH_BASE + 0x0000UL) |
| #define TIM8_BASE (D2_APB2PERIPH_BASE + 0x0400UL) |
| #define USART1_BASE (D2_APB2PERIPH_BASE + 0x1000UL) |
| #define USART6_BASE (D2_APB2PERIPH_BASE + 0x1400UL) |
| #define UART9_BASE (D2_APB2PERIPH_BASE + 0x1800UL) |
| #define USART10_BASE (D2_APB2PERIPH_BASE + 0x1C00UL) |
| #define SPI1_BASE (D2_APB2PERIPH_BASE + 0x3000UL) |
| #define SPI4_BASE (D2_APB2PERIPH_BASE + 0x3400UL) |
| #define TIM15_BASE (D2_APB2PERIPH_BASE + 0x4000UL) |
| #define TIM16_BASE (D2_APB2PERIPH_BASE + 0x4400UL) |
| #define TIM17_BASE (D2_APB2PERIPH_BASE + 0x4800UL) |
| #define SPI5_BASE (D2_APB2PERIPH_BASE + 0x5000UL) |
| #define SAI1_BASE (D2_APB2PERIPH_BASE + 0x5800UL) |
| #define SAI1_Block_A_BASE (SAI1_BASE + 0x004UL) |
| #define SAI1_Block_B_BASE (SAI1_BASE + 0x024UL) |
| #define DFSDM1_BASE (D2_APB2PERIPH_BASE + 0x7800UL) |
| #define DFSDM1_Channel0_BASE (DFSDM1_BASE + 0x00UL) |
| #define DFSDM1_Channel1_BASE (DFSDM1_BASE + 0x20UL) |
| #define DFSDM1_Channel2_BASE (DFSDM1_BASE + 0x40UL) |
| #define DFSDM1_Channel3_BASE (DFSDM1_BASE + 0x60UL) |
| #define DFSDM1_Channel4_BASE (DFSDM1_BASE + 0x80UL) |
| #define DFSDM1_Channel5_BASE (DFSDM1_BASE + 0xA0UL) |
| #define DFSDM1_Channel6_BASE (DFSDM1_BASE + 0xC0UL) |
| #define DFSDM1_Channel7_BASE (DFSDM1_BASE + 0xE0UL) |
| #define DFSDM1_Filter0_BASE (DFSDM1_BASE + 0x100UL) |
| #define DFSDM1_Filter1_BASE (DFSDM1_BASE + 0x180UL) |
| #define DFSDM1_Filter2_BASE (DFSDM1_BASE + 0x200UL) |
| #define DFSDM1_Filter3_BASE (DFSDM1_BASE + 0x280UL) |
| |
| |
| /*!< D3_APB1PERIPH peripherals */ |
| #define EXTI_BASE (D3_APB1PERIPH_BASE + 0x0000UL) |
| #define EXTI_D1_BASE (EXTI_BASE + 0x0080UL) |
| #define EXTI_D2_BASE (EXTI_BASE + 0x00C0UL) |
| #define SYSCFG_BASE (D3_APB1PERIPH_BASE + 0x0400UL) |
| #define LPUART1_BASE (D3_APB1PERIPH_BASE + 0x0C00UL) |
| #define SPI6_BASE (D3_APB1PERIPH_BASE + 0x1400UL) |
| #define I2C4_BASE (D3_APB1PERIPH_BASE + 0x1C00UL) |
| #define LPTIM2_BASE (D3_APB1PERIPH_BASE + 0x2400UL) |
| #define LPTIM3_BASE (D3_APB1PERIPH_BASE + 0x2800UL) |
| #define LPTIM4_BASE (D3_APB1PERIPH_BASE + 0x2C00UL) |
| #define LPTIM5_BASE (D3_APB1PERIPH_BASE + 0x3000UL) |
| #define COMP12_BASE (D3_APB1PERIPH_BASE + 0x3800UL) |
| #define COMP1_BASE (COMP12_BASE + 0x0CUL) |
| #define COMP2_BASE (COMP12_BASE + 0x10UL) |
| #define VREFBUF_BASE (D3_APB1PERIPH_BASE + 0x3C00UL) |
| #define RTC_BASE (D3_APB1PERIPH_BASE + 0x4000UL) |
| #define IWDG1_BASE (D3_APB1PERIPH_BASE + 0x4800UL) |
| |
| |
| #define SAI4_BASE (D3_APB1PERIPH_BASE + 0x5400UL) |
| #define SAI4_Block_A_BASE (SAI4_BASE + 0x004UL) |
| #define SAI4_Block_B_BASE (SAI4_BASE + 0x024UL) |
| |
| #define DTS_BASE (D3_APB1PERIPH_BASE + 0x6800UL) |
| |
| |
| |
| #define BDMA_Channel0_BASE (BDMA_BASE + 0x0008UL) |
| #define BDMA_Channel1_BASE (BDMA_BASE + 0x001CUL) |
| #define BDMA_Channel2_BASE (BDMA_BASE + 0x0030UL) |
| #define BDMA_Channel3_BASE (BDMA_BASE + 0x0044UL) |
| #define BDMA_Channel4_BASE (BDMA_BASE + 0x0058UL) |
| #define BDMA_Channel5_BASE (BDMA_BASE + 0x006CUL) |
| #define BDMA_Channel6_BASE (BDMA_BASE + 0x0080UL) |
| #define BDMA_Channel7_BASE (BDMA_BASE + 0x0094UL) |
| |
| #define DMAMUX2_Channel0_BASE (DMAMUX2_BASE) |
| #define DMAMUX2_Channel1_BASE (DMAMUX2_BASE + 0x0004UL) |
| #define DMAMUX2_Channel2_BASE (DMAMUX2_BASE + 0x0008UL) |
| #define DMAMUX2_Channel3_BASE (DMAMUX2_BASE + 0x000CUL) |
| #define DMAMUX2_Channel4_BASE (DMAMUX2_BASE + 0x0010UL) |
| #define DMAMUX2_Channel5_BASE (DMAMUX2_BASE + 0x0014UL) |
| #define DMAMUX2_Channel6_BASE (DMAMUX2_BASE + 0x0018UL) |
| #define DMAMUX2_Channel7_BASE (DMAMUX2_BASE + 0x001CUL) |
| |
| #define DMAMUX2_RequestGenerator0_BASE (DMAMUX2_BASE + 0x0100UL) |
| #define DMAMUX2_RequestGenerator1_BASE (DMAMUX2_BASE + 0x0104UL) |
| #define DMAMUX2_RequestGenerator2_BASE (DMAMUX2_BASE + 0x0108UL) |
| #define DMAMUX2_RequestGenerator3_BASE (DMAMUX2_BASE + 0x010CUL) |
| #define DMAMUX2_RequestGenerator4_BASE (DMAMUX2_BASE + 0x0110UL) |
| #define DMAMUX2_RequestGenerator5_BASE (DMAMUX2_BASE + 0x0114UL) |
| #define DMAMUX2_RequestGenerator6_BASE (DMAMUX2_BASE + 0x0118UL) |
| #define DMAMUX2_RequestGenerator7_BASE (DMAMUX2_BASE + 0x011CUL) |
| |
| #define DMAMUX2_ChannelStatus_BASE (DMAMUX2_BASE + 0x0080UL) |
| #define DMAMUX2_RequestGenStatus_BASE (DMAMUX2_BASE + 0x0140UL) |
| |
| #define DMA1_Stream0_BASE (DMA1_BASE + 0x010UL) |
| #define DMA1_Stream1_BASE (DMA1_BASE + 0x028UL) |
| #define DMA1_Stream2_BASE (DMA1_BASE + 0x040UL) |
| #define DMA1_Stream3_BASE (DMA1_BASE + 0x058UL) |
| #define DMA1_Stream4_BASE (DMA1_BASE + 0x070UL) |
| #define DMA1_Stream5_BASE (DMA1_BASE + 0x088UL) |
| #define DMA1_Stream6_BASE (DMA1_BASE + 0x0A0UL) |
| #define DMA1_Stream7_BASE (DMA1_BASE + 0x0B8UL) |
| |
| #define DMA2_Stream0_BASE (DMA2_BASE + 0x010UL) |
| #define DMA2_Stream1_BASE (DMA2_BASE + 0x028UL) |
| #define DMA2_Stream2_BASE (DMA2_BASE + 0x040UL) |
| #define DMA2_Stream3_BASE (DMA2_BASE + 0x058UL) |
| #define DMA2_Stream4_BASE (DMA2_BASE + 0x070UL) |
| #define DMA2_Stream5_BASE (DMA2_BASE + 0x088UL) |
| #define DMA2_Stream6_BASE (DMA2_BASE + 0x0A0UL) |
| #define DMA2_Stream7_BASE (DMA2_BASE + 0x0B8UL) |
| |
| #define DMAMUX1_Channel0_BASE (DMAMUX1_BASE) |
| #define DMAMUX1_Channel1_BASE (DMAMUX1_BASE + 0x0004UL) |
| #define DMAMUX1_Channel2_BASE (DMAMUX1_BASE + 0x0008UL) |
| #define DMAMUX1_Channel3_BASE (DMAMUX1_BASE + 0x000CUL) |
| #define DMAMUX1_Channel4_BASE (DMAMUX1_BASE + 0x0010UL) |
| #define DMAMUX1_Channel5_BASE (DMAMUX1_BASE + 0x0014UL) |
| #define DMAMUX1_Channel6_BASE (DMAMUX1_BASE + 0x0018UL) |
| #define DMAMUX1_Channel7_BASE (DMAMUX1_BASE + 0x001CUL) |
| #define DMAMUX1_Channel8_BASE (DMAMUX1_BASE + 0x0020UL) |
| #define DMAMUX1_Channel9_BASE (DMAMUX1_BASE + 0x0024UL) |
| #define DMAMUX1_Channel10_BASE (DMAMUX1_BASE + 0x0028UL) |
| #define DMAMUX1_Channel11_BASE (DMAMUX1_BASE + 0x002CUL) |
| #define DMAMUX1_Channel12_BASE (DMAMUX1_BASE + 0x0030UL) |
| #define DMAMUX1_Channel13_BASE (DMAMUX1_BASE + 0x0034UL) |
| #define DMAMUX1_Channel14_BASE (DMAMUX1_BASE + 0x0038UL) |
| #define DMAMUX1_Channel15_BASE (DMAMUX1_BASE + 0x003CUL) |
| |
| #define DMAMUX1_RequestGenerator0_BASE (DMAMUX1_BASE + 0x0100UL) |
| #define DMAMUX1_RequestGenerator1_BASE (DMAMUX1_BASE + 0x0104UL) |
| #define DMAMUX1_RequestGenerator2_BASE (DMAMUX1_BASE + 0x0108UL) |
| #define DMAMUX1_RequestGenerator3_BASE (DMAMUX1_BASE + 0x010CUL) |
| #define DMAMUX1_RequestGenerator4_BASE (DMAMUX1_BASE + 0x0110UL) |
| #define DMAMUX1_RequestGenerator5_BASE (DMAMUX1_BASE + 0x0114UL) |
| #define DMAMUX1_RequestGenerator6_BASE (DMAMUX1_BASE + 0x0118UL) |
| #define DMAMUX1_RequestGenerator7_BASE (DMAMUX1_BASE + 0x011CUL) |
| |
| #define DMAMUX1_ChannelStatus_BASE (DMAMUX1_BASE + 0x0080UL) |
| #define DMAMUX1_RequestGenStatus_BASE (DMAMUX1_BASE + 0x0140UL) |
| |
| /*!< FMC Banks registers base address */ |
| #define FMC_Bank1_R_BASE (FMC_R_BASE + 0x0000UL) |
| #define FMC_Bank1E_R_BASE (FMC_R_BASE + 0x0104UL) |
| #define FMC_Bank2_R_BASE (FMC_R_BASE + 0x0060UL) |
| #define FMC_Bank3_R_BASE (FMC_R_BASE + 0x0080UL) |
| #define FMC_Bank5_6_R_BASE (FMC_R_BASE + 0x0140UL) |
| |
| /* Debug MCU registers base address */ |
| #define DBGMCU_BASE (0x5C001000UL) |
| |
| #define MDMA_Channel0_BASE (MDMA_BASE + 0x00000040UL) |
| #define MDMA_Channel1_BASE (MDMA_BASE + 0x00000080UL) |
| #define MDMA_Channel2_BASE (MDMA_BASE + 0x000000C0UL) |
| #define MDMA_Channel3_BASE (MDMA_BASE + 0x00000100UL) |
| #define MDMA_Channel4_BASE (MDMA_BASE + 0x00000140UL) |
| #define MDMA_Channel5_BASE (MDMA_BASE + 0x00000180UL) |
| #define MDMA_Channel6_BASE (MDMA_BASE + 0x000001C0UL) |
| #define MDMA_Channel7_BASE (MDMA_BASE + 0x00000200UL) |
| #define MDMA_Channel8_BASE (MDMA_BASE + 0x00000240UL) |
| #define MDMA_Channel9_BASE (MDMA_BASE + 0x00000280UL) |
| #define MDMA_Channel10_BASE (MDMA_BASE + 0x000002C0UL) |
| #define MDMA_Channel11_BASE (MDMA_BASE + 0x00000300UL) |
| #define MDMA_Channel12_BASE (MDMA_BASE + 0x00000340UL) |
| #define MDMA_Channel13_BASE (MDMA_BASE + 0x00000380UL) |
| #define MDMA_Channel14_BASE (MDMA_BASE + 0x000003C0UL) |
| #define MDMA_Channel15_BASE (MDMA_BASE + 0x00000400UL) |
| |
| #define RAMECC1_Monitor1_BASE (RAMECC1_BASE + 0x20UL) |
| #define RAMECC1_Monitor2_BASE (RAMECC1_BASE + 0x40UL) |
| #define RAMECC1_Monitor3_BASE (RAMECC1_BASE + 0x60UL) |
| #define RAMECC1_Monitor4_BASE (RAMECC1_BASE + 0x80UL) |
| #define RAMECC1_Monitor5_BASE (RAMECC1_BASE + 0xA0UL) |
| #define RAMECC1_Monitor6_BASE (RAMECC1_BASE + 0xC0UL) |
| |
| #define RAMECC2_Monitor1_BASE (RAMECC2_BASE + 0x20UL) |
| #define RAMECC2_Monitor2_BASE (RAMECC2_BASE + 0x40UL) |
| #define RAMECC2_Monitor3_BASE (RAMECC2_BASE + 0x60UL) |
| |
| #define RAMECC3_Monitor1_BASE (RAMECC3_BASE + 0x20UL) |
| #define RAMECC3_Monitor2_BASE (RAMECC3_BASE + 0x40UL) |
| |
| |
| /** |
| * @} |
| */ |
| |
| /** @addtogroup Peripheral_declaration |
| * @{ |
| */ |
| #define TIM2 ((TIM_TypeDef *) TIM2_BASE) |
| #define TIM3 ((TIM_TypeDef *) TIM3_BASE) |
| #define TIM4 ((TIM_TypeDef *) TIM4_BASE) |
| #define TIM5 ((TIM_TypeDef *) TIM5_BASE) |
| #define TIM6 ((TIM_TypeDef *) TIM6_BASE) |
| #define TIM7 ((TIM_TypeDef *) TIM7_BASE) |
| #define TIM13 ((TIM_TypeDef *) TIM13_BASE) |
| #define TIM14 ((TIM_TypeDef *) TIM14_BASE) |
| #define VREFBUF ((VREFBUF_TypeDef *) VREFBUF_BASE) |
| #define RTC ((RTC_TypeDef *) RTC_BASE) |
| #define WWDG1 ((WWDG_TypeDef *) WWDG1_BASE) |
| |
| |
| #define IWDG1 ((IWDG_TypeDef *) IWDG1_BASE) |
| #define SPI2 ((SPI_TypeDef *) SPI2_BASE) |
| #define SPI3 ((SPI_TypeDef *) SPI3_BASE) |
| #define SPI4 ((SPI_TypeDef *) SPI4_BASE) |
| #define SPI5 ((SPI_TypeDef *) SPI5_BASE) |
| #define SPI6 ((SPI_TypeDef *) SPI6_BASE) |
| #define USART2 ((USART_TypeDef *) USART2_BASE) |
| #define USART3 ((USART_TypeDef *) USART3_BASE) |
| #define USART6 ((USART_TypeDef *) USART6_BASE) |
| #define USART10 ((USART_TypeDef *) USART10_BASE) |
| #define UART7 ((USART_TypeDef *) UART7_BASE) |
| #define UART8 ((USART_TypeDef *) UART8_BASE) |
| #define UART9 ((USART_TypeDef *) UART9_BASE) |
| #define CRS ((CRS_TypeDef *) CRS_BASE) |
| #define UART4 ((USART_TypeDef *) UART4_BASE) |
| #define UART5 ((USART_TypeDef *) UART5_BASE) |
| #define I2C1 ((I2C_TypeDef *) I2C1_BASE) |
| #define I2C2 ((I2C_TypeDef *) I2C2_BASE) |
| #define I2C3 ((I2C_TypeDef *) I2C3_BASE) |
| #define I2C4 ((I2C_TypeDef *) I2C4_BASE) |
| #define I2C5 ((I2C_TypeDef *) I2C5_BASE) |
| #define FDCAN1 ((FDCAN_GlobalTypeDef *) FDCAN1_BASE) |
| #define FDCAN2 ((FDCAN_GlobalTypeDef *) FDCAN2_BASE) |
| #define FDCAN_CCU ((FDCAN_ClockCalibrationUnit_TypeDef *) FDCAN_CCU_BASE) |
| #define FDCAN3 ((FDCAN_GlobalTypeDef *) FDCAN3_BASE) |
| #define TIM23 ((TIM_TypeDef *) TIM23_BASE) |
| #define TIM24 ((TIM_TypeDef *) TIM24_BASE) |
| #define CEC ((CEC_TypeDef *) CEC_BASE) |
| #define LPTIM1 ((LPTIM_TypeDef *) LPTIM1_BASE) |
| #define PWR ((PWR_TypeDef *) PWR_BASE) |
| #define DAC1 ((DAC_TypeDef *) DAC1_BASE) |
| #define LPUART1 ((USART_TypeDef *) LPUART1_BASE) |
| #define SWPMI1 ((SWPMI_TypeDef *) SWPMI1_BASE) |
| #define LPTIM2 ((LPTIM_TypeDef *) LPTIM2_BASE) |
| #define LPTIM3 ((LPTIM_TypeDef *) LPTIM3_BASE) |
| #define DTS ((DTS_TypeDef *) DTS_BASE) |
| #define LPTIM4 ((LPTIM_TypeDef *) LPTIM4_BASE) |
| #define LPTIM5 ((LPTIM_TypeDef *) LPTIM5_BASE) |
| |
| #define SYSCFG ((SYSCFG_TypeDef *) SYSCFG_BASE) |
| #define COMP12 ((COMPOPT_TypeDef *) COMP12_BASE) |
| #define COMP1 ((COMP_TypeDef *) COMP1_BASE) |
| #define COMP2 ((COMP_TypeDef *) COMP2_BASE) |
| #define COMP12_COMMON ((COMP_Common_TypeDef *) COMP2_BASE) |
| #define OPAMP ((OPAMP_TypeDef *) OPAMP_BASE) |
| #define OPAMP1 ((OPAMP_TypeDef *) OPAMP1_BASE) |
| #define OPAMP2 ((OPAMP_TypeDef *) OPAMP2_BASE) |
| |
| |
| #define EXTI ((EXTI_TypeDef *) EXTI_BASE) |
| #define EXTI_D1 ((EXTI_Core_TypeDef *) EXTI_D1_BASE) |
| #define EXTI_D2 ((EXTI_Core_TypeDef *) EXTI_D2_BASE) |
| #define TIM1 ((TIM_TypeDef *) TIM1_BASE) |
| #define SPI1 ((SPI_TypeDef *) SPI1_BASE) |
| #define TIM8 ((TIM_TypeDef *) TIM8_BASE) |
| #define USART1 ((USART_TypeDef *) USART1_BASE) |
| #define TIM12 ((TIM_TypeDef *) TIM12_BASE) |
| #define TIM15 ((TIM_TypeDef *) TIM15_BASE) |
| #define TIM16 ((TIM_TypeDef *) TIM16_BASE) |
| #define TIM17 ((TIM_TypeDef *) TIM17_BASE) |
| #define SAI1 ((SAI_TypeDef *) SAI1_BASE) |
| #define SAI1_Block_A ((SAI_Block_TypeDef *)SAI1_Block_A_BASE) |
| #define SAI1_Block_B ((SAI_Block_TypeDef *)SAI1_Block_B_BASE) |
| #define SAI4 ((SAI_TypeDef *) SAI4_BASE) |
| #define SAI4_Block_A ((SAI_Block_TypeDef *)SAI4_Block_A_BASE) |
| #define SAI4_Block_B ((SAI_Block_TypeDef *)SAI4_Block_B_BASE) |
| |
| #define SPDIFRX ((SPDIFRX_TypeDef *) SPDIFRX_BASE) |
| #define DFSDM1_Channel0 ((DFSDM_Channel_TypeDef *) DFSDM1_Channel0_BASE) |
| #define DFSDM1_Channel1 ((DFSDM_Channel_TypeDef *) DFSDM1_Channel1_BASE) |
| #define DFSDM1_Channel2 ((DFSDM_Channel_TypeDef *) DFSDM1_Channel2_BASE) |
| #define DFSDM1_Channel3 ((DFSDM_Channel_TypeDef *) DFSDM1_Channel3_BASE) |
| #define DFSDM1_Channel4 ((DFSDM_Channel_TypeDef *) DFSDM1_Channel4_BASE) |
| #define DFSDM1_Channel5 ((DFSDM_Channel_TypeDef *) DFSDM1_Channel5_BASE) |
| #define DFSDM1_Channel6 ((DFSDM_Channel_TypeDef *) DFSDM1_Channel6_BASE) |
| #define DFSDM1_Channel7 ((DFSDM_Channel_TypeDef *) DFSDM1_Channel7_BASE) |
| #define DFSDM1_Filter0 ((DFSDM_Filter_TypeDef *) DFSDM1_Filter0_BASE) |
| #define DFSDM1_Filter1 ((DFSDM_Filter_TypeDef *) DFSDM1_Filter1_BASE) |
| #define DFSDM1_Filter2 ((DFSDM_Filter_TypeDef *) DFSDM1_Filter2_BASE) |
| #define DFSDM1_Filter3 ((DFSDM_Filter_TypeDef *) DFSDM1_Filter3_BASE) |
| #define DMA2D ((DMA2D_TypeDef *) DMA2D_BASE) |
| #define DCMI ((DCMI_TypeDef *) DCMI_BASE) |
| #define PSSI ((PSSI_TypeDef *) PSSI_BASE) |
| #define RCC ((RCC_TypeDef *) RCC_BASE) |
| #define FLASH ((FLASH_TypeDef *) FLASH_R_BASE) |
| #define CRC ((CRC_TypeDef *) CRC_BASE) |
| |
| #define GPIOA ((GPIO_TypeDef *) GPIOA_BASE) |
| #define GPIOB ((GPIO_TypeDef *) GPIOB_BASE) |
| #define GPIOC ((GPIO_TypeDef *) GPIOC_BASE) |
| #define GPIOD ((GPIO_TypeDef *) GPIOD_BASE) |
| #define GPIOE ((GPIO_TypeDef *) GPIOE_BASE) |
| #define GPIOF ((GPIO_TypeDef *) GPIOF_BASE) |
| #define GPIOG ((GPIO_TypeDef *) GPIOG_BASE) |
| #define GPIOH ((GPIO_TypeDef *) GPIOH_BASE) |
| #define GPIOJ ((GPIO_TypeDef *) GPIOJ_BASE) |
| #define GPIOK ((GPIO_TypeDef *) GPIOK_BASE) |
| |
| #define ADC1 ((ADC_TypeDef *) ADC1_BASE) |
| #define ADC2 ((ADC_TypeDef *) ADC2_BASE) |
| #define ADC3 ((ADC_TypeDef *) ADC3_BASE) |
| #define ADC3_COMMON ((ADC_Common_TypeDef *) ADC3_COMMON_BASE) |
| #define ADC12_COMMON ((ADC_Common_TypeDef *) ADC12_COMMON_BASE) |
| |
| #define CRYP ((CRYP_TypeDef *) CRYP_BASE) |
| #define HASH ((HASH_TypeDef *) HASH_BASE) |
| #define HASH_DIGEST ((HASH_DIGEST_TypeDef *) HASH_DIGEST_BASE) |
| #define RNG ((RNG_TypeDef *) RNG_BASE) |
| #define SDMMC2 ((SDMMC_TypeDef *) SDMMC2_BASE) |
| #define DLYB_SDMMC2 ((DLYB_TypeDef *) DLYB_SDMMC2_BASE) |
| #define FMAC ((FMAC_TypeDef *) FMAC_BASE) |
| #define CORDIC ((CORDIC_TypeDef *) CORDIC_BASE) |
| |
| #define BDMA ((BDMA_TypeDef *) BDMA_BASE) |
| #define BDMA_Channel0 ((BDMA_Channel_TypeDef *) BDMA_Channel0_BASE) |
| #define BDMA_Channel1 ((BDMA_Channel_TypeDef *) BDMA_Channel1_BASE) |
| #define BDMA_Channel2 ((BDMA_Channel_TypeDef *) BDMA_Channel2_BASE) |
| #define BDMA_Channel3 ((BDMA_Channel_TypeDef *) BDMA_Channel3_BASE) |
| #define BDMA_Channel4 ((BDMA_Channel_TypeDef *) BDMA_Channel4_BASE) |
| #define BDMA_Channel5 ((BDMA_Channel_TypeDef *) BDMA_Channel5_BASE) |
| #define BDMA_Channel6 ((BDMA_Channel_TypeDef *) BDMA_Channel6_BASE) |
| #define BDMA_Channel7 ((BDMA_Channel_TypeDef *) BDMA_Channel7_BASE) |
| |
| #define RAMECC1 ((RAMECC_TypeDef *)RAMECC1_BASE) |
| #define RAMECC1_Monitor1 ((RAMECC_MonitorTypeDef *)RAMECC1_Monitor1_BASE) |
| #define RAMECC1_Monitor2 ((RAMECC_MonitorTypeDef *)RAMECC1_Monitor2_BASE) |
| #define RAMECC1_Monitor3 ((RAMECC_MonitorTypeDef *)RAMECC1_Monitor3_BASE) |
| #define RAMECC1_Monitor4 ((RAMECC_MonitorTypeDef *)RAMECC1_Monitor4_BASE) |
| #define RAMECC1_Monitor5 ((RAMECC_MonitorTypeDef *)RAMECC1_Monitor5_BASE) |
| #define RAMECC1_Monitor6 ((RAMECC_MonitorTypeDef *)RAMECC1_Monitor6_BASE) |
| |
| #define RAMECC2 ((RAMECC_TypeDef *)RAMECC2_BASE) |
| #define RAMECC2_Monitor1 ((RAMECC_MonitorTypeDef *)RAMECC2_Monitor1_BASE) |
| #define RAMECC2_Monitor2 ((RAMECC_MonitorTypeDef *)RAMECC2_Monitor2_BASE) |
| #define RAMECC2_Monitor3 ((RAMECC_MonitorTypeDef *)RAMECC2_Monitor3_BASE) |
| |
| #define RAMECC3 ((RAMECC_TypeDef *)RAMECC3_BASE) |
| #define RAMECC3_Monitor1 ((RAMECC_MonitorTypeDef *)RAMECC3_Monitor1_BASE) |
| #define RAMECC3_Monitor2 ((RAMECC_MonitorTypeDef *)RAMECC3_Monitor2_BASE) |
| |
| #define DMAMUX2 ((DMAMUX_Channel_TypeDef *) DMAMUX2_BASE) |
| #define DMAMUX2_Channel0 ((DMAMUX_Channel_TypeDef *) DMAMUX2_Channel0_BASE) |
| #define DMAMUX2_Channel1 ((DMAMUX_Channel_TypeDef *) DMAMUX2_Channel1_BASE) |
| #define DMAMUX2_Channel2 ((DMAMUX_Channel_TypeDef *) DMAMUX2_Channel2_BASE) |
| #define DMAMUX2_Channel3 ((DMAMUX_Channel_TypeDef *) DMAMUX2_Channel3_BASE) |
| #define DMAMUX2_Channel4 ((DMAMUX_Channel_TypeDef *) DMAMUX2_Channel4_BASE) |
| #define DMAMUX2_Channel5 ((DMAMUX_Channel_TypeDef *) DMAMUX2_Channel5_BASE) |
| #define DMAMUX2_Channel6 ((DMAMUX_Channel_TypeDef *) DMAMUX2_Channel6_BASE) |
| #define DMAMUX2_Channel7 ((DMAMUX_Channel_TypeDef *) DMAMUX2_Channel7_BASE) |
| |
| |
| #define DMAMUX2_RequestGenerator0 ((DMAMUX_RequestGen_TypeDef *) DMAMUX2_RequestGenerator0_BASE) |
| #define DMAMUX2_RequestGenerator1 ((DMAMUX_RequestGen_TypeDef *) DMAMUX2_RequestGenerator1_BASE) |
| #define DMAMUX2_RequestGenerator2 ((DMAMUX_RequestGen_TypeDef *) DMAMUX2_RequestGenerator2_BASE) |
| #define DMAMUX2_RequestGenerator3 ((DMAMUX_RequestGen_TypeDef *) DMAMUX2_RequestGenerator3_BASE) |
| #define DMAMUX2_RequestGenerator4 ((DMAMUX_RequestGen_TypeDef *) DMAMUX2_RequestGenerator4_BASE) |
| #define DMAMUX2_RequestGenerator5 ((DMAMUX_RequestGen_TypeDef *) DMAMUX2_RequestGenerator5_BASE) |
| #define DMAMUX2_RequestGenerator6 ((DMAMUX_RequestGen_TypeDef *) DMAMUX2_RequestGenerator6_BASE) |
| #define DMAMUX2_RequestGenerator7 ((DMAMUX_RequestGen_TypeDef *) DMAMUX2_RequestGenerator7_BASE) |
| |
| #define DMAMUX2_ChannelStatus ((DMAMUX_ChannelStatus_TypeDef *) DMAMUX2_ChannelStatus_BASE) |
| #define DMAMUX2_RequestGenStatus ((DMAMUX_RequestGenStatus_TypeDef *) DMAMUX2_RequestGenStatus_BASE) |
| |
| #define DMA2 ((DMA_TypeDef *) DMA2_BASE) |
| #define DMA2_Stream0 ((DMA_Stream_TypeDef *) DMA2_Stream0_BASE) |
| #define DMA2_Stream1 ((DMA_Stream_TypeDef *) DMA2_Stream1_BASE) |
| #define DMA2_Stream2 ((DMA_Stream_TypeDef *) DMA2_Stream2_BASE) |
| #define DMA2_Stream3 ((DMA_Stream_TypeDef *) DMA2_Stream3_BASE) |
| #define DMA2_Stream4 ((DMA_Stream_TypeDef *) DMA2_Stream4_BASE) |
| #define DMA2_Stream5 ((DMA_Stream_TypeDef *) DMA2_Stream5_BASE) |
| #define DMA2_Stream6 ((DMA_Stream_TypeDef *) DMA2_Stream6_BASE) |
| #define DMA2_Stream7 ((DMA_Stream_TypeDef *) DMA2_Stream7_BASE) |
| |
| #define DMA1 ((DMA_TypeDef *) DMA1_BASE) |
| #define DMA1_Stream0 ((DMA_Stream_TypeDef *) DMA1_Stream0_BASE) |
| #define DMA1_Stream1 ((DMA_Stream_TypeDef *) DMA1_Stream1_BASE) |
| #define DMA1_Stream2 ((DMA_Stream_TypeDef *) DMA1_Stream2_BASE) |
| #define DMA1_Stream3 ((DMA_Stream_TypeDef *) DMA1_Stream3_BASE) |
| #define DMA1_Stream4 ((DMA_Stream_TypeDef *) DMA1_Stream4_BASE) |
| #define DMA1_Stream5 ((DMA_Stream_TypeDef *) DMA1_Stream5_BASE) |
| #define DMA1_Stream6 ((DMA_Stream_TypeDef *) DMA1_Stream6_BASE) |
| #define DMA1_Stream7 ((DMA_Stream_TypeDef *) DMA1_Stream7_BASE) |
| |
| |
| #define DMAMUX1 ((DMAMUX_Channel_TypeDef *) DMAMUX1_BASE) |
| #define DMAMUX1_Channel0 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel0_BASE) |
| #define DMAMUX1_Channel1 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel1_BASE) |
| #define DMAMUX1_Channel2 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel2_BASE) |
| #define DMAMUX1_Channel3 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel3_BASE) |
| #define DMAMUX1_Channel4 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel4_BASE) |
| #define DMAMUX1_Channel5 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel5_BASE) |
| #define DMAMUX1_Channel6 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel6_BASE) |
| #define DMAMUX1_Channel7 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel7_BASE) |
| #define DMAMUX1_Channel8 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel8_BASE) |
| #define DMAMUX1_Channel9 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel9_BASE) |
| #define DMAMUX1_Channel10 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel10_BASE) |
| #define DMAMUX1_Channel11 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel11_BASE) |
| #define DMAMUX1_Channel12 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel12_BASE) |
| #define DMAMUX1_Channel13 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel13_BASE) |
| #define DMAMUX1_Channel14 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel14_BASE) |
| #define DMAMUX1_Channel15 ((DMAMUX_Channel_TypeDef *) DMAMUX1_Channel15_BASE) |
| |
| #define DMAMUX1_RequestGenerator0 ((DMAMUX_RequestGen_TypeDef *) DMAMUX1_RequestGenerator0_BASE) |
| #define DMAMUX1_RequestGenerator1 ((DMAMUX_RequestGen_TypeDef *) DMAMUX1_RequestGenerator1_BASE) |
| #define DMAMUX1_RequestGenerator2 ((DMAMUX_RequestGen_TypeDef *) DMAMUX1_RequestGenerator2_BASE) |
| #define DMAMUX1_RequestGenerator3 ((DMAMUX_RequestGen_TypeDef *) DMAMUX1_RequestGenerator3_BASE) |
| #define DMAMUX1_RequestGenerator4 ((DMAMUX_RequestGen_TypeDef *) DMAMUX1_RequestGenerator4_BASE) |
| #define DMAMUX1_RequestGenerator5 ((DMAMUX_RequestGen_TypeDef *) DMAMUX1_RequestGenerator5_BASE) |
| #define DMAMUX1_RequestGenerator6 ((DMAMUX_RequestGen_TypeDef *) DMAMUX1_RequestGenerator6_BASE) |
| #define DMAMUX1_RequestGenerator7 ((DMAMUX_RequestGen_TypeDef *) DMAMUX1_RequestGenerator7_BASE) |
| |
| #define DMAMUX1_ChannelStatus ((DMAMUX_ChannelStatus_TypeDef *) DMAMUX1_ChannelStatus_BASE) |
| #define DMAMUX1_RequestGenStatus ((DMAMUX_RequestGenStatus_TypeDef *) DMAMUX1_RequestGenStatus_BASE) |
| |
| |
| #define FMC_Bank1_R ((FMC_Bank1_TypeDef *) FMC_Bank1_R_BASE) |
| #define FMC_Bank1E_R ((FMC_Bank1E_TypeDef *) FMC_Bank1E_R_BASE) |
| #define FMC_Bank2_R ((FMC_Bank2_TypeDef *) FMC_Bank2_R_BASE) |
| #define FMC_Bank3_R ((FMC_Bank3_TypeDef *) FMC_Bank3_R_BASE) |
| #define FMC_Bank5_6_R ((FMC_Bank5_6_TypeDef *) FMC_Bank5_6_R_BASE) |
| |
| #define OCTOSPI1 ((OCTOSPI_TypeDef *) OCTOSPI1_R_BASE) |
| #define DLYB_OCTOSPI1 ((DLYB_TypeDef *) DLYB_OCTOSPI1_BASE) |
| #define OCTOSPI2 ((OCTOSPI_TypeDef *) OCTOSPI2_R_BASE) |
| #define DLYB_OCTOSPI2 ((DLYB_TypeDef *) DLYB_OCTOSPI2_BASE) |
| #define OCTOSPIM ((OCTOSPIM_TypeDef *) OCTOSPIM_BASE) |
| |
| #define OTFDEC1 ((OTFDEC_TypeDef *) OTFDEC1_BASE) |
| #define OTFDEC1_REGION1 ((OTFDEC_Region_TypeDef *) OTFDEC1_REGION1_BASE) |
| #define OTFDEC1_REGION2 ((OTFDEC_Region_TypeDef *) OTFDEC1_REGION2_BASE) |
| #define OTFDEC1_REGION3 ((OTFDEC_Region_TypeDef *) OTFDEC1_REGION3_BASE) |
| #define OTFDEC1_REGION4 ((OTFDEC_Region_TypeDef *) OTFDEC1_REGION4_BASE) |
| |
| #define OTFDEC2 ((OTFDEC_TypeDef *) OTFDEC2_BASE) |
| #define OTFDEC2_REGION1 ((OTFDEC_Region_TypeDef *) OTFDEC2_REGION1_BASE) |
| #define OTFDEC2_REGION2 ((OTFDEC_Region_TypeDef *) OTFDEC2_REGION2_BASE) |
| #define OTFDEC2_REGION3 ((OTFDEC_Region_TypeDef *) OTFDEC2_REGION3_BASE) |
| #define OTFDEC2_REGION4 ((OTFDEC_Region_TypeDef *) OTFDEC2_REGION4_BASE) |
| |
| #define SDMMC1 ((SDMMC_TypeDef *) SDMMC1_BASE) |
| #define DLYB_SDMMC1 ((DLYB_TypeDef *) DLYB_SDMMC1_BASE) |
| |
| #define DBGMCU ((DBGMCU_TypeDef *) DBGMCU_BASE) |
| |
| #define HSEM ((HSEM_TypeDef *) HSEM_BASE) |
| #define HSEM_COMMON ((HSEM_Common_TypeDef *) (HSEM_BASE + 0x100UL)) |
| |
| #define LTDC ((LTDC_TypeDef *)LTDC_BASE) |
| #define LTDC_Layer1 ((LTDC_Layer_TypeDef *)LTDC_Layer1_BASE) |
| #define LTDC_Layer2 ((LTDC_Layer_TypeDef *)LTDC_Layer2_BASE) |
| |
| #define MDIOS ((MDIOS_TypeDef *) MDIOS_BASE) |
| |
| #define ETH ((ETH_TypeDef *)ETH_BASE) |
| #define MDMA ((MDMA_TypeDef *)MDMA_BASE) |
| #define MDMA_Channel0 ((MDMA_Channel_TypeDef *)MDMA_Channel0_BASE) |
| #define MDMA_Channel1 ((MDMA_Channel_TypeDef *)MDMA_Channel1_BASE) |
| #define MDMA_Channel2 ((MDMA_Channel_TypeDef *)MDMA_Channel2_BASE) |
| #define MDMA_Channel3 ((MDMA_Channel_TypeDef *)MDMA_Channel3_BASE) |
| #define MDMA_Channel4 ((MDMA_Channel_TypeDef *)MDMA_Channel4_BASE) |
| #define MDMA_Channel5 ((MDMA_Channel_TypeDef *)MDMA_Channel5_BASE) |
| #define MDMA_Channel6 ((MDMA_Channel_TypeDef *)MDMA_Channel6_BASE) |
| #define MDMA_Channel7 ((MDMA_Channel_TypeDef *)MDMA_Channel7_BASE) |
| #define MDMA_Channel8 ((MDMA_Channel_TypeDef *)MDMA_Channel8_BASE) |
| #define MDMA_Channel9 ((MDMA_Channel_TypeDef *)MDMA_Channel9_BASE) |
| #define MDMA_Channel10 ((MDMA_Channel_TypeDef *)MDMA_Channel10_BASE) |
| #define MDMA_Channel11 ((MDMA_Channel_TypeDef *)MDMA_Channel11_BASE) |
| #define MDMA_Channel12 ((MDMA_Channel_TypeDef *)MDMA_Channel12_BASE) |
| #define MDMA_Channel13 ((MDMA_Channel_TypeDef *)MDMA_Channel13_BASE) |
| #define MDMA_Channel14 ((MDMA_Channel_TypeDef *)MDMA_Channel14_BASE) |
| #define MDMA_Channel15 ((MDMA_Channel_TypeDef *)MDMA_Channel15_BASE) |
| |
| |
| #define USB1_OTG_HS ((USB_OTG_GlobalTypeDef *) USB1_OTG_HS_PERIPH_BASE) |
| |
| /* Legacy defines */ |
| #define USB_OTG_HS USB1_OTG_HS |
| #define USB_OTG_HS_PERIPH_BASE USB1_OTG_HS_PERIPH_BASE |
| |
| /** |
| * @} |
| */ |
| |
| /** @addtogroup Exported_constants |
| * @{ |
| */ |
| |
| /** @addtogroup Peripheral_Registers_Bits_Definition |
| * @{ |
| */ |
| |
| /******************************************************************************/ |
| /* Peripheral Registers_Bits_Definition */ |
| /******************************************************************************/ |
| |
| /******************************************************************************/ |
| /* */ |
| /* Analog to Digital Converter */ |
| /* */ |
| /******************************************************************************/ |
| /******************************* ADC VERSION ********************************/ |
| #define ADC_VER_V5_V90 |
| /******************** Bit definition for ADC_ISR register ********************/ |
| #define ADC_ISR_ADRDY_Pos (0U) |
| #define ADC_ISR_ADRDY_Msk (0x1UL << ADC_ISR_ADRDY_Pos) /*!< 0x00000001 */ |
| #define ADC_ISR_ADRDY ADC_ISR_ADRDY_Msk /*!< ADC Ready (ADRDY) flag */ |
| #define ADC_ISR_EOSMP_Pos (1U) |
| #define ADC_ISR_EOSMP_Msk (0x1UL << ADC_ISR_EOSMP_Pos) /*!< 0x00000002 */ |
| #define ADC_ISR_EOSMP ADC_ISR_EOSMP_Msk /*!< ADC End of Sampling flag */ |
| #define ADC_ISR_EOC_Pos (2U) |
| #define ADC_ISR_EOC_Msk (0x1UL << ADC_ISR_EOC_Pos) /*!< 0x00000004 */ |
| #define ADC_ISR_EOC ADC_ISR_EOC_Msk /*!< ADC End of Regular Conversion flag */ |
| #define ADC_ISR_EOS_Pos (3U) |
| #define ADC_ISR_EOS_Msk (0x1UL << ADC_ISR_EOS_Pos) /*!< 0x00000008 */ |
| #define ADC_ISR_EOS ADC_ISR_EOS_Msk /*!< ADC End of Regular sequence of Conversions flag */ |
| #define ADC_ISR_OVR_Pos (4U) |
| #define ADC_ISR_OVR_Msk (0x1UL << ADC_ISR_OVR_Pos) /*!< 0x00000010 */ |
| #define ADC_ISR_OVR ADC_ISR_OVR_Msk /*!< ADC overrun flag */ |
| #define ADC_ISR_JEOC_Pos (5U) |
| #define ADC_ISR_JEOC_Msk (0x1UL << ADC_ISR_JEOC_Pos) /*!< 0x00000020 */ |
| #define ADC_ISR_JEOC ADC_ISR_JEOC_Msk /*!< ADC End of Injected Conversion flag */ |
| #define ADC_ISR_JEOS_Pos (6U) |
| #define ADC_ISR_JEOS_Msk (0x1UL << ADC_ISR_JEOS_Pos) /*!< 0x00000040 */ |
| #define ADC_ISR_JEOS ADC_ISR_JEOS_Msk /*!< ADC End of Injected sequence of Conversions flag */ |
| #define ADC_ISR_AWD1_Pos (7U) |
| #define ADC_ISR_AWD1_Msk (0x1UL << ADC_ISR_AWD1_Pos) /*!< 0x00000080 */ |
| #define ADC_ISR_AWD1 ADC_ISR_AWD1_Msk /*!< ADC Analog watchdog 1 flag */ |
| #define ADC_ISR_AWD2_Pos (8U) |
| #define ADC_ISR_AWD2_Msk (0x1UL << ADC_ISR_AWD2_Pos) /*!< 0x00000100 */ |
| #define ADC_ISR_AWD2 ADC_ISR_AWD2_Msk /*!< ADC Analog watchdog 2 flag */ |
| #define ADC_ISR_AWD3_Pos (9U) |
| #define ADC_ISR_AWD3_Msk (0x1UL << ADC_ISR_AWD3_Pos) /*!< 0x00000200 */ |
| #define ADC_ISR_AWD3 ADC_ISR_AWD3_Msk /*!< ADC Analog watchdog 3 flag */ |
| #define ADC_ISR_JQOVF_Pos (10U) |
| #define ADC_ISR_JQOVF_Msk (0x1UL << ADC_ISR_JQOVF_Pos) /*!< 0x00000400 */ |
| #define ADC_ISR_JQOVF ADC_ISR_JQOVF_Msk /*!< ADC Injected Context Queue Overflow flag */ |
| |
| /******************** Bit definition for ADC_IER register ********************/ |
| #define ADC_IER_ADRDYIE_Pos (0U) |
| #define ADC_IER_ADRDYIE_Msk (0x1UL << ADC_IER_ADRDYIE_Pos) /*!< 0x00000001 */ |
| #define ADC_IER_ADRDYIE ADC_IER_ADRDYIE_Msk /*!< ADC Ready (ADRDY) interrupt source */ |
| #define ADC_IER_EOSMPIE_Pos (1U) |
| #define ADC_IER_EOSMPIE_Msk (0x1UL << ADC_IER_EOSMPIE_Pos) /*!< 0x00000002 */ |
| #define ADC_IER_EOSMPIE ADC_IER_EOSMPIE_Msk /*!< ADC End of Sampling interrupt source */ |
| #define ADC_IER_EOCIE_Pos (2U) |
| #define ADC_IER_EOCIE_Msk (0x1UL << ADC_IER_EOCIE_Pos) /*!< 0x00000004 */ |
| #define ADC_IER_EOCIE ADC_IER_EOCIE_Msk /*!< ADC End of Regular Conversion interrupt source */ |
| #define ADC_IER_EOSIE_Pos (3U) |
| #define ADC_IER_EOSIE_Msk (0x1UL << ADC_IER_EOSIE_Pos) /*!< 0x00000008 */ |
| #define ADC_IER_EOSIE ADC_IER_EOSIE_Msk /*!< ADC End of Regular sequence of Conversions interrupt source */ |
| #define ADC_IER_OVRIE_Pos (4U) |
| #define ADC_IER_OVRIE_Msk (0x1UL << ADC_IER_OVRIE_Pos) /*!< 0x00000010 */ |
| #define ADC_IER_OVRIE ADC_IER_OVRIE_Msk /*!< ADC overrun interrupt source */ |
| #define ADC_IER_JEOCIE_Pos (5U) |
| #define ADC_IER_JEOCIE_Msk (0x1UL << ADC_IER_JEOCIE_Pos) /*!< 0x00000020 */ |
| #define ADC_IER_JEOCIE ADC_IER_JEOCIE_Msk /*!< ADC End of Injected Conversion interrupt source */ |
| #define ADC_IER_JEOSIE_Pos (6U) |
| #define ADC_IER_JEOSIE_Msk (0x1UL << ADC_IER_JEOSIE_Pos) /*!< 0x00000040 */ |
| #define ADC_IER_JEOSIE ADC_IER_JEOSIE_Msk /*!< ADC End of Injected sequence of Conversions interrupt source */ |
| #define ADC_IER_AWD1IE_Pos (7U) |
| #define ADC_IER_AWD1IE_Msk (0x1UL << ADC_IER_AWD1IE_Pos) /*!< 0x00000080 */ |
| #define ADC_IER_AWD1IE ADC_IER_AWD1IE_Msk /*!< ADC Analog watchdog 1 interrupt source */ |
| #define ADC_IER_AWD2IE_Pos (8U) |
| #define ADC_IER_AWD2IE_Msk (0x1UL << ADC_IER_AWD2IE_Pos) /*!< 0x00000100 */ |
| #define ADC_IER_AWD2IE ADC_IER_AWD2IE_Msk /*!< ADC Analog watchdog 2 interrupt source */ |
| #define ADC_IER_AWD3IE_Pos (9U) |
|