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: u32§PFR0: u32§PFR1: u32§DFR0: u32§AFR0: u32§MMFR0: u32§MMFR1: u32§MMFR2: u32§MMFR3: u32§ISAR0: u32§ISAR1: u32§ISAR2: u32§ISAR3: u32§ISAR4: u32§CLIDR: u32§CTR: u32§CCSIDR: u32§CSSELR: 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

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.