Struct stm32ral::stm32h7::stm32h735::ramecc2::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock {
Show 30 fields pub IER: RWRegister<u32>, pub M1CR: RWRegister<u32>, pub M1SR: RWRegister<u32>, pub M1FAR: RORegister<u32>, pub M1FDRL: RORegister<u32>, pub M1FDRH: RORegister<u32>, pub M1FECR: RWRegister<u32>, pub M2CR: RWRegister<u32>, pub M2SR: RWRegister<u32>, pub M2FAR: RORegister<u32>, pub M2FDRL: RORegister<u32>, pub M2FDRH: RWRegister<u32>, pub M2FECR: RWRegister<u32>, pub M3CR: RWRegister<u32>, pub M3SR: RWRegister<u32>, pub M3FAR: RORegister<u32>, pub M3FDRL: RORegister<u32>, pub M3FDRH: RORegister<u32>, pub M3FECR: RORegister<u32>, pub M4CR: RWRegister<u32>, pub M4SR: RWRegister<u32>, pub M4FAR: RORegister<u32>, pub M4FDRL: RORegister<u32>, pub M4F: RWRegister<u32>, pub M5CR: RWRegister<u32>, pub M5SR: RWRegister<u32>, pub M5FAR: RWRegister<u32>, pub M5FDRL: RORegister<u32>, pub M5FDRH: RORegister<u32>, pub M5FECR: RORegister<u32>, // some fields omitted
}

Fields

IER: RWRegister<u32>

RAMECC interrupt enable register

M1CR: RWRegister<u32>

RAMECC monitor x configuration register

M1SR: RWRegister<u32>

RAMECC monitor x status register

M1FAR: RORegister<u32>

RAMECC monitor x failing address register

M1FDRL: RORegister<u32>

RAMECC monitor x failing data low register

M1FDRH: RORegister<u32>

RAMECC monitor x failing data high register

M1FECR: RWRegister<u32>

RAMECC monitor x failing ECC error code register

M2CR: RWRegister<u32>

RAMECC monitor x configuration register

M2SR: RWRegister<u32>

RAMECC monitor x status register

M2FAR: RORegister<u32>

RAMECC monitor x failing address register

M2FDRL: RORegister<u32>

RAMECC monitor x failing data low register

M2FDRH: RWRegister<u32>

RAMECC monitor x failing data high register

M2FECR: RWRegister<u32>

RAMECC monitor x failing ECC error code register

M3CR: RWRegister<u32>

RAMECC monitor x configuration register

M3SR: RWRegister<u32>

RAMECC monitor x status register

M3FAR: RORegister<u32>

RAMECC monitor x failing address register

M3FDRL: RORegister<u32>

RAMECC monitor x failing data low register

M3FDRH: RORegister<u32>

RAMECC monitor x failing data high register

M3FECR: RORegister<u32>

RAMECC monitor x failing ECC error code register

M4CR: RWRegister<u32>

RAMECC monitor x configuration register

M4SR: RWRegister<u32>

RAMECC monitor x status register

M4FAR: RORegister<u32>

RAMECC monitor x failing address register

M4FDRL: RORegister<u32>

RAMECC monitor x failing data low register

M4F: RWRegister<u32>

M4FDRH and M4FECR M4FDRH: RAMECC monitor x failing data high register M4FECR: RAMECC monitor x failing ECC error code register

M5CR: RWRegister<u32>

RAMECC monitor x configuration register

M5SR: RWRegister<u32>

RAMECC monitor x status register

M5FAR: RWRegister<u32>

RAMECC monitor x failing address register

M5FDRL: RORegister<u32>

RAMECC monitor x failing data low register

M5FDRH: RORegister<u32>

RAMECC monitor x failing data high register

M5FECR: RORegister<u32>

RAMECC monitor x failing ECC error code register

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.