📄 dvp.h
字号:
//-----------------------------------------------------------------------------
// $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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -