STM32F413H-Discovery + 0/2 examples
CodeScope will show references to BSP_AUDIO_IN_Record() from the following samples and libraries:
Examples
STM32F413H-Discovery
Demonstrations
Examples
 
Symbols
loading...
Files
loading...

BSP_AUDIO_IN_Record() function

Starts audio recording.

Syntax

uint8_t BSP_AUDIO_IN_Record(uint16_t *pBuf,     uint32_t Size);
Implemented in stm32f413h_discovery_audio.c:1035

Arguments

pBuf

Main buffer pointer for the recorded data storing

Size

Return value

AUDIO_OK if correct communication, else wrong communication

Examples

BSP_AUDIO_IN_Record() is referenced by 2 libraries and example projects.

References

LocationText
stm32f413h_discovery_audio.c:1035
uint8_t BSP_AUDIO_IN_Record(uint16_t *pBuf, uint32_t size)
stm32f413h_discovery_audio.h:340
uint8_t BSP_AUDIO_IN_Record(uint16_t *pBuf, uint32_t Size);

Call Tree

Functions called by BSP_AUDIO_IN_Record()
BSP_AUDIO_IN_Record()
Data read by BSP_AUDIO_IN_Record()
Data written by BSP_AUDIO_IN_Record()
BSP_AUDIO_IN_Record()
Type of BSP_AUDIO_IN_Record()
BSP_AUDIO_IN_Record()
uint8_t
all items filtered out