![]() |
Energy Micro IEC60355 Library Example Project 1.0 (internal use only!) GCC-Version
Example project demonstrating POST and BIST library functions
|
type structure for interrupt testing. More...
#include "iec60335_class_b_typedef.h"
Data Fields | |
| uint32_t | EffectiveCount |
| uint32_t | MinThres |
| uint32_t | MaxThres |
type structure for interrupt testing.
For each interrupt, which has to be tested, there has to be one instance of this structure. To initialize the struct, use the initialization function: IEC60335_ClassB_InitInterruptTest(IRQn_Type IRQn, uint8_t Mode, IRQTestData_t *CountSetup).
Definition at line 112 of file iec60335_class_b_typedef.h.
| uint32_t IRQTestData_t::EffectiveCount |
counter Variable
Definition at line 114 of file iec60335_class_b_typedef.h.
| uint32_t IRQTestData_t::MaxThres |
maximum threshold target of interrupt occurrences
Definition at line 116 of file iec60335_class_b_typedef.h.
Referenced by main().
| uint32_t IRQTestData_t::MinThres |
minimum threshold target of interrupt occurrences
Definition at line 115 of file iec60335_class_b_typedef.h.
Referenced by main().