release/EM_CMSIS_3.20.6/Device/SiliconLabs/EFM32GG/Include/efm32gg_usb_hc.h

Go to the documentation of this file.
00001 /**************************************************************************/
00032 /**************************************************************************/
00035 typedef struct
00036 {
00037   __IO uint32_t CHAR;         
00038   uint32_t      RESERVED0[1]; 
00039   __IO uint32_t INT;          
00040   __IO uint32_t INTMSK;       
00041   __IO uint32_t TSIZ;         
00042   __IO uint32_t DMAADDR;      
00044   uint32_t      RESERVED1[2]; 
00045 } USB_HC_TypeDef;
00046