ConOpSys V2970  P004.07
ANVILEX control operating system
Public Attributes | List of all members
U16_Composite Union Reference

Generic U16 data composition. More...

#include <Defines.h>

Collaboration diagram for U16_Composite:
Collaboration graph

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...
 
}; 
 

Detailed Description

Generic U16 data composition.

Member Data Documentation

◆ 

struct { ... }

◆ u16_Raw_Value

U16 U16_Composite::u16_Raw_Value

Raw 16-bit value.

◆ u8_High_byte

U8 U16_Composite::u8_High_byte

Bit 0:7 : High byte.

◆ u8_Low_byte

U8 U16_Composite::u8_Low_byte

Bit 8:15 : Low byte.


The documentation for this union was generated from the following file: