Appendix a - watchdog timer, Watchdog timer – DFI NP900-B16C User Manual
Page 118

1 1 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_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
- ES300 (2 pages)
- U340 Series (2 pages)
- VS Series (2 pages)
- BT9A3 (57 pages)
- CD9A3 series (60 pages)
- CD905-B series (68 pages)
- BT700 (71 pages)
- BT700 (71 pages)
- CD905-B2600 (63 pages)
- CD905-B2800 (63 pages)
- CP908-B (104 pages)
- CR908-B (68 pages)
- HR908-B (66 pages)
- HU968 (86 pages)
- ML905-B11C/B16C (76 pages)
- KB968 (68 pages)
- LR905-B18S (93 pages)
- OT905-B series (61 pages)
- CM960-B (1 page)
- CM901-B (72 pages)
- CP900-B (130 pages)
- NP905-B16C (125 pages)
- CR900-B (73 pages)
- CR902-BL (75 pages)
- CR901-B (69 pages)
- CR960-QM77 (81 pages)
- HM920-QM87 (98 pages)
- G5C900-B106 (118 pages)
- HM960-QM87 (101 pages)
- HM961-QM87 (95 pages)
- HR900-B (102 pages)
- HR902-BL (75 pages)
- FS700 (17 pages)
- QB702-B (47 pages)
- QB700-B (73 pages)
- COM100-B (32 pages)
- QB701-B (73 pages)
- COM101-BAT (32 pages)
- COM630-B (50 pages)
- COM330-B (57 pages)
- Q7-100 (31 pages)
- Q7-951 (46 pages)
- Q7A-551 (23 pages)
- Q7X-151 (30 pages)