Modules | |
D4D TYPES Defines MCU types constants | |
Macros | |
#define | D4D_FALSE |
This is definition of boolean operation value in eGUI - FALSE. More... | |
#define | D4D_TRUE |
This is definition of boolean operation value in eGUI - TRUE. More... | |
#define | D4D_USE_STANDARD_TYPES |
Standard variable types disable eGUI declaration. If not defined, it sets to (D4D_FALSE) as a default. So it's enable type definition like Byte, Word, etc... More... | |
This section specifies the exact constants used by module.
#define D4D_FALSE |
This is definition of boolean operation value in eGUI - FALSE.
Definition at line 104 of file d4d_types.h.
#define D4D_TRUE |
This is definition of boolean operation value in eGUI - TRUE.
Definition at line 106 of file d4d_types.h.
#define D4D_USE_STANDARD_TYPES |
Standard variable types disable eGUI declaration. If not defined, it sets to (D4D_FALSE) as a default. So it's enable type definition like Byte, Word, etc...
Definition at line 136 of file d4d_types.h.