📄 omap1510.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 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -