1
2
3
4
5
6
7
8
9
10
11
12
#[doc = "Configuration of outgoing frames"]
pub struct FRAMECONFIG {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Configuration of outgoing frames"]
pub mod frameconfig;
#[doc = "Size of outgoing frame"]
pub struct AMOUNT {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Size of outgoing frame"]
pub mod amount;