Struct xmc4200::scu_parity::RegisterBlock [] [src]

#[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, // some fields omitted }

Register block

Fields

0x00 - Parity Error Enable Register

0x04 - Memory Checking Control Register

0x08 - Parity Error Trap Enable Register

0x0c - Parity Error Reset Enable Register

0x14 - Parity Error Flag Register

0x18 - Parity Memory Test Pattern Register

0x1c - Parity Memory Test Select Register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock