![]() |
Energy Micro IEC60355 Library Example Project 1.0 (internal use only!) GCC-Version
Example project demonstrating POST and BIST library functions
|
typedef for a critical unsigned integer with 64 bits. More...
#include "iec60335_class_b_critical_data.h"
Data Fields | |
| uint64_t | inverse |
| uint64_t | data |
typedef for a critical unsigned integer with 64 bits.
This variable has to be checked with the macro IEC60335_ClassB_CriticalDataValidate(criticalVar)
Definition at line 95 of file iec60335_class_b_critical_data.h.
| uint64_t critical_uint64_t_struct::data |
Data content of the critical variable
Definition at line 98 of file iec60335_class_b_critical_data.h.
| uint64_t critical_uint64_t_struct::inverse |
The complement of the data content of the critical variable
Definition at line 97 of file iec60335_class_b_critical_data.h.