port: AT32: ADC fix

This commit is contained in:
Andrey Gusakov 2023-10-27 16:16:09 +03:00
parent 448b07c245
commit dbd86dc430
1 changed files with 5 additions and 1 deletions

View File

@ -222,6 +222,10 @@ typedef struct
__IO uint32_t JDR3; /*!< ADC injected data register 3, Address offset: 0x44 */
__IO uint32_t JDR4; /*!< ADC injected data register 4, Address offset: 0x48 */
__IO uint32_t DR; /*!< ADC regular data register, Address offset: 0x4C */
uint32_t RESERVED0[0x30 / 4]; /*!< Reserved, 0x04c - 0x7F */
__IO uint32_t OVSP; /*!< ADC oversampling register, Address offset: 0x80 */
uint32_t RESERVED1[0x30 / 4]; /*!< Reserved, 0x084 - 0xB3 */
__IO uint32_t CALVAL; /*!< ADC calibration value register, Address offset: 0x80 */
} ADC_TypeDef;
typedef struct