![]() |
Energy Micro IEC60355 Library Project 1.037 GCC-Version
IEC60355 Library documentation and API
|
typedef for a critical unsigned integer with 32 bits. More...
#include "iec60335_class_b_critical_data.h"
Data Fields | |
| uint32_t | inverse |
| uint32_t | data |
typedef for a critical unsigned integer with 32 bits.
This variable has to be checked with the macro IEC60335_ClassB_CriticalDataValidate(criticalVar)
Definition at line 131 of file iec60335_class_b_critical_data.h.
| uint32_t critical_uint32_t_struct::data |
Data content of the critical variable
Definition at line 134 of file iec60335_class_b_critical_data.h.
| uint32_t critical_uint32_t_struct::inverse |
The complement of the data content of the critical variable
Definition at line 133 of file iec60335_class_b_critical_data.h.