📄 venreq.h
字号:
/*----------------------------------------------------------------------------+
| |
| 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -