65
C. 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
Содержание SI - 83
Страница 1: ...SI 83 User Manual Digital Player Revision Release Date V1 0 2014 12 12...
Страница 6: ...x SI 83 User Manual...
Страница 9: ...3 1 2 2 Dimensions...
Страница 10: ...4 SI 83 User Manual 1 2 3 I O View SI 83 front side SI 83 rear side...
Страница 11: ...5 1 3 Exploded View of the SI 83 Assembly...
Страница 22: ...16 SI 83 User Manual IB983 Jumpers and Connectors...
Страница 23: ...17 Board Dimensions...
Страница 26: ...20 SI 83 User Manual J18 Setting Function Pin 1 2 Short Closed Normal Pin 2 3 Short Closed Clear CMOS...
Страница 28: ...22 SI 83 User Manual CN5 CN8 USB2 0 Connector CN6 CN7 USB3 0 Connector CN9 Gigabit LAN RTL8111G RJ45 Connector...
Страница 30: ...24 SI 83 User Manual J1 J9 DDR3 SO DIMM Socket J4 Mini PCIE Connector J5 mSATA Connector...