Struct xmc4500::gpdma1_ch0::RegisterBlock[][src]

#[repr(C)]
pub struct RegisterBlock { pub sar: Reg<SAR_SPEC>, pub dar: Reg<DAR_SPEC>, pub ctll: Reg<CTLL_SPEC>, pub ctlh: Reg<CTLH_SPEC>, pub cfgl: Reg<CFGL_SPEC>, pub cfgh: Reg<CFGH_SPEC>, // some fields omitted }
Expand description

Register block

Fields

sar: Reg<SAR_SPEC>

0x00 - Source Address Register

dar: Reg<DAR_SPEC>

0x08 - Destination Address Register

ctll: Reg<CTLL_SPEC>

0x18 - Control Register Low

ctlh: Reg<CTLH_SPEC>

0x1c - Control Register High

cfgl: Reg<CFGL_SPEC>

0x40 - Configuration Register Low

cfgh: Reg<CFGH_SPEC>

0x44 - Configuration Register High

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.