pub struct RegisterBlock {
    pub isr: ISR,
    pub ier: IER,
    pub cr: CR,
    pub cfgr1: CFGR1,
    pub cfgr2: CFGR2,
    pub smpr: SMPR,
    pub tr: TR,
    pub chselr: CHSELR,
    pub dr: DR,
    pub ccr: CCR,
    /* private fields */
}
Expand description

Register block

Fields

isr: ISR

0x00 - interrupt and status register

ier: IER

0x04 - interrupt enable register

cr: CR

0x08 - control register

cfgr1: CFGR1

0x0c - configuration register 1

cfgr2: CFGR2

0x10 - configuration register 2

smpr: SMPR

0x14 - sampling time register

tr: TR

0x20 - watchdog threshold register

chselr: CHSELR

0x28 - channel selection register

dr: DR

0x40 - data register

ccr: CCR

0x308 - common configuration 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
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.