dvp.h
来自「TDA10046驱动源代码.TDA10046是PHILIPS的一款DVB-T T」· C头文件 代码 · 共 35 行
H
35 行
//-----------------------------------------------------------------------------
// $Header:
// (C) Copyright 2001 Philips Semiconductors, All rights reserved
//
// This source code and any compilation or derivative thereof is the sole
// property of Philips Corporation and is provided pursuant to a Software
// License Agreement. This code is the proprietary information of Philips
// Corporation and is confidential in nature. Its use and dissemination by
// any party other than Philips Corporation is strictly limited by the
// confidential information provisions of the Agreement referenced above.
//-----------------------------------------------------------------------------
// FILE NAME: tmbsl8060local.h
//
// DESCRIPTION: define the object for the TDA8060
//
// DOCUMENT REF: DVP Software Coding Guidelines v1.14
// DVP Board Support Library Architecture Specification v0.5
//
// NOTES:
//-----------------------------------------------------------------------------
//
#ifndef _DVP_H //-----------------
#define _DVP_H
#define TM_OK 0
#define TM_FALSE 1
#define TM_ERR_BAD_UNIT_NUMBER 2
#define TM_ERR_NOT_INITIALIZED 3
#define TM_ERR_BAD_PARAMETER 4
#define TM_ERR_NOT_SUPPORTED 5
#define TM_ERR_IIC_ERR 6
#endif // DVP_H //---------------
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?