release/EM_CMSIS_P1_4.0.0/Device/SiliconLabs/EFM32HG/Include/efm32hg_usb_doep.h

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