![]() |
Energy Micro IEC60355 Library Example Project 1.0 (internal use only!) GCC-Version
Example project demonstrating POST and BIST library functions
|
00001 /***************************************************************************/ 00030 #ifndef __IEC60335_CLASS_B_PROGRAMCOUNTER_TEST_H__ 00031 #define __IEC60335_CLASS_B_PROGRAMCOUNTER_TEST_H__ 00032 00038 #ifdef __cplusplus 00039 extern "C" 00040 { 00041 #endif /* __cplusplus */ 00042 00043 #ifdef TESSY 00044 00045 extern Exec_t PCTest_funcTable[6]; 00046 extern IEC60335_B_PCTest_ReturnValues PCTest_resultTable[6]; 00048 #else 00049 extern const Exec_t PCTest_funcTable[6]; 00050 00051 extern const IEC60335_B_PCTest_ReturnValues PCTest_resultTable[6]; 00052 #endif 00053 00071 testResult_t IEC60335_ClassB_PCTest_POST(const Exec_t *fTable, const IEC60335_B_PCTest_ReturnValues *rTable); 00080 testResult_t IEC60335_ClassB_PCTest_BIST(void); 00081 00082 #ifdef __cplusplus 00083 } 00084 #endif /* __cplusplus */ 00085 00090 #endif /* __IEC60335_CLASS_B_PROGRAMCOUNTER_TEST_H__ */ 00091 00092 /************************************** EOF *********************************/