Struct stm32ral::stm32mp::peripherals::dcmi::ResetValues[][src]

pub struct ResetValues {
    pub DCMI_CR: u32,
    pub DCMI_SR: u32,
    pub DCMI_RIS: u32,
    pub DCMI_IER: u32,
    pub DCMI_MIS: u32,
    pub DCMI_ICR: u32,
    pub DCMI_ESCR: u32,
    pub DCMI_ESUR: u32,
    pub DCMI_CWSTRT: u32,
    pub DCMI_CWSIZE: u32,
    pub DCMI_DR: u32,
}

Fields

DCMI_CR: u32DCMI_SR: u32DCMI_RIS: u32DCMI_IER: u32DCMI_MIS: u32DCMI_ICR: u32DCMI_ESCR: u32DCMI_ESUR: u32DCMI_CWSTRT: u32DCMI_CWSIZE: u32DCMI_DR: 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

Performs the conversion.

Performs the conversion.

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.