STM324x9I_EVAL + 0/6 examples
CodeScope will show references to BSP_AUDIO_OUT_Stop() from the following samples and libraries:
Drivers
Boards
Examples
STM324x9I_EVAL
Applications
Audio
USB_Device
USB_Host
Demonstrations
STemWin
 
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 stm324x9i_eval_audio.c:301

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

References

LocationText
stm324x9i_eval_audio.c:301
uint8_t BSP_AUDIO_OUT_Stop(uint32_t Option)
stm324x9i_eval_audio.h:201
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()
BSP_AUDIO_OUT_Stop()
Type of BSP_AUDIO_OUT_Stop()
BSP_AUDIO_OUT_Stop()
uint8_t
all items filtered out