Struct ResetValues

Source
pub struct ResetValues {
Show 50 fields pub ISER0: u32, pub ISER1: u32, pub ISER2: u32, pub ISER3: u32, pub ICER0: u32, pub ICER1: u32, pub ICER2: u32, pub ICER3: u32, pub ISPR0: u32, pub ISPR1: u32, pub ISPR2: u32, pub ISPR3: u32, pub ICPR0: u32, pub ICPR1: u32, pub ICPR2: u32, pub ICPR3: u32, pub IABR0: u32, pub IABR1: u32, pub IABR2: u32, pub IABR3: u32, pub IPR0: u32, pub IPR1: u32, pub IPR2: u32, pub IPR3: u32, pub IPR4: u32, pub IPR5: u32, pub IPR6: u32, pub IPR7: u32, pub IPR8: u32, pub IPR9: u32, pub IPR10: u32, pub IPR11: u32, pub IPR12: u32, pub IPR13: u32, pub IPR14: u32, pub IPR15: u32, pub IPR16: u32, pub IPR17: u32, pub IPR18: u32, pub IPR19: u32, pub IPR20: u32, pub IPR21: u32, pub IPR22: u32, pub IPR23: u32, pub IPR24: u32, pub IPR25: u32, pub IPR26: u32, pub IPR27: u32, pub IPR28: u32, pub IPR29: u32,
}

Fields§

§ISER0: u32§ISER1: u32§ISER2: u32§ISER3: u32§ICER0: u32§ICER1: u32§ICER2: u32§ICER3: u32§ISPR0: u32§ISPR1: u32§ISPR2: u32§ISPR3: u32§ICPR0: u32§ICPR1: u32§ICPR2: u32§ICPR3: u32§IABR0: u32§IABR1: u32§IABR2: u32§IABR3: u32§IPR0: u32§IPR1: u32§IPR2: u32§IPR3: u32§IPR4: u32§IPR5: u32§IPR6: u32§IPR7: u32§IPR8: u32§IPR9: u32§IPR10: u32§IPR11: u32§IPR12: u32§IPR13: u32§IPR14: u32§IPR15: u32§IPR16: u32§IPR17: u32§IPR18: u32§IPR19: u32§IPR20: u32§IPR21: u32§IPR22: u32§IPR23: u32§IPR24: u32§IPR25: u32§IPR26: u32§IPR27: u32§IPR28: u32§IPR29: 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.