STM32F4-Discovery + 0/1 examples
CodeScope will show references to BSP_AUDIO_OUT_SetMute() from the following samples and libraries:
Drivers
Boards
 
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 stm32f4_discovery_audio.c:384

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

Examples

BSP_AUDIO_OUT_SetMute() is referenced by 1 libraries and example projects.

References

LocationText
stm32f4_discovery_audio.c:384
uint8_t BSP_AUDIO_OUT_SetMute(uint32_t Cmd)
stm32f4_discovery_audio.h:184
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