Struct stm32ral::stm32f1::peripherals::rtc::ResetValues[][src]

pub struct ResetValues {
    pub CRH: u32,
    pub CRL: u32,
    pub PRLH: u32,
    pub PRLL: u32,
    pub DIVH: u32,
    pub DIVL: u32,
    pub CNTH: u32,
    pub CNTL: u32,
    pub ALRH: u32,
    pub ALRL: u32,
}

Fields

CRH: u32CRL: u32PRLH: u32PRLL: u32DIVH: u32DIVL: u32CNTH: u32CNTL: u32ALRH: u32ALRL: 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.