[][src]Struct muscab1_pac::sysinfo::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub sys_version: SYS_VERSION,
    pub sys_config: SYS_CONFIG,
    pub pidr4: PIDR4,
    pub pidr0: PIDR0,
    pub pidr1: PIDR1,
    pub pidr2: PIDR2,
    pub pidr3: PIDR3,
    pub cidr0: CIDR0,
    pub cidr1: CIDR1,
    pub cidr2: CIDR2,
    pub cidr3: CIDR3,
    // some fields omitted
}

Register block

Fields

sys_version: SYS_VERSION

0x00 - System Version Register

sys_config: SYS_CONFIG

0x04 - System Hardware Configuration register

pidr4: PIDR4

0xfd0 - Peripheral ID 4

pidr0: PIDR0

0xfe0 - Peripheral ID 0

pidr1: PIDR1

0xfe4 - Peripheral ID 1

pidr2: PIDR2

0xfe8 - Peripheral ID 2

pidr3: PIDR3

0xfec - Peripheral ID 3

cidr0: CIDR0

0xff0 - Component ID 0

cidr1: CIDR1

0xff4 - Component ID 1

cidr2: CIDR2

0xff8 - Component ID 2

cidr3: CIDR3

0xffc - Component ID 3

Auto Trait Implementations

Blanket Implementations

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> From<T> for 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