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
blit.h
Package: ST_5105DTV.rar [view]
Upload User: fy98168
Upload Date: 2015-06-26
Package Size: 13771k
Code Size: 1k
Category:
DVD
Development Platform:
C/C++
- /*****************************************************************************
- File Name: blit.h
- Description: BLIT configuration
- COPYRIGHT (C) 2004 STMicroelectronics
- *****************************************************************************/
- /* Define to prevent recursive inclusion */
- #ifndef __BLIT_H
- #define __BLIT_H
- /* Includes --------------------------------------------------------------- */
- #include "stddefs.h" /* STAPI includes */
- #include "stblit.h"
- /* Exported Types --------------------------------------------------------- */
- /* Exported Constants ----------------------------------------------------- */
- /* Exported Variables ----------------------------------------------------- */
- extern ST_DeviceName_t BLIT_DeviceName;
- extern STBLIT_Handle_t BLIT_Handle;
- extern STBLIT_BlitContext_t GtBlitContext;
- /* Exported Macros -------------------------------------------------------- */
- #define BLIT_DEVICE_TYPE STBLIT_DEVICE_TYPE_SOFTWARE
- #ifndef BLIT_INTERRUPT
- #define BLIT_INTERRUPT ST5105_BLIT_AQ1_INTERRUPT
- #endif
- #ifndef BLIT_INTERRUPT_LEVEL
- #define BLIT_INTERRUPT_LEVEL 5
- #endif
- /* Exported Functions ----------------------------------------------------- */
- ST_ErrorCode_t BLIT_Setup(void);
- #endif /* __BLIT_H */
- /* EOF --------------------------------------------------------------------- */