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

Audio_Thread() function

Audio task

Syntax

static void Audio_Thread(void const * argument);
Implemented in audio_recorder_app.c:475

Arguments

argument

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

Return value

None

References

LocationReferrerText
audio_recorder_app.c:475
static void Audio_Thread(void const * argument)
audio_recorder_app.c:43
static void Audio_Thread(void const * argument);
audio_recorder_app.c:78AUDIO_RECORDER_Init()
osThreadDef(osAudio_Thread, Audio_Thread, osPriorityNormal, 0, 1024);