[][src]Struct atsame70j21b::xdmac::XDMAC_CHID

#[repr(C)]pub struct XDMAC_CHID {
    pub xdmac_cie: XDMAC_CIE,
    pub xdmac_cid: XDMAC_CID,
    pub xdmac_cim: XDMAC_CIM,
    pub xdmac_cis: XDMAC_CIS,
    pub xdmac_csa: XDMAC_CSA,
    pub xdmac_cda: XDMAC_CDA,
    pub xdmac_cnda: XDMAC_CNDA,
    pub xdmac_cndc: XDMAC_CNDC,
    pub xdmac_cubc: XDMAC_CUBC,
    pub xdmac_cbc: XDMAC_CBC,
    pub xdmac_cc: XDMAC_CC,
    pub xdmac_cds_msp: XDMAC_CDS_MSP,
    pub xdmac_csus: XDMAC_CSUS,
    pub xdmac_cdus: XDMAC_CDUS,
}

Register block

Fields

xdmac_cie: XDMAC_CIE

0x00 - Channel Interrupt Enable Register

xdmac_cid: XDMAC_CID

0x04 - Channel Interrupt Disable Register

xdmac_cim: XDMAC_CIM

0x08 - Channel Interrupt Mask Register

xdmac_cis: XDMAC_CIS

0x0c - Channel Interrupt Status Register

xdmac_csa: XDMAC_CSA

0x10 - Channel Source Address Register

xdmac_cda: XDMAC_CDA

0x14 - Channel Destination Address Register

xdmac_cnda: XDMAC_CNDA

0x18 - Channel Next Descriptor Address Register

xdmac_cndc: XDMAC_CNDC

0x1c - Channel Next Descriptor Control Register

xdmac_cubc: XDMAC_CUBC

0x20 - Channel Microblock Control Register

xdmac_cbc: XDMAC_CBC

0x24 - Channel Block Control Register

xdmac_cc: XDMAC_CC

0x28 - Channel Configuration Register

xdmac_cds_msp: XDMAC_CDS_MSP

0x2c - Channel Data Stride Memory Set Pattern

xdmac_csus: XDMAC_CSUS

0x30 - Channel Source Microblock Stride

xdmac_cdus: XDMAC_CDUS

0x34 - Channel Destination Microblock Stride

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.