release/EM_CMSIS_P1_4.0.0/Device/SiliconLabs/EFM32HG/Include/efm32hg_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;       
00044   uint32_t      RESERVED2[1]; 
00045 } USB_DIEP_TypeDef;
00046