Struct atsame70n21_pac::xdmac::XDMAC_CHID[][src]

#[repr(C)]pub struct XDMAC_CHID {
    pub cie: CIE,
    pub cid: CID,
    pub cim: CIM,
    pub cis: CIS,
    pub csa: CSA,
    pub cda: CDA,
    pub cnda: CNDA,
    pub cndc: CNDC,
    pub cubc: CUBC,
    pub cbc: CBC,
    pub cc: CC,
    pub cds_msp: CDS_MSP,
    pub csus: CSUS,
    pub cdus: CDUS,
}

Register block

Fields

cie: CIE

0x00 - Channel Interrupt Enable Register (chid = 0)

cid: CID

0x04 - Channel Interrupt Disable Register (chid = 0)

cim: CIM

0x08 - Channel Interrupt Mask Register (chid = 0)

cis: CIS

0x0c - Channel Interrupt Status Register (chid = 0)

csa: CSA

0x10 - Channel Source Address Register (chid = 0)

cda: CDA

0x14 - Channel Destination Address Register (chid = 0)

cnda: CNDA

0x18 - Channel Next Descriptor Address Register (chid = 0)

cndc: CNDC

0x1c - Channel Next Descriptor Control Register (chid = 0)

cubc: CUBC

0x20 - Channel Microblock Control Register (chid = 0)

cbc: CBC

0x24 - Channel Block Control Register (chid = 0)

cc: CC

0x28 - Channel Configuration Register (chid = 0)

cds_msp: CDS_MSP

0x2c - Channel Data Stride Memory Set Pattern (chid = 0)

csus: CSUS

0x30 - Channel Source Microblock Stride (chid = 0)

cdus: CDUS

0x34 - Channel Destination Microblock Stride (chid = 0)

Auto Trait Implementations

impl Send for XDMAC_CHID

impl !Sync for XDMAC_CHID

impl Unpin for XDMAC_CHID

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.