![Winmate IA30 Скачать руководство пользователя страница 87](http://html1.mh-extra.com/html/winmate/ia30/ia30_user-manual_987066087.webp)
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);
IA30 Motherboard User Manual
79
Содержание 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 ...