omap1510.h

来自「有关于USB的一些主机端驱动」· C头文件 代码 · 共 48 行

H
48
字号
//-------------------------------------------------------------------------------
//            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 2000, (C) Copyright 2000 Texas Instruments.  All rights reserved.
//
//-------------------------------------------------------------------------------

#ifndef _OMAP1510__H_
#define _OMAP1510__H_

//-------------------------------------------------------------------------------
//
// COMMON LIBRARY INCLUDES 
//
//-------------------------------------------------------------------------------
/*
#include "omap1510_inth_mapping.h"
#include "omap1510_inth2.h"
#include "omap1510_i2c.h"
#include "omap1510_camif.h"
#include "omap1510_armio.h"
*/

//-------------------------------------------------------------------------------
//
// OMAP1510 MEMORY MAPPING
//
//-------------------------------------------------------------------------------

#define MEM_ARM_I2C_ADDR           (ARM_PUBLIC_RHEA_STROBE_0 + RHEA_OFFSET_CS7)
#define MEM_ARM_ARMIO_ADDR         (ARM_PUBLIC_RHEA_STROBE_0 + RHEA_OFFSET_CS10)
#define MEM_ARM_CAMIF_ADDR         (ARM_PUBLIC_RHEA_STROBE_0 + RHEA_OFFSET_CS13)

#define MEM_ARM_LEV2_INTH_ADDR     (ARM_PRIVATE_RHEA_STROBE_1 + RHEA_OFFSET_CS0)


#endif /* _OMAP1510__H_ */
 




⌨️ 快捷键说明

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