Struct stm32f7::stm32f7x9::OTG_HS_DEVICE[][src]

pub struct OTG_HS_DEVICE { /* fields omitted */ }

USB on the go high speed

Implementations

impl OTG_HS_DEVICE[src]

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

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

pub fn otg_hs_dieptsiz6(&self) -> &OTG_HS_DIEPTSIZ6[src]

0x1a0 - OTG_HS device endpoint transfer size register

pub fn otg_hs_dieptsiz6_mut(&self) -> &mut OTG_HS_DIEPTSIZ6[src]

0x1a0 - OTG_HS device endpoint transfer size register

pub fn otg_hs_diepctl5(&self) -> &OTG_HS_DIEPCTL5[src]

0x1a0 - OTG device endpoint-5 control register

pub fn otg_hs_diepctl5_mut(&self) -> &mut OTG_HS_DIEPCTL5[src]

0x1a0 - OTG device endpoint-5 control register

pub fn otg_hs_dieptsiz7(&self) -> &OTG_HS_DIEPTSIZ7[src]

0x1a8 - OTG_HS device endpoint transfer size register

pub fn otg_hs_dieptsiz7_mut(&self) -> &mut OTG_HS_DIEPTSIZ7[src]

0x1a8 - OTG_HS device endpoint transfer size register

pub fn otg_hs_diepint5(&self) -> &OTG_HS_DIEPINT5[src]

0x1a8 - OTG device endpoint-5 interrupt register

pub fn otg_hs_diepint5_mut(&self) -> &mut OTG_HS_DIEPINT5[src]

0x1a8 - OTG device endpoint-5 interrupt register

Trait Implementations

impl Deref for OTG_HS_DEVICE[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl Send for OTG_HS_DEVICE[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.