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

📄 56xx_config.h

📁 GM5621原代码
💻 H
字号:
/*
	$Workfile:   56xx_config.h  $
	$Revision:   1.3  $
	$Date:   Sep 06 2005 05:01:10  $
*/

//******************************************************************
//
//		Copyright (C) 2002.  GENESIS MICROCHIP INC.
// All rights reserved.  No part of this program may be reproduced
//
//	Genesis Microchip Corp., 2150 Gold Street
//			Alviso, CA 95002	USA
//	Genesis Microchip Inc., 165 Commerce Valley Dr. West
//		Thornhill, Ontario, Canada, L3T 7V8
//
//================================================================
//
// MODULE:      52xx-config.h
//
// USAGE :      Header file that defines user option.
//
//******************************************************************
#ifndef _PHOENIX_CONFIG_H_
#define _PHOENIX_CONFIG_H_

#define SOG_SENSITIVITY			0x01

// defines to control some of the default flavors.  For instance when
// compiling a 5321 project you don't want VPORT support and you likely
// don't want GSEL driver support (initializing external video decoders etc.)
#define USE_VPORT					0 // include code to address VPORT.
#define USE_GSEL_DRVR_MODEL	0 // include code to support GSEL drivers
#define USE_VIDEO_FEATURES		0 // vcr ff/rew adjust etc.
#define USE_ACC_ACM				0 // support for ACC/ACM

#define USE_LED_BLINK_NO_SYNC 1

/**************************************************************************/
/*  C H I P   S P E C I F I C   C O N S T A N T S									*/
/**************************************************************************/
// (PanelMinHTotal - PanelWidth) > 53
//	Display horizontal timing has a blanking time of 54 DCLKs minimum
#define DISPLAY_HORIZONTAL_BLANKING_MIN	(54 - 1)

#define DV_TOTAL_MAX_VALUE			0x0FFF // reg. DV_TOTAL is 12 bits wide.

// Merlin 0830-1
#define ADC_SYNC_L_H_THRSH_VAL 	1        // 0)2.5V, 1)2.0V
#define ADC_SYNC_H_L_THRSH_VAL 	1        // 0)1.5V, 1)0.8V

#define TOPOSDMEM				0x4000
#endif// _PHOENIX_CONFIG_H_

⌨️ 快捷键说明

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