[][src]Struct stm32wb_pac::USB

pub struct USB { /* fields omitted */ }

Universal serial bus full-speed device interface

Implementations

impl USB[src]

pub const fn ptr() -> *const RegisterBlock[src]

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

pub fn lpmcsr(&self) -> &LPMCSR[src]

0x54 - control and status register

pub fn lpmcsr_mut(&self) -> &mut LPMCSR[src]

0x54 - control and status register

pub fn addr0_rx(&self) -> &ADDR0_RX[src]

0x54 - Reception buffer address 0

pub fn addr0_rx_mut(&self) -> &mut ADDR0_RX[src]

0x54 - Reception buffer address 0

Trait Implementations

impl Deref for USB[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl Send for USB[src]

Auto Trait Implementations

impl !Sync for USB[src]

impl Unpin for USB[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.