Struct xmc4200::usb0::RegisterBlock [] [src]

#[repr(C)]
pub struct RegisterBlock { pub gahbcfg: GAHBCFG, pub gusbcfg: GUSBCFG, pub grstctl: GRSTCTL, pub gintsts: GINTSTS, pub gintmsk: GINTMSK, pub grxstsr: GRXSTSR, pub grxstsp: GRXSTSP, pub grxfsiz: GRXFSIZ, pub gnptxfsiz: GNPTXFSIZ, pub guid: GUID, pub gdfifocfg: GDFIFOCFG, pub dieptxf1: DIEPTXF1, pub dieptxf2: DIEPTXF2, pub dieptxf3: DIEPTXF3, pub dieptxf4: DIEPTXF4, pub dieptxf5: DIEPTXF5, pub dieptxf6: DIEPTXF6, pub dcfg: DCFG, pub dctl: DCTL, pub dsts: DSTS, pub diepmsk: DIEPMSK, pub doepmsk: DOEPMSK, pub daint: DAINT, pub daintmsk: DAINTMSK, pub dvbusdis: DVBUSDIS, pub dvbuspulse: DVBUSPULSE, pub diepempmsk: DIEPEMPMSK, pub pcgcctl: PCGCCTL, // some fields omitted }

Register block

Fields

0x08 - AHB Configuration Register

0x0c - USB Configuration Register

0x10 - Reset Register

0x14 - Interrupt Register

0x18 - Interrupt Mask Register

0x1c - Receive Status Debug Read Register

0x20 - Receive Status Read and Pop Register

0x24 - Receive FIFO Size Register

0x28 - Non-Periodic Transmit FIFO Size Register

0x3c - USB Module Identification Register

0x5c - Global DFIFO Software Config Register

0x104 - Device IN Endpoint 1 Transmit FIFO Size Register

0x108 - Device IN Endpoint 2 Transmit FIFO Size Register

0x10c - Device IN Endpoint 3 Transmit FIFO Size Register

0x110 - Device IN Endpoint 4 Transmit FIFO Size Register

0x114 - Device IN Endpoint 5 Transmit FIFO Size Register

0x118 - Device IN Endpoint 6 Transmit FIFO Size Register

0x800 - Device Configuration Register

0x804 - Device Control Register

0x808 - Device Status Register

0x810 - Device IN Endpoint Common Interrupt Mask Register

0x814 - Device OUT Endpoint Common Interrupt Mask Register

0x818 - Device All Endpoints Interrupt Register

0x81c - Device All Endpoints Interrupt Mask Register

0x828 - Device VBUS Discharge Time Register

0x82c - Device VBUS Pulsing Time Register

0x834 - Device IN Endpoint FIFO Empty Interrupt Mask Register

0xe00 - Power and Clock Gating Control Register

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock