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

📄 dvhdmirxversion.c

📁 the HDMI(High Definition Multimedia Interface) driver code
💻 C
字号:
/*=================================================================
 *  Copyright 2003-2007, Renesas Technology Corporation
 *  and Renesas Solution Corporation.
 *  All right reserved.
 *===============================================================*/
//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
// 乽dvHdmiRxVersion.c乿
// 棯徧亂hdmi drv亃
//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
/*! @file dvHdmiRxVersion.c
    @brief 
    @author Y.Takeuchi
*/

#include <stdio.h>
#include <string.h>
#include "DTVS_SYSTEM.H"
#include "DTVS_DATADEF.H"

#include "dvHdmiRx.h"
#include "HdmiRxVd_datecode.h"

static const char dvHdmiRxDmyStr[] = { "0.28.01#VeR#HdmiRxVd" };
static const char dvHdmiRxVdName[] = { "HdmiRxVd" };
static const char dvHdmiRxVdVer[] =  { "0.28.01" };

//*******************************************************************
//! @brief		僶乕僕儑儞忣曬傪庢摼偟傑偡
//! @retval		AVMGR_E_OK		惉岟
//! @retval		AVMGR_E_OK埲奜	幐攕
//! @param		*out_Param	庢摼偟偨僶乕僕儑儞忣曬偺奿擺愭
//! @note		僶乕僕儑儞忣曬傪庢摼偟傑偡丅<BR>
//! @attention	側偟
//! @author		Y.Takeuchi
//! @date		07/05/09
//*******************************************************************
IW _HdmiRxVdGetVersion( THdmiRxDrvVersion *out_Param )
{
	strcpy( (char *)&out_Param->Name, dvHdmiRxVdName);
	strcpy( (char *)&out_Param->Date, HdmiRxVd_DATECODE);
	strcpy( (char *)&out_Param->Version, dvHdmiRxVdVer);
	return HDMIDRV_OK;
}

/*=================================================================
 *  Copyright 2003-2007, Renesas Technology Corporation
 *  and Renesas Solution Corporation.
 *  All right reserved.
 *===============================================================*/

⌨️ 快捷键说明

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