dnone.h

来自「st7710的tuner标准驱动」· C头文件 代码 · 共 52 行

H
52
字号
/* ----------------------------------------------------------------------------
File Name: dnone.h

Description: 

    null demod driver.

Copyright (C) 1999-2001 STMicroelectronics

History:

   date: 19-June-2001
version: 3.1.0
 author: GJP
comment: 
    
Reference:

---------------------------------------------------------------------------- */

/* define to prevent recursive inclusion */
#ifndef __STTUNER_SHARED_DNONE_H
#define __STTUNER_SHARED_DNONE_H

#ifdef __cplusplus
extern "C"
{
#endif                          /* __cplusplus */


/* includes ---------------------------------------------------------------- */

#include "stddefs.h"            /* Standard definitions */

/* internal types */
#include "dbtypes.h"    /* data types for databases */

/* populate database & init driver (not actual hardware) */
ST_ErrorCode_t STTUNER_DRV_DEMOD_NONE_Install(STTUNER_demod_dbase_t *Demod);
ST_ErrorCode_t STTUNER_DRV_DEMOD_NONE_UnInstall(STTUNER_demod_dbase_t *Demod);



#ifdef __cplusplus
}
#endif                          /* __cplusplus */

#endif                          /* __STTUNER_SHARED_DNONE_H */


/* End of dnone.h */

⌨️ 快捷键说明

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