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

Go to the documentation of this file.
00001 /**************************************************************************/
00032 /**************************************************************************/
00035 typedef struct
00036 {
00037   __IO uint32_t CTRL;     
00038   __IO uint32_t MODEL;    
00039   __IO uint32_t MODEH;    
00040   __IO uint32_t DOUT;     
00041   __O uint32_t  DOUTSET;  
00042   __O uint32_t  DOUTCLR;  
00043   __O uint32_t  DOUTTGL;  
00044   __I uint32_t  DIN;      
00045   __IO uint32_t PINLOCKN; 
00046 } GPIO_P_TypeDef;
00047