U16u Union Reference

Used for manipulating Little/Big-Endian words (16 bits). More...

#include <Common.h>


Data Fields

U8 bytes [2]
 Treat as array of bytes.
struct {
   U8   lo
   U8   hi
le
 Little-endian order.
struct {
   U8   hi
   U8   lo
be
 Big-endian order.
U16 word
 Treat as BigEndian 16-bit value.


Detailed Description

Used for manipulating Little/Big-Endian words (16 bits).

Field Documentation

Treat as array of bytes.

struct { ... } U16u::le

Little-endian order.

struct { ... } U16u::be

Big-endian order.

Treat as BigEndian 16-bit value.


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

Generated on Wed Aug 13 18:50:29 2008 for HexToC by  doxygen 1.5.6