pub struct USB { /* private fields */ }
Expand description
USB peripheral
Implementations§
Trait Implementations§
Source§impl DmPin<USB> for PA11
impl DmPin<USB> for PA11
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as DmPin
Source§impl DpPin<USB> for PA12
impl DpPin<USB> for PA12
Source§fn afio_remap(&self)
fn afio_remap(&self)
Configures AFIO_MAPR to use this pin as DpPin
impl Copy for USB
impl PeripheralType for USB
impl RccPeripheral for USB
Auto Trait Implementations§
impl Freeze for USB
impl RefUnwindSafe for USB
impl Send 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