APPENDIX
MBN500 Series User’s Manual
43
void WDTEnable(unsigned char NewInterval)
{
unsigned char bBuf;
Set_NCT5523D_LD(0x08); //switch to logic device 8
Set_NCT5523D_Reg(0x30, 0x01); //enable timer
bBuf = Get_NCT5523D_Reg(0xF0);
bBuf &= (~0x08);
Set_NCT5523D_Reg(0xF0, bBuf); //count mode is second
Set_NCT5523D_Reg(0xF1, NewInterval); //set timer
}
//---------------------------------------------------------------------------
void WDTDisable(void)
{
Set_NCT5523D_LD(0x08); //switch to logic device 8
Set_NCT5523D_Reg(0xF1, 0x00); //clear watchdog timer
Set_NCT5523D_Reg(0x30, 0x00); //watchdog disabled
}
//---------------------------------------------------------------------------
Содержание MBN500
Страница 1: ...MBN500 4 port AMD G Series SoC USER S MANUAL Version 1 1...
Страница 7: ...Introduction MBN500 series User s Manu 7 Board Dimensions 110 0 0 162 unit mm...
Страница 33: ...Drivers Installation MBN500 series User s Manu 33...
Страница 35: ...Drivers Installation MBN500 series User s Manu 35 4 Select Express and the installation location and click Next...