rta.h62
来自「SEED的VPM642测试程序-板级支持库」· H62 代码 · 共 94 行
H62
94 行
;
; 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)"
;
; ======== rta.h62 ========
;
;
.if ($isdefed("RTA_") = 0) ; prevent multiple includes of this file
RTA_ .set 1
.include chk.h62
.global RTA_F_getlog
.global RTA_F_getsts
.global RTA_F_readblk
.global RTA_F_writeword
.global RTA_F_resetmem
.global RTA_F_dispatch
.global RTA_F_andn
.global RTA_F_or
.global RTA_D_fromHost
.global RTA_D_toHost
.global RTA_D_logval
.global RTA_D_stsval
;
;# ======== RTA_config ========
;
;#
;# Preconditions:
;# none
;#
;# Postconditions:
;# none
;#
.asg "", RTA_config$regs
RTA_config .macro
.endm
;
;# ======== RTA_end ========
; Invoked at the end of all other configuration
; declarations.
;
;#
;# Preconditions:
;# none
;#
;# Postconditions:
;# none
;#
.asg "", RTA_end$regs
RTA_end .macro
.endm
;
;# ======== RTA_init ========
; Runtime initialization for RTA
;
;#
;# Preconditions:
;# none
;#
;# Postconditions:
;# none
;#
.asg "", RTA_init$regs
RTA_init .macro
.endm
;
;# ======== RTA_startup ========
;
;#
;# Preconditions:
;# none
;#
;# Postconditions:
;# none
;#
;
.asg "", RTA_startup$regs
RTA_startup .macro
.endm
.endif ; if RTA_ is not defined
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?