CODEC_pcm.c File Reference


Detailed Description

This module provides Codec PCM SWI handle.

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:

Include dependency graph

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 Documentation

void CODEC__defaultPcmGet int *  pcmBuf,
int  len
 

Function serves as the default PCM data get handle.

Parameters:
pcmBuf PCM data buffer.
len Available PCM data length in words.

Definition at line 136 of file CODEC_pcm.c.

00137 {
00138 }

void CODEC__defaultPcmPut int *  pcmBuf,
int  len
 

Functions serves as the default PCM data put handle.

Parameters:
pcmBuf PCM data buffer.
len Pending PCM data length in words.

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:


Generated on Wed Jan 19 01:12:49 2005 for neuros-firmware by  doxygen 1.3.9.1