core/usb/lpcusb/target/type.h File Reference

Go to the source code of this file.

Defines

#define TRUE   1
#define FALSE   0
#define MIN(x, y)   ((x)<(y)?(x):(y))
#define MAX(x, y)   ((x)>(y)?(x):(y))

Typedefs

typedef unsigned char BYTE
typedef unsigned char U8
typedef unsigned short int U16
typedef unsigned int U32
typedef int BOOL

Detailed Description

primitive types used in the USB stack

Definition in file type.h.


Define Documentation

#define FALSE   0

FALSE

Definition at line 46 of file type.h.

#define MAX ( x,
 )     ((x)>(y)?(x):(y))

MAX

Definition at line 54 of file type.h.

#define MIN ( x,
 )     ((x)<(y)?(x):(y))

MIN

Definition at line 53 of file type.h.

#define TRUE   1

TRUE

Definition at line 45 of file type.h.


Typedef Documentation

typedef int BOOL

TRUE or FALSE

Definition at line 43 of file type.h.

typedef unsigned char BYTE

unsigned 8-bit

Definition at line 38 of file type.h.

typedef unsigned short int U16

unsigned 16-bit

Definition at line 40 of file type.h.

typedef unsigned int U32

unsigned 32-bit

Definition at line 41 of file type.h.

typedef unsigned char U8

unsigned 8-bit

Definition at line 39 of file type.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Defines

Generated by  doxygen 1.6.2