pub struct ResetValues {
    pub MCR: u32,
    pub MISR: u32,
    pub MICR: u32,
    pub MDIER4: u32,
    pub MCNTR: u32,
    pub MPER: u32,
    pub MREP: u32,
    pub MCMP1R: u32,
    pub MCMP2R: u32,
    pub MCMP3R: u32,
    pub MCMP4R: u32,
}

Fields§

§MCR: u32§MISR: u32§MICR: u32§MDIER4: u32§MCNTR: u32§MPER: u32§MREP: u32§MCMP1R: u32§MCMP2R: u32§MCMP3R: u32§MCMP4R: u32

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.