BSP_AUDIO_IN_ResumeEx() is only used within STM32F413H-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 stm32f413h_discovery_audio.c:1681

Arguments

pBuf

Main buffer pointer for the recorded data storing

InputDevice

Microphone to be paused. Can be INPUT_DEVICE_DIGITAL_MIC1 .. INPUT_DEVICE_DIGITAL_MIC5.

Return value

AUDIO_OK if correct communication, else wrong communication

References

LocationText
stm32f413h_discovery_audio.c:1681
uint8_t BSP_AUDIO_IN_ResumeEx(uint32_t *pBuf, uint32_t InputDevice)
stm32f413h_discovery_audio.h:348
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