APM:Libraries
libraries
AP_HAL_F4Light
hardware
sd
FatFs
integer.h
Go to the documentation of this file.
1
/*-------------------------------------------*/
2
/* Integer type definitions for FatFs module */
3
/*-------------------------------------------*/
4
5
#ifndef FF_INTEGER
6
#define FF_INTEGER
7
8
/* These types MUST be 16-bit or 32-bit */
9
typedef
int
INT
;
10
typedef
unsigned
int
UINT
;
11
12
/* This type MUST be 8-bit */
13
typedef
unsigned
char
BYTE
;
14
15
/* These types MUST be 16-bit */
16
typedef
short
SHORT
;
17
typedef
unsigned
short
WORD
;
18
typedef
unsigned
short
WCHAR
;
19
20
/* These types MUST be 32-bit */
21
typedef
long
LONG
;
22
typedef
unsigned
long
DWORD
;
23
24
/* This type MUST be 64-bit (Remove this for ANSI C (C89) compatibility) */
25
typedef
unsigned
long
long
QWORD
;
26
27
#endif
WORD
unsigned short WORD
Definition:
integer.h:17
WCHAR
unsigned short WCHAR
Definition:
integer.h:18
SHORT
short SHORT
Definition:
integer.h:16
LONG
long LONG
Definition:
integer.h:21
INT
int INT
Definition:
integer.h:9
DWORD
unsigned long DWORD
Definition:
integer.h:22
BYTE
unsigned char BYTE
Definition:
integer.h:13
QWORD
unsigned long long QWORD
Definition:
integer.h:25
UINT
unsigned int UINT
Definition:
integer.h:10
Generated on Sun Jun 17 2018 14:18:49 for APM:Libraries by
1.8.13