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

WavProcess_HeaderInit() function

Initialize the wave header file

Syntax

static uint32_t WavProcess_HeaderInit(uint8_t* pHeader,     WAV_InfoTypedef* pAudioInfoStruct);
Implemented in audio_recorder_app.c:663

Arguments

pHeader

Header Buffer to be filled

pAudioInfoStruct

Pointer to the wave structure to be filled.

Return value

0 if passed, !0 if failed.

References

LocationReferrerText
audio_recorder_app.c:663
static uint32_t WavProcess_HeaderInit(uint8_t* pHeader, WAV_InfoTypedef* pAudioInfoStruct)
audio_recorder_app.c:45
static uint32_t WavProcess_HeaderInit(uint8_t* pHeader, WAV_InfoTypedef* pAudioInfoStruct);
audio_recorder_app.c:650WavProcess_EncInit()
if(WavProcess_HeaderInit(pHeader, &AudioInfo))

Call Tree

Functions calling WavProcess_HeaderInit()
all items filtered out
WavProcess_HeaderInit()
Type of WavProcess_HeaderInit()
WavProcess_HeaderInit()
uint32_t
all items filtered out