📄 tvp9k_vc_def.h
字号:
/*******************************************************************************
* @ModuleName :: TVP9K_VD_Def.h
*
* @Copyright :: Copyright 2005- Texas Instruments, Inc.
*
* @Description :: Constants & Definitions for TVP9K Video Decoder
*
* @History ::
*---------------------------------------
* 03-19-2005 W.Shi Created
*******************************************************************************/
#ifndef _TVP9K_VD_DEF_H_
#define _TVP9K_VD_DEF_H_
#define TVP9K_VD_REG_BASE_ADDR 0x00120000
//----------------------------------------------------------
#define TVP9K_VC_REG_BASE_ADDR (TVP9K_VD_REG_BASE_ADDR + 0x0040)
typedef struct _TVP9K_VC_REG_ {
volatile UINT32 Reserved1[16];
volatile UINT32 Ctrl;
volatile UINT32 Reserved2[2];
volatile UINT32 uCodeData;
volatile UINT32 uCodeChecksum;
volatile UINT32 HostCmd;
volatile UINT32 Reserved3[2];
volatile UINT32 HostRegConfig;
volatile UINT32 HostRegCatalog;
volatile UINT32 HostRegTrick1;
volatile UINT32 HostRegTrick2;
volatile UINT32 HostRegTrick3;
volatile UINT32 HostRegHintMode;
volatile UINT32 HostRegHintData;
volatile UINT32 HostRegSyncWindow;
} TVP9K_VC_REG;
#define TVP9K_VC_HCMD_VC_INIT 0x01
#define TVP9K_VC_HCMD_FREEZE 0x03
#define TVP9K_VC_HCMD_PLAY 0x07
#define TVP9K_VC_HCMD_CONTINUE 0x09
#define TVP9K_VC_HCMD_CONSUME 0x0D
#define TVP9K_VC_HCMD_PLAY_NV 0x11
#define TVP9K_VC_MAJOR_MODE5 0x00000005
#endif /* _TVP9K_VD_DEF_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -