![]() |
Energy Micro IEC60355 Library Example Project 1.0 (internal use only!) GCC-Version
Example project demonstrating POST and BIST library functions
|
#include "iec60335_class_b_typedef.h"
Data Fields | |
| uint32_t | Ratio |
| uint32_t | Tolerance |
| uint32_t | timerCounter |
| uint32_t | baseTicks |
| uint32_t | result |
Definition at line 67 of file iec60335_class_b_typedef.h.
| uint32_t ClkTest_struct::baseTicks |
basic counter occurrences
Definition at line 72 of file iec60335_class_b_typedef.h.
Referenced by IEC60335_ClassB_Clocktest_PollHandler(), IEC60335_ClassB_Clocktest_RTCHandler(), and IEC60335_resetClockTest().
| uint32_t ClkTest_struct::Ratio |
ration of timer ticks to RTC ticks, defines the number of timer calls in the test
Definition at line 69 of file iec60335_class_b_typedef.h.
Referenced by IEC60335_ClassB_Clocktest_PollHandler(), IEC60335_ClassB_Clocktest_RTCHandler(), and IEC60335_resetClockTest().
| uint32_t ClkTest_struct::result |
result after test finished = (testResult_t + 1)
Definition at line 73 of file iec60335_class_b_typedef.h.
Referenced by IEC60335_ClassB_Clocktest_PollHandler(), IEC60335_ClassB_Clocktest_RTCHandler(), and IEC60335_resetClockTest().
| uint32_t ClkTest_struct::timerCounter |
The counter Variable in the test
Definition at line 71 of file iec60335_class_b_typedef.h.
Referenced by IEC60335_ClassB_Clocktest_PollHandler(), IEC60335_ClassB_Clocktest_RTCHandler(), IEC60335_ClassB_Clocktest_TimerHandler(), and IEC60335_resetClockTest().
| uint32_t ClkTest_struct::Tolerance |
tolerance of timer ticks, defines the deviation acceptable in the test
Definition at line 70 of file iec60335_class_b_typedef.h.
Referenced by IEC60335_ClassB_Clocktest_PollHandler(), IEC60335_ClassB_Clocktest_RTCHandler(), and IEC60335_resetClockTest().