GUIThread() is only used within STemWin.
 
Symbols
loading...
Files
loading...

GUIThread() function

Start task

Syntax

static void GUIThread(void const * argument);
Implemented in main.c:171

Arguments

argument

pointer that is passed to the thread function as start argument.

Return value

None

References

LocationReferrerText
main.c:171
static void GUIThread(void const * argument)
main.c:71
static void GUIThread(void const * argument);
main.c:123main()
osThreadDef(GUI_Thread, GUIThread, osPriorityAboveNormal, 0, 1024);

Call Tree