[][src]Struct xmc4800::scu_parity::RegisterBlock

#[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

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

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self