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

📄 easitstaddr.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 2003, (C) Copyright 2003 Texas Instruments.  All rights reserved.
*
*   Component:     Easi Test Address
*    
*   Filename:      EasiTstAddr.h           
*    
*   Description:   Header file required by beach auto generated code
*
*   Domain:        ARM11
*
*    
* =============================================================================
*/
#ifndef __EASITESTADDR_H
#define __EASITESTADDR_H

/* ============================================================================
* INCLUDE FILES (only if necessary)
* =============================================================================
*/
#ifdef __cplusplus
extern "C"
{
#endif

/* ============================================================================
* EXPORTED DEFINITIONS
* =============================================================================
*/

/* ============================================================================
* EXPORTED TYPES
* =============================================================================
*/

/* ============================================================================
* EXPORTED VARIABLES
* =============================================================================
*/

/* ============================================================================
* EXPORTED FUNCTIONS/MACROS
* =============================================================================
*/

/* ----------------------------------------------------------------------------
* MACRO: DUMMY_WRITE       
*
* DESCRIPTION:  Read and write have different buses so a dummy write if of
*               no use here
*
* NOTE:         None
*
* -----------------------------------------------------------------------------
*/
#define DUMMY_WRITE(data)   ((void)0)


#ifdef __cplusplus
}
#endif
#endif	/* __EASITESTADDR_H */

⌨️ 快捷键说明

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