1 3 8
A
Watchdog Timer
Appendix A - 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 according to the time interval so that your
system will continue to operate.
.model small
.386
;----------------
;Port defination
;----------------
SuperIo_CFG_Port
EQU
2Eh
;Super I/O Config port. (2Eh/4Eh)
SuperIo_DAT_Port
EQU
SuperIo_CF 1
WDT_Counter EQU
10
; 1 to 255 (Sec./Min), 0 means disabled
mSuperio_Enter_Config
Macro
mov
dx, SuperIo_CFG_Port
mov
al, 87h
out dx, al
NEWIODELAY
out dx, al
endM
mSuperio_Exit_Config
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
NEWIODELAY
mov
dx, SuperIo_DAT_Port
in al, dx
NEWIODELAY
Содержание EL330-DR
Страница 1: ...EL330 DR System Board User s Manual 935 EL3301 050G I08710919 ...
Страница 51: ...51 2 Hardware Installation 1 X Download Flash BIOS Connector 1 SO 2 7 8 CS WP SI HOLD GND SCK VCC ...
Страница 110: ...110 4 Supported Software 4 You can now access the utility ...
Страница 114: ...114 4 Supported Software 5 Click Finish to exit installaion 4 Click Install to begin installation ...
Страница 116: ...116 4 Supported Software 4 The screen on the right will appear Select the driver ...
Страница 133: ...133 4 Supported Software 5 Click Finish to exit installaion 4 Click Install to begin installation ...