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
FALSE
Definition at line 46 of file type.h.
#define MAX |
( |
x, |
|
|
y |
|
) |
((x)>(y)?(x):(y)) |
MAX
Definition at line 54 of file type.h.
#define MIN |
( |
x, |
|
|
y |
|
) |
((x)<(y)?(x):(y)) |
MIN
Definition at line 53 of file type.h.
TRUE
Definition at line 45 of file type.h.
Typedef Documentation
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.
unsigned 32-bit
Definition at line 41 of file type.h.
unsigned 8-bit
Definition at line 39 of file type.h.