dcf_test.h

来自「机顶盒解调芯片DCF8722驱动」· C头文件 代码 · 共 44 行

H
44
字号
/****************************************************************************/
/*                   CONEXANT PROPRIETARY AND CONFIDENTIAL                  */
/*                        SOFTWARE FILE/MODULE HEADER                       */
/*                   Copyright Conexant Systems Inc. 2005                   */
/*                              Shanghai, China                             */
/*                            All Rights Reserved                           */
/****************************************************************************/
/*
 * Filename:        DCF_TEST.H
 *
 *
 * Description:     
 *
 *
 * Author:          Yi Liu
 *
 ****************************************************************************/
/* $Header: dcf_test.h, 1, 2007-10-8 13:36:53, Yong Huang$
 * $Id: dcf_test.h,v 1.0, 2007-10-08 05:36:53Z, Yong Huang$
 ****************************************************************************/

#ifndef DCF_TEST_H
#define DCF_TEST_H

/************************************************************/                       
/*        definitions                                       */                       
/************************************************************/
#define DRVTEST_ITEM_NUM_DEMOD  7

/************************************************************/
/*        type defines                                      */                       
/************************************************************/

/************************************************************/            
/*        function declaration                              */                       
/************************************************************/ 
CNXT_DRVTEST_STATUS hamaro_connect_cb(u_int8* pszStr, u_int8* pszFmt);
CNXT_DRVTEST_STATUS hamaro_writereg_cb(u_int8* pszStr, u_int8* pszFmt);
CNXT_DRVTEST_STATUS hamaro_readreg_cb(u_int8* pszStr, u_int8* pszFmt);
CNXT_DRVTEST_STATUS hamaro_dumpreg_cb(u_int8* pszStr, u_int8* pszFmt);
CNXT_DRVTEST_STATUS hamaro_writetuner_cb(u_int8* pszStr, u_int8* pszFmt);
CNXT_DRVTEST_STATUS hamaro_readtuner_cb(u_int8* pszStr, u_int8* pszFmt);
CNXT_DRVTEST_STATUS hamaro_dumptuner_cb(u_int8* pszStr, u_int8* pszFmt);
#endif   /* DCF_TEST_H */

⌨️ 快捷键说明

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