tvpver.h
来自「ti的数字电视芯片 tvp9000的源码」· C头文件 代码 · 共 44 行
H
44 行
/*****************************************************************************
* Property of Texas Instruments Incorporated, Copyright 2004
* All rights reserved
******************************************************************************/
/*********************************************************************
*
* Description:
* TvpVer.h contains the version number of the library
*
* Contents:
* version definitions
*
**********************************************************************/
/*********************************************************************
*
* $Revision: $
*
* $History: TvpVer.h $
*
*********************************************************************/
#ifndef TVP_VER_DOT_H_IS_DEFINED
#define TVP_VER_DOT_H_IS_DEFINED
#define TVP_RTSL_VER 0x0B000207 /* RTSL code */
#define TVP_FW_VER 0x0B000207 /* Firmware code */
#define TVP_AUDIO_VER 0x0B000207 /* Audio code */
#define TVP_BOOT_VER 0x0F000001 /* boot code */
#define TVP_VIDEO_VER 0x0B000207 /* Video code */
typedef struct {
unsigned long rtsl; /* RTSL code */
unsigned long firmware; /* Firmware code */
unsigned long audio; /* Audio code */
unsigned long boot; /* boot code */
unsigned long video; /* Video code */
} TvpVersion;
void tvpSysGetVersion(TvpVersion *p);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?