#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>
Go to the source code of this file.
|
| #define | code |
| |
| #define | xdata |
| |
| #define | CODE /* Used for defining callback function which allways */ |
| |
| #define | TRUE true |
| |
| #define | FALSE false |
| |
| #define | VOID_CALLBACKFUNC(completedFunc) void (CODE *completedFunc) |
| |
| #define | UNUSED(x) x = x; /* Hack to silence warning C280 Unreferenced local variable */ |
| |
|
| typedef unsigned char | BYTE |
| |
| typedef unsigned short | WORD |
| |
| typedef unsigned long | DWORD |
| |
| typedef bool | BOOL |
| |
◆ code
◆ CODE
| #define CODE /* Used for defining callback function which allways */ |
◆ FALSE
◆ TRUE
◆ UNUSED
| #define UNUSED |
( |
|
x | ) |
x = x; /* Hack to silence warning C280 Unreferenced local variable */ |
◆ VOID_CALLBACKFUNC
| #define VOID_CALLBACKFUNC |
( |
|
completedFunc | ) |
void (CODE *completedFunc) |
◆ xdata
◆ BOOL
◆ BYTE
| typedef unsigned char BYTE |
◆ DWORD
| typedef unsigned long DWORD |
◆ WORD
| typedef unsigned short WORD |