usbin.h
来自「S3C2410处理器集成的USB DEVICE设备控制驱动程序」· 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 + -
显示快捷键?