Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals

CPU architecture configuration
[Configuration options for uIP]


Detailed Description

The CPU architecture configuration is where the endianess of the CPU on which uIP is to be run is specified. Most CPUs today are little endian, and the most notable exception are the Motorolas which are big endian. The BYTE_ORDER macro should be changed to reflect the CPU architecture on which uIP is to be run.


Defines

#define BYTE_ORDER
 The byte order of the CPU architecture on which uIP is to be run.


Define Documentation

#define BYTE_ORDER
 

The byte order of the CPU architecture on which uIP is to be run.

This option can be either BIG_ENDIAN (Motorola byte order) or LITTLE_ENDIAN (Intel byte order).


Generated on Tue Oct 7 15:51:45 2003 for uIP 0.9 by doxygen 1.3.3