drvhdmi_mst3383m.h
来自「mstar 776 开发的车载dvd」· C头文件 代码 · 共 37 行
H
37 行
/******************************************************************************
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_
#ifdef _DRVHDMI_C_
#define _DRVHDMIDEC_
#else
#define _DRVHDMIDEC_ extern
#endif
//=====================================================================
#define MST3XXX_I2C_ADDR 0x9C // HDMI (MST3XXX) I2C address
#define HWRESET MCU_P5_P5_0 // asign io port to do hardware reset
#define HPD MCU_P5_P5_1 // 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 + -
显示快捷键?