⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dss.h

📁 DSP6000,bios APPLICATIONS 源码程序
💻 H
字号:
/*
 *  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)" */
/*
 *  ======== dss.h ========
 */

#ifndef DSS_
#define DSS_

#include <pip.h>

extern Int	DSS_error;	/* error mask */

/*
 * these two pipe *must be* defined in your configuration
 */
extern far PIP_Obj  DSS_rxPipe;
extern far PIP_Obj  DSS_txPipe;

/*
 * the following are defined in dss.c
 */
#if defined (_62_)
extern Int *DSS_rxPtr;
extern Int *DSS_txPtr;
#else
extern Char *DSS_rxPtr;
extern Char *DSS_txPtr;
#endif

extern Int      DSS_rxCnt;
extern Int      DSS_txCnt;


#endif

⌨️ 快捷键说明

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