1
2
3
4
5
6
#[doc = "Result of last incoming frames"]
pub struct RX {
    register: ::vcell::VolatileCell<u32>,
}
#[doc = "Result of last incoming frames"]
pub mod rx;