[−][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 grxstsr_host(&self) -> &Reg<u32, _GRXSTSR_HOST>[src]
0x1c - OTG_FS Receive status debug read(Hostmode)
pub fn grxstsr_host_mut(&self) -> &mut Reg<u32, _GRXSTSR_HOST>[src]
0x1c - OTG_FS Receive status debug read(Hostmode)
pub fn grxstsr_device(&self) -> &Reg<u32, _GRXSTSR_DEVICE>[src]
0x1c - OTG_FS Receive status debug read(Device mode)
pub fn grxstsr_device_mut(&self) -> &mut Reg<u32, _GRXSTSR_DEVICE>[src]
0x1c - OTG_FS Receive status debug read(Device mode)
pub fn grxstsp_host(&self) -> &Reg<u32, _GRXSTSP_HOST>[src]
0x20 - OTG status read and pop (host mode)
pub fn grxstsp_host_mut(&self) -> &mut Reg<u32, _GRXSTSP_HOST>[src]
0x20 - OTG status read and pop (host mode)
pub fn grxstsp_device(&self) -> &Reg<u32, _GRXSTSP_DEVICE>[src]
0x20 - OTG status read and pop (device mode)
pub fn grxstsp_device_mut(&self) -> &mut Reg<u32, _GRXSTSP_DEVICE>[src]
0x20 - OTG status read and pop (device mode)
pub fn hnptxfsiz(&self) -> &Reg<u32, _HNPTXFSIZ>[src]
0x28 - OTG_FS non-periodic transmit FIFO size register (Host mode)
pub fn hnptxfsiz_mut(&self) -> &mut Reg<u32, _HNPTXFSIZ>[src]
0x28 - OTG_FS non-periodic transmit FIFO size register (Host mode)
pub fn dieptxf0(&self) -> &Reg<u32, _DIEPTXF0>[src]
0x28 - OTG_FS non-periodic transmit FIFO size register (Device mode)
pub fn dieptxf0_mut(&self) -> &mut Reg<u32, _DIEPTXF0>[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 !Sync for OTG_FS_GLOBAL
impl Unpin for OTG_FS_GLOBAL
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
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> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
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]
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> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,