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 LITTLE_ENDIAN   3412
#define BIG_ENDIAN   1234
#define BYTE_ORDER   LITTLE_ENDIAN
#define LITTLE_ENDIAN   3412
#define BIG_ENDIAN   1234
#define BYTE_ORDER   LITTLE_ENDIAN


Define Documentation

#define BIG_ENDIAN   1234
 

Definition at line 487 of file linux/uipopt.h.

#define BIG_ENDIAN   1234
 

Definition at line 496 of file avr/uipopt.h.

#define BYTE_ORDER   LITTLE_ENDIAN
 

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).

Definition at line 499 of file linux/uipopt.h.

#define BYTE_ORDER   LITTLE_ENDIAN
 

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).

Definition at line 508 of file avr/uipopt.h.

#define LITTLE_ENDIAN   3412
 

Definition at line 484 of file linux/uipopt.h.

#define LITTLE_ENDIAN   3412
 

Definition at line 493 of file avr/uipopt.h.


Generated on Fri Jan 6 22:23:18 2006 for EtherProgs by  doxygen 1.4.5