Struct ResetValues

Source
pub struct ResetValues {
Show 31 fields pub ISR: u32, pub IFCR: u32, pub CCR1: u32, pub CNDTR1: u32, pub CPAR1: u32, pub CMAR1: u32, pub CCR2: u32, pub CNDTR2: u32, pub CPAR2: u32, pub CMAR2: u32, pub CCR3: u32, pub CNDTR3: u32, pub CPAR3: u32, pub CMAR3: u32, pub CCR4: u32, pub CNDTR4: u32, pub CPAR4: u32, pub CMAR4: u32, pub CCR5: u32, pub CNDTR5: u32, pub CPAR5: u32, pub CMAR5: u32, pub CCR6: u32, pub CNDTR6: u32, pub CPAR6: u32, pub CMAR6: u32, pub CCR7: u32, pub CNDTR7: u32, pub CPAR7: u32, pub CMAR7: u32, pub CSELR: u32,
}

Fields§

§ISR: u32§IFCR: u32§CCR1: u32§CNDTR1: u32§CPAR1: u32§CMAR1: u32§CCR2: u32§CNDTR2: u32§CPAR2: u32§CMAR2: u32§CCR3: u32§CNDTR3: u32§CPAR3: u32§CMAR3: u32§CCR4: u32§CNDTR4: u32§CPAR4: u32§CMAR4: u32§CCR5: u32§CNDTR5: u32§CPAR5: u32§CMAR5: u32§CCR6: u32§CNDTR6: u32§CPAR6: u32§CMAR6: u32§CCR7: u32§CNDTR7: u32§CPAR7: u32§CMAR7: u32§CSELR: 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.