usbout.h

来自「三星S3C2460 USB DEVICE /USB HOST 监控代码」· C头文件 代码 · 共 26 行

H
26
字号
/****************************************************************
 NAME: usbout.h
 DESC: 
 HISTORY:
 
 ****************************************************************/
 
#ifndef __USBOUT_H__
#define __USBOUT_H__

#ifdef __cplusplus
	extern "C"{
#endif

void Ep3Handler(void);
void Ep3HandlerOptimized(void);

void __irq IsrDma2(void);
void ClearEp3OutPktReady(void);

#ifdef __cplusplus
}
#endif

#endif /*__USBOUT_H__*/

⌨️ 快捷键说明

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