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

pub struct ResetValues {
    pub IPCC_C1CR: u32,
    pub IPCC_C1MR: u32,
    pub IPCC_C1SCR: u32,
    pub IPCC_C1TOC2SR: u32,
    pub IPCC_C2CR: u32,
    pub IPCC_C2MR: u32,
    pub IPCC_C2SCR: u32,
    pub IPCC_C2TOC1SR: u32,
    pub IPCC_HWCFGR: u32,
    pub IPCC_VER: u32,
    pub IPCC_ID: u32,
    pub IPCC_SID: u32,
}

Fields

IPCC_C1CR: u32IPCC_C1MR: u32IPCC_C1SCR: u32IPCC_C1TOC2SR: u32IPCC_C2CR: u32IPCC_C2MR: u32IPCC_C2SCR: u32IPCC_C2TOC1SR: u32IPCC_HWCFGR: u32IPCC_VER: u32IPCC_ID: u32IPCC_SID: 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.