AUDIO_ErrorTypeDef::AUDIO_ERROR_NONE is only used within MTP_Standalone.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesMTP_StandaloneAUDIO_ErrorTypeDef::AUDIO_ERROR_NONE

AUDIO_ErrorTypeDef::AUDIO_ERROR_NONE

Syntax

AUDIO_ERROR_NONE = 0;

References

LocationReferrerText
main.h:93
AUDIO_ERROR_NONE = 0,
audio.c:64AUDIO_Init()
return AUDIO_ERROR_NONE;
audio.c:97AUDIO_Start()
return AUDIO_ERROR_NONE;
audio.c:115AUDIO_Process()
AUDIO_ErrorTypeDef error_state = AUDIO_ERROR_NONE;
audio.c:238AUDIO_Stop()
return AUDIO_ERROR_NONE;
audio.c:322AUDIO_GetFileInfo()
return AUDIO_ERROR_NONE;

Data Use

Functions using AUDIO_ErrorTypeDef::AUDIO_ERROR_NONE
AUDIO_ErrorTypeDef::AUDIO_ERROR_NONE