#[repr(C)]
pub struct RegisterBlock { pub peen: PEEN, pub mchkcon: MCHKCON, pub pete: PETE, pub persten: PERSTEN, pub peflag: PEFLAG, pub pmtpr: PMTPR, pub pmtsr: PMTSR, /* private fields */ }
Expand description

Register block

Fields

peen: PEEN

0x00 - Parity Error Enable Register

mchkcon: MCHKCON

0x04 - Memory Checking Control Register

pete: PETE

0x08 - Parity Error Trap Enable Register

persten: PERSTEN

0x0c - Parity Error Reset Enable Register

peflag: PEFLAG

0x14 - Parity Error Flag Register

pmtpr: PMTPR

0x18 - Parity Memory Test Pattern Register

pmtsr: PMTSR

0x1c - Parity Memory Test Select 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
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.