Go to the source code of this file.
Defines | |
#define | FALSE 0 |
#define | TRUE 1 |
#define | MAX_U08 255 |
#define | MAX_U16 65535 |
#define | MAX_U32 4294967295 |
#define | MIN_S08 -128 |
#define | MAX_S08 127 |
#define | MIN_S16 -32768 |
#define | MAX_S16 32767 |
#define | MIN_S32 -2147483648 |
#define | MAX_S32 2147483647 |
Typedefs | |
typedef unsigned char | u08 |
typedef signed char | s08 |
typedef unsigned short | u16 |
typedef signed short | s16 |
typedef unsigned long | u32 |
typedef signed long | s32 |
typedef unsigned long long | u64 |
typedef signed long long | s64 |
typedef int | INT |
typedef unsigned int | UINT |
typedef signed char | CHAR |
typedef unsigned char | UCHAR |
typedef unsigned char | BYTE |
typedef short | SHORT |
typedef unsigned short | USHORT |
typedef unsigned short | WORD |
typedef long | LONG |
typedef unsigned long | ULONG |
typedef unsigned long | DWORD |
Definition in file avrlibtypes.h.
#define FALSE 0 |
Definition at line 28 of file avrlibtypes.h.
Referenced by move_window(), next_dir_entry(), put_cluster(), and remove_chain().
#define MAX_S08 127 |
Definition at line 63 of file avrlibtypes.h.
#define MAX_S16 32767 |
Definition at line 65 of file avrlibtypes.h.
#define MAX_S32 2147483647 |
Definition at line 67 of file avrlibtypes.h.
#define MAX_U08 255 |
Definition at line 56 of file avrlibtypes.h.
#define MAX_U16 65535 |
Definition at line 57 of file avrlibtypes.h.
#define MAX_U32 4294967295 |
Definition at line 58 of file avrlibtypes.h.
#define MIN_S08 -128 |
Definition at line 62 of file avrlibtypes.h.
#define MIN_S16 -32768 |
Definition at line 64 of file avrlibtypes.h.
#define MIN_S32 -2147483648 |
Definition at line 66 of file avrlibtypes.h.
#define TRUE 1 |
Definition at line 29 of file avrlibtypes.h.
Referenced by move_window(), next_dir_entry(), put_cluster(), and remove_chain().
typedef unsigned char BYTE |
Definition at line 78 of file avrlibtypes.h.
typedef signed char CHAR |
Definition at line 76 of file avrlibtypes.h.
typedef unsigned long DWORD |
Definition at line 88 of file avrlibtypes.h.
typedef int INT |
Definition at line 72 of file avrlibtypes.h.
typedef long LONG |
Definition at line 86 of file avrlibtypes.h.
typedef signed char s08 |
Definition at line 35 of file avrlibtypes.h.
typedef signed short s16 |
Definition at line 37 of file avrlibtypes.h.
typedef signed long s32 |
Definition at line 39 of file avrlibtypes.h.
typedef signed long long s64 |
Definition at line 41 of file avrlibtypes.h.
typedef short SHORT |
Definition at line 81 of file avrlibtypes.h.
typedef unsigned char u08 |
Definition at line 34 of file avrlibtypes.h.
typedef unsigned short u16 |
Definition at line 36 of file avrlibtypes.h.
typedef unsigned long u32 |
Definition at line 38 of file avrlibtypes.h.
typedef unsigned long long u64 |
Definition at line 40 of file avrlibtypes.h.
typedef unsigned char UCHAR |
Definition at line 77 of file avrlibtypes.h.
typedef unsigned int UINT |
Definition at line 73 of file avrlibtypes.h.
typedef unsigned long ULONG |
Definition at line 87 of file avrlibtypes.h.
typedef unsigned short USHORT |
Definition at line 82 of file avrlibtypes.h.
typedef unsigned short WORD |
Definition at line 83 of file avrlibtypes.h.