Struct embassy_stm32::peripherals::USB
source · pub struct USB { /* private fields */ }
Expand description
USB peripheral
Implementations§
Trait Implementations§
source§impl Peripheral for USB
impl Peripheral for USB
source§impl RccPeripheral for USB
impl RccPeripheral for USB
fn frequency() -> Hertz
fn enable_and_reset_with_cs(_cs: CriticalSection<'_>)
fn disable_with_cs(_cs: CriticalSection<'_>)
fn enable_and_reset()
fn disable()
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