#[repr(C)]pub struct RX {
pub rir: RIR,
pub rdtr: RDTR,
pub rdlr: RDLR,
pub rdhr: RDHR,
}
Expand description
Register block
Fields§
§rir: RIR
0x00 - receive FIFO mailbox identifier register
rdtr: RDTR
0x04 - mailbox data high register
rdlr: RDLR
0x08 - mailbox data high register
rdhr: RDHR
0x0c - receive FIFO mailbox data high register
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