Struct ResetValues

Source
pub struct ResetValues {
Show 29 fields pub TIMBCR: u32, pub TIMBISR: u32, pub TIMBICR: u32, pub TIMBDIER: u32, pub CNTR: u32, pub PERBR: u32, pub REPBR: u32, pub CMP1BR: u32, pub CMP1CBR: u32, pub CMP2BR: u32, pub CMP3BR: u32, pub CMP4BR: u32, pub CPT1BR: u32, pub CPT2BR: u32, pub DTBR: u32, pub SETB1R: u32, pub RSTB1R: u32, pub SETB2R: u32, pub RSTB2R: u32, pub EEFBR1: u32, pub EEFBR2: u32, pub RSTBR: u32, pub CHPBR: u32, pub CPT1BCR: u32, pub CPT2BCR: u32, pub OUTBR: u32, pub FLTBR: u32, pub TIMBCR2: u32, pub BEEFR3: u32,
}

Fields§

§TIMBCR: u32§TIMBISR: u32§TIMBICR: u32§TIMBDIER: u32§CNTR: u32§PERBR: u32§REPBR: u32§CMP1BR: u32§CMP1CBR: u32§CMP2BR: u32§CMP3BR: u32§CMP4BR: u32§CPT1BR: u32§CPT2BR: u32§DTBR: u32§SETB1R: u32§RSTB1R: u32§SETB2R: u32§RSTB2R: u32§EEFBR1: u32§EEFBR2: u32§RSTBR: u32§CHPBR: u32§CPT1BCR: u32§CPT2BCR: u32§OUTBR: u32§FLTBR: u32§TIMBCR2: u32§BEEFR3: 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.