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

📄 share.h

📁 OMAP1030 处理器的ARM 侧硬件测试代码 OMAP1030 是TI的双核处理器
💻 H
字号:
/*****************************************************************************
 *
 *            TEXAS INSTRUMENTS INCORPORATED PROPRIETARY INFORMATION           
 *                                                                             
 *   Property of Texas Instruments 
 *   For  Unrestricted  Internal  Use  Only 
 *   Unauthorized reproduction and/or distribution is strictly prohibited.  
 *   This product is protected under copyright law and trade secret law 
 *   as an unpublished work.  
 *   Created 2002, (C) Copyright 2002 Texas Instruments.  All rights reserved.
 *
 *   Filename        : share.h
 *
 *   Project         : NEPTUNE
 *
 * =========================================================================== */

#define HELLO_ARM                0x6666
#define HELLO_DSP                0x3333
#define TEST_BAD                 0x8888
#define TEST_ID_MAX              0x0028

#define SYNCHRONIZATION          0xBABE  
#define MESS_ID_RUN_TEST_ID   	 0x0001
#define MESS_ID_END_TEST_ID      0x0002
#define	MBX_ARM_ACK	         0x0AAC
#define DSP_API_PRINTF           0xB000
#define ARM_API_PRINTF           0xE0000000 + 2 * DSP_API_PRINTF
#define DISPLAY_DSP              0xCAFE

⌨️ 快捷键说明

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