3#ifndef STM32F767_ADCCOMMONREGISTERS_H
4#define STM32F767_ADCCOMMONREGISTERS_H
static uint32_t const ADCCOMMON_BASE
This is a application specific file which is used to configure Imt.Base.Core.Math.
unsigned __int32 uint32_t
ADC common control register (ADC_CCR), chapter 15.13.16.
uint32_t volatile DELAY
Delay between 2 sampling phases.
uint32_t volatile MULTI
Multi ADC mode selection.
uint32_t volatile TSVREFE
Temperature sensor and VREFINT enable.
uint32_t volatile DDS
DMA disable selection (for multi-ADC mode).
uint32_t volatile VBATE
VBAT enable.
uint32_t volatile ADCPRE
ADC prescaler.
uint32_t volatile DMA
Direct memory access mode for multi ADC mode.
ADC common regular data register for dual and triple modes (ADC_CDR), chapter 15.13....
uint32_t volatile DATA1
1st data item of a pair of regular conversions
uint32_t volatile DATA2
2nd data item of a pair of regular conversions
ADC Common status register (ADC_CSR), chapter 15.13.15.
uint32_t volatile AWD2
Analog watchdog flag of ADC2.
uint32_t volatile JEOC3
Injected channel end of conversion of ADC3.
uint32_t volatile OVR3
Overrun flag of ADC3.
uint32_t volatile EOC3
End of conversion of ADC3.
uint32_t volatile AWD3
Analog watchdog flag of ADC3.
uint32_t volatile EOC2
End of conversion of ADC2.
uint32_t volatile OVR2
Overrun flag of ADC2.
uint32_t volatile JEOC
Injected channel end of conversion of ADC1.
uint32_t volatile AWD1
Analog watchdog flag of ADC1.
uint32_t volatile STRT3
Regular channel Start flag of ADC3.
uint32_t volatile JEOC2
Injected channel end of conversion of ADC2.
uint32_t volatile JSTRT3
Injected channel Start flag of ADC3.
uint32_t volatile JSTRT1
Injected channel Start flag of ADC1.
uint32_t volatile JSTRT2
Injected channel Start flag of ADC2.
uint32_t volatile OVR1
Overrun flag of ADC1.
uint32_t volatile STRT1
Regular channel Start flag of ADC1.
uint32_t volatile STRT2
Regular channel Start flag of ADC2.
uint32_t volatile EOC1
End of conversion of ADC1.
ADC Common module (ADCCOMMON) register structure.
static ADCCommonRegisters & getInstance()
Gets the instance of the registers for a given ADC module in memory.