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

GUI_X_Init() function

GUI_X_Init() Note: GUI_X_Init() is called from GUI_Init is a possibility to init some hardware which needs to be up and running before the GUI. If not required, leave this routine blank.

Syntax

void GUI_X_Init (void);
Implemented in GUI_X.c:87

Examples

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

References

LocationText
GUI_X.c:87
void GUI_X_Init(void) {}
GUI_X_OS.c:93
void GUI_X_Init(void) {
GUI.h:1540
void GUI_X_Init (void);