usbfifo.h

来自「S3C2410处理器集成的USB DEVICE设备控制驱动程序」· C头文件 代码 · 共 13 行

H
13
字号
/*********************************************************************************************
* File:	usbfifo.h
* Author:	Embest	
* Desc:	header file of s3c2410x's usb controller for FIFO
* History:	
*            1)Y.J.Guo, Reuse and modify the source of S3C2410X u24xmon, April 28, 2005
*********************************************************************************************/
#ifndef __USBFIFO_H__
#define __USBFIFO_H__

int Test_USBFIFO(void);

#endif /*__USBFIFO_H__*/

⌨️ 快捷键说明

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