Struct stm32ral::stm32l1::peripherals::adc::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show 26 fields pub SR: RWRegister<u32>, pub CR1: RWRegister<u32>, pub CR2: RWRegister<u32>, pub SMPR1: RWRegister<u32>, pub SMPR2: RWRegister<u32>, pub SMPR3: RWRegister<u32>, pub JOFR1: RWRegister<u32>, pub JOFR2: RWRegister<u32>, pub JOFR3: RWRegister<u32>, pub JOFR4: RWRegister<u32>, pub HTR: RWRegister<u32>, pub LTR: RWRegister<u32>, pub SQR1: RWRegister<u32>, pub SQR2: RWRegister<u32>, pub SQR3: RWRegister<u32>, pub SQR4: RWRegister<u32>, pub SQR5: RWRegister<u32>, pub JSQR: RWRegister<u32>, pub JDR1: RORegister<u32>, pub JDR2: RORegister<u32>, pub JDR3: RORegister<u32>, pub JDR4: RORegister<u32>, pub DR: RORegister<u32>, pub SMPR0: RWRegister<u32>, pub CSR: RORegister<u32>, pub CCR: RWRegister<u32>, // some fields omitted
}

Fields

SR: RWRegister<u32>

status register

CR1: RWRegister<u32>

control register 1

CR2: RWRegister<u32>

control register 2

SMPR1: RWRegister<u32>

sample time register 1

SMPR2: RWRegister<u32>

sample time register 2

SMPR3: RWRegister<u32>

sample time register 3

JOFR1: RWRegister<u32>

injected channel data offset register x

JOFR2: RWRegister<u32>

injected channel data offset register x

JOFR3: RWRegister<u32>

injected channel data offset register x

JOFR4: RWRegister<u32>

injected channel data offset register x

HTR: RWRegister<u32>

watchdog higher threshold register

LTR: RWRegister<u32>

watchdog lower threshold register

SQR1: RWRegister<u32>

regular sequence register 1

SQR2: RWRegister<u32>

regular sequence register 2

SQR3: RWRegister<u32>

regular sequence register 3

SQR4: RWRegister<u32>

regular sequence register 4

SQR5: RWRegister<u32>

regular sequence register 5

JSQR: RWRegister<u32>

injected sequence register

JDR1: RORegister<u32>

injected data register x

JDR2: RORegister<u32>

injected data register x

JDR3: RORegister<u32>

injected data register x

JDR4: RORegister<u32>

injected data register x

DR: RORegister<u32>

regular data register

SMPR0: RWRegister<u32>

sample time register 0

CSR: RORegister<u32>

ADC common status register

CCR: RWRegister<u32>

ADC common control register

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.