Vortex86DX-MSJK CE 6.0 Jump Start - Getting Started Guide
Vortex86DX-MSJK Windows Embedded CE 6.0 R3 Jump Start Rev 2.0
Page 141
•
SetPort3Dir(byte dbDirection)
Function to set GPIO Port-3 to input or output mode
•
GetPort0Dir()
Function to retrieve setting for GPIO Port-0
•
GetPort1Dir()
Function to retrieve setting for GPIO Port-1
•
GetPort2Dir()
Function to retrieve setting for GPIO Port-2
•
GetPort3Dir()
Function to retrieve setting for GPIO Port-3
•
ReadPort0()
Function to read data register for GPIO Port-0
•
ReadPort1()
Function to read data register for GPIO Port-1
•
ReadPort2()
Function to read data register for GPIO Port-2
•
ReadPort3()
Function to read data register for GPIO Port-3
•
WritePort0(byte dbValue)
Function to write to the data register for GPIO Port-0
•
WritePort1(byte dbValue)
Function to write to the data register for GPIO Port-1
•
WritePort2(byte dbValue)
Function to write to the data register for GPIO Port-2
•
WritePort3(byte dbValue)
Function to write to the data register for GPIO Port-3
Sample codes showing how to use the GPIO.DLL is provided on the jump start CD, under the
\SampleCodes\GPIO\
folder.