[][src]Struct saml10d15a::dib::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub dlar: DLAR,
    pub dlsr: DLSR,
    pub dauthstatus: DAUTHSTATUS,
    pub ddevarch: DDEVARCH,
    pub ddevtype: DDEVTYPE,
    pub dpidr4: DPIDR4,
    pub dpidr5: DPIDR5,
    pub dpidr6: DPIDR6,
    pub dpidr7: DPIDR7,
    pub dpidr0: DPIDR0,
    pub dpidr1: DPIDR1,
    pub dpidr2: DPIDR2,
    pub dpidr3: DPIDR3,
    pub dcidr0: DCIDR0,
    pub dcidr1: DCIDR1,
    pub dcidr2: DCIDR2,
    pub dcidr3: DCIDR3,
    // some fields omitted
}

Register block

Fields

dlar: DLAR

0x00 - SCS Software Lock Access Register

dlsr: DLSR

0x04 - SCS Software Lock Status Register

dauthstatus: DAUTHSTATUS

0x08 - Debug Authentication Status Register

ddevarch: DDEVARCH

0x0c - SCS Device Architecture Register

ddevtype: DDEVTYPE

0x1c - SCS Device Type Register

dpidr4: DPIDR4

0x20 - SCS Peripheral Identification Register 4

dpidr5: DPIDR5

0x24 - SCS Peripheral Identification Register 5

dpidr6: DPIDR6

0x28 - SCS Peripheral Identification Register 6

dpidr7: DPIDR7

0x2c - SCS Peripheral Identification Register 7

dpidr0: DPIDR0

0x30 - SCS Peripheral Identification Register 0

dpidr1: DPIDR1

0x34 - SCS Peripheral Identification Register 1

dpidr2: DPIDR2

0x38 - SCS Peripheral Identification Register 2

dpidr3: DPIDR3

0x3c - SCS Peripheral Identification Register 3

dcidr0: DCIDR0

0x40 - SCS Component Identification Register 0

dcidr1: DCIDR1

0x44 - SCS Component Identification Register 1

dcidr2: DCIDR2

0x48 - SCS Component Identification Register 2

dcidr3: DCIDR3

0x4c - SCS Component Identification Register 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