BSP_AUDIO_OUT_SetMute() is only used within STM32F401-Discovery.
 
Symbols
loading...
Files
loading...

BSP_AUDIO_OUT_SetMute() function

Enables or disables the MUTE mode by software

Syntax

uint8_t BSP_AUDIO_OUT_SetMute(uint32_t Cmd);
Implemented in stm32f401_discovery_audio.c:383

Arguments

Cmd

could be AUDIO_MUTE_ON to mute sound or AUDIO_MUTE_OFF to unmute the codec and restore previous volume level.

Return value

AUDIO_OK if correct communication, else wrong communication

References

LocationText
stm32f401_discovery_audio.c:383
uint8_t BSP_AUDIO_OUT_SetMute(uint32_t Cmd)
stm32f401_discovery_audio.h:183
uint8_t BSP_AUDIO_OUT_SetMute(uint32_t Cmd);

Call Tree

Functions called by BSP_AUDIO_OUT_SetMute()
BSP_AUDIO_OUT_SetMute()
all items filtered out
Data read by BSP_AUDIO_OUT_SetMute()
BSP_AUDIO_OUT_SetMute()
Type of BSP_AUDIO_OUT_SetMute()
BSP_AUDIO_OUT_SetMute()
uint8_t
all items filtered out