philips_dtv_ref5.h

来自「用于TM1300/PNX1300系列DSP(主要用于视频处理)的设备库的源码」· C头文件 代码 · 共 45 行

H
45
字号
/*
 * Copyright (c) 1995 - 1999 by TriMedia Technologies. 
 *
 * +------------------------------------------------------------------+
 * | This software is furnished under a license and may only be used  |
 * | and copied in accordance with the terms and conditions of  such  |
 * | a license and with the inclusion of this copyright notice. This  |
 * | software or any other copies of this software may not be provided|
 * | or otherwise made available to any other person.  The ownership  |
 * | and title of this software is not transferred.                   |
 * |                                                                  |
 * | The information in this software is subject  to change without   |
 * | any  prior notice and should not be construed as a commitment by |
 * | TriMedia Technologies.                                           |
 * |                                                                  |
 * | this code and information is provided "as is" without any        |
 * | warranty of any kind, either expressed or implied, including but |
 * | not limited to the implied warranties of merchantability and/or  |
 * | fitness for any particular purpose.                              |
 * +------------------------------------------------------------------+
 *
 *  Module name              : philips_dtv_ref5.h    1.1
 *
 *  Last update              : 16:31:43 - 99/09/01
 *
 *      
 */

#ifndef _PHILIPS_DTV_REF5_H_
#define _PHILIPS_DTV_REF5_H_

#define DTV_REF5_IIC_DIRECTION_MASK    0x00000100
#define DTV_REF5_IIC_DIRECTION_RTC     0x00000000
#define DTV_REF5_IIC_DIRECTION_BOOT    0x00000100

/* Flash Memory space */
#define DTV_REF5_XIO_BASE              0xfc000000
#define DTV_REF5_XIO_FLASH_BASE        (DTV_REF5_XIO_BASE + 0x000000)
#define DTV_REF5_FLASH_SIZE            0x00400000
#define DTV_REF5_FLASH_SECTOR_SIZE     0x00004000
#define DTV_REF5_FLASH_SECTOR_NR       (DTV_REF5_FLASH_SIZE / DTV_REF5_FLASH_SECTOR_SIZE)
#define DTV_REF5_FLASH_BANK_SIZE       0x00400000

#endif /* _PHILIPS_DTV_REF5_H_ */

⌨️ 快捷键说明

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