📄 isrc.h62
字号:
;
; 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)"
;
; ======== isrc.h62 ========
; Assembly language ISRC macros for C62
;
;
.if ($isdefed("ISRC_") = 0) ; prevent multiple includes of this file
ISRC_ .set 1
;
;# ======== ISRC_config ========
;
;#
;# Preconditions:
;# none
;#
;# Postconditions:
;# none
;#
.asg "", ISRC_config$regs
ISRC_config .macro
.endm
;
;# ======== ISRC_Obj ========
;
;#
;# Preconditions:
;# none
;#
;# Postconditions:
;# none
;#
;
.asg "", ISRC_Obj$regs
ISRC_Obj .macro cflag, name, id
.endm
;
;# ======== ISRC_init ========
; Runtime initialization for HW ISRs
;
;#
;# Preconditions:
;# none
;#
;# Postconditions:
;# none
;#
;
.asg "", ISRC_init$regs
ISRC_init .macro
.endm
;
;# ======== ISRC_startup ========
;
;#
;# Preconditions:
;# none
;#
;# Postconditions:
;# none
;#
.asg "", ISRC_startup$regs
ISRC_startup .macro
.endm
;
;# ======== ISRC_end ========
; Invoked by confend.s62 at the end of all other configuration
; declarations.
;
;#
;# Preconditions:
;# none
;#
;# Postconditions:
;# none
;#
.asg "", ISRC_end$regs
ISRC_end .macro
.endm
.endif ; ISRC_ not defined
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -