AUDIO_ErrorTypeDef::AUDIO_ERROR_NONE is only used within I2S_Audio.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesI2S_AudioAUDIO_ErrorTypeDef::AUDIO_ERROR_NONE

AUDIO_ErrorTypeDef::AUDIO_ERROR_NONE

Syntax

AUDIO_ERROR_NONE = 0;

References

LocationReferrerText
audio_if.h:43
AUDIO_ERROR_NONE = 0,
audio_if.c:46AUDIO_Init()
return AUDIO_ERROR_NONE;
audio_if.c:70AUDIO_Start()
return AUDIO_ERROR_NONE;
audio_if.c:83AUDIO_Process()
AUDIO_ErrorTypeDef error_state = AUDIO_ERROR_NONE;
main.c:105main()
if(AUDIO_Init() == AUDIO_ERROR_NONE)

Data Use

Functions using AUDIO_ErrorTypeDef::AUDIO_ERROR_NONE
AUDIO_ErrorTypeDef::AUDIO_ERROR_NONE