que.h62

来自「SEED的VPM642测试程序-板级支持库」· H62 代码 · 共 113 行

H62
113
字号
;
;  Copyright 2003 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.
;  
;
; "@(#) DSP/BIOS 4.90.270 12-18-03 (barracuda-o04)"
;
;  ======== que.h62 ========
;
;

	.if ($isdefed("QUE_") = 0)  ; prevent multiple includes of this file
QUE_	.set	1

	.include std.h62

	.asg	2,	QUE_ELEMSIZE

;
;# ======== QUE_Obj ========
;
;#
;# Preconditions:
;#      none
;#
;# Postconditions:
;#      none
;#
;

	.asg    "", QUE_Obj$regs
QUE_Obj	.macro cflag, name, id

	.global	:name:

:name:	.usect	".que",2 * STD_TARGWORDMAUS, STD_TARGWORDMAUS

	.sect	".cinit"
	.align	STD_TARGALIGN
	.word	2 * STD_TARGWORDMAUS
	.word	:name:

	.word	:name:, :name:		; QUE_Elem:  prev & next

	.endm

;
;# ======== QUE_config ========
;  Static configuration of the QUE module
;
;#
;# Preconditions:
;#      none
;#
;# Postconditions:
;#      none
;#
;
	.asg    "", QUE_config$regs
QUE_config	.macro
	.endm

;
;# ======== QUE_end ========
;  Invoked at the end of all other configuration
;  declarations.
;
;#
;# Preconditions:
;#      none
;#
;# Postconditions:
;#      none
;#
;
        .asg    "", QUE_end$regs
QUE_end .macro
        .endm

;
;# ======== QUE_init ========
;  Runtime initialization of the QUE module
;
;#
;# Preconditions: 
;#	none
;#
;# Postconditions:
;#	none
;#
;
	.asg    "", QUE_init$regs
QUE_init	.macro
	.endm

;
;# ======== QUE_startup ========
;
;#
;# Preconditions:
;#      none
;#
;# Postconditions:
;#      none
;#
	.asg    "", QUE_startup$regs
QUE_startup        .macro
	.endm

	.endif		; if QUE_ is not defined

⌨️ 快捷键说明

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