ConOpSys V2970
P004.07
ANVILEX control operating system
|
Generic U16 data composition. More...
#include <Defines.h>
Public Attributes | |
U16 | u16_Raw_Value |
Raw 16-bit value. More... | |
struct { | |
U8 u8_High_byte:8 | |
Bit 0:7 : High byte. More... | |
U8 u8_Low_byte:8 | |
Bit 8:15 : Low byte. More... | |
}; | |
Generic U16 data composition.
struct { ... } |
U16 U16_Composite::u16_Raw_Value |
Raw 16-bit value.
U8 U16_Composite::u8_High_byte |
Bit 0:7 : High byte.
U8 U16_Composite::u8_Low_byte |
Bit 8:15 : Low byte.