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