knl.h62

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

H62
30
字号
;
;  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)"
;
;  ======== knl.h62 ========
;
;

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

;
; Warning! KNL_SWIMASK and KNL_CURMASK must match their counterparts in knl.h
;
KNL_SWIMASK	.set 0x1	; priority mask of KNL_swi 
KNL_CURMASK	.set 0x2	; SWI_D_curmask value when inside the kernel

	.global	_KNL_exit
	.global	KNL_glue

	.global	_KNL_inactive
	.global	_KNL_queues

	.endif		; if KNL_ is not defined

⌨️ 快捷键说明

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