global.c.bak

来自「是ISP1581 单片机 应用源码」· BAK 代码 · 共 54 行

BAK
54
字号
//***********************************************************************
//*																		               *
//*	                     Variable Definition 							      *
//*																		               *
//***********************************************************************

TIMER Timer;
DATA_SWAP	idata	Data_Swap;
DMA_INT_FLAG	DMA_Int_Flag;

UI	count;
UC	Device_Config_Value;
UC 	Type;

UI	idata	Init_Count;

volatile D14_CNTRL_REG	xdata	D14_Cntrl_Reg	_at_	0x0000;

D14_CNTRL_REG xdata *D14_Cntrl_Ptr = &D14_Cntrl_Reg;


//***********************************************************************
//*																		               *
//*	                     Variable Definition 							      *
//*																		               *
//***********************************************************************


UI	idata	Data;
ULI USB_Interrupt;
UI 	DMA_Interrupt;
UC 	timecouter=0;


//***********************************************************************
//*																		               *
//*	                     Variable Definition 							      *
//*																		               *
//***********************************************************************

USB_INT_FLAG  USB_Int_Flag;
USB_DEVICE_REQ	idata	USB_Device_Request;
USB_DEVICE		USB_Device;

UC	code	*Descriptor_Ptr;

UC	idata Endpt_FIFO[MAX_BUF];
UI	FIFO_Count;
UC VID[2],PID[2];
FILESIZE FileSize;
UI PIO_Count;
UC	File_Number;
UC	Current_File;
ULI bytecount;

⌨️ 快捷键说明

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