#[repr(C)]pub struct ADC_TypeDef {}Expand description
@brief Analog to Digital Converter
Fields§
§ISR: u32< ADC interrupt and status register, Address offset: 0x00
IER: u32< ADC interrupt enable register, Address offset: 0x04
CR: u32< ADC control register, Address offset: 0x08
CFGR1: u32< ADC configuration register 1, Address offset: 0x0C
CFGR2: u32< ADC configuration register 2, Address offset: 0x10
SMPR: u32< ADC sampling time register, Address offset: 0x14
RESERVED1: [u32; 2]< Reserved, 0x18-0x1C
TR: u32< ADC analog watchdog 1 threshold register, Address offset: 0x20
RESERVED2: u32< Reserved, 0x24
CHSELR: u32< ADC group regular sequencer register, Address offset: 0x28
RESERVED3: [u32; 5]< Reserved, 0x2C
DR: u32< ADC group regular data register, Address offset: 0x40
CCSR: u32< ADC calibration configuration&status register Address offset: 0x44
Trait Implementations§
Source§impl Clone for ADC_TypeDef
impl Clone for ADC_TypeDef
Source§fn clone(&self) -> ADC_TypeDef
fn clone(&self) -> ADC_TypeDef
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more