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

📄 dss.h62

📁 DSP6000,bios APPLICATIONS 源码程序
💻 H62
字号:
;
;  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.h62 ========
;
;

	.include pip.h62

;
; these two pipes *must be* defined in your configuration
;

	.ref _DSS_rxPipe 	; extern far PIP_Obj DSS_rxPipe
	.ref _DSS_txPipe 	; extern far PIP_Obj DSS_txPipe

;
; the following are defined in dss.c
;

	.ref _DSS_error	    	; error mask

	.ref _DSS_rxCnt		; extern Int      DSS_rxCnt;

	.ref _DSS_rxPtr		; extern Int      *DSS_rxPtr;

	.ref _DSS_txCnt		; extern Int      DSS_txCnt;
	.ref _DSS_txPtr		; extern Int      *DSS_txPtr;

;
; Function references (C-callable)
;
	.ref _DSS_rxPrime	; void DSS_rxPrime(void);
	.ref _DSS_txPrime	; void DSS_txPrime(void);

⌨️ 快捷键说明

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