DIY Logging Volt/Ampmeter
ADC_Common_TypeDef Struct Reference

#include <stm32f103xb.h>

Data Fields

__IO uint32_t SR
 
__IO uint32_t CR1
 
__IO uint32_t CR2
 
uint32_t RESERVED [16]
 
__IO uint32_t DR
 

Detailed Description

Definition at line 168 of file stm32f103xb.h.

Field Documentation

◆ CR1

__IO uint32_t ADC_Common_TypeDef::CR1

ADC control register 1, used for ADC multimode (bits common to several ADC instances). Address offset: ADC1 base address + 0x04

Definition at line 171 of file stm32f103xb.h.

◆ CR2

__IO uint32_t ADC_Common_TypeDef::CR2

ADC control register 2, used for ADC multimode (bits common to several ADC instances). Address offset: ADC1 base address + 0x08

Definition at line 172 of file stm32f103xb.h.

◆ DR

__IO uint32_t ADC_Common_TypeDef::DR

ADC data register, used for ADC multimode (bits common to several ADC instances). Address offset: ADC1 base address + 0x4C

Definition at line 174 of file stm32f103xb.h.

◆ RESERVED

uint32_t ADC_Common_TypeDef::RESERVED[16]

Definition at line 173 of file stm32f103xb.h.

◆ SR

__IO uint32_t ADC_Common_TypeDef::SR

ADC status register, used for ADC multimode (bits common to several ADC instances). Address offset: ADC1 base address

Definition at line 170 of file stm32f103xb.h.


The documentation for this struct was generated from the following file: