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:82

Arguments

argument

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

Return value

None

References

LocationReferrerText
k_storage.c:82
static void StorageThread(void const * argument)
k_storage.c:44
static void StorageThread(void const * argument);
k_storage.c:60k_StorageInit()
osThreadDef(STORAGE_Thread, StorageThread, osPriorityLow, 0, 64);

Call Tree

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