- 89 -
Appendices
logic device – GPIO */
outportb(sioData, 0x06);
outportb(sioIndex,0x30);
/*
Enable
GPIO */
outportb(sioData, 0x01);
iTemp = iMode & 0x00FF;
outportb(sioIndex,0xA0);
/*
GPIO
50~57 - Output Enable */
outportb(sioData,iTemp);
iTemp = (iMode & 0xFF00) >> 8;
outportb(sioIndex,0xF0);
/*
GPIO
00~07 - Output Enable */
outportb(sioData,iTemp);
outportb(sioIndex,0xAA);
/*
Disable
Super I/O */
}
void SioGPIOData(int iData)
{
int iTemp;
outportb(sioIndex,0x87);
/*
Enable
Super I/O */
outportb(sioIndex,0x87);
outportb(sioIndex,0x07);
/*
Select
logic device – GPIO */
outportb(sioData, 0x06);
iTemp = iData & 0x00FF;
outportb(sioIndex,0xA1);
/*
GPIO
50~57 - Output Data */
outportb(sioData,iTemp);
iTemp = (iData & 0xFF00) >> 8;
outportb(sioIndex,0xF1);
/*
GPIO
00~07 - Output Data */
outportb(sioData,iTemp);
outportb(sioIndex,0xAA);
/*
Disable
Super I/O */
}
int SioGPIOStatus()
{
int iStatus;
int iTemp;
Содержание FPC-8100 Series
Страница 2: ...2 This page is intentionally left blank...
Страница 3: ...i Revision History Version Release Time Description 1 0 2021 02 Initial release...
Страница 6: ...iv This page is intentionally left blank...
Страница 12: ...x This page is intentionally left blank...
Страница 13: ...1 1 Chapter 1 Introduction Chapter 1 Introduction...
Страница 17: ...5 Introduction OS Support Windows 10 IOT Enterprise 64 bit Linux Kernel 4 9...
Страница 20: ...8 2 Chapter 2 System Overview Chapter 2 System Overview...
Страница 25: ...13 3 Chapter 3 System Configuration Chapter 3 System Configuration...
Страница 45: ...33 4 Chapter 4 Installation and Maintenance Chapter 4 Installation and Maintenance...
Страница 69: ...57 5 Chapter 5 BIOS Chapter 5 BIOS...
Страница 87: ...75 BIOS 5 2 10 NVMe Configuration Access this submenu to view the NVMe controller and driver information...
Страница 99: ...87 Appendices Appendices Appendices...