Energy Micro IEC60355 Library Example Project 1.0 (internal use only!) GCC-Version
Example project demonstrating POST and BIST library functions

iec60335_class_b_wdt_test.h

Go to the documentation of this file.
00001 /***************************************************************************/
00028 #ifndef __IEC60335_CLASS_B_WDT_TEST_H__
00029 #define __IEC60335_CLASS_B_WDT_TEST_H__
00030 
00031 #include "iec60335_class_b.h"
00032 
00037 #ifdef __cplusplus
00038 extern "C"
00039 {
00040 #endif /* __cplusplus */
00041 
00054 testResult_t IEC60335_ClassB_initWDT(void);
00055 
00065 void IEC60335_ClassB_Refresh_WDT(void);
00066 
00076 testResult_t IEC60335_ClassB_Force_WDT_Reset(void);
00077 
00078 #ifdef __cplusplus
00079 }
00080 #endif /* __cplusplus */
00081 
00086 #endif  /* __IEC60335_CLASS_B_WDT_TEST_H__ */
00087 
00088 /************************************** EOF *********************************/