|
ConOpSys V2970
P004.07
ANVILEX control operating system
|
Control register structure. More...

Public Attributes | |
| U16 | u16_Raw_Data |
| Control register raw U16 data. More... | |
| struct { | |
| U16 bit1_Inverter_Output_Enable:1 | |
| Bit 0 : Enable inverter outputs ( 0 - Disabled, 1 - Enabled ) More... | |
| U16 bit1_Rectifier_Output_Enable:1 | |
| Bit 1 : Enable rectifier outputs ( 0 - Disabled, 1 - Enabled ) More... | |
| U16 bit14_Reserved_Bit_2_15:14 | |
| Bits 2..15 : Reserved. More... | |
| }; | |
| Control register bit parsing structure. More... | |
Control register structure.
| struct { ... } |
Control register bit parsing structure.
| U16 TP019_11_KG3_FC::TControl_Register::bit14_Reserved_Bit_2_15 |
Bits 2..15 : Reserved.
| U16 TP019_11_KG3_FC::TControl_Register::bit1_Inverter_Output_Enable |
Bit 0 : Enable inverter outputs ( 0 - Disabled, 1 - Enabled )
Referenced by TP019_11_KG3_FC::Execute().
| U16 TP019_11_KG3_FC::TControl_Register::bit1_Rectifier_Output_Enable |
Bit 1 : Enable rectifier outputs ( 0 - Disabled, 1 - Enabled )
Referenced by TP019_11_KG3_FC::Execute().
| U16 TP019_11_KG3_FC::TControl_Register::u16_Raw_Data |
Control register raw U16 data.
Referenced by TP019_11_KG3_FC::Execute().