pub struct USB { /* private fields */ }
Expand description
Universal serial bus full-speed device interface
Implementations§
Methods from Deref<Target = RegisterBlock>§
Sourcepub fn lpmcsr_mut(&self) -> &mut LPMCSR
pub fn lpmcsr_mut(&self) -> &mut LPMCSR
0x54 - control and status register
Sourcepub fn addr0_rx_mut(&self) -> &mut ADDR0_RX
pub fn addr0_rx_mut(&self) -> &mut ADDR0_RX
0x54 - Reception buffer address 0
Trait Implementations§
Auto Trait Implementations§
impl Freeze for USB
impl RefUnwindSafe for USB
impl !Sync for USB
impl Unpin for USB
impl UnwindSafe for USB
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