1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#[doc = "TXD Data pointer"]
pub struct PTR {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "TXD Data pointer"]
pub mod ptr;
#[doc = "Maximum number of bytes in TXD buffer"]
pub struct MAXCNT {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Maximum number of bytes in TXD buffer"]
pub mod maxcnt;
#[doc = "Number of bytes transferred in the last TXD transaction"]
pub struct AMOUNT {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Number of bytes transferred in the last TXD transaction"]
pub mod amount;
#[doc = "EasyDMA list type"]
pub struct LIST {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "EasyDMA list type"]
pub mod list;