1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
#[doc = "Channel Interrupt Enable Register"]
pub struct XDMAC_CIE {
    register: vcell::VolatileCell<u32>,
}
#[doc = "Channel Interrupt Enable Register"]
pub mod xdmac_cie;
#[doc = "Channel Interrupt Disable Register"]
pub struct XDMAC_CID {
    register: vcell::VolatileCell<u32>,
}
#[doc = "Channel Interrupt Disable Register"]
pub mod xdmac_cid;
#[doc = "Channel Interrupt Mask Register"]
pub struct XDMAC_CIM {
    register: vcell::VolatileCell<u32>,
}
#[doc = "Channel Interrupt Mask Register"]
pub mod xdmac_cim;
#[doc = "Channel Interrupt Status Register"]
pub struct XDMAC_CIS {
    register: vcell::VolatileCell<u32>,
}
#[doc = "Channel Interrupt Status Register"]
pub mod xdmac_cis;
#[doc = "Channel Source Address Register"]
pub struct XDMAC_CSA {
    register: vcell::VolatileCell<u32>,
}
#[doc = "Channel Source Address Register"]
pub mod xdmac_csa;
#[doc = "Channel Destination Address Register"]
pub struct XDMAC_CDA {
    register: vcell::VolatileCell<u32>,
}
#[doc = "Channel Destination Address Register"]
pub mod xdmac_cda;
#[doc = "Channel Next Descriptor Address Register"]
pub struct XDMAC_CNDA {
    register: vcell::VolatileCell<u32>,
}
#[doc = "Channel Next Descriptor Address Register"]
pub mod xdmac_cnda;
#[doc = "Channel Next Descriptor Control Register"]
pub struct XDMAC_CNDC {
    register: vcell::VolatileCell<u32>,
}
#[doc = "Channel Next Descriptor Control Register"]
pub mod xdmac_cndc;
#[doc = "Channel Microblock Control Register"]
pub struct XDMAC_CUBC {
    register: vcell::VolatileCell<u32>,
}
#[doc = "Channel Microblock Control Register"]
pub mod xdmac_cubc;
#[doc = "Channel Block Control Register"]
pub struct XDMAC_CBC {
    register: vcell::VolatileCell<u32>,
}
#[doc = "Channel Block Control Register"]
pub mod xdmac_cbc;
#[doc = "Channel Configuration Register"]
pub struct XDMAC_CC {
    register: vcell::VolatileCell<u32>,
}
#[doc = "Channel Configuration Register"]
pub mod xdmac_cc;
#[doc = "Channel Data Stride Memory Set Pattern"]
pub struct XDMAC_CDS_MSP {
    register: vcell::VolatileCell<u32>,
}
#[doc = "Channel Data Stride Memory Set Pattern"]
pub mod xdmac_cds_msp;
#[doc = "Channel Source Microblock Stride"]
pub struct XDMAC_CSUS {
    register: vcell::VolatileCell<u32>,
}
#[doc = "Channel Source Microblock Stride"]
pub mod xdmac_csus;
#[doc = "Channel Destination Microblock Stride"]
pub struct XDMAC_CDUS {
    register: vcell::VolatileCell<u32>,
}
#[doc = "Channel Destination Microblock Stride"]
pub mod xdmac_cdus;