• 大小: 9.84MB
    文件类型: .zip
    金币: 2
    下载: 2 次
    发布日期: 2023-10-07
  • 语言: 其他
  • 标签: RTD2660  源代码  keil  

资源简介

RTD2660HDVer8.0-2019.zip源代码RTD2660H源代码,RTD2660HDVer8.0-2019.zip源代码,用keil 打开编辑

资源截图

代码片段和文件信息

/*===========================================================
 * Copyright (c)      Realtek Semiconductor Corporation 2005
 * All rights reserved.
 * ========================================================== */

/*==================== File Description ===================== */
/**
 * @file
 *  This file is osd control declaration related functions.
 *
 * @author  $Author: hillwang $
 * @date  $Date: 2006-09-07 19:38:12 +0800 (?熸??? 07 涔濇? 2006) $
 * @version  $Revision: 1187 $
 * @ingroup Auto
 */

/**
 * @addtogroup Auto
 * @{
 */

#define _ADJUST_C
/*===================== Module dependency  ================== */
#include “Core\Header\Include.h“

/*======================= Private Types ===================== */

/*======================== Definitions ====================== */

/*========================== Variables ====================== */
//BYTE idata ucAdjustCtrl = 0;

/*=================== Local Functions Phototype ==============*/
static void CAdjustSetSharpnessTable(bit scalingBYTE code *pArray0 BYTE code *pArray1);
void CAdjustPeakingCoring(void);
void CAdjustPeakingFilter(SBYTE ucPeaking);

/*=========================== Functions ===================== */
//--------------------------------------------------
// Description  : Adjust IHS delay
// Input Value  : IHS delay
// Output Value : None
//--------------------------------------------------
void CAdjustIHSDelay(WORD usIHSDelay)
{
    CScalerSetBit(_VGIP_HV_DELAY_1E ~_BIT0 HIBYTE(usIHSDelay) & _BIT0);
    CScalerSetByte(_IHS_DELAY_1D LOBYTE(usIHSDelay));
}

//--------------------------------------------------
// Description  : Adjust IVS delay
// Input Value  : IVS delay
// Output Value : None
//--------------------------------------------------
void CAdjustIVSDelay(WORD usIVSDelay)
{
    CScalerSetBit(_VGIP_HV_DELAY_1E ~_BIT1 (usIVSDelay >> 7) & _BIT1);
    CScalerSetByte(_IVS_DELAY_1C LOBYTE(usIVSDelay));
}

//--------------------------------------------------
// Description  : Adjust Dclk offset
// Input Value  : Dclk offset
// Output Value : None
//--------------------------------------------------
void CAdjustDclkOffset(WORD usDclkOffset)
{                      
CScalerPageSelect(_PAGE1);
    CScalerSetBit(_P1_DCLK_FINE_TUNE_OFFSET_MSB_C4 0xf0 HIBYTE(usDclkOffset) & 0x0f);
    CScalerSetByte(_P1_DCLK_FINE_TUNE_OFFSET_LSB_C5 LOBYTE(usDclkOffset));
    CScalerSetBit(_P1_DCLK_SPREAD_SPECTRUM_C6 ~_BIT2 _BIT2);
}

//--------------------------------------------------
// Description  : Adjust spread spectrum range
// Input Value  : Spread spectrum range
// Output Value : None
//--------------------------------------------------
void CAdjustSpreadSpectrumRange(BYTE ucSpreadRange)
{
    CScalerPageSelect(_PAGE1);
    CScalerSetBit(_P1_DCLK_SPREAD_SPECTRUM_C6 0x0f (ucSpreadRange << 4) & 0xf0);
    CScalerSetBit(_P1_DCLK_SPREAD_SPECTRUM_C6 ~_BIT2 _BIT2);
}

//--------------------------------

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2011-10-13 11:59  RTD2660HDVer8.0-2019\
     文件        1037  2008-08-06 10:28  RTD2660HDVer8.0-2019\BL.lin
     目录           0  2011-10-13 11:59  RTD2660HDVer8.0-2019\Core\
     目录           0  2011-10-13 11:59  RTD2660HDVer8.0-2019\Core\code\
     文件       88329  2008-06-17 14:35  RTD2660HDVer8.0-2019\Core\code\Adjust.c
     文件       43996  2010-02-24 16:17  RTD2660HDVer8.0-2019\Core\code\Adjust_customer.c
     文件       58208  2008-03-25 20:24  RTD2660HDVer8.0-2019\Core\code\Auto.c
     文件       14420  2008-07-30 09:01  RTD2660HDVer8.0-2019\Core\code\frameSync.c
     文件        3207  2007-07-25 17:14  RTD2660HDVer8.0-2019\Core\code\IR_Nec.c
     文件       43237  2007-06-22 17:25  RTD2660HDVer8.0-2019\Core\code\L51_BANK.A51
     文件        2986  2010-02-26 18:13  RTD2660HDVer8.0-2019\Core\code\Main.c
     文件       90718  2010-02-24 15:25  RTD2660HDVer8.0-2019\Core\code\Mode.c
     文件        4080  2007-06-13 14:58  RTD2660HDVer8.0-2019\Core\code\STARTUP.A51
     文件        1197  2007-07-30 17:22  RTD2660HDVer8.0-2019\Core\code\Struct.c
     文件       31933  2008-07-14 11:34  RTD2660HDVer8.0-2019\Core\code\Sync.c
     目录           0  2011-10-13 11:59  RTD2660HDVer8.0-2019\Core\code\ext_device\
     文件       23352  2008-08-26 10:21  RTD2660HDVer8.0-2019\Core\code\ext_device\eeprom.c
     文件       21601  2009-12-17 15:32  RTD2660HDVer8.0-2019\Core\code\ext_device\video.c
     目录           0  2011-10-13 11:59  RTD2660HDVer8.0-2019\Core\code\mcu\
     文件        5342  2007-08-07 11:00  RTD2660HDVer8.0-2019\Core\code\mcu\I2c.c
     文件        8194  2008-06-13 11:52  RTD2660HDVer8.0-2019\Core\code\mcu\Int.c
     文件        2066  2010-02-26 18:20  RTD2660HDVer8.0-2019\Core\code\mcu\Mcu.c
     文件       11348  2007-07-12 09:52  RTD2660HDVer8.0-2019\Core\code\mcu\RTDAccess.c
     文件        8110  2007-08-06 14:42  RTD2660HDVer8.0-2019\Core\code\mcu\Timer.c
     文件        7056  2008-06-13 13:46  RTD2660HDVer8.0-2019\Core\code\mcu\Uart.c
     文件         762  2007-06-13 14:58  RTD2660HDVer8.0-2019\Core\code\reset.a51
     目录           0  2011-10-13 11:59  RTD2660HDVer8.0-2019\Core\code\rtd2662\
     文件       16278  2008-03-26 18:32  RTD2660HDVer8.0-2019\Core\code\rtd2662\Hdmi.C
     文件       11868  2008-03-01 10:08  RTD2660HDVer8.0-2019\Core\code\rtd2662\Misc.c
     文件       11335  2010-02-26 18:15  RTD2660HDVer8.0-2019\Core\code\rtd2662\Power.c
     文件       19103  2010-02-24 14:10  RTD2660HDVer8.0-2019\Core\code\rtd2662\Scaler.c
............此处省略284个文件信息

评论

共有 条评论