Struct ResetValues

Source
pub struct ResetValues {
Show 35 fields pub RTSR1: u32, pub FTSR1: u32, pub SWIER1: u32, pub D3PMR1: u32, pub D3PCR1L: u32, pub D3PCR1H: u32, pub RTSR2: u32, pub FTSR2: u32, pub SWIER2: u32, pub D3PMR2: u32, pub D3PCR2L: u32, pub D3PCR2H: u32, pub RTSR3: u32, pub FTSR3: u32, pub SWIER3: u32, pub D3PMR3: u32, pub D3PCR3H: u32, pub C1IMR1: u32, pub C1EMR1: u32, pub C1PR1: u32, pub C1IMR2: u32, pub C1EMR2: u32, pub C1PR2: u32, pub C1IMR3: u32, pub C1EMR3: u32, pub C1PR3: u32, pub C2IMR1: u32, pub C2EMR1: u32, pub C2PR1: u32, pub C2IMR2: u32, pub C2EMR2: u32, pub C2PR2: u32, pub C2IMR3: u32, pub C2EMR3: u32, pub C2PR3: u32,
}

Fields§

§RTSR1: u32§FTSR1: u32§SWIER1: u32§D3PMR1: u32§D3PCR1L: u32§D3PCR1H: u32§RTSR2: u32§FTSR2: u32§SWIER2: u32§D3PMR2: u32§D3PCR2L: u32§D3PCR2H: u32§RTSR3: u32§FTSR3: u32§SWIER3: u32§D3PMR3: u32§D3PCR3H: u32§C1IMR1: u32§C1EMR1: u32§C1PR1: u32§C1IMR2: u32§C1EMR2: u32§C1PR2: u32§C1IMR3: u32§C1EMR3: u32§C1PR3: u32§C2IMR1: u32§C2EMR1: u32§C2PR1: u32§C2IMR2: u32§C2EMR2: u32§C2PR2: u32§C2IMR3: u32§C2EMR3: u32§C2PR3: 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.