Lex Computech 2I268C Manual page 38

Cedarview-m n2600/n2800 + nm10 / ddr3 800/1066 mhz /dvi / lan / audio / usb / pcie mini card
Table of Contents

Advertisement

Enable WatchDog
void F75111_SetWDTEnable (BYTE byteTimer)
{
WriteByte(F75111_INTERNAL_ADDR,WDT_TIMER_RANGE ,byteTimer);
WriteByte(F75111_INTERNAL_ADDR,WDT_CONFIGURATION,WDT_TIMEOUT_FLAG | WDT_ENABLE | WDT_PULSE | WDT_PSWIDTH_100MS);
}
Disable WatchDog
void F75111_SetWDTDisable ()
{
WriteByte(F75111_INTERNAL_ADDR,WDT_CONFIGURATION,0x00);
}
// set WatchDog range and timer
// Enable WatchDog, Setting WatchDog configure
34
// Disable WatchDog

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the 2I268C and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents