84
MI997AF User’s Manual
bTime = strtol (argv[1], endptr, 10);
printf("System will reset after %d seconds\n", bTime);
if (bTime)
{ EnableWDT(bTime);
}
else
{ DisableWDT();
}
return 0;
}
//---------------------------------------------------------------------------
void EnableWDT(int interval)
{
unsigned char bBuf;
bBuf = Get_F81964_Reg(0x2B);
bBuf &= (~0x20);
Set_F81964_Reg(0x2B, bBuf);
//Enable WDTO
Set_F81964_LD(0x07);
//switch to logic device 7
Set_F81964_Reg(0x30, 0x01);
//enable timer
bBuf = Get_F81964_Reg(0xF5);
bBuf &= (~0x0F);
bBuf |= 0x52;
Set_F81964_Reg(0xF5, bBuf);
//count mode is second
Set_F81964_Reg(0xF6, interval);
//set timer
bBuf = Get_F81964_Reg(0xFA);
bBuf |= 0x01;
Set_F81964_Reg(0xFA, bBuf);
//enable WDTO output
bBuf = Get_F81964_Reg(0xF5);
bBuf |= 0x20;
Set_F81964_Reg(0xF5, bBuf);
//start counting
}
//---------------------------------------------------------------------------
void DisableWDT(void)
{
unsigned char bBuf;
Set_F81964_LD(0x07);
//switch
to
logic
device
7
bBuf = Get_F81964_Reg(0xFA);
bBuf &= ~0x01;
Set_F81964_Reg(0xFA, bBuf);
//disable WDTO output
bBuf = Get_F81964_Reg(0xF5);
bBuf &= ~0x20;
bBuf |= 0x40;
Set_F81964_Reg(0xF5, bBuf);
//disable WDT
}
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------
//
Содержание MI997AF
Страница 1: ...MI997AF Intel 12th Gen Core i7 i5 i3 Celeron Mini ITX Motherboard User s Manual Version 1 0 May 2023...
Страница 9: ...MI997AF User s Manual ix This page is intentionally left blank...
Страница 10: ......
Страница 16: ...6 MI997AF User s Manual 1 6 Block Diagram...
Страница 17: ...General Information MI997AF User s Manual 7 1 1 7 Product View Top View...
Страница 18: ...8 MI997AF User s Manual Bottom View...
Страница 20: ...10 MI997AF User s Manual 1 8 Board Dimensions...
Страница 24: ...14 MI997AF User s Manual 2 3 Jumper Connector Locations...
Страница 25: ...Hardware Configuration MI997AF User s Manual 15 2...
Страница 31: ...Hardware Configuration MI997AF User s Manual 21 2 2 4 8 PWM Programming J11 Note J11 is for factory use only...
Страница 34: ...24 MI997AF User s Manual 2 5 2 DisplayPort HDMI Port CN2 2 5 3 USB 3 2 Connector CN3...
Страница 36: ...26 MI997AF User s Manual 2 5 6 2 5 Gigabit LAN Intel I226 V USB3 2 CN6 2 5 7 HD Audio Connector CN7...
Страница 41: ...Hardware Configuration MI997AF User s Manual 31 2 2 5 14 M 2 M2280 Slot J9 J22 J9 J22 supports NVME...
Страница 49: ...Hardware Configuration MI997AF User s Manual 39 2 2 5 27 PCIe x1 Slot PCIE1...
Страница 50: ...40 MI997AF User s Manual This page is intentionally left blank...
Страница 69: ...BIOS Setup MI997AF User s Manual 59 4 4 4 4 PCH FW Configuration...
Страница 76: ...66 MI997AF User s Manual 4 4 10 AMI Graphic Output Protocol Policy...
Страница 79: ...BIOS Setup MI997AF User s Manual 69 4 4 4 13 NVMe Configuration...
Страница 87: ...BIOS Setup MI997AF User s Manual 77 4 4 9 MEBx...
Страница 88: ...78 MI997AF User s Manual This page is intentionally left blank...