vdor.h

来自「数码显示」· C头文件 代码 · 共 42 行

H
42
字号
//===================================================================//
//     Project Name : MOTOROLA-PDIUSBD12 USB-MCS CARD
//      Module Name : Master Firmware Program
//     Product Type : License
//      OS/Dev Tool : CodeWarrior Development Studio for HC(S)08 Microcontrollers
//  Original Author : Ming Zeng
//     Organization : Tsinghua University , DEP 
//    Original Date : Feb, 20, 2003
//             Addr : Tsinghua University, Beijing City
//              TEL : 
//            EMail : ming@zming.net
//          Website : http://www.zming.net
//		  Copyright : Copyright ZMing.net, 2003
//         Comments : 
//                    
//			
//===================================================================//

#ifndef _VDOR_H_
#define _VDOR_H_

typedef struct _CODE_DATA
{
	// Used for programming flash-rom
	unsigned char bCodeCount;
	unsigned char* pCodeData;
} CODE_DATA, *PCODE_DATA;

// Macros
#define RUN_START			0
#define RUN_STOP			1

#define GENBUF_LENGH	256

// Functions
void USBVendorRequest_START(void);
void USBVendorRequest_STOP(void);
void USBVendorRequest_READ(void);

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?