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

BSP_AUDIO_OUT_SetAudioFrameSlot() function

Updates the Audio frame slot configuration.

Syntax

void BSP_AUDIO_OUT_SetAudioFrameSlot(uint32_t AudioFrameSlot);
Implemented in stm32446e_eval_audio.c:442

Arguments

AudioFrameSlot

specifies the audio Frame slot This parameter can be any value of CODEC_AudioFrame_SLOT_TDMMode

Notes

This API should be called after the BSP_AUDIO_OUT_Init() to adjust the audio frame slot.

Examples

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

References

LocationText
stm32446e_eval_audio.c:442
void BSP_AUDIO_OUT_SetAudioFrameSlot(uint32_t AudioFrameSlot)
stm32446e_eval_audio.h:236
void BSP_AUDIO_OUT_SetAudioFrameSlot(uint32_t AudioFrameSlot);

Call Tree

Functions called by BSP_AUDIO_OUT_SetAudioFrameSlot()
BSP_AUDIO_OUT_SetAudioFrameSlot()
all items filtered out
Data read by BSP_AUDIO_OUT_SetAudioFrameSlot()
Data written by BSP_AUDIO_OUT_SetAudioFrameSlot()
BSP_AUDIO_OUT_SetAudioFrameSlot()