?? chap9.h
字號:
//===================================================================//
// Project Name : ZBoard
// Module Name : Master Firmware Program
// Product Type : License
// OS/Dev Tool : AT89C52, uVision 2
// Original Author : Ray Yang
// Organization : YBWork.com
// Original Date : July, 25, 2001
// Addr : Room 402, No. 131, Meilong No. 9
// TEL : 86-21-54630718
// EMail : rayyang2000@yahoo.com
// Website : http://www.ybwork.com
// Copyright : Copyright (L) YBWork.com, 2001
// Comments :
//
// << History >>
// July, 25, 2001 The first release
//===================================================================//
#ifndef __CHAP9_H__
#define __CHAP9_H__
/*
//*************************************************************************
// USB Protocol Layer
//*************************************************************************
*/
/*
//*************************************************************************
// USB standard device requests
//*************************************************************************
*/
void USBClassRequest_GetStatus(void);
void USBClassRequest_ClearFeature(void);
void USBClassRequest_SetFeature(void);
void USBClassRequest_SetAddress(void);
void USBClassRequest_GetDescriptor(void);
void USBClassRequest_GetConfiguration(void);
void USBClassRequest_SetConfiguration(void);
void USBClassRequest_GetInterface(void);
void USBClassRequest_SetInterface(void);
void reserved(void);
/*************************************************************************/
/* USB Vendor Specific device requests */
/*************************************************************************/
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -