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

BSP_AUDIO_OUT_SetOutputMode() function

Switch dynamically (while audio file is played) the output target (speaker or headphone).

Syntax

uint8_t BSP_AUDIO_OUT_SetOutputMode(uint8_t Output);
Implemented in stm32f401_discovery_audio.c:405

Arguments

Output

specifies the audio output target: OUTPUT_DEVICE_SPEAKER, OUTPUT_DEVICE_HEADPHONE, OUTPUT_DEVICE_BOTH or OUTPUT_DEVICE_AUTO

Return value

AUDIO_OK if correct communication, else wrong communication

Notes

This function modifies a global variable of the audio codec driver: OutputDev.

References

LocationText
stm32f401_discovery_audio.c:405
uint8_t BSP_AUDIO_OUT_SetOutputMode(uint8_t Output)
stm32f401_discovery_audio.h:184
uint8_t BSP_AUDIO_OUT_SetOutputMode(uint8_t Output);

Call Tree

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