Struct stm32ral::cortex_m::peripherals::cpuid::ResetValues[][src]

pub struct ResetValues {
Show 18 fields pub Base: u32, pub PFR0: u32, pub PFR1: u32, pub DFR0: u32, pub AFR0: u32, pub MMFR0: u32, pub MMFR1: u32, pub MMFR2: u32, pub MMFR3: u32, pub ISAR0: u32, pub ISAR1: u32, pub ISAR2: u32, pub ISAR3: u32, pub ISAR4: u32, pub CLIDR: u32, pub CTR: u32, pub CCSIDR: u32, pub CSSELR: u32,
}

Fields

Base: u32PFR0: u32PFR1: u32DFR0: u32AFR0: u32MMFR0: u32MMFR1: u32MMFR2: u32MMFR3: u32ISAR0: u32ISAR1: u32ISAR2: u32ISAR3: u32ISAR4: u32CLIDR: u32CTR: u32CCSIDR: u32CSSELR: 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.