Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers typedefs.h Source File

typedefs.h

00001 #include <stdint.h>
00002 
00003 typedef uint8_t  UI_8;
00004 typedef uint16_t UI_16;
00005 typedef uint32_t UI_32;
00006 typedef uint64_t UI_64;
00007 
00008 typedef int8_t   SI_8;
00009 typedef int16_t  SI_16;
00010 typedef int32_t  SI_32;
00011 typedef int64_t  SI_64;