AUDIOPLAYER_ErrorTypdef::AUDIOPLAYER_ERROR_NONE is only used within MB1063.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesMB1063AUDIOPLAYER_ErrorTypdef::AUDIOPLAYER_ERROR_NONE

AUDIOPLAYER_ErrorTypdef::AUDIOPLAYER_ERROR_NONE

Syntax

AUDIOPLAYER_ERROR_NONE = 0;

References

LocationReferrerText
audioplayer_app.h:59
AUDIOPLAYER_ERROR_NONE = 0,
audioplayer_app.c:67AUDIOPLAYER_Init()
return AUDIOPLAYER_ERROR_NONE;
audioplayer_app.c:100AUDIOPLAYER_SetVolume()
return AUDIOPLAYER_ERROR_NONE;
audioplayer_app.c:129AUDIOPLAYER_Play()
return AUDIOPLAYER_ERROR_NONE;
audioplayer_app.c:163AUDIOPLAYER_Process()
return AUDIOPLAYER_ERROR_NONE;
audioplayer_app.c:178AUDIOPLAYER_DeInit()
return AUDIOPLAYER_ERROR_NONE;
audioplayer_app.c:193AUDIOPLAYER_Stop()
return AUDIOPLAYER_ERROR_NONE;
audioplayer_app.c:206AUDIOPLAYER_Pause()
return AUDIOPLAYER_ERROR_NONE;
audioplayer_app.c:219AUDIOPLAYER_Resume()
return AUDIOPLAYER_ERROR_NONE;
audioplayer_app.c:236AUDIOPLAYER_SetPosition()
return AUDIOPLAYER_ERROR_NONE;
audioplayer_app.c:249AUDIOPLAYER_Mute()
return AUDIOPLAYER_ERROR_NONE;
audioplayer_app.c:271AUDIOPLAYER_GetFileInfo()
ret = AUDIOPLAYER_ERROR_NONE;
audioplayer_app.c:290AUDIOPLAYER_SelectFile()
ret = AUDIOPLAYER_ERROR_NONE;
audioplayer_win.c:779AUDIOPLAYER_NotifyEndOfFile()
return AUDIOPLAYER_ERROR_NONE;