![]() |
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 signed integer with 8 bits. More...
#include "iec60335_class_b_critical_data.h"
Data Fields | |
| int8_t | inverse |
| int8_t | data |
typedef for a critical signed integer with 8 bits.
This variable has to be checked with the macro IEC60335_ClassB_CriticalDataValidate(criticalVar)
Definition at line 221 of file iec60335_class_b_critical_data.h.
| int8_t critical_int8_t_struct::data |
Data content of the critical variable
Definition at line 224 of file iec60335_class_b_critical_data.h.
The complement of the data content of the critical variable
Definition at line 223 of file iec60335_class_b_critical_data.h.