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

📄 usbstd.h

📁 usb driver, sample for usb driver develop. rised for reference
💻 H
字号:
/***************************************************************************
* C Source Header File:  USBSTD.H
*
* Copyright 2001 DeVaSys
* All rights are reserved.
* No part of this document may be reproduced, stored, or transmitted in any
* form or by any means without the prior written permission of DeVaSys
*
* Description:
*
* This header contains declarations for the USBSTD.C module.
*
* ........................ Revision History ................................
*
* Creation date: 02/22/2001 - Michael A. DeVault, DeVaSys
*
* Revision History Summary:
*
* Rev 1.0   22 February 2001 12:00:00   mad
*   Initial revision.
*
***************************************************************************/
// the following ifndef is for skipping double includes of this header file
#if !defined(__USBSTD_H)
	#define __USBSTD_H

#include "portable.h"

extern BYTE byUsbConfig;

// USB function prototypes
void USB_Init(void);
void USB_Clear(void);
BYTE USB_ChkIrq(void);

// following endif is for skipping double includes of this header file
#endif

⌨️ 快捷键说明

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