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
Code_def.h
Package: RTD2523_MTV512.rar [view]
Upload User: xmyjxjd
Upload Date: 2013-05-04
Package Size: 1517k
Code Size: 1k
Category:
Other Embeded program
Development Platform:
C/C++
- ///////////////////////////////////////////////////////////////////
- // Definitions for RTD read/write mode
- #define READ 1
- #define WRITE 0
- #define Y_INC 0
- #define N_INC 1
- #define BURST 2 // Only valid for writing data to RTD by RTDWrite() or RTDCodeW()
- ///////////////////////////////////////////////////////////////////
- // Definitions for input source select
- #define SOURCE_VGA 0
- #define SOURCE_DVI 1
- #define SOURCE_AV 2
- #define SOURCE_SV 3
- #define SOURCE_YUV 4
- #define SOURCE_TV 5
- #define SOURCE_MAX SOURCE_DVI
- ///////////////////////////////////////////////////////////////////
- // Definitions for Sync type select
- #define SYNC_SS 0x00
- #define SYNC_CS 0x10
- #define SYNC_SOG 0x20
- ///////////////////////////////////////////////////////////////////
- // Definitions for OSD language select
- #define ENGLISH 0
- #define GERMAN 1
- #define FRENCH 2
- #define ITALIAN 3
- #define SPANISH 4
- #define CHINESE_T 5
- #define CHINESE_S 6
- #define JAPANESS 7