Struct ResetValues

Source
pub struct ResetValues {
Show 15 fields pub CPUID: u32, pub ICSR: u32, pub VTOR: u32, pub AIRCR: u32, pub SCR: u32, pub CCR: u32, pub SHPR1: u32, pub SHPR2: u32, pub SHPR3: u32, pub SHCRS: u32, pub CFSR_UFSR_BFSR_MMFSR: u32, pub HFSR: u32, pub MMFAR: u32, pub BFAR: u32, pub AFSR: u32,
}

Fields§

§CPUID: u32§ICSR: u32§VTOR: u32§AIRCR: u32§SCR: u32§CCR: u32§SHPR1: u32§SHPR2: u32§SHPR3: u32§SHCRS: u32§CFSR_UFSR_BFSR_MMFSR: u32§HFSR: u32§MMFAR: u32§BFAR: u32§AFSR: 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.