1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
#[doc = "Configuration register for DMA channel ."]
pub struct CFG {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Configuration register for DMA channel ."]
pub mod cfg;
#[doc = "Control and status register for DMA channel ."]
pub struct CTLSTAT {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Control and status register for DMA channel ."]
pub mod ctlstat;
#[doc = "Transfer configuration register for DMA channel ."]
pub struct XFERCFG {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Transfer configuration register for DMA channel ."]
pub mod xfercfg;