?? vdor.h
字號:
//===================================================================//
// 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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -