Struct stm32h7xx_hal::pac::OTG2_HS_GLOBAL[][src]

pub struct OTG2_HS_GLOBAL { /* fields omitted */ }

USB 1 on the go high speed

Implementations

impl OTG2_HS_GLOBAL[src]

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

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

pub fn grxstsr_device(&self) -> &Reg<u32, _GRXSTSR_DEVICE>[src]

0x1c - OTG_HS Receive status debug read register (peripheral mode mode)

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

0x1c - OTG_HS Receive status debug read register (peripheral mode mode)

pub fn grxstsr_host(&self) -> &Reg<u32, _GRXSTSR_HOST>[src]

0x1c - OTG_HS Receive status debug read register (host mode)

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

0x1c - OTG_HS Receive status debug read register (host mode)

pub fn grxstsp_device(&self) -> &Reg<u32, _GRXSTSP_DEVICE>[src]

0x20 - OTG_HS status read and pop register (peripheral mode)

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

0x20 - OTG_HS status read and pop register (peripheral mode)

pub fn grxstsp_host(&self) -> &Reg<u32, _GRXSTSP_HOST>[src]

0x20 - OTG_HS status read and pop register (host mode)

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

0x20 - OTG_HS status read and pop register (host mode)

pub fn dieptxf0_device(&self) -> &Reg<u32, _DIEPTXF0_DEVICE>[src]

0x28 - Endpoint 0 transmit FIFO size (peripheral mode)

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

0x28 - Endpoint 0 transmit FIFO size (peripheral mode)

pub fn hnptxfsiz_host(&self) -> &Reg<u32, _HNPTXFSIZ_HOST>[src]

0x28 - OTG_HS nonperiodic transmit FIFO size register (host mode)

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

0x28 - OTG_HS nonperiodic transmit FIFO size register (host mode)

Trait Implementations

impl Deref for OTG2_HS_GLOBAL[src]

type Target = RegisterBlock

The resulting type after dereferencing.

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