This section specifies the exact usage for each API macro.
#define D4D_LOG_EXOR |
( |
|
a, |
|
|
|
b |
|
) |
| |
Macro that do logical EX-OR on the input variables.
- Parameters
-
- Returns
- the result of the logical EX-OR operation
- Note
- This is help macro to do logical (NOT binary) EX-OR operation.
Definition at line 497 of file d4d_base.h.
#define D4D_SWAP_WORD |
( |
|
x | ) |
|
Macro that swap bytes into 16-bit variable.
- Parameters
-
- Returns
- swapped word
- Note
- This is help macro to swap bytes in word (obsolete macro replaced by D4D_SwapWord())
Definition at line 488 of file d4d_base.h.
#define D4D_TEXT_LEN |
( |
|
txt | ) |
|
Macro used to get count of chars in constant strings.
- Parameters
-
- Returns
- lenght of string
Definition at line 511 of file d4d_base.h.
Macro used just for notify compiler that the input parameter is not used.
- Parameters
-
x | - unused function input parameter |
- Returns
- none
Definition at line 504 of file d4d_base.h.