Struct stm32h7xx_hal::pac::OTG2_HS_DEVICE[][src]

pub struct OTG2_HS_DEVICE { /* fields omitted */ }

USB 1 on the go high speed

Implementations

impl OTG2_HS_DEVICE[src]

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

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

pub fn dieptsiz6(&self) -> &Reg<u32, _DIEPTSIZ6>[src]

0x1a0 - OTG_HS device endpoint transfer size register

pub fn dieptsiz6_mut(&self) -> &mut Reg<u32, _DIEPTSIZ6>[src]

0x1a0 - OTG_HS device endpoint transfer size register

pub fn diepctl5(&self) -> &Reg<u32, _DIEPCTL5>[src]

0x1a0 - OTG device endpoint-5 control register

pub fn diepctl5_mut(&self) -> &mut Reg<u32, _DIEPCTL5>[src]

0x1a0 - OTG device endpoint-5 control register

pub fn dieptsiz7(&self) -> &Reg<u32, _DIEPTSIZ7>[src]

0x1a8 - OTG_HS device endpoint transfer size register

pub fn dieptsiz7_mut(&self) -> &mut Reg<u32, _DIEPTSIZ7>[src]

0x1a8 - OTG_HS device endpoint transfer size register

pub fn diepint5(&self) -> &Reg<u32, _DIEPINT5>[src]

0x1a8 - OTG device endpoint-5 interrupt register

pub fn diepint5_mut(&self) -> &mut Reg<u32, _DIEPINT5>[src]

0x1a8 - OTG device endpoint-5 interrupt register

Trait Implementations

impl Deref for OTG2_HS_DEVICE[src]

type Target = RegisterBlock

The resulting type after dereferencing.

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