[][src]Struct xmc1100::scu_general::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub dbgromid: DBGROMID,
    pub idchip: IDCHIP,
    pub id: ID,
    pub ssw0: SSW0,
    pub passwd: PASSWD,
    pub ccucon: CCUCON,
    pub mirrsts: MIRRSTS,
    pub pmtsr: PMTSR,
    // some fields omitted
}

Register block

Fields

dbgromid: DBGROMID

0x00 - Debug System ROM ID Register

idchip: IDCHIP

0x04 - Chip ID Register

id: ID

0x08 - SCU Module ID Register

ssw0: SSW0

0x14 - SSW Register 0

passwd: PASSWD

0x24 - Password Register

ccucon: CCUCON

0x30 - CCU Control Register

mirrsts: MIRRSTS

0x48 - Mirror Update Status Register

pmtsr: PMTSR

0x54 - Parity Memory Test Select Register

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.