AUDIOPLAYER_ErrorTypdef::AUDIOPLAYER_ERROR_NONE is only used within STemWin.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesSTemWinAUDIOPLAYER_ErrorTypdef::AUDIOPLAYER_ERROR_NONE

AUDIOPLAYER_ErrorTypdef::AUDIOPLAYER_ERROR_NONE

Syntax

AUDIOPLAYER_ERROR_NONE = 0;

References

LocationReferrerText
audio_player_app.h:69
AUDIOPLAYER_ERROR_NONE = 0,
audio_player_app.c:154AUDIOPLAYER_Init()
return AUDIOPLAYER_ERROR_NONE;
audio_player_app.c:239AUDIOPLAYER_SetVolume()
return AUDIOPLAYER_ERROR_NONE;
audio_player_app.c:269AUDIOPLAYER_Play()
return AUDIOPLAYER_ERROR_NONE;
audio_player_app.c:304AUDIOPLAYER_Process()
return AUDIOPLAYER_ERROR_NONE;
audio_player_app.c:332AUDIOPLAYER_DeInit()
return AUDIOPLAYER_ERROR_NONE;
audio_player_app.c:352AUDIOPLAYER_Stop()
return AUDIOPLAYER_ERROR_NONE;
audio_player_app.c:368AUDIOPLAYER_Pause()
return AUDIOPLAYER_ERROR_NONE;
audio_player_app.c:384AUDIOPLAYER_Resume()
return AUDIOPLAYER_ERROR_NONE;
audio_player_app.c:399AUDIOPLAYER_SetPosition()
return AUDIOPLAYER_ERROR_NONE;
audio_player_app.c:412AUDIOPLAYER_Mute()
return AUDIOPLAYER_ERROR_NONE;
audio_player_app.c:434AUDIOPLAYER_GetFileInfo()
ret = AUDIOPLAYER_ERROR_NONE;
audio_player_app.c:453AUDIOPLAYER_SelectFile()
ret = AUDIOPLAYER_ERROR_NONE;
audio_player_win.c:1027AUDIOPLAYER_NotifyEndOfFile()
return AUDIOPLAYER_ERROR_NONE;