tvpebi_fw.h

来自「ti的数字电视芯片 tvp9000的源码」· C头文件 代码 · 共 37 行

H
37
字号
#ifndef TVP_EBI_FW_DOT_H_IS_DEFINED
#define TVP_EBI_FW_DOT_H_IS_DEFINED

/***************************************************************************** 
*    Property of Texas Instruments Incorporated, Copyright 2004
*    All rights reserved
******************************************************************************/
/*********************************************************************
*
* Description:
*  TvpEbi_fw.h contains all private global defines.
*   
*   
**********************************************************************/
/*********************************************************************
*
* $Revision: $
*
* $History: TvpEbi_fw.h $
* 
*********************************************************************/

// extension bus default configuration for flash (CS0)

#define TVP_EBI_CS0_CFG1      0x1F00010B     // set the 2nd word for ebi cs0 config
#define TVP_EBI_CS0_CFG2      0x0000000C     // set the 3rd word for ebi cs0 config
#define TVP_EBI_CS0_CFG3      0x010C020A     // set the 4th word for ebi cs0 config
#define TVP_EBI_CS0_CFG4      0x0C0B010A     // set the 5th word for ebi cs0 config

#define TVP_EBI_CS0_CFG0A     0x040B0B30     // pol low  w/16
#define TVP_EBI_CS0_CFG0B     0x040B0B34     // pol high w/16
#define TVP_EBI_CS0_CFG0C     0x040B0B20     // pol low  w/8
#define TVP_EBI_CS0_CFG0D     0x040B0B24     // pol high w/8


#endif

⌨️ 快捷键说明

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