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:150
AUDIO_ERROR_NONE = 0,
waveplayer.c:86AUDIO_PLAYER_Init()
return AUDIO_ERROR_NONE;
waveplayer.c:130AUDIO_PLAYER_Start()
return AUDIO_ERROR_NONE;
waveplayer.c:146AUDIO_PLAYER_Process()
AUDIO_ErrorTypeDef audio_error = AUDIO_ERROR_NONE;
waveplayer.c:298AUDIO_PLAYER_Stop()
return AUDIO_ERROR_NONE;
waveplayer.c:373GetFileInfo()
return AUDIO_ERROR_NONE;
waverecorder.c:157AUDIO_REC_Start()
return AUDIO_ERROR_NONE;
waverecorder.c:173AUDIO_REC_Process()
AUDIO_ErrorTypeDef audio_error = AUDIO_ERROR_NONE;

Data Use

Functions using AUDIO_ErrorTypeDef::AUDIO_ERROR_NONE
AUDIO_ErrorTypeDef::AUDIO_ERROR_NONE