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