isrc.h62
来自「SEED的VPM642测试程序-板级支持库」· H62 代码 · 共 96 行
H62
96 行
;
; 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 + =
减小字号Ctrl + -
显示快捷键?