ADD_SHORT_DESCRIPTION. More...
#include <vac_monitor_typedef.h>
Inheritance diagram for VACM_FAULT_s:
Collaboration diagram for VACM_FAULT_s:Data Fields | ||
| union { | ||
| struct { | ||
| bool ov: 1 | ||
| Bit #0: flag indicating that magnitude of line voltage < UV threshold. More... | ||
| bool uv: 1 | ||
| Bit #1: flag indicating that magnitude of line voltage > OV threshold. More... | ||
| bool fmin: 1 | ||
| Bit #2: flag indicating that frequency of line voltage < min. More... | ||
| bool fmax: 1 | ||
| Bit #3: flag indicating that frequency of line voltage > max. More... | ||
| bool zc_timeout: 1 | ||
| Bit #4: flag indicating that have spent too long in zero cross region More... | ||
| unsigned : 1 | ||
| Bit #5: unused. More... | ||
| unsigned : 1 | ||
| Bit #6: unused. More... | ||
| unsigned : 1 | ||
| Bit #7: unused. More... | ||
| unsigned : 1 | ||
| Bit #8: unused. More... | ||
| unsigned : 1 | ||
| Bit #9: unused. More... | ||
| unsigned : 1 | ||
| Bit #10: unused. More... | ||
| unsigned : 1 | ||
| Bit #11: unused More... | ||
| unsigned : 1 | ||
| Bit #12: unused. More... | ||
| unsigned : 1 | ||
| Bit #13: unused. More... | ||
| unsigned : 1 | ||
| Bit #14: unused. More... | ||
| unsigned : 1 | ||
| Bit #15: unused. More... | ||
| } bits | ||
| uint16_t value | ||
| }; | ||
ADD_DETAILED_DESCRIPTION
Definition at line 87 of file vac_monitor_typedef.h.
| union { ... } |
| unsigned __pad0__ |
Definition at line 97 of file vac_monitor_typedef.h.
| unsigned __pad10__ |
Definition at line 107 of file vac_monitor_typedef.h.
| unsigned __pad1__ |
Definition at line 98 of file vac_monitor_typedef.h.
| unsigned __pad2__ |
Definition at line 99 of file vac_monitor_typedef.h.
| unsigned __pad3__ |
Definition at line 100 of file vac_monitor_typedef.h.
| unsigned __pad4__ |
Definition at line 101 of file vac_monitor_typedef.h.
| unsigned __pad5__ |
Definition at line 102 of file vac_monitor_typedef.h.
| unsigned __pad6__ |
Definition at line 103 of file vac_monitor_typedef.h.
| unsigned __pad7__ |
Definition at line 104 of file vac_monitor_typedef.h.
| unsigned __pad8__ |
Definition at line 105 of file vac_monitor_typedef.h.
| unsigned __pad9__ |
Definition at line 106 of file vac_monitor_typedef.h.
| struct { ... } bits |
| bool fmax |
Definition at line 94 of file vac_monitor_typedef.h.
| bool fmin |
Definition at line 93 of file vac_monitor_typedef.h.
| bool ov |
Definition at line 91 of file vac_monitor_typedef.h.
| bool uv |
Definition at line 92 of file vac_monitor_typedef.h.
| uint16_t value |
Definition at line 110 of file vac_monitor_typedef.h.
| bool zc_timeout |
Definition at line 95 of file vac_monitor_typedef.h.