easitstaddr.h
来自「OMAP1030 处理器的ARM 侧硬件测试代码 OMAP1030 是TI」· C头文件 代码 · 共 72 行
H
72 行
/* ============================================================================
*
* 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 + =
减小字号Ctrl + -
显示快捷键?