Dependencies:   mbed

typedefs.h

Committer:
valesek
Date:
2009-11-27
Revision:
0:49f07865b3e4

File content as of revision 0:49f07865b3e4:

#include <stdint.h>

typedef uint8_t  UI_8;
typedef uint16_t UI_16;
typedef uint32_t UI_32;
typedef uint64_t UI_64;

typedef int8_t   SI_8;
typedef int16_t  SI_16;
typedef int32_t  SI_32;
typedef int64_t  SI_64;