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

📄 tidtv_dvoalign.h

📁 ti的数字电视芯片 tvp9000的源码
💻 H
字号:
/*******************************************************************************
*	@ModuleName	::	TiDTV_DvoAlign.h
*
*	@Copyright	::	Copyright 2005- Texas Instruments, Inc.
*
*	@Description::	Constants and Defs for TI DTV Digital Video Output Alignment APIs
*
*	@History	::
*---------------------------------------
*	07-12-2005	Paul Hunt	Created
*******************************************************************************/

#ifndef _TI_DTV_DVO_ALIGN_H_
#define _TI_DTV_DVO_ALIGN_H_

#define DVO_START_ACTIVE_VIDEO_HOR_NOM 176
#define DVO_START_ACTIVE_VIDEO_VER_NOM 5

// Valid range of Nominal + Offset is 0-4095, although this may not all be useful
void tvpEncDvoAlignHor(short Nominal, short Offset);

// Valid range of Nominal + Offset is 1-255, although this may not all be useful
void tvpEncDvoAlignVer(short Nominal, short Offset);

#endif	/* _TI_DTV_DVO_ALIGN_H_ */

⌨️ 快捷键说明

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