![Arbor Technology HiCORE-i89Q1 Скачать руководство пользователя страница 80](http://html1.mh-extra.com/html/arbor-technology/hicore-i89q1/hicore-i89q1_user-manual_2963132080.webp)
- 72 -
Appendix
outportb(sioIndex,0x07);
/* Select logic device – GPIO */
outportb(sioData, 0x06);
outportb(sioIndex,0xC1);
/* GPIO3 0~7 - Output Data */
outportb(sioData,iData);
outportb(sioIndex,0xAA);
/* Disable Super I/O */
}
int SioGPIOStatus()
{
int iStatus;
outportb(sioIndex,0x87);
/* Enable Super I/O */
outportb(sioIndex,0x87);
outportb(sioIndex,0x07);
/* Select logic device – GPIO */
outportb(sioData, 0x06);
outportb(sioIndex,0xC2);
/* GPIO3 0~7 - Status */
iStatus = inportb(sioData);
outportb(sioIndex,0xAA);
/* Disable Super I/O */
return iStatus;
}
Содержание HiCORE-i89Q1
Страница 1: ...1 HiCORE i89Q1 HiCORE i89Q2 PICMG 1 0 Full size SBC User s Manual Version 1 2 2018 01 ...
Страница 9: ...1 Chapter 1 Introduction Chapter 1 Introduction ...
Страница 17: ...2 Chapter 2 Installation Chapter 2 Installation ...
Страница 44: ... 36 This page is intentionally left blank ...
Страница 45: ...3 Chapter 3 BIOS Chapter 3 BIOS ...
Страница 73: ... 65 Appendix Appendix ...