Struct stm32f1::stm32f102::OTG_FS_GLOBAL[][src]

pub struct OTG_FS_GLOBAL { /* fields omitted */ }

USB on the go full speed

Implementations

impl OTG_FS_GLOBAL[src]

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

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

pub fn fs_grxstsr_host(&self) -> &FS_GRXSTSR_HOST[src]

0x1c - OTG_FS Receive status debug read(Host mode)

pub fn fs_grxstsr_host_mut(&self) -> &mut FS_GRXSTSR_HOST[src]

0x1c - OTG_FS Receive status debug read(Host mode)

pub fn fs_grxstsr_device(&self) -> &FS_GRXSTSR_DEVICE[src]

0x1c - OTG_FS Receive status debug read(Device mode)

pub fn fs_grxstsr_device_mut(&self) -> &mut FS_GRXSTSR_DEVICE[src]

0x1c - OTG_FS Receive status debug read(Device mode)

pub fn fs_gnptxfsiz_host(&self) -> &FS_GNPTXFSIZ_HOST[src]

0x28 - OTG_FS non-periodic transmit FIFO size register (Host mode)

pub fn fs_gnptxfsiz_host_mut(&self) -> &mut FS_GNPTXFSIZ_HOST[src]

0x28 - OTG_FS non-periodic transmit FIFO size register (Host mode)

pub fn fs_gnptxfsiz_device(&self) -> &FS_GNPTXFSIZ_DEVICE[src]

0x28 - OTG_FS non-periodic transmit FIFO size register (Device mode)

pub fn fs_gnptxfsiz_device_mut(&self) -> &mut FS_GNPTXFSIZ_DEVICE[src]

0x28 - OTG_FS non-periodic transmit FIFO size register (Device mode)

Trait Implementations

impl Deref for OTG_FS_GLOBAL[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl Send for OTG_FS_GLOBAL[src]

Auto Trait Implementations

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, 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.