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

Download this file

10 lines (8 with data), 1.1 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
TYPE GPIOChipInfo :
STRUCT
	szLabel : STRING;
	szPathGpioChipNr : STRING;
	iGPIOBase : INT := -1;
	iGPIONr : INT := -1;
	
END_STRUCT
END_TYPE