欢迎访问ic37.com |
会员登录 免费注册
发布采购

VS1001 参数 Datasheet PDF下载

VS1001图片预览
型号: VS1001
PDF下载: 下载PDF文件 查看货源
内容描述: MPEG音频编解码器 [MPEG AUDIO CODEC]
分类和应用: 解码器编解码器
文件页数/大小: 39 页 / 415 K
品牌: ETC [ ETC ]
 浏览型号VS1001的Datasheet PDF文件第31页浏览型号VS1001的Datasheet PDF文件第32页浏览型号VS1001的Datasheet PDF文件第33页浏览型号VS1001的Datasheet PDF文件第34页浏览型号VS1001的Datasheet PDF文件第35页浏览型号VS1001的Datasheet PDF文件第37页浏览型号VS1001的Datasheet PDF文件第38页浏览型号VS1001的Datasheet PDF文件第39页  
VS1001K  
VLSI  
DATASHEET  
y
Solution  
9. WRITING SOFTWARE  
9.6.3 DataWords(), 0x4012  
VS DSP C prototype:  
u int16 DataWords(void);  
If the user has taken over the normal operation of the system by switching the pointer in UserCodec  
to point to his own code, he may read data from the Data Interface through this and the following two  
functions. This function returns the number of data words (each containing two bytes of data) that can be  
read. If there is not enough data available, data acquisition functions GetDataByte() and GetDataWords()  
may NOT be called!  
9.6.4 GetDataByte(), 0x4013  
VS DSP C prototype:  
u int16 GetDataByte(void);  
Reads and returns one data byte from the Data Interface.  
Before calling this function, always check first that there are at least 1 word waiting with function Data-  
Words().  
9.6.5 GetDataWords(), 0x4014  
VS DSP C prototype:  
void GetDataWords(register i0 y u int16 *d, register a0 u int16 n);  
Read data byte pairs and copy them in big-endian format (first byte to MSBs) to .  
Before calling this function, always check first that there are at least 1+ words waiting with function  
DataWords().  
Version 4.11, 2003-09-18  
36  
 复制成功!