Struct ResetValues

Source
pub struct ResetValues {
Show 27 fields pub CR: u32, pub DCR1: u32, pub DCR2: u32, pub DCR3: u32, pub DCR4: u32, pub SR: u32, pub FCR: u32, pub DLR: u32, pub AR: u32, pub DR: u32, pub PSMKR: u32, pub PSMAR: u32, pub PIR: u32, pub CCR: u32, pub TCR: u32, pub IR: u32, pub ABR: u32, pub LPTR: u32, pub WPCCR: u32, pub WPTCR: u32, pub WPIR: u32, pub WPABR: u32, pub WCCR: u32, pub WTCR: u32, pub WIR: u32, pub WABR: u32, pub HLCR: u32,
}

Fields§

§CR: u32§DCR1: u32§DCR2: u32§DCR3: u32§DCR4: u32§SR: u32§FCR: u32§DLR: u32§AR: u32§DR: u32§PSMKR: u32§PSMAR: u32§PIR: u32§CCR: u32§TCR: u32§IR: u32§ABR: u32§LPTR: u32§WPCCR: u32§WPTCR: u32§WPIR: u32§WPABR: u32§WCCR: u32§WTCR: u32§WIR: u32§WABR: u32§HLCR: u32

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.