📄 __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 + -