Go to the documentation of this file.
6typedef signed char s8_t;
7typedef unsigned char u8_t;
16typedef unsigned long long u64_t;
unsigned long long u64_t
Definition types.h:16
signed short s16_t
Definition types.h:9
signed long long s64_t
Definition types.h:15
int bool_t
Definition types.h:18
signed long s32_t
Definition types.h:12
signed char s8_t
Definition types.h:6
unsigned long u32_t
Definition types.h:13
unsigned char u8_t
Definition types.h:7
unsigned short u16_t
Definition types.h:10