StartThread() is only used within HID_RTOS.
 
Symbols
loading...
Files
loading...

StartThread() function

Start task

Syntax

static void StartThread(void const *argument);
Implemented in main.c:73

Arguments

argument

Return value

None

References

LocationReferrerText
main.c:73
static void StartThread(void const * argument)
main.c:33
static void StartThread(void const *argument);
main.c:54main()
osThreadDef(USER_Thread, StartThread, osPriorityNormal, 0, 8 * configMINIMAL_STACK_SIZE);

Call Tree

Functions called by StartThread()
StartThread()
Data read by StartThread()
Data written by StartThread()
StartThread()
StartThread()::event
all items filtered out
Type of StartThread()
StartThread()
all items filtered out