User Manual
PC/104 Module PFM-CVS Rev. B
Appendix A Programming the Watchdog Timer A-4
************************************************************************************
VOID
Main(){
//Procedure:AaeonWDTConfig
//(byte)Timer:TimeofWDTtimer.(0x00~0xFF)
//(boolean)Unit:Selecttimeunit(0:second,1:minute).
AaeonWDTConfig();
//Procedure:AaeonWDTEnable
//ThisprocudurewillenabletheWDTcounting.
AaeonWDTEnable();
}
************************************************************************************










