![Winmate I771 User Manual Download Page 93](http://html1.mh-extra.com/html/winmate/i771/i771_user-manual_987065093.webp)
I771 Motherboard User Manual
84
Set_W83627_Reg(0xF6,0); //Disable Watchdog timer
return 0;
}
//---------------------------------------------------------------------------
void Unlock_W83627 (void)
{
outportb(W83627_INDEX_PORT, W83627_UNLOCK);
outportb(W83627_INDEX_PORT, W83627_UNLOCK);
}
//============================================================
void Lock_W83627 (void)
{
outportb(W83627_INDEX_PORT, W83627_LOCK);
}
//============================================================
void Set_W83627_Reg( unsigned char REG, unsigned char DATA)
{
Unlock_W83627();
outportb(W83627_INDEX_PORT, REG);
outportb(W83627_DATA_PORT, DATA);
Lock_W83627();
}
//============================================================
unsigned char Get_W83627_Reg( unsigned char REG)
{
unsigned char Result;
Unlock_W83627();
outportb(W83627_INDEX_PORT, REG);
Result = inportb(W83627_DATA_PORT);
Lock_W83627();
return Result;
}
Summary of Contents for I771
Page 13: ...I771 Motherboard User Manual 4 1 5 Board dimensions ...
Page 42: ...I771 Motherboard User Manual 33 Setp 7 Click on Finish ...
Page 63: ...I771 Motherboard User Manual 54 MPS Configuration ...
Page 73: ...I771 Motherboard User Manual 64 ...
Page 77: ...I771 Motherboard User Manual 68 Boot Device Priority Select the priority of Boot devices ...