drvhdmi_mst3383m.h

来自「mstar 776 开发的车载dvd」· C头文件 代码 · 共 38 行

H
38
字号
/******************************************************************************
 Copyright (c) 2006 MStar Semiconductor, Inc.
 All rights reserved.

 [Module Name]: DrvHDMI_Mst3383M.h
 [Date]:        2007/10/08
 [Comment]:
   HDMI header file.
 [Reversion History]:
*******************************************************************************/
#ifndef _DRVHDMI_H_
#define _DRVHDMI_H_

#include "msGPIO.h"

#ifdef _DRVHDMI_C_
#define _DRVHDMIDEC_
#else
#define _DRVHDMIDEC_ extern
#endif

//=====================================================================
#define MST3XXX_I2C_ADDR    0x9C    // HDMI (MST3XXX) I2C address
#define HWRESET(x)          //GPIOWrite(2, x)// asign io port to do hardware reset
#define HPD(x)              // asign io port to do hotplug
#define MAXCOUNT            100
#define HDMI                1
_DRVHDMIDEC_ void devHDMIInitialize(void);
_DRVHDMIDEC_ void HDCP_Reinit(void);
_DRVHDMIDEC_ void HDMI_Reset(void);
_DRVHDMIDEC_ BYTE Read_MST3xxx_Byte(BYTE ucRegIndex);
_DRVHDMIDEC_ void SetAudioOutput(BOOL);
_DRVHDMIDEC_ void SetUpHDMIMode(void);
_DRVHDMIDEC_ void SetBlackScreen(BOOL Enable);
//_DRVHDMIDEC_ void Detect_TMDS(void);// test kk


#endif  // _DRVHDMI_H_

⌨️ 快捷键说明

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