⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainloop.h

📁 参加今年的比赛肯定要用的。谢谢支持。祝大家好运!
💻 H
字号:

#ifndef __MAINLOOP_H__
#define __MAINLOOP_H__

#include "BasicTyp.h"

//***************************************************************************
#define DMA_IDLE		0
#define DMA_RUNNING	1
#define DMA_PENDING	2
#define DMA_IN_DONE	3
// **************************************************************************
#define DMA_BUFFER_SIZE		65536

   //*************************************************************************
   // Function Prototypes
   //*************************************************************************
void SetupToken_Handler(void);
void DeviceRequest_Handler(void);
void help_devreq(UCHAR type, UCHAR req);
void disconnect_USB(void);
void connect_USB(void);
void reconnect_USB(void);
void config_endpoint(void);
void suspend_change(void);
void ML_AcknowledgeSETUP(void);
void ML_StallEP0(void);
void ML_Reserved(void);

unsigned short CHECK_CHIP_ID(void);


#endif

⌨️ 快捷键说明

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