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,
}
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.
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.