usb_cpt.h
来自「ST72T63游戏杆源程序」· C头文件 代码 · 共 38 行
H
38 行
/**************** (c) 1998 STMicroelectronics **********************
PROJECT : USB - ST7
COMPILER : ST7 HICROSS C (HIWARE)
MODULE : usb_cpt.h
VERSION : V 1.0
CREATION DATE : 25/05/98
AUTHOR : / MICROCONTROLLER DIVISION / ST Rousset
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
DESCRIPTION : ST7263 USB driver.
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
MODIFICATIONS :
******************************************************************************/
#ifndef USB_CPT_H
#define USB_CPT_H
extern void GetStatus(void);
extern void ClearFeature(void);
extern void SetFeature(void);
extern void SetDescriptor(void);
extern void GetConfiguration(void);
extern void SetConfiguration(void);
extern void GetInterface(void);
extern void SetInterface(void);
extern void GetProtocol(void);
extern void SetProtocol(void);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?