Struct stm32ral::stm32f4::stm32f401::rcc::ResetValues[][src]

pub struct ResetValues {
Show 21 fields pub CR: u32, pub PLLCFGR: u32, pub CFGR: u32, pub CIR: u32, pub AHB1RSTR: u32, pub AHB2RSTR: u32, pub APB1RSTR: u32, pub APB2RSTR: u32, pub AHB1ENR: u32, pub AHB2ENR: u32, pub APB1ENR: u32, pub APB2ENR: u32, pub AHB1LPENR: u32, pub AHB2LPENR: u32, pub APB1LPENR: u32, pub APB2LPENR: u32, pub BDCR: u32, pub CSR: u32, pub SSCGR: u32, pub PLLI2SCFGR: u32, pub DCKCFGR: u32,
}

Fields

CR: u32PLLCFGR: u32CFGR: u32CIR: u32AHB1RSTR: u32AHB2RSTR: u32APB1RSTR: u32APB2RSTR: u32AHB1ENR: u32AHB2ENR: u32APB1ENR: u32APB2ENR: u32AHB1LPENR: u32AHB2LPENR: u32APB1LPENR: u32APB2LPENR: u32BDCR: u32CSR: u32SSCGR: u32PLLI2SCFGR: u32DCKCFGR: 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.