#[repr(C)]pub struct RX {
pub rir: Reg<RIR_SPEC>,
pub rdtr: Reg<RDTR_SPEC>,
pub rdlr: Reg<RDLR_SPEC>,
pub rdhr: Reg<RDHR_SPEC>,
}
Expand description
Register block
Fields§
§rir: Reg<RIR_SPEC>
0x00 - CAN_RI0R
rdtr: Reg<RDTR_SPEC>
0x04 - CAN_RDT0R
rdlr: Reg<RDLR_SPEC>
0x08 - CAN_RDL0R
rdhr: Reg<RDHR_SPEC>
0x0c - CAN_RDH0R
Auto Trait Implementations§
impl !Freeze for RX
impl !RefUnwindSafe for RX
impl Send for RX
impl !Sync for RX
impl Unpin for RX
impl UnwindSafe for RX
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more