STemWin + 0/24 examples
CodeScope will show references to GUI_USE_PARA from the following samples and libraries:
 
Symbols
loading...
Files
loading...

GUI_USE_PARA macro

Syntax

#define GUI_USE_PARA(para) (void)para

Arguments

para

Examples

GUI_USE_PARA is referenced by 24 libraries and example projects.

References

LocationText
GUI_ConfDefaults.h:165
#define GUI_USE_PARA(para) (void)para
GUI_X.c:114
void GUI_X_Log (const char *s) { GUI_USE_PARA(s); }
GUI_X.c:115
void GUI_X_Warn (const char *s) { GUI_USE_PARA(s); }
GUI_X.c:116
void GUI_X_ErrorOut(const char *s) { GUI_USE_PARA(s); }