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

📄 drvhdmi_mst3383m.h

📁 mstar 776 开发的车载dvd
💻 H
字号:
/******************************************************************************
 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -