46
************************************************************************************
VOID
Main
(){
// Procedure : BestekWDTConfig
// (byte)Timer : Time of WDT timer.(0x00~0xFF)
// (boolean)Unit : Select time unit(0: second, 1: minute).
BestekWDTConfig();
// Procedure : BestekWDTEnable
// This procudure will enable the WDT counting.
BestekWDTEnable();
}
************************************************************************************
// Procedure : BestekWDTEnable
VOID
BestekWDTEnable ()
{
WDTEnableDisable(
EnableLDN
,
EnableReg
,
EnableBit
,
1
);
}
// Procedure : BestekWDTConfig
VOID
BestekWDTConfig ()
{
// Disable WDT counting
WDTEnableDisable(
EnableLDN
,
EnableReg
,
EnableBit
,
0
);
// Clear Watchdog Timeout Status
WDTClearTimeoutStatus();
// WDT relative parameter setting
WDTParameterSetting();
}
VOID
WDTEnableDisable(byte LDN, byte Register, byte BitNum, byte Value)
{
SIOBitSet(LDN, Register, BitNum, Value);
}
VOID
WDTParameterSetting()
{
// Watchdog Timer counter setting
SIOByteSet(
TimerLDN
,
TimerReg
,
TimerVal
);
// WDT counting unit setting
SIOBitSet(
UnitLDN
,
UnitReg
,
UnitBit
,
UnitVal
);
}
VOID
WDTClearTimeoutStatus()
{
SIOBitSet(
StatusLDN
,
StatusReg
,
StatusBit
,
1
);
}
************************************************************************************
Summary of Contents for BNX-E38
Page 1: ...1 Security Board BNX E38 Always at the forefront of innovation User Manual ...
Page 6: ...6 Chapter 1 General Information ...
Page 9: ...9 Figure 1 1 Board Layout of BNX E38 1 3 Board Layout ...
Page 10: ...10 Chapter 2 Preparation ...
Page 14: ...14 Top Side 2 5 Locations Of Jumpers and Connectors ...
Page 15: ...15 Bottom Side ...
Page 20: ...20 Chapter 3 Operation ...
Page 25: ...25 Chapter 4 BIOS Setup ...
Page 31: ...31 IDE Configuration SATA Mode Select a proper SATA mode from IDE and AHCI ...
Page 33: ...33 Hardware Monitor CPU_Fan Smart Control Enable Disable CPU Fan Smart Control ...
Page 37: ...37 4 6 The Chipset Menu ...