[r2]: / IoDrvSysfsGPIO / GPIOPinInfo / svnobj  Maximize  Restore  History

Download this file

8 lines (6 with data), 924 Bytes

1
2
3
4
5
6
7
TYPE GPIOPinInfo :
STRUCT
	uiGPIONr : UINT;
	bExported : BOOL;
	
END_STRUCT
END_TYPE