Struct xmc4200::gpdma0_ch2::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub sar: SAR, pub dar: DAR, pub ctll: CTLL, pub ctlh: CTLH, pub cfgl: CFGL, pub cfgh: CFGH, // some fields omitted }

Register block

Fields

0x00 - Source Address Register

0x08 - Destination Address Register

0x18 - Control Register Low

0x1c - Control Register High

0x40 - Configuration Register Low

0x44 - Configuration Register High

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock