[][src]Struct stm32l4x6::adc1::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub isr: ISR, pub ier: IER, pub cr: CR, pub cfgr: CFGR, pub cfgr2: CFGR2, pub smpr1: SMPR1, pub smpr2: SMPR2, pub tr1: TR1, pub tr2: TR2, pub tr3: TR3, pub sqr1: SQR1, pub sqr2: SQR2, pub sqr3: SQR3, pub sqr4: SQR4, pub dr: DR, pub jsqr: JSQR, pub ofr1: OFR1, pub ofr2: OFR2, pub ofr3: OFR3, pub ofr4: OFR4, pub jdr1: JDR1, pub jdr2: JDR2, pub jdr3: JDR3, pub jdr4: JDR4, pub awd2cr: AWD2CR, pub awd3cr: AWD3CR, pub difsel: DIFSEL, pub calfact: CALFACT, // some fields omitted }

Register block

Fields

0x00 - interrupt and status register

0x04 - interrupt enable register

0x08 - control register

0x0c - configuration register

0x10 - configuration register

0x14 - sample time register 1

0x18 - sample time register 2

0x20 - watchdog threshold register 1

0x24 - watchdog threshold register

0x28 - watchdog threshold register 3

0x30 - regular sequence register 1

0x34 - regular sequence register 2

0x38 - regular sequence register 3

0x3c - regular sequence register 4

0x40 - regular Data Register

0x4c - injected sequence register

0x60 - offset register 1

0x64 - offset register 2

0x68 - offset register 3

0x6c - offset register 4

0x80 - injected data register 1

0x84 - injected data register 2

0x88 - injected data register 3

0x8c - injected data register 4

0xa0 - Analog Watchdog 2 Configuration Register

0xa4 - Analog Watchdog 3 Configuration Register

0xb0 - Differential Mode Selection Register 2

0xb4 - Calibration Factors

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock

Blanket Implementations

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T> From for T
[src]

Performs the conversion.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T, U> Into for T where
    U: From<T>, 
[src]

Performs the conversion.

impl<T> Borrow for T where
    T: ?Sized
[src]

Immutably borrows from an owned value. Read more

impl<T> BorrowMut for T where
    T: ?Sized
[src]

Mutably borrows from an owned value. Read more

impl<T> Any for T where
    T: 'static + ?Sized
[src]

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more