BSP_AUDIO_IN_ResumeEx() is only used within STM32412G-Discovery.
 
Symbols
loading...
Files
loading...

BSP_AUDIO_IN_ResumeEx() function

Resumes the audio file stream.

Syntax

uint8_t BSP_AUDIO_IN_ResumeEx(uint32_t *pBuf,     uint32_t InputDevice);
Implemented in stm32412g_discovery_audio.c:1606

Arguments

pBuf

Main buffer pointer for the recorded data storing

InputDevice

Microphone to be paused. Can be INPUT_DEVICE_DIGITAL_MIC1 or INPUT_DEVICE_DIGITAL_MIC2.

Return value

AUDIO_OK if correct communication, else wrong communication

References

LocationText
stm32412g_discovery_audio.c:1606
uint8_t BSP_AUDIO_IN_ResumeEx(uint32_t *pBuf, uint32_t InputDevice)
stm32412g_discovery_audio.h:312
uint8_t BSP_AUDIO_IN_ResumeEx(uint32_t *pBuf, uint32_t InputDevice);

Call Tree

Functions called by BSP_AUDIO_IN_ResumeEx()
BSP_AUDIO_IN_ResumeEx()
Type of BSP_AUDIO_IN_ResumeEx()
BSP_AUDIO_IN_ResumeEx()
uint8_t
all items filtered out