![Winmate IA30 Скачать руководство пользователя страница 85](http://html1.mh-extra.com/html/winmate/ia30/ia30_user-manual_987066085.webp)
// = 1 -> GPIO1.
ucBuf = Get_W83627EHG_Reg(0x29);
Set_W83627EHG_Reg(0x29,ucBuf|0x01);
// Bit0 = 0 -> GPIO1 is inactive.
//
Bit1 = 1 -> Activate GPIO1.
ucBuf = Get_W83627EHG_Reg(0x30);
Set_W83627EHG_Reg(0x30,ucBuf|0x01);//Activate
GPIO1
Set_W83627EHG_Reg(0xF0,0x0F);//switch GPIO Input(1)/Output(0) port
Set_W83627EHG_Reg(0xF1, 0x00); //clear
ucDI = Get_W83627EHG_Reg(0xF1) & 0x0F;
ClrKbBuf();
while(1)
{
ucDO++;
Set_W83627EHG_Reg(0xF1, ((ucDO & 0x0F) << 4));
ucBuf = Get_W83627EHG_Reg(0xF1) & 0x0F;
if (ucBuf != ucDI)
{
ucDI
=
ucBuf;
printf("Digital I/O Input Changed. Current Data is 0x%X\n",ucDI);
}
if
(kbhit())
{
getch();
break;
}
delay(500);
}
return
0;
}
//============================================================
void ClrKbBuf(void)
{
while(kbhit())
{ getch(); }
IA30 Motherboard User Manual
77
Содержание IA30
Страница 13: ...1 5 Board dimensions IA30 Motherboard User Manual 5 ...
Страница 19: ...BOTTOM CF Card Slot SO DIMM Locating Jumpers and Connectors rear side IA30 Motherboard User Manual 11 ...
Страница 31: ...Step 3 Click on Next to install Driver Step 4 Click on Next to install Driver IA30 Motherboard User Manual 23 ...
Страница 32: ...Step 5 Click on Yes to agree License Step 6 Click on Next to install Driver IA30 Motherboard User Manual 24 ...
Страница 38: ...Setp 3 Click on Next to install driver Setp 4 Click on Yes to agree License IA30 Motherboard User Manual 30 ...
Страница 39: ...Setp 5 Click on Next to install driver Setp 6 Click on Next to install driver IA30 Motherboard User Manual 31 ...
Страница 40: ...Step 7 Click on Yes I want to restart this computer now to go on IA30 Motherboard User Manual 32 ...
Страница 45: ...Setp 6 Click on Finish and go on IA30 Motherboard User Manual 37 ...
Страница 62: ...ACPI Configuration General ACPI Configuration IA30 Motherboard User Manual 54 ...
Страница 73: ...IA30 Motherboard User Manual 65 ...
Страница 76: ...Boot Device Priority Boot Device Priority Select the priority of Boot devices IA30 Motherboard User Manual 68 ...
Страница 77: ...IA30 Motherboard User Manual 69 ...