usbhostint.h
来自「SmartARM2400系列开发板全套资料」· C头文件 代码 · 共 41 行
H
41 行
/*****************************Copyright(c)****************************************************************
** Guangzhou ZHIYUAN electronics Co.,LTD.
**
** http://www.embedtools.com
**
**------File Info-----------------------------------------------------------------------------------------
** File Name: USBInt.h
** Latest modified Date: 2007-07-08
** Latest Version: V1.0
** Description: USBInt.c头文件
**
**--------------------------------------------------------------------------------------------------------
** Created By: 吴隆穗
** Created date: 2007-10-20
** Version: V1.0
** Descriptions: 初始版本
**
**--------------------------------------------------------------------------------------------------------
** Modified by:
** Modified date:
** Version:
** Description:
**
**--------------------------------------------------------------------------------------------------------
** Modified by:
** Modified date:
** Version:
** Description:
**
*********************************************************************************************************/
#ifndef USB_INT_H
#define USB_INT_H
void __usbHostIntInit (void);
void usbHostException(void);
#endif
/*********************************************************************************************************
END FILE
*********************************************************************************************************/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?