Struct atsame70q20b_pac::xdmac::XDMAC_CHID[][src]

#[repr(C)]
pub struct XDMAC_CHID {
Show 14 fields pub cie: Reg<CIE_SPEC>, pub cid: Reg<CID_SPEC>, pub cim: Reg<CIM_SPEC>, pub cis: Reg<CIS_SPEC>, pub csa: Reg<CSA_SPEC>, pub cda: Reg<CDA_SPEC>, pub cnda: Reg<CNDA_SPEC>, pub cndc: Reg<CNDC_SPEC>, pub cubc: Reg<CUBC_SPEC>, pub cbc: Reg<CBC_SPEC>, pub cc: Reg<CC_SPEC>, pub cds_msp: Reg<CDS_MSP_SPEC>, pub csus: Reg<CSUS_SPEC>, pub cdus: Reg<CDUS_SPEC>,
}
Expand description

Register block

Fields

cie: Reg<CIE_SPEC>

0x00 - Channel Interrupt Enable Register

cid: Reg<CID_SPEC>

0x04 - Channel Interrupt Disable Register

cim: Reg<CIM_SPEC>

0x08 - Channel Interrupt Mask Register

cis: Reg<CIS_SPEC>

0x0c - Channel Interrupt Status Register

csa: Reg<CSA_SPEC>

0x10 - Channel Source Address Register

cda: Reg<CDA_SPEC>

0x14 - Channel Destination Address Register

cnda: Reg<CNDA_SPEC>

0x18 - Channel Next Descriptor Address Register

cndc: Reg<CNDC_SPEC>

0x1c - Channel Next Descriptor Control Register

cubc: Reg<CUBC_SPEC>

0x20 - Channel Microblock Control Register

cbc: Reg<CBC_SPEC>

0x24 - Channel Block Control Register

cc: Reg<CC_SPEC>

0x28 - Channel Configuration Register

cds_msp: Reg<CDS_MSP_SPEC>

0x2c - Channel Data Stride Memory Set Pattern

csus: Reg<CSUS_SPEC>

0x30 - Channel Source Microblock Stride

cdus: Reg<CDUS_SPEC>

0x34 - Channel Destination Microblock Stride

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.