usbout.h

来自「ARM2410 要更多的远吗」· C头文件 代码 · 共 21 行

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

/*------------------------------------------------------------------------------------------*/
/*	 								functions declare						                */
/*------------------------------------------------------------------------------------------*/
void Ep3Handler(void);
void Ep3HandlerOptimized(void);

void IsrDma2(void) __attribute__ ((interrupt ("IRQ")));
void ClearEp3OutPktReady(void);

#endif 															//__USBOUT_H__

⌨️ 快捷键说明

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