Struct stm32ral::stm32l0::stm32l0x0::adc::ResetValues[][src]

pub struct ResetValues {
    pub ISR: u32,
    pub IER: u32,
    pub CR: u32,
    pub CFGR1: u32,
    pub CFGR2: u32,
    pub SMPR: u32,
    pub TR: u32,
    pub CHSELR: u32,
    pub DR: u32,
    pub CALFACT: u32,
    pub CCR: u32,
}

Fields

ISR: u32IER: u32CR: u32CFGR1: u32CFGR2: u32SMPR: u32TR: u32CHSELR: u32DR: u32CALFACT: u32CCR: u32

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.