ARMEBS4  revision-26.06.2015
Functions
audio_dma.c File Reference

ARMEBS4 audio. More...

#include "heivs/audio.h"
#include "heivs/audio_stm32.h"
#include <string.h>
Include dependency graph for audio_dma.c:

Go to the source code of this file.

Functions

status_e Audio_DMA_Play (const void *data, uint32_t length, void(*done)(const void *))
 Play a sound (DMA version) More...
 
status_e Audio_DMA_Play_Status (void)
 Is Audio_DMA_Play finished? More...
 

Detailed Description

ARMEBS4 audio.

Author
marc dot pignat at hevs dot ch & Pascal Sartoretti (sap at hevs dot ch)

This file has been split from audio.c so the buffer is not linked in when the functions are unused

Definition in file audio_dma.c.