Main – AAEON PFM-CVS Rev.B User Manual

Page 100

Advertising
background image

P C / 1 0 4 M o d u l e

P F M - C V S R e v . B

Appendix A Programming the Watchdog Timer A-4

************************************************************************************ 
VOID   

Main

(){ 

 

// Procedure : AaeonWDTConfig 

 

// (byte)Timer : Time of WDT timer.(0x00~0xFF) 

 

// (boolean)Unit : Select time unit(0: second, 1: minute). 

 

AaeonWDTConfig(); 

 

 

// Procedure : AaeonWDTEnable 

// This procudure will enable the WDT counting. 

 

AaeonWDTEnable(); 


************************************************************************************

Advertising