1#[doc = r"Register block"]
2#[repr(C)]
3pub struct FRAMESTATUS {
4#[doc = "0x00 - Result of last incoming frame"]
5pub rx: RX,
6}
7#[doc = "RX (rw) register accessor: an alias for `Reg<RX_SPEC>`"]
8pub type RX = crate::Reg<rx::RX_SPEC>;
9#[doc = "Result of last incoming frame"]
10pub mod rx;