📄 mxd_porting_sharp2093.h
字号:
/*!
*
* \file mxd_porting_tuner_sharp.h
*
* \brief Contain the basic data types used in the maxscend SDK package.
*
* Header files to define the basic data types,
* which will be used in the whole maxscend SDK package.
*
* \par Include files
* - mxd_sdk_enum.h
* - mxd_sdk_define.h
* - mxd_sdk_type.h
* - mxd_sdk_struct.h
* - mxd_sdk_oal.h
* - mxd_porting_define.h
*
* \par Copyright (c) 2007 Maxscend Technologies Inc. All rights reserved
*
* PROPRIETARY RIGHTS of Maxscend Technologies Inc. are involved in
* the subject matter of this material. All manufacturing, reproduction,
* use, and sales rights pertaining to this subject matter are governed
* by the license agreement. The recipient of this software implicitly
* accepts the terms of the license.
*
* \version
* Revision of last commit: $Rev:: 169 $
* Author of last commit : $Author:: MAXSCEND\yang.liu $
* Date of last commit : $Date:: 2007-10-18 17:07:19 +0800#$
*
*
* \par Modification History
* [ Revision data author Bugzilla ID ]
* [ Description ]
*
*/
#ifndef _MXD_PORTING_SHARP2093_H_
#define _MXD_PORTING_SHARP2093_H_
#include "../baseline/mxd_sdk_api.h"
#ifdef __cplusplus
extern "C"{
#endif
/*defines maybe change here */
#define SHARP_CONTROL_REG_VAL 0x38
#define SHARP_I2C_BITRATE_REG_VAL 0x32
#define SHARP_SALVE_ADDR_VAL 0x61
#define SHARP_ACCESS_BYTE_NUM_VAL 0x21
MXD_RTN_CODE_E MXD_API MxdPorting_Sharp2093InitTuner (IN HMXDDEV hDevice);
MXD_RTN_CODE_E MXD_API MxdPorting_Sharp2093SetFreq (
IN HMXDDEV hDevice,
IN MXD_U32 freqHz );
MXD_RTN_CODE_E MXD_API MxdPorting_Sharp2093GetTunerStatus (IN HMXDDEV hDevice);
#ifdef __cplusplus
}
#endif
#endif/*end of _MXD_PORTING_SHARP2093_H_*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -