bbu_dd_coreoption.h

来自「DSP芯片自检测程序」· C头文件 代码 · 共 35 行

H
35
字号
;/****************************************************************************\
; *           Copyright (C) 2000 Texas Instruments Incorporated.             *
; *                           All Rights Reserved                            *
; *                                                                          *
; * GENERAL DISCLAIMER                                                       *
; * ------------------                                                       *
; * All software and related documentation is provided "AS IS" and without   *
; * warranty or support of any kind and Texas Instruments expressly disclaims*
; * all other warranties, express or implied, including, but not limited to, *
; * the implied warranties of merchantability and fitness for a particular   *
; * purpose.  Under no circumstances shall Texas Instruments be liable for   *
; * any incidental, special or consequential damages that result from the    *
; * use or inability to use the software or related documentation, even if   *
; * Texas Instruments has been advised of the liability.                     *
;\****************************************************************************/
LOCKOUT  .set  0         ;set to 1 to lockout the calling program
                         ;on a selfcheck failure.

TEST_BA  .set  1         ;set to 0 to DISABLE "BASIC" test routine

TEST_AL  .set  1         ;set to 0 to DISABLE "ALU" test routine

TEST_MU  .set  1         ;set to 0 to DISABLE "MULT" test routine

TEST_BI  .set  1         ;set to 0 to DISABLE "BIT" test routine

TEST_SA  .set  1         ;set to 0 to DISABLE "SAT" test routine

TEST_CO  .set  1         ;set to 0 to DISABLE "COND" test routine

TEST_CI  .set  1         ;set to 0 to DISABLE "CIR" test routine

TEST_A4  .set  1         ;set to 0 to DISABLE "ALU40" test routine

⌨️ 快捷键说明

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