![]() |
Energy Micro IEC60355 Library Project 1.037 GCC-Version
IEC60355 Library documentation and API
|
typedef for a critical signed integer with 16 bits. More...
#include "iec60335_class_b_critical_data.h"
Data Fields | |
| int16_t | inverse |
| int16_t | data |
typedef for a critical signed integer with 16 bits.
This variable has to be checked with the macro IEC60335_ClassB_CriticalDataValidate(criticalVar)
Definition at line 185 of file iec60335_class_b_critical_data.h.
| int16_t critical_int16_t_struct::data |
Data content of the critical variable
Definition at line 188 of file iec60335_class_b_critical_data.h.
| int16_t critical_int16_t_struct::inverse |
The complement of the data content of the critical variable
Definition at line 187 of file iec60335_class_b_critical_data.h.