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

pub struct ResetValues {
Show 15 fields pub GICC_CTLR: u32, pub GICC_PMR: u32, pub GICC_BPR: u32, pub GICC_IAR: u32, pub GICC_EOIR: u32, pub GICC_RPR: u32, pub GICC_HPPIR: u32, pub GICC_ABPR: u32, pub GICC_AIAR: u32, pub GICC_AEOIR: u32, pub GICC_AHPPIR: u32, pub GICC_APR0: u32, pub GICC_NSAPR0: u32, pub GICC_IIDR: u32, pub GICC_DIR: u32,
}

Fields

GICC_CTLR: u32GICC_PMR: u32GICC_BPR: u32GICC_IAR: u32GICC_EOIR: u32GICC_RPR: u32GICC_HPPIR: u32GICC_ABPR: u32GICC_AIAR: u32GICC_AEOIR: u32GICC_AHPPIR: u32GICC_APR0: u32GICC_NSAPR0: u32GICC_IIDR: u32GICC_DIR: 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.