STM32469I-Discovery + 0/2 examples
CodeScope will show references to BSP_AUDIO_OUT_SetMute() from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
Applications
USB_Device
 
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 stm32469i_discovery_audio.c:435

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 2 libraries and example projects.

References

LocationText
stm32469i_discovery_audio.c:435
uint8_t BSP_AUDIO_OUT_SetMute(uint32_t Cmd)
stm32469i_discovery_audio.h:255
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()
Data written by BSP_AUDIO_OUT_SetMute()
BSP_AUDIO_OUT_SetMute()::ret
all items filtered out
BSP_AUDIO_OUT_SetMute()
BSP_AUDIO_OUT_SetMute()::ret
all items filtered out
Type of BSP_AUDIO_OUT_SetMute()
BSP_AUDIO_OUT_SetMute()
uint8_t
all items filtered out