![Winmate I771 Скачать руководство пользователя страница 91](http://html1.mh-extra.com/html/winmate/i771/i771_user-manual_987065091.webp)
I771 Motherboard User Manual
82
Note2: Watchdog Sample Code
//File of the Watchdog.cpp
//============================================================
//This Sample code is for Watchdog timer configuration
//============================================================
//============================================================
#include <dos.h>
#include <conio.h>
#include <stdio.h>
#include <stdlib.h>
//============================================================
#define W83627_INDEX_PORT 0x2E
#define W83627_DATA_PORT 0x2F
#define W83627_UNLOCK 0x87
#define W83627_LOCK 0xAA
//#define Watchdog_timeout 10
//============================================================
void Unlock_W83627(void);
void Lock_W83627(void);
void Set_W83627_Reg(unsigned char,unsigned char);
unsigned char Get_W83627_Reg(unsigned char);
//============================================================
int main ()
{
int Watchdog_timeout = 10;
printf("Input Watchdog Timer time-out value [0-255] : ");
scanf("%d",&Watchdog_timeout);
if(Watchdog_timeout <= 0 || Watchdog_timeout > 255)
{
printf("Time-out value out of range!!\n\n");
printf("Input Watchdog Timer time-out value [0-255] : ");
scanf("%d",&Watchdog_timeout);
Содержание I771
Страница 13: ...I771 Motherboard User Manual 4 1 5 Board dimensions ...
Страница 32: ...I771 Motherboard User Manual 23 Step 3 Click on Next to install Driver Step 4 Click on Next to install Driver ...
Страница 36: ...I771 Motherboard User Manual 27 Setp 3 Click on Next to install driver Setp 4 Click on Yes to agree License ...
Страница 42: ...I771 Motherboard User Manual 33 Setp 7 Click on Finish ...
Страница 45: ...I771 Motherboard User Manual 36 Step 2 Click on Next to install driver Step 3 Click on Yes to agree License ...
Страница 46: ...I771 Motherboard User Manual 37 Step 4 Click on Next to install driver Step 5 Click on Next to install driver ...
Страница 54: ...I771 Motherboard User Manual 45 Super IO Configuration Allows you to select the Serial Port base address ...
Страница 63: ...I771 Motherboard User Manual 54 MPS Configuration ...
Страница 73: ...I771 Motherboard User Manual 64 ...
Страница 77: ...I771 Motherboard User Manual 68 Boot Device Priority Select the priority of Boot devices ...