?? tvp9k_bg_def.h
字號:
/*******************************************************************************
* @ModuleName :: TVP9K_BG_Def.h
*
* @Copyright :: Copyright 2005- Texas Instruments, Inc.
*
* @Description :: Constants & Definitions for TVP9K Background
*
* @History ::
*---------------------------------------
* 03-19-2005 W.Shi Created
*******************************************************************************/
#ifndef _TVP9K_BG_DEF_H_
#define _TVP9K_BG_DEF_H_
#define TVP9K_BG_REG_BASE_ADDR 0x130000
typedef struct _TVP9K_BG_REG_ {
volatile UINT32 Ctrl; // 0x130000
volatile UINT32 DisplayOffset; // 0x130004
volatile UINT32 GammaTable; // 0x130008
volatile UINT32 BackColor; // 0x13000C: 24-bit = YCbCr
volatile UINT32 VideoSize; // 0x130010
volatile UINT32 DisplaySize; // 0x130014
} TVP9K_BG_REG;
#endif /* _TVP9K_BG_DEF_H_ */
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -