68
MPT-3000V User Manual
}
//---------------------------------------------------------------------------
void EnableWDT(int interval)
{
unsigned char bBuf;
bBuf = Get_F81866_Reg(0x2B); bBuf &= (~0x20);
Set_F81866_Reg(0x2B, bBuf); //Enable WDTO
Set_F81866_LD(0x07);
//switch to logic device 7
Set_F81866_Reg(0x30, 0x01); //enable timer
bBuf = Get_F81866_Reg(0xF5); bBuf &= (~0x0F);
bBuf |= 0x52;
Set_F81866_Reg(0xF5, bBuf);
//count mode is second Set_F81866_Reg(0xF6,
interval); //set timer
bBuf = Get_F81866_Reg(0xFA); bBuf |= 0x01;
Set_F81866_Reg(0xFA, bBuf); //enable WDTO output
bBuf = Get_F81866_Reg(0xF5); bBuf |= 0x20;
Set_F81866_Reg(0xF5, bBuf); //start counting
}
//---------------------------------------------------------------------------
void DisableWDT(void)
{
unsigned char bBuf;
Set_F81866_LD(0x07);
//switch to logic device 7 bBuf = Get_F81866_Reg(0xFA);
bBuf &= ~0x01;
Set_F81866_Reg(0xFA, bBuf); //disable WDTO output
bBuf = Get_F81866_Reg(0xF5); bBuf &= ~0x20;
bBuf |= 0x40;
Set_F81866_Reg(0xF5, bBuf); //disable WDT
}
//---------------------------------------------------------------------------
Содержание MPT-3000V
Страница 1: ...MPT 3000V Multi Purpose In Vehicle System User s Manual Version 1 2 Sep 2018...
Страница 16: ...8 MPT 3000V User Manual 1 7 Dimensions Unit mm 1 8 Fuse Dimensions Littlefuse TAC ATO Style Blade 15A 58V DC...
Страница 31: ...Hardware Configuration MPT 3000V User Manual 23 2 MBT 3001V bottom SIO Intel Atom E3845...
Страница 36: ...28 MPT 3000V User Manual 2 5 3 LAN Port CN3 CN4 2 5 4 USB 2 0 Port CN5 CN15 2 5 5 Audio Jack CN6 CN13 CN14...
Страница 59: ...BIOS Setup MPT 3000V User Manual 51 4 4 4 1 CSM Configuration...
Страница 68: ...60 MPT 3000V User Manual 4 4 10 USB Configuration...
Страница 69: ...BIOS Setup MPT 3000V User Manual 61 4 4 5 Chipset Settings 4 5 1 North Bridge...