![IBASE Technology BYTEM 1 PC Series User Manual Download Page 72](http://html1.mh-extra.com/html/ibase-technology/bytem-1-pc-series/bytem-1-pc-series_user-manual_605083072.webp)
Copyright © 2013 IBASE Technology Inc. All Rights Reserved.
63
IBASE Technology Inc.
D. Watchdog Timer Configuration
The WDT is used to generate a variety of output signals after a user
programmable count. The WDT is suitable for use in the prevention of
system lock-up, such as when software becomes trapped in a deadlock.
Under these sorts of circumstances, the timer will count to zero and the
selected outputs will be driven. Under normal circumstance, the user will
restart the WDT at regular intervals before the timer counts to zero.
SAMPLE CODE:
File of the NCT5523D.H
//---------------------------------------------------------------------------
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
// KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
// IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
// PURPOSE.
//
//---------------------------------------------------------------------------
#ifndef __NCT5523D_H
#define __NCT5523D_H
1
//---------------------------------------------------------------------------
#define NCT5523D_INDEX_PORT
(NCT5523D_BASE)
#define NCT5523D_DATA_PORT
(NCT5521)
//---------------------------------------------------------------------------
#define NCT5523D_REG_LD
0x07
//---------------------------------------------------------------------------
#define NCT5523D_UNLOCK
0x87
#define NCT5523D_LOCK
0xAA
//---------------------------------------------------------------------------
unsigned int Init_NCT5523D(void);
void Set_NCT5523D_LD( unsigned char);
void Set_NCT5523D_Reg( unsigned char, unsigned char);
unsigned char Get_NCT5523D_Reg( unsigned char);
//---------------------------------------------------------------------------
#endif //__NCT5523D_H
Summary of Contents for BYTEM 1 PC Series
Page 2: ...www ibase com tw IBASE Technology Inc BYTEM xx1 PC User Manual...
Page 9: ......
Page 13: ...4 BYTEM xx1 PC User Manual BYTEM 101 PC...
Page 14: ...Copyright 2013 IBASE Technology Inc All Rights Reserved 5 IBASE Technology Inc BYTEM 121 PC...
Page 19: ...10 BYTEM xx1 PC User Manual Board Dimensions for IB897 I45 I27 I15...