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
fdma.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 : fdma.h
- Description : 5100 FDMA header
- COPYRIGHT (C) 2004 STMicroelectronics
- *****************************************************************************/
- #ifndef __FDMA_H
- #define __FDMA_H
- /* Includes --------------------------------------------------------------- */
- #include "stddefs.h" /* STAPI includes */
- #include "stfdma.h"
- /* Definitions ------------------------------------------------------------ */
- #define KB_FDMA_INST 1
- #define KB_FDMA_DEVICE_TYPE STFDMA_DEVICE_FDMA_2
- #ifndef KB_FDMA_BASE_ADDRESS
- #define KB_FDMA_BASE_ADDRESS ST5105_FDMA_BASE_ADDRESS
- #endif
- #ifndef KB_FDMA_INTERRUPT
- #define KB_FDMA_INTERRUPT ST5105_FDMA_INTERRUPT
- #endif
- #ifndef KB_FDMA_INTERRUPT_LEVEL
- #define KB_FDMA_INTERRUPT_LEVEL 14
- #endif
- /* Global ----------------------------------------------------------------- */
- extern ST_DeviceName_t g_KB_FDMADeviceName[KB_FDMA_INST];
- /* Prototypes ------------------------------------------------------------- */
- ST_ErrorCode_t KB_FDMASetup(void);
- #endif /* __FDMA_H */
- /* EOF --------------------------------------------------------------------- */