WL865E4-P  36.07.001

This section describes various M2MB TYPES. More...

#define NULL   ((void*)0)
 
#define TRUE   1
 
#define FALSE   0
 
#define kB   (1024)
 
#define MB   (kB * kB)
 
#define ARG_LENGTH(...)   ARG_LENGTH__(__VA_ARGS__)
 
#define ARG_LENGTH__(...)
 
#define ARG_LENGTH_(_, _63, _62, _61, _60, _59, _58, _57, _56, _55, _54, _53, _52, _51, _50, _49, _48, _47, _46, _45, _44, _43, _42, _41, _40, _39, _38, _37, _36, _35, _34, _33, _32, _31, _30, _29, _28, _27, _26, _25, _24, _23, _22, _21, _20, _19, _18, _17, _16, _15, _14, _13, _12, _11, _10, _9, _8, _7, _6, _5, _4, _3, _2, _1, Count, ...)   Count
 
#define ARG_EVEN(...)   EVEN_DROP_TYPE(ARG_LENGTH(__VA_ARGS__),__VA_ARGS__)
 
#define EVEN_DROP_TYPE(n, ...)   EVEN_DROP_TYPE_(n,__VA_ARGS__)
 
#define EVEN_DROP_TYPE_(n, ...)   EVEN_DROP_TYPE_##n(__VA_ARGS__)
 
#define EVEN_DROP_TYPE_2(arg1, arg2, ...)   arg2
 
#define EVEN_DROP_TYPE_4(arg1, arg2, ...)   arg2, EVEN_DROP_TYPE_2(__VA_ARGS__)
 
#define EVEN_DROP_TYPE_6(arg1, arg2, ...)   arg2, EVEN_DROP_TYPE_4(__VA_ARGS__)
 
#define EVEN_DROP_TYPE_8(arg1, arg2, ...)   arg2, EVEN_DROP_TYPE_6(__VA_ARGS__)
 
#define EVEN_DROP_TYPE_10(arg1, arg2, ...)   arg2, EVEN_DROP_TYPE_8(__VA_ARGS__)
 
#define EVEN_DROP_TYPE_12(arg1, arg2, ...)   arg2, EVEN_DROP_TYPE_10(__VA_ARGS__)
 
#define EVEN_DROP_TYPE_14(arg1, arg2, ...)   arg2, EVEN_DROP_TYPE_12(__VA_ARGS__)
 
#define EVEN_DROP_TYPE_16(arg1, arg2, ...)   arg2, EVEN_DROP_TYPE_14(__VA_ARGS__)
 
#define EVEN_DROP_TYPE_18(arg1, arg2, ...)   arg2, EVEN_DROP_TYPE_16(__VA_ARGS__)
 
#define EVEN_DROP_TYPE_20(arg1, arg2, ...)   arg2, EVEN_DROP_TYPE_18(__VA_ARGS__)
 
#define EVEN_DROP_TYPE_22(arg1, arg2, ...)   arg2, EVEN_DROP_TYPE_20(__VA_ARGS__)
 
#define EVEN_DROP_TYPE_24(arg1, arg2, ...)   arg2, EVEN_DROP_TYPE_22(__VA_ARGS__)
 
#define EVEN_DROP_TYPE_26(arg1, arg2, ...)   arg2, EVEN_DROP_TYPE_24(__VA_ARGS__)
 
#define EVEN_DROP_TYPE_28(arg1, arg2, ...)   arg2, EVEN_DROP_TYPE_26(__VA_ARGS__)
 
#define EVEN_DROP_TYPE_30(arg1, arg2, ...)   arg2, EVEN_DROP_TYPE_28(__VA_ARGS__)
 
#define EVEN_DROP_TYPE_32(arg1, arg2, ...)   arg2, EVEN_DROP_TYPE_30(__VA_ARGS__)
 
#define EVEN_DROP_TYPE_34(arg1, arg2, ...)   arg2, EVEN_DROP_TYPE_32(__VA_ARGS__)
 
#define EVEN_DROP_TYPE_36(arg1, arg2, ...)   arg2, EVEN_DROP_TYPE_34(__VA_ARGS__)
 
#define EVEN_DROP_TYPE_38(arg1, arg2, ...)   arg2, EVEN_DROP_TYPE_36(__VA_ARGS__)
 
#define EVEN_DROP_TYPE_40(arg1, arg2, ...)   arg2, EVEN_DROP_TYPE_38(__VA_ARGS__)
 
#define ARG_ODD(...)   ODD_DROP_TYPE(ARG_LENGTH(__VA_ARGS__),__VA_ARGS__)
 
#define ODD_DROP_TYPE(n, ...)   ODD_DROP_TYPE_(n,__VA_ARGS__)
 
#define ODD_DROP_TYPE_(n, ...)   ODD_DROP_TYPE_##n(__VA_ARGS__)
 
#define ODD_DROP_TYPE_2(arg1, arg2, ...)   arg1
 
#define ODD_DROP_TYPE_4(arg1, arg2, ...)   arg1, ODD_DROP_TYPE_2(__VA_ARGS__)
 
#define ODD_DROP_TYPE_6(arg1, arg2, ...)   arg1, ODD_DROP_TYPE_4(__VA_ARGS__)
 
#define ODD_DROP_TYPE_8(arg1, arg2, ...)   arg1, ODD_DROP_TYPE_6(__VA_ARGS__)
 
#define ODD_DROP_TYPE_10(arg1, arg2, ...)   arg1, ODD_DROP_TYPE_8(__VA_ARGS__)
 
#define ODD_DROP_TYPE_12(arg1, arg2, ...)   arg1, ODD_DROP_TYPE_10(__VA_ARGS__)
 
#define ODD_DROP_TYPE_14(arg1, arg2, ...)   arg1, ODD_DROP_TYPE_12(__VA_ARGS__)
 
#define ODD_DROP_TYPE_16(arg1, arg2, ...)   arg1, ODD_DROP_TYPE_14(__VA_ARGS__)
 
#define ODD_DROP_TYPE_18(arg1, arg2, ...)   arg1, ODD_DROP_TYPE_16(__VA_ARGS__)
 
#define ODD_DROP_TYPE_20(arg1, arg2, ...)   arg1, ODD_DROP_TYPE_18(__VA_ARGS__)
 
#define ODD_DROP_TYPE_22(arg1, arg2, ...)   arg1, ODD_DROP_TYPE_20(__VA_ARGS__)
 
#define ODD_DROP_TYPE_24(arg1, arg2, ...)   arg1, ODD_DROP_TYPE_22(__VA_ARGS__)
 
#define ODD_DROP_TYPE_26(arg1, arg2, ...)   arg1, ODD_DROP_TYPE_24(__VA_ARGS__)
 
#define ODD_DROP_TYPE_28(arg1, arg2, ...)   arg1, ODD_DROP_TYPE_26(__VA_ARGS__)
 
#define ODD_DROP_TYPE_30(arg1, arg2, ...)   arg1, ODD_DROP_TYPE_28(__VA_ARGS__)
 
#define ODD_DROP_TYPE_32(arg1, arg2, ...)   arg1, ODD_DROP_TYPE_30(__VA_ARGS__)
 
#define ODD_DROP_TYPE_34(arg1, arg2, ...)   arg1, ODD_DROP_TYPE_32(__VA_ARGS__)
 
#define ODD_DROP_TYPE_36(arg1, arg2, ...)   arg1, ODD_DROP_TYPE_34(__VA_ARGS__)
 
#define ODD_DROP_TYPE_38(arg1, arg2, ...)   arg1, ODD_DROP_TYPE_36(__VA_ARGS__)
 
#define ODD_DROP_TYPE_40(arg1, arg2, ...)   arg1, ODD_DROP_TYPE_38(__VA_ARGS__)
 
#define CMDS(...)   ARG_LENGTH(__VA_ARGS__), __VA_ARGS__
 
#define CMDS_ARGS(...)   (ARG_LENGTH(__VA_ARGS__)/2), ARG_ODD(__VA_ARGS__), ARG_EVEN(__VA_ARGS__)
 
#define ENUM_TO_INT(Prefix)
 
typedef void VOID
 
typedef char CHAR
 
typedef float FLOAT32
 
typedef double FLOAT64
 
typedef signed char INT8
 
typedef signed short INT16
 
typedef signed int INT32
 
typedef signed long long INT64
 
typedef unsigned char UINT8
 
typedef unsigned short UINT16
 
typedef unsigned long int UINT32
 
typedef unsigned long ULONG
 
typedef unsigned long long UINT64
 
typedef UINT32 MEM_W
 
typedef UINT8 BOOLEAN
 
typedef INT32 iHANDLE
 
typedef void * HANDLE
 
typedef UINT32 SIZE_T
 
typedef INT32 SSIZE_T
 
typedef UINT16 DEV_T
 
typedef UINT16 MODE_T
 
typedef INT32 OFF_T
 
typedef UINT32 TIME_T
 
typedef UINT32 INODE_T
 
typedef UINT8 NLINK_T
 
typedef UINT32 M2MB_BOOL_T
 

Detailed Description

This section describes various M2MB TYPES.

Macro Definition Documentation

◆ ARG_EVEN

#define ARG_EVEN (   ...)    EVEN_DROP_TYPE(ARG_LENGTH(__VA_ARGS__),__VA_ARGS__)

Definition at line 131 of file m2mb_types.h.

◆ ARG_LENGTH

#define ARG_LENGTH (   ...)    ARG_LENGTH__(__VA_ARGS__)

Definition at line 111 of file m2mb_types.h.

◆ ARG_LENGTH_

#define ARG_LENGTH_ (   _,
  _63,
  _62,
  _61,
  _60,
  _59,
  _58,
  _57,
  _56,
  _55,
  _54,
  _53,
  _52,
  _51,
  _50,
  _49,
  _48,
  _47,
  _46,
  _45,
  _44,
  _43,
  _42,
  _41,
  _40,
  _39,
  _38,
  _37,
  _36,
  _35,
  _34,
  _33,
  _32,
  _31,
  _30,
  _29,
  _28,
  _27,
  _26,
  _25,
  _24,
  _23,
  _22,
  _21,
  _20,
  _19,
  _18,
  _17,
  _16,
  _15,
  _14,
  _13,
  _12,
  _11,
  _10,
  _9,
  _8,
  _7,
  _6,
  _5,
  _4,
  _3,
  _2,
  _1,
  Count,
  ... 
)    Count

Definition at line 121 of file m2mb_types.h.

◆ ARG_LENGTH__

#define ARG_LENGTH__ (   ...)
Value:
ARG_LENGTH_(,__VA_ARGS__, \
63, 62, 61, 60,\
59, 58, 57, 56, 55, 54, 53, 52, 51, 50,\
49, 48, 47, 46, 45, 44, 43, 42, 41, 40,\
39, 38, 37, 36, 35, 34, 33, 32, 31, 30,\
29, 28, 27, 26, 25, 24, 23, 22, 21, 20,\
19, 18, 17, 16, 15, 14, 13, 12, 11, 10,\
9, 8, 7, 6, 5, 4, 3, 2, 1, 0)
#define ARG_LENGTH_(_, _63, _62, _61, _60, _59, _58, _57, _56, _55, _54, _53, _52, _51, _50, _49, _48, _47, _46, _45, _44, _43, _42, _41, _40, _39, _38, _37, _36, _35, _34, _33, _32, _31, _30, _29, _28, _27, _26, _25, _24, _23, _22, _21, _20, _19, _18, _17, _16, _15, _14, _13, _12, _11, _10, _9, _8, _7, _6, _5, _4, _3, _2, _1, Count,...)
Definition: m2mb_types.h:121

Definition at line 112 of file m2mb_types.h.

◆ ARG_ODD

#define ARG_ODD (   ...)    ODD_DROP_TYPE(ARG_LENGTH(__VA_ARGS__),__VA_ARGS__)

Definition at line 157 of file m2mb_types.h.

◆ CMDS

#define CMDS (   ...)    ARG_LENGTH(__VA_ARGS__), __VA_ARGS__

Definition at line 186 of file m2mb_types.h.

◆ CMDS_ARGS

#define CMDS_ARGS (   ...)    (ARG_LENGTH(__VA_ARGS__)/2), ARG_ODD(__VA_ARGS__), ARG_EVEN(__VA_ARGS__)

Definition at line 196 of file m2mb_types.h.

◆ ENUM_TO_INT

#define ENUM_TO_INT (   Prefix)
Value:
MIN_ENUM_##Prefix=(int)0x80000000,\
MAX_ENUM_##Prefix=(int)0x7FFFFFFF

Definition at line 198 of file m2mb_types.h.

◆ EVEN_DROP_TYPE

#define EVEN_DROP_TYPE (   n,
  ... 
)    EVEN_DROP_TYPE_(n,__VA_ARGS__)

Definition at line 132 of file m2mb_types.h.

◆ EVEN_DROP_TYPE_

#define EVEN_DROP_TYPE_ (   n,
  ... 
)    EVEN_DROP_TYPE_##n(__VA_ARGS__)

Definition at line 133 of file m2mb_types.h.

◆ EVEN_DROP_TYPE_10

#define EVEN_DROP_TYPE_10 (   arg1,
  arg2,
  ... 
)    arg2, EVEN_DROP_TYPE_8(__VA_ARGS__)

Definition at line 139 of file m2mb_types.h.

◆ EVEN_DROP_TYPE_12

#define EVEN_DROP_TYPE_12 (   arg1,
  arg2,
  ... 
)    arg2, EVEN_DROP_TYPE_10(__VA_ARGS__)

Definition at line 140 of file m2mb_types.h.

◆ EVEN_DROP_TYPE_14

#define EVEN_DROP_TYPE_14 (   arg1,
  arg2,
  ... 
)    arg2, EVEN_DROP_TYPE_12(__VA_ARGS__)

Definition at line 141 of file m2mb_types.h.

◆ EVEN_DROP_TYPE_16

#define EVEN_DROP_TYPE_16 (   arg1,
  arg2,
  ... 
)    arg2, EVEN_DROP_TYPE_14(__VA_ARGS__)

Definition at line 142 of file m2mb_types.h.

◆ EVEN_DROP_TYPE_18

#define EVEN_DROP_TYPE_18 (   arg1,
  arg2,
  ... 
)    arg2, EVEN_DROP_TYPE_16(__VA_ARGS__)

Definition at line 143 of file m2mb_types.h.

◆ EVEN_DROP_TYPE_2

#define EVEN_DROP_TYPE_2 (   arg1,
  arg2,
  ... 
)    arg2

Definition at line 135 of file m2mb_types.h.

◆ EVEN_DROP_TYPE_20

#define EVEN_DROP_TYPE_20 (   arg1,
  arg2,
  ... 
)    arg2, EVEN_DROP_TYPE_18(__VA_ARGS__)

Definition at line 144 of file m2mb_types.h.

◆ EVEN_DROP_TYPE_22

#define EVEN_DROP_TYPE_22 (   arg1,
  arg2,
  ... 
)    arg2, EVEN_DROP_TYPE_20(__VA_ARGS__)

Definition at line 145 of file m2mb_types.h.

◆ EVEN_DROP_TYPE_24

#define EVEN_DROP_TYPE_24 (   arg1,
  arg2,
  ... 
)    arg2, EVEN_DROP_TYPE_22(__VA_ARGS__)

Definition at line 146 of file m2mb_types.h.

◆ EVEN_DROP_TYPE_26

#define EVEN_DROP_TYPE_26 (   arg1,
  arg2,
  ... 
)    arg2, EVEN_DROP_TYPE_24(__VA_ARGS__)

Definition at line 147 of file m2mb_types.h.

◆ EVEN_DROP_TYPE_28

#define EVEN_DROP_TYPE_28 (   arg1,
  arg2,
  ... 
)    arg2, EVEN_DROP_TYPE_26(__VA_ARGS__)

Definition at line 148 of file m2mb_types.h.

◆ EVEN_DROP_TYPE_30

#define EVEN_DROP_TYPE_30 (   arg1,
  arg2,
  ... 
)    arg2, EVEN_DROP_TYPE_28(__VA_ARGS__)

Definition at line 149 of file m2mb_types.h.

◆ EVEN_DROP_TYPE_32

#define EVEN_DROP_TYPE_32 (   arg1,
  arg2,
  ... 
)    arg2, EVEN_DROP_TYPE_30(__VA_ARGS__)

Definition at line 150 of file m2mb_types.h.

◆ EVEN_DROP_TYPE_34

#define EVEN_DROP_TYPE_34 (   arg1,
  arg2,
  ... 
)    arg2, EVEN_DROP_TYPE_32(__VA_ARGS__)

Definition at line 151 of file m2mb_types.h.

◆ EVEN_DROP_TYPE_36

#define EVEN_DROP_TYPE_36 (   arg1,
  arg2,
  ... 
)    arg2, EVEN_DROP_TYPE_34(__VA_ARGS__)

Definition at line 152 of file m2mb_types.h.

◆ EVEN_DROP_TYPE_38

#define EVEN_DROP_TYPE_38 (   arg1,
  arg2,
  ... 
)    arg2, EVEN_DROP_TYPE_36(__VA_ARGS__)

Definition at line 153 of file m2mb_types.h.

◆ EVEN_DROP_TYPE_4

#define EVEN_DROP_TYPE_4 (   arg1,
  arg2,
  ... 
)    arg2, EVEN_DROP_TYPE_2(__VA_ARGS__)

Definition at line 136 of file m2mb_types.h.

◆ EVEN_DROP_TYPE_40

#define EVEN_DROP_TYPE_40 (   arg1,
  arg2,
  ... 
)    arg2, EVEN_DROP_TYPE_38(__VA_ARGS__)

Definition at line 154 of file m2mb_types.h.

◆ EVEN_DROP_TYPE_6

#define EVEN_DROP_TYPE_6 (   arg1,
  arg2,
  ... 
)    arg2, EVEN_DROP_TYPE_4(__VA_ARGS__)

Definition at line 137 of file m2mb_types.h.

◆ EVEN_DROP_TYPE_8

#define EVEN_DROP_TYPE_8 (   arg1,
  arg2,
  ... 
)    arg2, EVEN_DROP_TYPE_6(__VA_ARGS__)

Definition at line 138 of file m2mb_types.h.

◆ FALSE

#define FALSE   0

Definition at line 62 of file m2mb_types.h.

◆ kB

#define kB   (1024)

Definition at line 65 of file m2mb_types.h.

◆ MB

#define MB   (kB * kB)

Definition at line 66 of file m2mb_types.h.

◆ NULL

#define NULL   ((void*)0)

Definition at line 54 of file m2mb_types.h.

◆ ODD_DROP_TYPE

#define ODD_DROP_TYPE (   n,
  ... 
)    ODD_DROP_TYPE_(n,__VA_ARGS__)

Definition at line 158 of file m2mb_types.h.

◆ ODD_DROP_TYPE_

#define ODD_DROP_TYPE_ (   n,
  ... 
)    ODD_DROP_TYPE_##n(__VA_ARGS__)

Definition at line 159 of file m2mb_types.h.

◆ ODD_DROP_TYPE_10

#define ODD_DROP_TYPE_10 (   arg1,
  arg2,
  ... 
)    arg1, ODD_DROP_TYPE_8(__VA_ARGS__)

Definition at line 166 of file m2mb_types.h.

◆ ODD_DROP_TYPE_12

#define ODD_DROP_TYPE_12 (   arg1,
  arg2,
  ... 
)    arg1, ODD_DROP_TYPE_10(__VA_ARGS__)

Definition at line 167 of file m2mb_types.h.

◆ ODD_DROP_TYPE_14

#define ODD_DROP_TYPE_14 (   arg1,
  arg2,
  ... 
)    arg1, ODD_DROP_TYPE_12(__VA_ARGS__)

Definition at line 168 of file m2mb_types.h.

◆ ODD_DROP_TYPE_16

#define ODD_DROP_TYPE_16 (   arg1,
  arg2,
  ... 
)    arg1, ODD_DROP_TYPE_14(__VA_ARGS__)

Definition at line 169 of file m2mb_types.h.

◆ ODD_DROP_TYPE_18

#define ODD_DROP_TYPE_18 (   arg1,
  arg2,
  ... 
)    arg1, ODD_DROP_TYPE_16(__VA_ARGS__)

Definition at line 170 of file m2mb_types.h.

◆ ODD_DROP_TYPE_2

#define ODD_DROP_TYPE_2 (   arg1,
  arg2,
  ... 
)    arg1

Definition at line 162 of file m2mb_types.h.

◆ ODD_DROP_TYPE_20

#define ODD_DROP_TYPE_20 (   arg1,
  arg2,
  ... 
)    arg1, ODD_DROP_TYPE_18(__VA_ARGS__)

Definition at line 171 of file m2mb_types.h.

◆ ODD_DROP_TYPE_22

#define ODD_DROP_TYPE_22 (   arg1,
  arg2,
  ... 
)    arg1, ODD_DROP_TYPE_20(__VA_ARGS__)

Definition at line 172 of file m2mb_types.h.

◆ ODD_DROP_TYPE_24

#define ODD_DROP_TYPE_24 (   arg1,
  arg2,
  ... 
)    arg1, ODD_DROP_TYPE_22(__VA_ARGS__)

Definition at line 173 of file m2mb_types.h.

◆ ODD_DROP_TYPE_26

#define ODD_DROP_TYPE_26 (   arg1,
  arg2,
  ... 
)    arg1, ODD_DROP_TYPE_24(__VA_ARGS__)

Definition at line 174 of file m2mb_types.h.

◆ ODD_DROP_TYPE_28

#define ODD_DROP_TYPE_28 (   arg1,
  arg2,
  ... 
)    arg1, ODD_DROP_TYPE_26(__VA_ARGS__)

Definition at line 175 of file m2mb_types.h.

◆ ODD_DROP_TYPE_30

#define ODD_DROP_TYPE_30 (   arg1,
  arg2,
  ... 
)    arg1, ODD_DROP_TYPE_28(__VA_ARGS__)

Definition at line 176 of file m2mb_types.h.

◆ ODD_DROP_TYPE_32

#define ODD_DROP_TYPE_32 (   arg1,
  arg2,
  ... 
)    arg1, ODD_DROP_TYPE_30(__VA_ARGS__)

Definition at line 177 of file m2mb_types.h.

◆ ODD_DROP_TYPE_34

#define ODD_DROP_TYPE_34 (   arg1,
  arg2,
  ... 
)    arg1, ODD_DROP_TYPE_32(__VA_ARGS__)

Definition at line 178 of file m2mb_types.h.

◆ ODD_DROP_TYPE_36

#define ODD_DROP_TYPE_36 (   arg1,
  arg2,
  ... 
)    arg1, ODD_DROP_TYPE_34(__VA_ARGS__)

Definition at line 179 of file m2mb_types.h.

◆ ODD_DROP_TYPE_38

#define ODD_DROP_TYPE_38 (   arg1,
  arg2,
  ... 
)    arg1, ODD_DROP_TYPE_36(__VA_ARGS__)

Definition at line 180 of file m2mb_types.h.

◆ ODD_DROP_TYPE_4

#define ODD_DROP_TYPE_4 (   arg1,
  arg2,
  ... 
)    arg1, ODD_DROP_TYPE_2(__VA_ARGS__)

Definition at line 163 of file m2mb_types.h.

◆ ODD_DROP_TYPE_40

#define ODD_DROP_TYPE_40 (   arg1,
  arg2,
  ... 
)    arg1, ODD_DROP_TYPE_38(__VA_ARGS__)

Definition at line 181 of file m2mb_types.h.

◆ ODD_DROP_TYPE_6

#define ODD_DROP_TYPE_6 (   arg1,
  arg2,
  ... 
)    arg1, ODD_DROP_TYPE_4(__VA_ARGS__)

Definition at line 164 of file m2mb_types.h.

◆ ODD_DROP_TYPE_8

#define ODD_DROP_TYPE_8 (   arg1,
  arg2,
  ... 
)    arg1, ODD_DROP_TYPE_6(__VA_ARGS__)

Definition at line 165 of file m2mb_types.h.

◆ TRUE

#define TRUE   1

Definition at line 58 of file m2mb_types.h.

Typedef Documentation

◆ BOOLEAN

typedef UINT8 BOOLEAN

Definition at line 92 of file m2mb_types.h.

◆ CHAR

typedef char CHAR

8-bit plain char used for character data

Definition at line 74 of file m2mb_types.h.

◆ DEV_T

typedef UINT16 DEV_T

Definition at line 101 of file m2mb_types.h.

◆ FLOAT32

typedef float FLOAT32

32-bit floating point

Definition at line 75 of file m2mb_types.h.

◆ FLOAT64

typedef double FLOAT64

64-bit extended floating point

Definition at line 76 of file m2mb_types.h.

◆ HANDLE

typedef void* HANDLE

Definition at line 95 of file m2mb_types.h.

◆ iHANDLE

typedef INT32 iHANDLE

Definition at line 93 of file m2mb_types.h.

◆ INODE_T

typedef UINT32 INODE_T

Definition at line 105 of file m2mb_types.h.

◆ INT16

typedef signed short INT16

16-bit signed integer

Definition at line 79 of file m2mb_types.h.

◆ INT32

typedef signed int INT32

32-bit signed integer

Definition at line 80 of file m2mb_types.h.

◆ INT64

typedef signed long long INT64

64-bit signed integer

Definition at line 81 of file m2mb_types.h.

◆ INT8

typedef signed char INT8

8-bit signed integer, used for numeric data

Definition at line 78 of file m2mb_types.h.

◆ M2MB_BOOL_T

Definition at line 109 of file m2mb_types.h.

◆ MEM_W

typedef UINT32 MEM_W

memory width of bus memory : e.g 32 bits

Definition at line 91 of file m2mb_types.h.

◆ MODE_T

typedef UINT16 MODE_T

Definition at line 102 of file m2mb_types.h.

◆ NLINK_T

typedef UINT8 NLINK_T

Definition at line 106 of file m2mb_types.h.

◆ OFF_T

typedef INT32 OFF_T

Definition at line 103 of file m2mb_types.h.

◆ SIZE_T

typedef UINT32 SIZE_T

Definition at line 99 of file m2mb_types.h.

◆ SSIZE_T

typedef INT32 SSIZE_T

Definition at line 100 of file m2mb_types.h.

◆ TIME_T

typedef UINT32 TIME_T

Definition at line 104 of file m2mb_types.h.

◆ UINT16

typedef unsigned short UINT16

16-bit unsigned integer

Definition at line 84 of file m2mb_types.h.

◆ UINT32

typedef unsigned long int UINT32

32-bit unsigned integer

Definition at line 85 of file m2mb_types.h.

◆ UINT64

typedef unsigned long long UINT64

64-bit unsigned integer

Definition at line 87 of file m2mb_types.h.

◆ UINT8

typedef unsigned char UINT8

8-bit unsigned integer, used for numeric data

Definition at line 83 of file m2mb_types.h.

◆ ULONG

typedef unsigned long ULONG

32-bit unsigned long

Definition at line 86 of file m2mb_types.h.

◆ VOID

typedef void VOID

Definition at line 72 of file m2mb_types.h.