AUDIO_ErrorTypeDef::AUDIO_ERROR_NONE is only used within Audio_playback_and_record.
 
Symbols
loading...
Files
loading...

AUDIO_ErrorTypeDef::AUDIO_ERROR_NONE

Syntax

AUDIO_ERROR_NONE = 0;

References

LocationReferrerText
main.h:148
AUDIO_ERROR_NONE = 0,
waveplayer.c:48AUDIO_PLAYER_Init()
return AUDIO_ERROR_NONE;
waveplayer.c:91AUDIO_PLAYER_Start()
return AUDIO_ERROR_NONE;
waveplayer.c:107AUDIO_PLAYER_Process()
AUDIO_ErrorTypeDef audio_error = AUDIO_ERROR_NONE;
waveplayer.c:237AUDIO_PLAYER_Stop()
return AUDIO_ERROR_NONE;
waveplayer.c:344GetFileInfo()
return AUDIO_ERROR_NONE;
waverecorder.c:120AUDIO_REC_Start()
return AUDIO_ERROR_NONE;
waverecorder.c:136AUDIO_REC_Process()
AUDIO_ErrorTypeDef audio_error = AUDIO_ERROR_NONE;

Data Use

Functions using AUDIO_ErrorTypeDef::AUDIO_ERROR_NONE
AUDIO_ErrorTypeDef::AUDIO_ERROR_NONE