[][src]Struct stm32ral::stm32h7::stm32h7x3::jpeg::ResetValues

pub struct ResetValues {
    pub CONFR0: u32,
    pub CONFR1: u32,
    pub CONFR2: u32,
    pub CONFR3: u32,
    pub CONFRN1: u32,
    pub CONFRN2: u32,
    pub CONFRN3: u32,
    pub CONFRN4: u32,
    pub CR: u32,
    pub SR: u32,
    pub CFR: u32,
    pub DIR: u32,
    pub DOR: u32,
}

Fields

CONFR0: u32CONFR1: u32CONFR2: u32CONFR3: u32CONFRN1: u32CONFRN2: u32CONFRN3: u32CONFRN4: u32CR: u32SR: u32CFR: u32DIR: u32DOR: u32

Auto Trait Implementations

impl Send for ResetValues

impl Sync for ResetValues

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]