📄 global.c
字号:
//***********************************************************************
//* *
//* Variable Definition *
//* *
//***********************************************************************
#include "standard.h"
#include "kernel.h"
#include "d14.h"
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;
UI Temp;
KERNEL Kernel_Flag;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -