atsame70q21/xdmac/
xdmac_chid.rs

1#[doc = "XDMAC_CIE register accessor: an alias for `Reg<XDMAC_CIE_SPEC>`"]
2pub type XDMAC_CIE = crate::Reg<xdmac_cie::XDMAC_CIE_SPEC>;
3#[doc = "Channel Interrupt Enable Register (chid = 0)"]
4pub mod xdmac_cie;
5#[doc = "XDMAC_CID register accessor: an alias for `Reg<XDMAC_CID_SPEC>`"]
6pub type XDMAC_CID = crate::Reg<xdmac_cid::XDMAC_CID_SPEC>;
7#[doc = "Channel Interrupt Disable Register (chid = 0)"]
8pub mod xdmac_cid;
9#[doc = "XDMAC_CIM register accessor: an alias for `Reg<XDMAC_CIM_SPEC>`"]
10pub type XDMAC_CIM = crate::Reg<xdmac_cim::XDMAC_CIM_SPEC>;
11#[doc = "Channel Interrupt Mask Register (chid = 0)"]
12pub mod xdmac_cim;
13#[doc = "XDMAC_CIS register accessor: an alias for `Reg<XDMAC_CIS_SPEC>`"]
14pub type XDMAC_CIS = crate::Reg<xdmac_cis::XDMAC_CIS_SPEC>;
15#[doc = "Channel Interrupt Status Register (chid = 0)"]
16pub mod xdmac_cis;
17#[doc = "XDMAC_CSA register accessor: an alias for `Reg<XDMAC_CSA_SPEC>`"]
18pub type XDMAC_CSA = crate::Reg<xdmac_csa::XDMAC_CSA_SPEC>;
19#[doc = "Channel Source Address Register (chid = 0)"]
20pub mod xdmac_csa;
21#[doc = "XDMAC_CDA register accessor: an alias for `Reg<XDMAC_CDA_SPEC>`"]
22pub type XDMAC_CDA = crate::Reg<xdmac_cda::XDMAC_CDA_SPEC>;
23#[doc = "Channel Destination Address Register (chid = 0)"]
24pub mod xdmac_cda;
25#[doc = "XDMAC_CNDA register accessor: an alias for `Reg<XDMAC_CNDA_SPEC>`"]
26pub type XDMAC_CNDA = crate::Reg<xdmac_cnda::XDMAC_CNDA_SPEC>;
27#[doc = "Channel Next Descriptor Address Register (chid = 0)"]
28pub mod xdmac_cnda;
29#[doc = "XDMAC_CNDC register accessor: an alias for `Reg<XDMAC_CNDC_SPEC>`"]
30pub type XDMAC_CNDC = crate::Reg<xdmac_cndc::XDMAC_CNDC_SPEC>;
31#[doc = "Channel Next Descriptor Control Register (chid = 0)"]
32pub mod xdmac_cndc;
33#[doc = "XDMAC_CUBC register accessor: an alias for `Reg<XDMAC_CUBC_SPEC>`"]
34pub type XDMAC_CUBC = crate::Reg<xdmac_cubc::XDMAC_CUBC_SPEC>;
35#[doc = "Channel Microblock Control Register (chid = 0)"]
36pub mod xdmac_cubc;
37#[doc = "XDMAC_CBC register accessor: an alias for `Reg<XDMAC_CBC_SPEC>`"]
38pub type XDMAC_CBC = crate::Reg<xdmac_cbc::XDMAC_CBC_SPEC>;
39#[doc = "Channel Block Control Register (chid = 0)"]
40pub mod xdmac_cbc;
41#[doc = "XDMAC_CC register accessor: an alias for `Reg<XDMAC_CC_SPEC>`"]
42pub type XDMAC_CC = crate::Reg<xdmac_cc::XDMAC_CC_SPEC>;
43#[doc = "Channel Configuration Register (chid = 0)"]
44pub mod xdmac_cc;
45#[doc = "XDMAC_CDS_MSP register accessor: an alias for `Reg<XDMAC_CDS_MSP_SPEC>`"]
46pub type XDMAC_CDS_MSP = crate::Reg<xdmac_cds_msp::XDMAC_CDS_MSP_SPEC>;
47#[doc = "Channel Data Stride Memory Set Pattern (chid = 0)"]
48pub mod xdmac_cds_msp;
49#[doc = "XDMAC_CSUS register accessor: an alias for `Reg<XDMAC_CSUS_SPEC>`"]
50pub type XDMAC_CSUS = crate::Reg<xdmac_csus::XDMAC_CSUS_SPEC>;
51#[doc = "Channel Source Microblock Stride (chid = 0)"]
52pub mod xdmac_csus;
53#[doc = "XDMAC_CDUS register accessor: an alias for `Reg<XDMAC_CDUS_SPEC>`"]
54pub type XDMAC_CDUS = crate::Reg<xdmac_cdus::XDMAC_CDUS_SPEC>;
55#[doc = "Channel Destination Microblock Stride (chid = 0)"]
56pub mod xdmac_cdus;