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