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

GUIThread() function

Start task

Syntax

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

Arguments

argument

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

Return value

None

References

LocationReferrerText
main.c:202
static void GUIThread(void const * argument)
main.c:68
static void GUIThread(void const * argument);
main.c:134main()
osThreadDef(GUI_Thread, GUIThread, osPriorityHigh, 0, 2048);

Call Tree

Data written by GUIThread()
GUIThread()
all items filtered out