REVISION
Definition in file CODEC_pcm.c.
#include "../SYSTEM/sys_hardware.h"
#include "codec.h"
#include "codec_assert.h"
Include dependency graph for CODEC_pcm.c:

Go to the source code of this file.
Functions | |
| void | CODEC_pcm (void) |
| Function serves as the codec pcm task handle to output data to codec DAC. | |
| void | CODEC__defaultPcmPut (int *pcmBuf, int len) |
| Functions serves as the default PCM data put handle. | |
| void | CODEC__defaultPcmGet (int *pcmBuf, int len) |
| Function serves as the default PCM data get handle. | |
|
||||||||||||
|
Function serves as the default PCM data get handle.
Definition at line 136 of file CODEC_pcm.c. 00137 {
00138 }
|
|
||||||||||||
|
Functions serves as the default PCM data put handle.
Definition at line 122 of file CODEC_pcm.c. References GEN_zeroOut(). 00123 {
00124 GEN_zeroOut((UINT16*)pcmBuf, len);
00125 }
|
Here is the call graph for this function:

1.3.9.1