venreq.h
来自「Texas Instruments的TUSB3410芯片接键盘输入的固件程序源码」· C头文件 代码 · 共 69 行
H
69 行
/*----------------------------------------------------------------------------+
| |
| Texas Instruments |
| |
| Vendor Requests Definition |
| |
+-----------------------------------------------------------------------------+
| Source: VenReq.h 00.01 2002/04/24 12:02 |
| Author: Ching-Hua Jim Chen Jim_Chen@ti.com |
| |
| For more information, please contact |
| |
| Jim Chen |
| Texas Instruments |
| 12500 TI Blvd, MS 8761 |
| Dallas, TX 75243 |
| USA |
| |
| Tel 214-480-4656 |
| Fax 214-480-6043 |
| |
| Release Notes: |
| |
| Logs: |
| |
| WHO WHEN WHAT |
| --- ---------- -------------------------------------------------- |
| CJH 04/24/2002 born |
| CJH 07/19/2002 Fixed bugs for Mac device driver |
| |
+----------------------------------------------------------------------------*/
#ifndef _VENREQ_H_
#define _VENREQ_H_
#ifdef __cplusplus
extern "C"
{
#endif
/*----------------------------------------------------------------------------+
| Include files |
+----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------+
| Function Prototype |
+----------------------------------------------------------------------------*/
void UsbUserReset(void);
/*----------------------------------------------------------------------------+
| Type Definition & Macro |
+----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------+
| Constant Definition |
+----------------------------------------------------------------------------*/
#define USB_REQ_SET_DBUS_T 0x81
#define USB_REQ_SET_DBUS_R 0x82
#define USB_REQ_GET_DBUS 0x83
#define RVRELEASE 32
#define DBUS_RVDELAY 180
/*----------------------------------------------------------------------------+
| End of header file |
+----------------------------------------------------------------------------*/
#ifdef __cplusplus
}
#endif
#endif /* _VENREQ_H_ */
/*------------------------ Nothing Below This Line --------------------------*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?