[][src]Struct stm32h7::stm32h743::OTG2_HS_GLOBAL

pub struct OTG2_HS_GLOBAL { /* fields omitted */ }

USB 1 on the go high speed

Methods

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) -> &GRXSTSR_DEVICE[src]

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

pub fn grxstsr_device_mut(&self) -> &mut GRXSTSR_DEVICE[src]

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

pub fn grxstsr_host(&self) -> &GRXSTSR_HOST[src]

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

pub fn grxstsr_host_mut(&self) -> &mut GRXSTSR_HOST[src]

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

pub fn grxstsp_device(&self) -> &GRXSTSP_DEVICE[src]

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

pub fn grxstsp_device_mut(&self) -> &mut GRXSTSP_DEVICE[src]

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

pub fn grxstsp_host(&self) -> &GRXSTSP_HOST[src]

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

pub fn grxstsp_host_mut(&self) -> &mut GRXSTSP_HOST[src]

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

pub fn dieptxf0_device(&self) -> &DIEPTXF0_DEVICE[src]

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

pub fn dieptxf0_device_mut(&self) -> &mut DIEPTXF0_DEVICE[src]

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

pub fn hnptxfsiz_host(&self) -> &HNPTXFSIZ_HOST[src]

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

pub fn hnptxfsiz_host_mut(&self) -> &mut 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, 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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self