State_Machine_H.#3
上传用户:gxz1972
上传日期:2019-09-13
资源大小:323k
文件大小:1k
- //-----------------------------------------------------------------------------
- // State_Machine_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 _State_Machine_H_
- #define _State_Machine_H_
- //-----------------------------------------------------------------------------
- // Function Prototypes
- //-----------------------------------------------------------------------------
- void State_Machine(void);
- void TxConfigResponse2Host(unsigned char);
- void TxTeacherKeyData2Host(void);
- void TxTouchPadData2Host(void);
- void TxStudentKeyData2Host(void);
- void TxStudentExamData2Host(void);
- void RxConfigDataFromHost(void);
- bit CompareStudentIdandPacketCount(void);
- void InsertNewId(void);
- void InsertNewData(void);
- void ClearStudentIdBuffer(void);
- void ClearCurrentStudentIdandData(void);
- #endif // F34x_USB_DESCRIPTORS_H
- //-----------------------------------------------------------------------------
- // End Of File
- //-----------------------------------------------------------------------------