STM32F411E-Discovery + 0/3 examples
CodeScope will show references to BSP_AUDIO_IN_Init() from the following samples and libraries:
Drivers
Boards
Examples
STM32F411E-Discovery
Examples
Applications
Audio
 
Symbols
loading...
Files
loading...

BSP_AUDIO_IN_Init() function

Initializes wave recording.

Syntax

uint8_t BSP_AUDIO_IN_Init(uint32_t AudioFreq,     uint32_t BitRes,     uint32_t ChnlNbr);
Implemented in stm32f411e_discovery_audio.c:714

Arguments

AudioFreq

Audio frequency to be configured for the I2S peripheral.

BitRes

Audio Bit resolution.

ChnlNbr

Audio Channel number.

Return value

AUDIO_OK if correct communication, else wrong communication

Examples

BSP_AUDIO_IN_Init() is referenced by 3 libraries and example projects.

References

LocationText
stm32f411e_discovery_audio.c:714
uint8_t BSP_AUDIO_IN_Init(uint32_t AudioFreq, uint32_t BitRes, uint32_t ChnlNbr)
stm32f411e_discovery_audio.h:209
uint8_t BSP_AUDIO_IN_Init(uint32_t AudioFreq, uint32_t BitRes, uint32_t ChnlNbr);

Call Tree

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