60
FWA8506 User Manual
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
}
//---------------------------------------------------------------------------
Summary of Contents for FWA8506
Page 1: ...FWA8506 1U Rackmount Enterprise Network Appliance User s Manual Version 1 0 Dec 2017...
Page 15: ...8 FWA8506 User Manual 1 7 Dimensions Unit mm...
Page 23: ...16 FWA8506 User Manual 2 3 Jumper Connector Locations on Motherboard Motherboard MBN802...
Page 48: ...BIOS Setup FWA8506 User Manual 41 4 3 5 Intel RC Setup...