Struct xmc4200::gpdma0_ch0::RegisterBlock [] [src]

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

0x00 - Source Address Register

0x08 - Destination Address Register

0x10 - Linked List Pointer Register

0x18 - Control Register Low

0x1c - Control Register High

0x20 - Source Status Register

0x28 - Destination Status Register

0x30 - Source Status Address Register

0x38 - Destination Status Address Register

0x40 - Configuration Register Low

0x44 - Configuration Register High

0x48 - Source Gather Register

0x50 - Destination Scatter Register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock