usbhal.h
来自「周立功 214x pack 配套光盘」· C头文件 代码 · 共 38 行
H
38 行
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
** graduate school
** http://www.zlgmcu.com
**
**--------------File Info-------------------------------------------------------------------------------
** File name: USBHAL.h
** Last modified Date: 2005-8-6
** Last Version: V1.0
** Descriptions: USBHAL.h, 硬件抽象层头文件,设置 USB 设备的运行条件
** Hardware abstract layer Header file
**------------------------------------------------------------------------------------------------------
** Created by: 郑明远 MingYuan Zheng
** Created date: 2005-8-6
** Version: V1.0
** Descriptions: 初始版本 The original version
**
**------------------------------------------------------------------------------------------------------
** Modified by:
** Modified date:
** Version:
** Descriptions:
**
**------------------------------------------------------------------------------------------------------
** Modified by:
** Modified date:
** Version:
** Descriptions:
**
********************************************************************************************************/
#ifndef __USBHAL_H__
#define __USBHAL_H__
extern void USB_InitHareware(void);
extern void USB_USBDevIntConfig(void);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?