#include <dev_TPBLPFC_typedef.h>
Collaboration diagram for CONTROL_STATUS_FLAGS_s:Data Fields | ||
| union { | ||
| struct { | ||
| volatile unsigned Soft_Start_Zero_Cross: 1 | ||
| volatile unsigned VAC_Polarity_last: 1 | ||
| volatile unsigned Relay: 1 | ||
| volatile unsigned Stop: 1 | ||
| volatile unsigned Fault: 1 | ||
| volatile unsigned VAC_Polarity_Changed: 1 | ||
| volatile unsigned VAC_Polarity_Changed_last: 1 | ||
| volatile unsigned CCM: 1 | ||
| volatile unsigned BurstModeDetected: 1 | ||
| volatile unsigned BurstModeLatched: 1 | ||
| volatile unsigned Reference_Changed: 1 | ||
| volatile unsigned VariableGain: 1 | ||
| } bits | ||
| volatile uint16_t value | ||
| buffer for 16-bit word read/write operations More... | ||
| }; | ||
Definition at line 126 of file dev_TPBLPFC_typedef.h.
| union { ... } |
| struct { ... } bits |
| volatile unsigned BurstModeDetected |
Definition at line 138 of file dev_TPBLPFC_typedef.h.
| volatile unsigned BurstModeLatched |
Definition at line 139 of file dev_TPBLPFC_typedef.h.
| volatile unsigned CCM |
Definition at line 137 of file dev_TPBLPFC_typedef.h.
| volatile unsigned Fault |
Definition at line 134 of file dev_TPBLPFC_typedef.h.
| volatile unsigned Reference_Changed |
Definition at line 140 of file dev_TPBLPFC_typedef.h.
| volatile unsigned Relay |
Definition at line 132 of file dev_TPBLPFC_typedef.h.
| volatile unsigned Soft_Start_Zero_Cross |
Definition at line 130 of file dev_TPBLPFC_typedef.h.
| volatile unsigned Stop |
Definition at line 133 of file dev_TPBLPFC_typedef.h.
| volatile unsigned VAC_Polarity_Changed |
Definition at line 135 of file dev_TPBLPFC_typedef.h.
| volatile unsigned VAC_Polarity_Changed_last |
Definition at line 136 of file dev_TPBLPFC_typedef.h.
| volatile unsigned VAC_Polarity_last |
Definition at line 131 of file dev_TPBLPFC_typedef.h.
| volatile uint16_t value |
Definition at line 144 of file dev_TPBLPFC_typedef.h.
| volatile unsigned VariableGain |
Definition at line 141 of file dev_TPBLPFC_typedef.h.