Struct stm32ral::stm32h7::peripherals::spdifrx::ResetValues[][src]

pub struct ResetValues {
    pub CR: u32,
    pub IMR: u32,
    pub SR: u32,
    pub IFCR: u32,
    pub DR_0: u32,
    pub CSR: u32,
    pub DIR: u32,
    pub VERR: u32,
    pub IDR: u32,
    pub SIDR: u32,
}

Fields

CR: u32IMR: u32SR: u32IFCR: u32DR_0: u32CSR: u32DIR: u32VERR: u32IDR: u32SIDR: 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.