Macros | |
#define | D4D_SWAP_WORD(x) |
Macro that swap bytes into 16-bit variable. More... | |
#define | D4D_LOG_EXOR(a, b) |
Macro that do logical EX-OR on the input variables. More... | |
#define | D4D_UNUSED(x) |
Macro used just for notify compiler that the input parameter is not used. More... | |
#define | D4D_TEXT_LEN(txt) |
Macro used to get count of chars in constant strings. More... | |
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.
a | - input A |
b | - input B |
Definition at line 497 of file d4d_base.h.
#define D4D_SWAP_WORD | ( | x | ) |
Macro that swap bytes into 16-bit variable.
x | - Word to Swap |
Definition at line 488 of file d4d_base.h.
#define D4D_TEXT_LEN | ( | txt | ) |
Macro used to get count of chars in constant strings.
txt | - constant string |
Definition at line 511 of file d4d_base.h.
#define D4D_UNUSED | ( | x | ) |
Macro used just for notify compiler that the input parameter is not used.
x | - unused function input parameter |
Definition at line 504 of file d4d_base.h.