⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tvp9k_bg_def.h

📁 ti的数字电视芯片 tvp9000的源码
💻 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_  */

⌨️ 快捷键说明

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