Appendix
CSB200-898 User Manual
75
D. Watchdog Timer Configuration
The Watchdog Timer (WDT) is used to generate a variety of output signals
after a user programmable count. The WDT is suitable for the 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, you will need to restart the WDT at regular
intervals before the timer counts to zero.
1.
Sample Code: The file 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
Содержание CSB200-898
Страница 1: ...CSB200 898 Slim Compact SBC System User s Manual Version 1 0b Feb 2019 ...
Страница 16: ...8 CSB200 898 User Manual 1 7 Dimensions Unit mm ...
Страница 31: ...Hardware Configuration CSB200 898 User Manual 23 2 IB898 bottom Intel Atom E3825 Dual Core ...
Страница 36: ...28 CSB200 898 User Manual 2 5 1 USB 2 0 Port CN4 2 5 2 USB 3 0 Port CN1 2 5 3 LAN Port GbE CN3 ...
Страница 37: ...Hardware Configuration CSB200 898 User Manual 29 2 2 5 4 Display Port CN5 2 5 5 VGA Port CN6 ...
Страница 58: ...50 CSB200 898 User Manual 4 4 2 iSMART Controller ...
Страница 68: ...60 CSB200 898 User Manual 4 5 Chipset Settings 4 5 1 North Bridge ...