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
CHAP_9.H
Package: TX-1C-usbdriver.rar [view]
Upload User: lyfy_2008
Upload Date: 2014-07-13
Package Size: 3016k
Code Size: 1k
Category:
USB develop
Development Platform:
Visual C++
- /*
- //*************************************************************************
- //
- // P H I L I P S P R O P R I E T A R Y
- //
- // COPYRIGHT (c) 1997 BY PHILIPS SINGAPORE.
- // -- ALL RIGHTS RESERVED --
- //
- // File Name: CHAP_9.H
- // Author: Wenkai Du
- // Created: 19 Dec 97
- // Modified:
- // Revision: 2.0
- //
- //*************************************************************************
- //
- //*************************************************************************
- */
- #ifndef __CHAP_9_H__
- #define __CHAP_9_H__
- /*
- //*************************************************************************
- // USB Protocol Layer
- //*************************************************************************
- */
- /*
- //*************************************************************************
- // USB standard device requests
- //*************************************************************************
- */
- void get_status(void);
- void clear_feature(void);
- void set_feature(void);
- void set_address(void);
- void get_descriptor(void);
- void get_configuration(void);
- void set_configuration(void);
- void get_interface(void);
- void set_interface(void);
- void reserved(void);
- #endif