STemWin + 0/1 examples
CodeScope will show references to GUI_X_Log() from the following samples and libraries:
Examples
STM32F413H-Discovery
Demonstrations
 
Symbols
loading...
Files
loading...

GUI_X_Log() function

Logging: OS dependent Note: Logging is used in higher debug levels only. The typical target build does not use logging and does therefor not require any of the logging routines below. For a release build without logging the routines below may be eliminated to save some space. (If the linker is not function aware and eliminates unreferenced functions automatically)

Syntax

void GUI_X_Log (const char * s);
Implemented in GUI_X.c:114

Arguments

s

Examples

GUI_X_Log() is referenced by 1 libraries and example projects.

References

LocationText
GUI_X.c:114
void GUI_X_Log (const char *s) { GUI_USE_PARA(s); }
GUI_X_OS.c:183
void GUI_X_Log (const char *s) { }
GUI.h:1567
void GUI_X_Log (const char * s);

Data Use

Data read by GUI_X_Log()
all items filtered out
GUI_X_Log()