release/EM_CMSIS_3.20.6/Device/SiliconLabs/EFM32LG/Include/efm32lg_usb_diep.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   __I uint32_t  TXFSTS;       
00045   uint32_t      RESERVED2[1]; 
00046 } USB_DIEP_TypeDef;
00047