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

传真(Fax)编程

开发平台:

C/C++

  1. //-----------------------------------------------------------------------------
  2. // State_Machine_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 Brin Cai
  22. //    -24 JUL 2007
  23. //
  24. //
  25. #ifndef  _State_Machine_H_
  26. #define  _State_Machine_H_
  27. //-----------------------------------------------------------------------------
  28. // Function Prototypes
  29. //-----------------------------------------------------------------------------
  30. void State_Machine(void);        
  31. void TxConfigResponse2Host(unsigned char);
  32. void TxTeacherKeyData2Host(void);
  33. void TxTouchPadData2Host(void);
  34. void TxStudentKeyData2Host(void);
  35. void TxStudentExamData2Host(void);
  36. void RxConfigDataFromHost(void);
  37. bit CompareStudentIdandPacketCount(void);
  38. void InsertNewId(void);
  39. void SaveFirtstPacketData(void);
  40. void ClearCurrentFirstPacketData(void);
  41. void ClearStudentIdBuffer(void);
  42. void ClearCurrentStudentIdandData(void);
  43. #endif   // F34x_USB_DESCRIPTORS_H 
  44. //-----------------------------------------------------------------------------
  45. // End Of File
  46. //-----------------------------------------------------------------------------