WynMax WMIX-D5256 User Manual page 55

Intel atom d525
Table of Contents

Advertisement

// Enter Extended Function Mode
outp(0x002E, 0x87);
outp(0x002E, 0x87);
// Assign Pin 77 to be a WDTO# Signal
outp(0x002E, 0x2D);
outp(0x002F, inp(0x002F) & 0xFE);
// Select Logic Device 8
outp(0x002E, 0x07);
outp(0x002F, 0x08);
// Active Logic Device 8
outp(0x002E, 0x30);
outp(0x002F, 0x01);
//Clear WDTO# Status
outp(0x002E, 0xF7);
outp(0x002F, inp(0x2F) & 0xEF);
// Select Count Mode (Second / Minute)
outp(0x002E, 0xF5);
outp(0x002F, (inp(0x002F) & 0xF7) | ( Count-mode Register & 0x08));
// Set Time-out Value
outp(0x002E, 0xF6);
outp(0x002F, Time-out Value Register );
// Exit Extended Function Mode
outp(0x002E, 0xAA);
Definitions of Variables:
Value of Count-mode Register :
1) 0x00 -- Count down in seconds (Bit3=0)
2) 0x08 -- Count down in minutes (Bit3=1)
Value of Time-out Value Register :
1) 0x00 -- Time-out Disable
2) 0x01~0xFF -- Value for counting down
55

Advertisement

Table of Contents
loading

Related Products for WynMax WMIX-D5256

Table of Contents