N-sim
Emulation and simulation of
Wireless Sensor Networks



   Home


   Project Page


   Download


   CVS



   Installation


   Configuration


   Plug-ins




 Hosted by
SourceForge.net Logo

/home/brennan/n-sim/OrbisQuartus/server/l4/patches/lwip-ore/include/arch/cc.h File Reference

#include <string.h>
#include <stdio.h>

Go to the source code of this file.

Defines

#define BYTE_ORDER   LITTLE_ENDIAN
#define U16_F   "hu"
#define S16_F   "hd"
#define X16_F   "hx"
#define U32_F   "lu"
#define S32_F   "ld"
#define X32_F   "lx"
#define PACK_STRUCT_FIELD(x)   x
#define PACK_STRUCT_STRUCT
#define PACK_STRUCT_BEGIN
#define PACK_STRUCT_END
#define LWIP_PLATFORM_DIAG(x)
#define LWIP_PLATFORM_ASSERT(x)

Typedefs

typedef unsigned char u8_t
typedef signed char s8_t
typedef unsigned short u16_t
typedef signed short s16_t
typedef unsigned long u32_t
typedef signed long s32_t
typedef u32_t mem_ptr_t


Define Documentation

#define BYTE_ORDER   LITTLE_ENDIAN
 

Definition at line 45 of file cc.h.

#define LWIP_PLATFORM_ASSERT  ) 
 

Definition at line 86 of file cc.h.

#define LWIP_PLATFORM_DIAG  ) 
 

Definition at line 84 of file cc.h.

#define PACK_STRUCT_BEGIN
 

Definition at line 71 of file cc.h.

#define PACK_STRUCT_END
 

Definition at line 72 of file cc.h.

#define PACK_STRUCT_FIELD  )     x
 

Definition at line 69 of file cc.h.

#define PACK_STRUCT_STRUCT
 

Definition at line 70 of file cc.h.

#define S16_F   "hd"
 

Definition at line 60 of file cc.h.

#define S32_F   "ld"
 

Definition at line 63 of file cc.h.

#define U16_F   "hu"
 

Definition at line 59 of file cc.h.

#define U32_F   "lu"
 

Definition at line 62 of file cc.h.

#define X16_F   "hx"
 

Definition at line 61 of file cc.h.

#define X32_F   "lx"
 

Definition at line 64 of file cc.h.


Typedef Documentation

typedef u32_t mem_ptr_t
 

Definition at line 56 of file cc.h.

typedef signed short s16_t
 

Definition at line 52 of file cc.h.

typedef signed long s32_t
 

Definition at line 54 of file cc.h.

typedef signed char s8_t
 

Definition at line 50 of file cc.h.

typedef unsigned short u16_t
 

Definition at line 51 of file cc.h.

typedef unsigned long u32_t
 

Definition at line 53 of file cc.h.

typedef unsigned char u8_t
 

Definition at line 49 of file cc.h.


© 2007, Los Alamos National Security, LLC.