Appendix b - watchdog timer, Watchdog timer – DFI NP101-D16C User Manual
Page 141

1 4 1
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 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_CFG_Port + 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
- AR100-DR (112 pages)
- G7B630-N (127 pages)
- G7B630-N (154 pages)
- BT100 (71 pages)
- HR100-CRM (170 pages)
- BT103 (72 pages)
- BT161 (71 pages)
- CM100-C (70 pages)
- CD101-N (69 pages)
- CD102 Series (76 pages)
- CP100-NRM (150 pages)
- CR101-D (67 pages)
- CR100-CRM (177 pages)
- EL339-B (109 pages)
- G5C100-NR (160 pages)
- HD100-H81 (79 pages)
- HD101-H81 (83 pages)
- HD173-H81 (70 pages)
- HM100-QM87 (97 pages)
- HM103-QM87 (99 pages)
- HU103 (95 pages)
- KB161 (68 pages)
- HU173 (90 pages)
- LR100-N18M/N18S (126 pages)
- LR102-B18M (138 pages)
- EL630-NR (149 pages)
- SB102-D (60 pages)
- NP102-N16C (144 pages)
- MB630-CRM (171 pages)
- SB630-CRM (184 pages)
- SB630-CRM (183 pages)
- SR100-L20C (144 pages)
- SR100-N (152 pages)
- LT600-L (149 pages)
- G7B630-N (147 pages)
- CA331-P (131 pages)
- EL330-DR (142 pages)
- CP337-NRM (174 pages)
- HD310-Q87 (101 pages)
- EL620-C (192 pages)
- G7L630-B (133 pages)
- HD330-H81 (81 pages)
- HD330-Q87 (85 pages)
- HD332-H81 (76 pages)