Appendix
MBN802 User Manual
55
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
}
//---------------------------------------------------------------------------
Содержание MBN802
Страница 1: ...MBN802 Networking Motherboards With Intel Atom processor C3758 User s Manual Version 1 0 June 2018 ...
Страница 13: ...6 MBN802 User Manual 1 7 Dimensions Unit mm ...
Страница 17: ...10 MBN802 User Manual 2 3 Jumper Connector Locations on Motherboard Motherboard MBN802 ...
Страница 21: ...14 MBN802 User Manual 2 4 4 AT ATX Mode Selection JP6 Function Pin closed Setting AT default 1 2 ATX 2 3 1 1 1 ...
Страница 43: ...36 MBN802 User Manual 3 5 Intel RC Setup ...