USB_Utilities_H.#1
上传用户:gxz1972
上传日期:2019-09-13
资源大小:323k
文件大小:1k
源码类别:

传真(Fax)编程

开发平台:

C/C++

  1. //-----------------------------------------------------------------------------
  2. // USB_Utilities_H.h
  3. //-----------------------------------------------------------------------------
  4. // Copyright 2007 Vson Technology, Inc.
  5. // http://www.usbmcu.com
  6. //
  7. // Program Description:
  8. //
  9. //
  10. //
  11. //
  12. //
  13. // MCU:            C8051F347
  14. // Tool chain:     Keil C51 7.50 / Keil EVAL C51
  15. //                 Silicon Laboratories IDE version 2.6
  16. // Command Line:   
  17. // Project Name:   TR1000
  18. //
  19. //
  20. // Release 1.0
  21. //    -All changes by Brian Cai
  22. //    -24 JUL 2007
  23. //
  24. //
  25. #ifndef  _USB_Utilities_H_
  26. #define  _USB_Utilities_H_  //在#ifndef 之后定义 对#ifndef 没有任何作用
  27. //-----------------------------------------------------------------------------
  28. // Function Prototypes
  29. //-----------------------------------------------------------------------------
  30. BYTE HaltEndpoint (UINT);
  31. BYTE EnableEndpoint (UINT);
  32. BYTE GetEpStatus (UINT);
  33. BYTE SetConfiguration(BYTE);
  34. BYTE SetInterface(PIF_STATUS);
  35. void FIFORead (BYTE, UINT, BYTE *);
  36. void FIFOWrite (BYTE, UINT, BYTE *);
  37. #endif                                 // F34x_USB_CONFIG_H
  38. //-----------------------------------------------------------------------------
  39. // End Of File
  40. //-----------------------------------------------------------------------------