201
B
Watchdog Timer
Appendix B - Watchdog Timer
Watchdog Timer
The following parameters are references for setting the time interval of the
Watchdog Timer function. The system will regularly be “cleared” according to the
set time interval. If the system hangs or fails to function, it will also reset ac-
cording to the time interval so that your system will continue to operate.
.model small
.386
;-------------------
;Port defi nation
;-------------------
SuperIo_CFG_Port EQU
2Eh
;Super I/O Confi g port. (2Eh/4Eh)
SuperIo_DAT_Port EQU
SuperIo_CF 1
WDT_Counter
EQU
10
; 1 to 255 (Sec./Min), 0 means disabled
mSuperio_Enter_Confi g
Macro
mov
dx,
SuperIo_CFG_Port
mov
al,
87h
out
dx,
al
NEWIODELAY
out
dx,
al
endM
mSuperio_Exit_Confi g
Macro
mov
dx,
SuperIo_CFG_Port
mov
al,
0AAh
out
dx,
al
endM
mSuperio_GetSet_Reg
Macro RegIndex, AndMask, OrValue
mov
dx,
SuperIo_CFG_Port
mov
al,
RegIndex
out
dx,
al
NEWIODELAY
mov
dx,
SuperIo_DAT_Port
in
al,
dx
NEWIODELAY
mov
ah,
al
and
al,
AndMask
or
al,
OrValue
out
dx,
al
NEWIODELAY
endM
mSuperio_Get_Reg Macro RegIndex
mov
dx,
SuperIo_CFG_Port
mov
al,
RegIndex
out
dx,
al
Содержание EC300 Series
Страница 1: ...EC300 310 320 321 322 Series User s Manual A 221 M 2008 ...
Страница 12: ...1 12 Introduction EC310 Series EC310 CR6881 EC310 CR6G60 EC310 CRA060 EC310 CR4866 ...
Страница 13: ...1 13 Introduction EC320 321 322 Series EC320 321 322 CR6881 EC320 321 322 CR6G60 EC320 321 322 CRA060 ...
Страница 14: ...1 14 Introduction EC321 322 CR4G65 EC320 321 322 CR4866 ...
Страница 41: ...3 41 Installing Devices SATA power data connector SATA data connector SATA power connector ...
Страница 62: ...62 4 Jumper Settings V G A Factory Testing 2 3 On Impedance 1 3 2 1 2 On Impedance 75Ω default JP15 1 3 2 ...
Страница 117: ...6 117 Mounting Options 357 10 40 00 80 00 120 00 16 00 Ø8 50 R2 00 R2 50 ...
Страница 159: ...159 8 Supported Software 3 Click Exit ...
Страница 169: ...169 8 Supported Software 4 Click Finish ...
Страница 171: ...171 8 Supported Software 4 Click Install to begin the installation 5 After completing installa tion click Finish ...
Страница 177: ...177 8 Supported Software 7 Click Install 8 The setup program is cur rently installing the driver 9 Click Finish ...
Страница 182: ...182 8 Supported Software 4 After completing instal lation click Finish to exit setup ...