codec_poll.h

来自「DSP6000,bios APPLICATIONS 源码程序」· C头文件 代码 · 共 18 行

H
18
字号
/*
 *  Copyright 2000 by Texas Instruments Incorporated.
 *  All rights reserved. Property of Texas Instruments Incorporated.
 *  Restricted rights to use, duplicate or disclose this code are
 *  granted through contract.
 *  U.S. Patent Nos. 5,283,900  5,392,448
 */
/* "@(#) DSP/BIOS 4.00 03-27-00 (barracuda-e08)" */

#define  PRINT 1

 
void codec_playback();
void mcbsp0_init();
int  mcbsp0_read();
void mcbsp0_write(int out_data);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?