dss.h62

来自「DSP6000,bios APPLICATIONS 源码程序」· H62 代码 · 共 41 行

H62
41
字号
;
;  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 + =
减小字号Ctrl + -
显示快捷键?