[][src]Struct xmc4800::gpdma0_ch0::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub sar: SAR,
    pub dar: DAR,
    pub llp: LLP,
    pub ctll: CTLL,
    pub ctlh: CTLH,
    pub sstat: SSTAT,
    pub dstat: DSTAT,
    pub sstatar: SSTATAR,
    pub dstatar: DSTATAR,
    pub cfgl: CFGL,
    pub cfgh: CFGH,
    pub sgr: SGR,
    pub dsr: DSR,
    // some fields omitted
}

Register block

Fields

sar: SAR

0x00 - Source Address Register

dar: DAR

0x08 - Destination Address Register

llp: LLP

0x10 - Linked List Pointer Register

ctll: CTLL

0x18 - Control Register Low

ctlh: CTLH

0x1c - Control Register High

sstat: SSTAT

0x20 - Source Status Register

dstat: DSTAT

0x28 - Destination Status Register

sstatar: SSTATAR

0x30 - Source Status Address Register

dstatar: DSTATAR

0x38 - Destination Status Address Register

cfgl: CFGL

0x40 - Configuration Register Low

cfgh: CFGH

0x44 - Configuration Register High

sgr: SGR

0x48 - Source Gather Register

dsr: DSR

0x50 - Destination Scatter 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