Struct ResetValues

Source
pub struct ResetValues {
Show 26 fields pub PMCR: u32, pub EXTICR1: u32, pub EXTICR2: u32, pub EXTICR3: u32, pub EXTICR4: u32, pub CFGR: u32, pub CCCSR: u32, pub CCVR: u32, pub CCCR: u32, pub ADC2ALT: u32, pub PKGR: u32, pub UR0: u32, pub UR2: u32, pub UR3: u32, pub UR4: u32, pub UR5: u32, pub UR6: u32, pub UR7: u32, pub UR11: u32, pub UR12: u32, pub UR13: u32, pub UR14: u32, pub UR15: u32, pub UR16: u32, pub UR17: u32, pub UR18: u32,
}

Fields§

§PMCR: u32§EXTICR1: u32§EXTICR2: u32§EXTICR3: u32§EXTICR4: u32§CFGR: u32§CCCSR: u32§CCVR: u32§CCCR: u32§ADC2ALT: u32§PKGR: u32§UR0: u32§UR2: u32§UR3: u32§UR4: u32§UR5: u32§UR6: u32§UR7: u32§UR11: u32§UR12: u32§UR13: u32§UR14: u32§UR15: u32§UR16: u32§UR17: u32§UR18: 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.