STM32469I-Discovery + 0/4 examples
CodeScope will show references to BSP_AUDIO_OUT_Stop() from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
Examples
Applications
Audio
USB_Device
 
Symbols
loading...
Files
loading...

BSP_AUDIO_OUT_Stop() function

Stops audio playing and Power down the Audio Codec.

Syntax

uint8_t BSP_AUDIO_OUT_Stop(uint32_t Option);
Implemented in stm32469i_discovery_audio.c:381

Arguments

Option

could be one of the following parameters - CODEC_PDWN_SW: for software power off (by writing registers). Then no need to reconfigure the Codec after power on. - CODEC_PDWN_HW: completely shut down the codec (physically). Then need to reconfigure the Codec after power on.

Return value

AUDIO_OK if correct communication, else wrong communication

Examples

BSP_AUDIO_OUT_Stop() is referenced by 4 libraries and example projects.

References

LocationText
stm32469i_discovery_audio.c:381
uint8_t BSP_AUDIO_OUT_Stop(uint32_t Option)
stm32469i_discovery_audio.h:251
uint8_t BSP_AUDIO_OUT_Stop(uint32_t Option);

Call Tree

Functions called by BSP_AUDIO_OUT_Stop()
BSP_AUDIO_OUT_Stop()
Data read by BSP_AUDIO_OUT_Stop()
Data written by BSP_AUDIO_OUT_Stop()
BSP_AUDIO_OUT_Stop()::ret
all items filtered out
BSP_AUDIO_OUT_Stop()
BSP_AUDIO_OUT_Stop()::ret
all items filtered out
Type of BSP_AUDIO_OUT_Stop()
BSP_AUDIO_OUT_Stop()
uint8_t
all items filtered out