Struct stm32f7x7::otg_fs_global::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub otg_fs_gotgctl: OTG_FS_GOTGCTL, pub otg_fs_gotgint: OTG_FS_GOTGINT, pub otg_fs_gahbcfg: OTG_FS_GAHBCFG, pub otg_fs_gusbcfg: OTG_FS_GUSBCFG, pub otg_fs_grstctl: OTG_FS_GRSTCTL, pub otg_fs_gintsts: OTG_FS_GINTSTS, pub otg_fs_gintmsk: OTG_FS_GINTMSK, pub otg_fs_grxstsr_device: OTG_FS_GRXSTSR_DEVICE, pub otg_fs_grxstsp_device: OTG_FS_GRXSTSP_DEVICE, pub otg_fs_grxfsiz: OTG_FS_GRXFSIZ, pub otg_fs_dieptxf0_device: OTG_FS_DIEPTXF0_DEVICE, pub otg_fs_hnptxsts: OTG_FS_HNPTXSTS, pub otg_fs_gi2cctl: OTG_FS_GI2CCTL, pub otg_fs_gccfg: OTG_FS_GCCFG, pub otg_fs_cid: OTG_FS_CID, pub otg_fs_glpmcfg: OTG_FS_GLPMCFG, pub otg_fs_gpwrdn: OTG_FS_GPWRDN, pub otg_fs_gadpctl: OTG_FS_GADPCTL, pub otg_fs_hptxfsiz: OTG_FS_HPTXFSIZ, pub otg_fs_dieptxf1: OTG_FS_DIEPTXF1, pub otg_fs_dieptxf2: OTG_FS_DIEPTXF2, pub otg_fs_dieptxf3: OTG_FS_DIEPTXF3, pub otg_fs_dieptxf4: OTG_FS_DIEPTXF4, pub otg_fs_dieptxf5: OTG_FS_DIEPTXF5, // some fields omitted }

Register block

Fields

0x00 - OTG_FS control and status register (OTG_FS_GOTGCTL)

0x04 - OTG_FS interrupt register (OTG_FS_GOTGINT)

0x08 - OTG_FS AHB configuration register (OTG_FS_GAHBCFG)

0x0c - OTG_FS USB configuration register (OTG_FS_GUSBCFG)

0x10 - OTG_FS reset register (OTG_FS_GRSTCTL)

0x14 - OTG_FS core interrupt register (OTG_FS_GINTSTS)

0x18 - OTG_FS interrupt mask register (OTG_FS_GINTMSK)

0x1c - OTG_FS Receive status debug read(Device mode)

0x20 - OTG status read and pop register (Device mode)

0x24 - OTG_FS Receive FIFO size register (OTG_FS_GRXFSIZ)

0x28 - OTG_FS Endpoint 0 Transmit FIFO size

0x2c - OTG_FS non-periodic transmit FIFO/queue status register (OTG_FS_GNPTXSTS)

0x30 - OTG I2C access register

0x38 - OTG_FS general core configuration register (OTG_FS_GCCFG)

0x3c - core ID register

0x54 - OTG core LPM configuration register

0x58 - OTG power down register

0x60 - OTG ADP timer, control and status register

0x100 - OTG_FS Host periodic transmit FIFO size register (OTG_FS_HPTXFSIZ)

0x104 - OTG_FS device IN endpoint transmit FIFO size register (OTG_FS_DIEPTXF1)

0x108 - OTG_FS device IN endpoint transmit FIFO size register (OTG_FS_DIEPTXF2)

0x10c - OTG_FS device IN endpoint transmit FIFO size register (OTG_FS_DIEPTXF3)

0x110 - OTG_FS device IN endpoint transmit FIFO size register (OTG_FS_DIEPTXF4)

0x114 - OTG_FS device IN endpoint transmit FIFO size register (OTG_FS_DIEPTXF5)

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock