34
F75113 GPIO Picture
Introduction
F75113 driver connection
GPIO Status Register Write
hinstLib = LoadLibrary(L"Fintek.dll");
if (hinstLib == NULL)
{
if(Application->MessageBoxW(L"Load fail Fintek.dll,Continued?",L"Error",16+4)==IDNO)
{
Application->Terminate();
}
return;
}
SETINT2PROC ProcAdd;
char *endptr;
char Numbers[] = "0x20";
char Value[] = "0xF0";
ProcAdd = (SETINT2PROC) GetProcAddress(hinstLib, "GPIO_LPC_W");
if (NULL != ProcAdd)
{
if (! (*ProcAdd)( strtol(Numbers, &endptr, 16), strtol(Value, &endptr, 16)))
{
ShowMessage("Write Fail");
}
}
Summary of Contents for 3I810BW
Page 8: ...3 2 1 3 1 2 3 Photo 1 Insert Unplug...
Page 17: ...12 2 1 Dimension 3I810HW Chapter 2 16 25 8 3 146 115...
Page 19: ...14 2 2 1 Layout 3I810HW Connector and Jumper BOT SATA2 SATA1...
Page 21: ...16 2 2 3 Diagram 3I810HW BOT SATA2 SATA1...
Page 23: ...18 2 3 1 LAYOUT 3I810HW FUNCTION MAP BOT SATA2 SATA1...
Page 69: ...64 To select the Serial port to RS232 RS422 RS485 default is RS232...
Page 71: ...66 To select the Serial port to RS232 RS422 RS485 default is RS232...
Page 76: ...71 To select the Serial port to RS232 RS422 RS485 default is RS232...
Page 78: ...73 To select the Serial port to RS232 RS422 RS485 default is RS232...
Page 80: ...75 To select the Serial port to RS232 RS422 RS485 default is RS232...
Page 82: ...77 To select the Serial port to RS232 RS422 RS485 default is RS232...
Page 84: ...79 4 6 7 Network Stack Con guration To enable the Network stack or not default is Disabled...
Page 85: ...80 4 6 8 NVMe Con guration To detect NVMe storage automatically...
Page 87: ...82 4 7 1 System Agent SA Con guration Graphics Con guration Please refer section 4 7 1 1...
Page 90: ...85 4 7 2 1 PCI Express Con guration The optional settings are Enabled default Disabled...