Nut/OS  5.0.5
API Reference
wlantypes.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define FALSE   0
#define TRUE   1
#define HIBYTE(_a)   ((((WORD)(_a)) >> 8) & 0x00FF)
#define LOBYTE(_a)   (((WORD)(_a)) & 0x00FF)
#define HIWORD(_a)   ((((DWORD)(_a)) >> 16) & 0xFFFF)
#define LOWORD(_a)   (((DWORD)(_a)) & 0xFFFF)
#define SWAP(_a)   ((LOBYTE((_a)) << 8) | HIBYTE((_a)))

Typedefs

typedef char CHAR
typedef unsigned char BYTE
typedef unsigned short WORD
typedef long LONG
typedef unsigned long ULONG
typedef unsigned long DWORD
typedef unsigned char u_int8_t
typedef unsigned short u_int16_t
typedef unsigned long u_int32_t

Define Documentation

#define FALSE   0
#define TRUE   1
#define HIBYTE (   _a)    ((((WORD)(_a)) >> 8) & 0x00FF)
#define LOBYTE (   _a)    (((WORD)(_a)) & 0x00FF)
#define HIWORD (   _a)    ((((DWORD)(_a)) >> 16) & 0xFFFF)
#define LOWORD (   _a)    (((DWORD)(_a)) & 0xFFFF)
#define SWAP (   _a)    ((LOBYTE((_a)) << 8) | HIBYTE((_a)))

Referenced by wlandrv_PutPacket().


Typedef Documentation

typedef char CHAR
typedef unsigned char BYTE
typedef unsigned short WORD
typedef long LONG
typedef unsigned long ULONG
typedef unsigned long DWORD
typedef unsigned char u_int8_t
typedef unsigned short u_int16_t
typedef unsigned long u_int32_t