⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rta.h62

📁 SEED的VPM642测试程序-板级支持库
💻 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)"
;
;  ======== 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -