[−][src]Struct stm32f4xx_hal::stm32::OTG_FS_GLOBAL
USB on the go full speed
Methods
impl OTG_FS_GLOBAL[src]
pub const fn ptr() -> *const RegisterBlock[src]
Returns a pointer to the register block
Methods from Deref<Target = RegisterBlock>
pub fn fs_grxstsr_host(&self) -> &FS_GRXSTSR_HOST[src]
0x1c - OTG_FS Receive status debug read(Hostmode)
pub fn fs_grxstsr_host_mut(&self) -> &mut FS_GRXSTSR_HOST[src]
0x1c - OTG_FS Receive status debug read(Hostmode)
pub fn fs_grxstsr_device(&self) -> &FS_GRXSTSR_DEVICE[src]
0x1c - OTG_FS Receive status debug read(Device mode)
pub fn fs_grxstsr_device_mut(&self) -> &mut FS_GRXSTSR_DEVICE[src]
0x1c - OTG_FS Receive status debug read(Device mode)
pub fn grxstsp_host(&self) -> &GRXSTSP_HOST[src]
0x20 - OTG status read and pop (host mode)
pub fn grxstsp_host_mut(&self) -> &mut GRXSTSP_HOST[src]
0x20 - OTG status read and pop (host mode)
pub fn grxstsp_device(&self) -> &GRXSTSP_DEVICE[src]
0x20 - OTG status read and pop (device mode)
pub fn grxstsp_device_mut(&self) -> &mut GRXSTSP_DEVICE[src]
0x20 - OTG status read and pop (device mode)
pub fn fs_gnptxfsiz_host(&self) -> &FS_GNPTXFSIZ_HOST[src]
0x28 - OTG_FS non-periodic transmit FIFO size register (Host mode)
pub fn fs_gnptxfsiz_host_mut(&self) -> &mut FS_GNPTXFSIZ_HOST[src]
0x28 - OTG_FS non-periodic transmit FIFO size register (Host mode)
pub fn fs_gnptxfsiz_device(&self) -> &FS_GNPTXFSIZ_DEVICE[src]
0x28 - OTG_FS non-periodic transmit FIFO size register (Device mode)
pub fn fs_gnptxfsiz_device_mut(&self) -> &mut FS_GNPTXFSIZ_DEVICE[src]
0x28 - OTG_FS non-periodic transmit FIFO size register (Device mode)
Trait Implementations
impl Deref for OTG_FS_GLOBAL[src]
type Target = RegisterBlock
The resulting type after dereferencing.
fn deref(&self) -> &<OTG_FS_GLOBAL as Deref>::Target[src]
impl Send for OTG_FS_GLOBAL[src]
Auto Trait Implementations
impl Unpin for OTG_FS_GLOBAL
impl !Sync for OTG_FS_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