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

StorageThread() function

Storage Thread

Syntax

static void StorageThread(void const * argument);
Implemented in k_storage.c:109

Arguments

argument

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

Return value

None

References

LocationReferrerText
k_storage.c:109
static void StorageThread(void const * argument)
k_storage.c:58
static void StorageThread(void const * argument);
k_storage.c:78k_StorageInit()
osThreadDef(STORAGE_Thread, StorageThread, osPriorityBelowNormal, 0, 2 * configMINIMAL_STACK_SIZE);

Call Tree

Functions called by StorageThread()
StorageThread()
Type of StorageThread()
StorageThread()
all items filtered out