51
2 Watchdog Timer Programming Procedure
(1) Example Code
private
void
button2_Click(
object
sender,
EventArgs
e)
{
IntPtr
pFunc = GetProcAddress(hMod,
"SetPortVal"
);
if
(pFunc !=
IntPtr
.Zero)
{
SetPortValType
SetPortVal = (
SetPortValType
)
Marshal
.GetDelegateForFunctionPointer(pFunc,
typeof
(
SetPortValType
));
SetPortVal(0x266, 0x0A, 1);
// Set watchdog timer value is 10
SetPortVal(0x265, 0x32, 1);
// Set watchdog timer unit is sec and enable watchdog
// SetPortVal(0x265, 0x3A, 1);
// Set watchdog timer unit is minuates and enable watchdog
}
}
Содержание VBOX-3200
Страница 8: ...8 1 2 VBOX 3200 Illustration Mainboard...
Страница 9: ...9 System...
Страница 10: ...10 2 System Installation 2 1 System Introduction...
Страница 32: ...32 English 4 1 System Introduction 4 System Installation...
Страница 50: ...50...
Страница 54: ...54 Figure 4 Link State of WWAN Module Figure 5 Download Test File from Internet...
Страница 58: ...58 Figure 4 Link State of WWAN Module Figure 5 GPS longitude and latitude information...
Страница 59: ...59 Figure 6 Link to Google Maps Figure 7 GPSview program test...
Страница 61: ...61 6 BIOS 6 1 Super IO Configuration Select Serial Port Mode...
Страница 62: ...62 Select Power off delay time...