#include <stdint.h>
Go to the source code of this file.
◆ HDR_LONG
#define HDR_LONG |
( |
|
l | ) |
((swap)?SWAP_LONG(l):l) |
◆ HDR_WORD
#define HDR_WORD |
( |
|
w | ) |
((swap)?SWAP_WORD(w):w) |
◆ HIBYTE
#define HIBYTE |
( |
|
w | ) |
((BYTE) (((WORD)(w) >> 8) & 0xFF)) |
◆ HIWORD
#define HIWORD |
( |
|
l | ) |
((WORD) (((DWORD)(l) >> 16) & 0xFFFF)) |
◆ LOBYTE
#define LOBYTE |
( |
|
w | ) |
((BYTE) (w & 0xFF)) |
◆ LOWORD
#define LOWORD |
( |
|
l | ) |
((WORD)(DWORD) (l & 0xFFFF)) |
◆ SWAP_LONG
◆ SWAP_WORD
◆ BYTE
typedef unsigned char BYTE |
◆ DWORD
◆ IEEE_DOUBLE
◆ IEEE_FLOAT
◆ WORD
typedef unsigned short int WORD |