[−][src]Struct stm32f4xx_hal::stm32::OTG_HS_GLOBAL
USB on the go high speed
Methods
impl OTG_HS_GLOBAL[src]
pub const fn ptr() -> *const RegisterBlock[src]
Returns a pointer to the register block
Methods from Deref<Target = RegisterBlock>
pub fn otg_hs_grxstsr_peripheral(&self) -> &OTG_HS_GRXSTSR_PERIPHERAL[src]
0x1c - OTG_HS Receive status debug read register (peripheral mode mode)
pub fn otg_hs_grxstsr_peripheral_mut(&self) -> &mut OTG_HS_GRXSTSR_PERIPHERAL[src]
0x1c - OTG_HS Receive status debug read register (peripheral mode mode)
pub fn otg_hs_grxstsr_host(&self) -> &OTG_HS_GRXSTSR_HOST[src]
0x1c - OTG_HS Receive status debug read register (host mode)
pub fn otg_hs_grxstsr_host_mut(&self) -> &mut OTG_HS_GRXSTSR_HOST[src]
0x1c - OTG_HS Receive status debug read register (host mode)
pub fn otg_hs_grxstsp_peripheral(&self) -> &OTG_HS_GRXSTSP_PERIPHERAL[src]
0x20 - OTG_HS status read and pop register (peripheral mode)
pub fn otg_hs_grxstsp_peripheral_mut(&self) -> &mut OTG_HS_GRXSTSP_PERIPHERAL[src]
0x20 - OTG_HS status read and pop register (peripheral mode)
pub fn otg_hs_grxstsp_host(&self) -> &OTG_HS_GRXSTSP_HOST[src]
0x20 - OTG_HS status read and pop register (host mode)
pub fn otg_hs_grxstsp_host_mut(&self) -> &mut OTG_HS_GRXSTSP_HOST[src]
0x20 - OTG_HS status read and pop register (host mode)
pub fn otg_hs_tx0fsiz_peripheral(&self) -> &OTG_HS_TX0FSIZ_PERIPHERAL[src]
0x28 - Endpoint 0 transmit FIFO size (peripheral mode)
pub fn otg_hs_tx0fsiz_peripheral_mut(&self) -> &mut OTG_HS_TX0FSIZ_PERIPHERAL[src]
0x28 - Endpoint 0 transmit FIFO size (peripheral mode)
pub fn otg_hs_gnptxfsiz_host(&self) -> &OTG_HS_GNPTXFSIZ_HOST[src]
0x28 - OTG_HS nonperiodic transmit FIFO size register (host mode)
pub fn otg_hs_gnptxfsiz_host_mut(&self) -> &mut OTG_HS_GNPTXFSIZ_HOST[src]
0x28 - OTG_HS nonperiodic transmit FIFO size register (host mode)
Trait Implementations
impl Deref for OTG_HS_GLOBAL[src]
type Target = RegisterBlock
The resulting type after dereferencing.
fn deref(&self) -> &<OTG_HS_GLOBAL as Deref>::Target[src]
impl Send for OTG_HS_GLOBAL[src]
Auto Trait Implementations
impl Unpin for OTG_HS_GLOBAL
impl !Sync for OTG_HS_GLOBAL
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same<T> for T
type Output = T
Should always be Self