usbin.h
来自「s3c2410_usb_test代码,有助于s3c2410开发板上的usb设备驱」· C头文件 代码 · 共 18 行
H
18 行
/*********************************************************************************************
* File: usbin.h
* Author: Embest
* Desc: header file of s3c2410x's usb controller for bulking in
* History:
* 1)Y.J.Guo, Reuse and modify the source of S3C2410X u24xmon, April 28, 2005
*********************************************************************************************/
#ifndef __USBIN_H__
#define __USBIN_H__
/*------------------------------------------------------------------------------------------*/
/* functions declare */
/*------------------------------------------------------------------------------------------*/
void Ep1Handler(void);
void PrepareEp1Fifo(void);
#endif //__USBIN_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?