ZT5515A-1BW Intel, ZT5515A-1BW Datasheet - Page 45

no-image

ZT5515A-1BW

Manufacturer Part Number
ZT5515A-1BW
Description
Manufacturer
Intel
Datasheet

Specifications of ZT5515A-1BW

Lead Free Status / Rohs Status
Supplier Unconfirmed
8.2.2.2
Intel
®
NetStructure
Enabling the Watchdog NMI
To activate the NMI feature, enable it in the watchdog register (Port 79h). The code to do this
might look like the following:
#define WD_NMI_EN_BIT_SET 0x10
void EnableWatchdogNmi(void){
unsigned char WdValue;
WdValue = inb(WD_CSR_IO_ADDRESS);// Read the current contents of the
WdValue |= WD_NMI_EN_BIT_SET;
outb(WD_CSR_IO_ADDRESS,WdValue); // Assert the enable in the watchdog
}
TM
ZT 5515 Compute Processor Board Technical Product Specification
//
// Holds watchdog register values.
// watchdog register.
// Assert the enable bit in the
// local copy.
// register.
Watchdog Timer
45