STM32446E_EVAL + 0/4 examples
CodeScope will show references to BSP_AUDIO_OUT_Pause() from the following samples and libraries:
Examples
STM32446E_EVAL
Demonstrations
Examples
SAI
Applications
Audio
 
Symbols
loading...
Files
loading...

BSP_AUDIO_OUT_Pause() function

This function Pauses the audio file stream. In case of using DMA, the DMA Pause feature is used. WARNING: When calling BSP_AUDIO_OUT_Pause() function for pause, only BSP_AUDIO_OUT_Resume() function should be called for resume (use of BSP_AUDIO_OUT_Play() function for resume could lead to unexpected behavior).

Syntax

uint8_t BSP_AUDIO_OUT_Pause(void);
Implemented in stm32446e_eval_audio.c:280

Return value

AUDIO_OK if correct communication, else wrong communication

Examples

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

References

LocationText
stm32446e_eval_audio.c:280
uint8_t BSP_AUDIO_OUT_Pause(void)
stm32446e_eval_audio.h:231
uint8_t BSP_AUDIO_OUT_Pause(void);

Call Tree

Functions called by BSP_AUDIO_OUT_Pause()
BSP_AUDIO_OUT_Pause()
AUDIO_DrvTypeDef::Pause
all items filtered out
Data read by BSP_AUDIO_OUT_Pause()
all items filtered out
BSP_AUDIO_OUT_Pause()
Type of BSP_AUDIO_OUT_Pause()
BSP_AUDIO_OUT_Pause()
uint8_t
all items filtered out