IA32 Motherboard User Manual
88
//---------------------------------------------------------------------------
void Unlock_W83627EHG (void)
{
outportb(W83627EHG_INDEX_PORT, W83627EHG_UNLOCK);
outportb(W83627EHG_INDEX_PORT, W83627EHG_UNLOCK);
}
//============================================================
void Lock_W83627EHG (void)
{
outportb(W83627EHG_INDEX_PORT, W83627EHG_LOCK);
}
//============================================================
void Set_W83627EHG_Reg( unsigned char REG, unsigned char DATA)
{
Unlock_W83627EHG();
outportb(W83627EHG_INDEX_PORT, REG);
outportb(W83627EHG_DATA_PORT, DATA);
Lock_W83627EHG();
}
//============================================================
unsigned char Get_W83627EHG_Reg( unsigned char REG)
{
unsigned char Result;
Unlock_W83627EHG();
outportb(W83627EHG_INDEX_PORT, REG);
Result = inportb(W83627EHG_DATA_PORT);
Lock_W83627EHG();
return Result;
}
//============================================================
Содержание IA32
Страница 13: ...IA32 Motherboard User Manual 5 1 5 Board dimensions...
Страница 18: ...IA32 Motherboard User Manual 10 BOTTOM CF Card Slot SO DIMM...
Страница 20: ...IA32 Motherboard User Manual 12 2 4 3 JP7 RS232 RS422 RS485 Selector 2 4 4 JP6 LCD Panel Voltage Select...
Страница 28: ...IA32 Motherboard User Manual 20 Step 3 Click on Next to install Driver Step 4 Click on Next to install Driver...
Страница 29: ...IA32 Motherboard User Manual 21 Step 5 Click on Yes to agree License Step 6 Click on Next to install Driver...
Страница 35: ...IA32 Motherboard User Manual 27 Setp 3 Click on Next to install driver Setp 4 Click on Yes to agree License...
Страница 36: ...IA32 Motherboard User Manual 28 Setp 5 Click on Next to install driver Setp 6 Click on Next to install driver...
Страница 37: ...IA32 Motherboard User Manual 29 Step 7 Click on Yes I want to restart this computer now to go on...
Страница 42: ...IA32 Motherboard User Manual 34 Setp 6 Click on Finish and go on...
Страница 61: ...IA32 Motherboard User Manual 53 ACPI Configuration General ACPI Configuration...
Страница 66: ...IA32 Motherboard User Manual 58 Headless mode It allows BIOS to select Headless Mode The Options Disable Enable...
Страница 71: ...IA32 Motherboard User Manual 63 Resume On RTC Alarm Disable Enable RTC wake event...
Страница 86: ...IA32 Motherboard User Manual 78 Boot Device Priority Select the priority of Boot devices...