USB_Utilities_H.h
上传用户:gxz1972
上传日期:2019-09-13
资源大小:323k
文件大小:1k
- //-----------------------------------------------------------------------------
- // USB_Utilities_H.h
- //-----------------------------------------------------------------------------
- // Copyright 2007 Vson Technology, Inc.
- // http://www.usbmcu.com
- //
- // Program Description:
- //
- //
- //
- //
- //
- // MCU: C8051F347
- // Tool chain: Keil C51 7.50 / Keil EVAL C51
- // Silicon Laboratories IDE version 2.6
- // Command Line:
- // Project Name: TR1000
- //
- //
- // Release 1.0
- // -All changes by Brin Cai
- // -24 JUL 2007
- //
- //
- #ifndef _USB_Utilities_H_
- #define _USB_Utilities_H_ //在#ifndef 之后定义 对#ifndef 没有任何作用
- //-----------------------------------------------------------------------------
- // Function Prototypes
- //-----------------------------------------------------------------------------
- BYTE HaltEndpoint (UINT);
- BYTE EnableEndpoint (UINT);
- BYTE GetEpStatus (UINT);
- BYTE SetConfiguration(BYTE);
- BYTE SetInterface(PIF_STATUS);
- void FIFORead (BYTE, UINT, BYTE *);
- void FIFOWrite (BYTE, UINT, BYTE *);
- #endif // F34x_USB_CONFIG_H
- //-----------------------------------------------------------------------------
- // End Of File
- //-----------------------------------------------------------------------------