Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
vtg.h
Package: ST_5105DTV.rar [view]
Upload User: fy98168
Upload Date: 2015-06-26
Package Size: 13771k
Code Size: 2k
Category:
DVD
Development Platform:
C/C++
- /*****************************************************************************
- File Name : vtg.h
- Description: 5105 VTG header
- Copyright (C) 2004 STMicroelectronics
- *****************************************************************************/
- /* Define to prevent recursive inclusion */
- #ifndef __VTG_H
- #define __VTG_H
- /* Includes --------------------------------------------------------------- */
- #include "stddefs.h" /* STAPI includes */
- #include "stvtg.h"
- #include "service.h"
- #include "stdenc.h"
- /* Exported Types ------------------------------------------------------ */
- /* Exported Constants -------------------------------------------------- */
- /* Exported Variables -------------------------------------------------- */
- extern STVTG_Handle_t g_KB_VtgHandle;
- extern ST_DeviceName_t g_KB_VtgDeviceName;
- extern STVTG_ModeParams_t g_KB_VtgModeParams;
- extern STVTG_TimingMode_t g_KB_VtgTimingMode;
- /* Exported Macros ----------------------------------------------------- */
- #define KB_VTG_DEVICE_TYPE STVTG_DEVICE_TYPE_VFE2
- #define KB_VTG_DEVICE_BASE_ADDRESS 0
- #define KB_VTG_INTERRUPT_LEVEL 0
- #ifndef KB_VTG_BASE_ADDRESS
- #define KB_VTG_BASE_ADDRESS ST5105_VTG_BASE_ADDRESS
- #endif
- #ifndef KB_VTG_INTERRUPT_NUMBER
- #define KB_VTG_INTERRUPT_NUMBER ST5105_VTG_VSYNC_INTERRUPT
- #endif
- /* Exported Functions -------------------------------------------------- */
- ST_ErrorCode_t KB_VtgSetup(KB_ServiceDisplay SERVICE_Display);
- ST_ErrorCode_t KB_VtgGetMode(void);
- ST_ErrorCode_t KB_VtgSetMode(STDENC_Mode_t STDENC_Mode);
- #endif /* __VTG_H */
- /* EOF --------------------------------------------------------------------- */