[−][src]Struct stm32f4::stm32f469::otg_fs_global::RegisterBlock
Register block
Fields
gotgctl: GOTGCTL0x00 - OTG_FS control and status register (OTG_FS_GOTGCTL)
gotgint: GOTGINT0x04 - OTG_FS interrupt register (OTG_FS_GOTGINT)
gahbcfg: GAHBCFG0x08 - OTG_FS AHB configuration register (OTG_FS_GAHBCFG)
gusbcfg: GUSBCFG0x0c - OTG_FS USB configuration register (OTG_FS_GUSBCFG)
grstctl: GRSTCTL0x10 - OTG_FS reset register (OTG_FS_GRSTCTL)
gintsts: GINTSTS0x14 - OTG_FS core interrupt register (OTG_FS_GINTSTS)
gintmsk: GINTMSK0x18 - OTG_FS interrupt mask register (OTG_FS_GINTMSK)
grxfsiz: GRXFSIZ0x24 - OTG_FS Receive FIFO size register (OTG_FS_GRXFSIZ)
gnptxsts: GNPTXSTS0x2c - OTG_FS non-periodic transmit FIFO/queue status register (OTG_FS_GNPTXSTS)
gccfg: GCCFG0x38 - OTG_FS general core configuration register (OTG_FS_GCCFG)
cid: CID0x3c - core ID register
hptxfsiz: HPTXFSIZ0x100 - OTG_FS Host periodic transmit FIFO size register (OTG_FS_HPTXFSIZ)
dieptxf1: DIEPTXF10x104 - OTG_FS device IN endpoint transmit FIFO size register (OTG_FS_DIEPTXF1)
dieptxf2: DIEPTXF20x108 - OTG_FS device IN endpoint transmit FIFO size register (OTG_FS_DIEPTXF2)
dieptxf3: DIEPTXF30x10c - OTG_FS device IN endpoint transmit FIFO size register (OTG_FS_DIEPTXF3)
dieptxf4: DIEPTXF40x110 - OTG_FS device IN endpoint transmit FIFO size register (OTG_FS_DIEPTXF4)
dieptxf5: DIEPTXF50x114 - OTG_FS device IN endpoint transmit FIFO size register (OTG_FS_DIEPTXF5)
Implementations
impl RegisterBlock[src]
pub fn grxstsr_host(&self) -> &GRXSTSR_HOST[src]
0x1c - OTG_FS Receive status debug read(Hostmode)
pub fn grxstsr_host_mut(&self) -> &mut GRXSTSR_HOST[src]
0x1c - OTG_FS Receive status debug read(Hostmode)
pub fn grxstsr_device(&self) -> &GRXSTSR_DEVICE[src]
0x1c - OTG_FS Receive status debug read(Device mode)
pub fn grxstsr_device_mut(&self) -> &mut GRXSTSR_DEVICE[src]
0x1c - OTG_FS Receive status debug read(Device mode)
pub fn gnptxfsiz_host(&self) -> &GNPTXFSIZ_HOST[src]
0x28 - OTG_FS non-periodic transmit FIFO size register (Host mode)
pub fn gnptxfsiz_host_mut(&self) -> &mut GNPTXFSIZ_HOST[src]
0x28 - OTG_FS non-periodic transmit FIFO size register (Host mode)
pub fn gnptxfsiz_device(&self) -> &GNPTXFSIZ_DEVICE[src]
0x28 - OTG_FS non-periodic transmit FIFO size register (Device mode)
pub fn gnptxfsiz_device_mut(&self) -> &mut GNPTXFSIZ_DEVICE[src]
0x28 - OTG_FS non-periodic transmit FIFO size register (Device mode)
Auto Trait Implementations
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>,