usbmain.h
来自「ARM开发的一些源码ARM 搜染色 v却轻轻轻」· C头文件 代码 · 共 23 行
H
23 行
/*********************************************************************************************
* File: usbmain.h
* Author: Embest
* Desc: header file of s3c2410x's usb controller for main configuration
* History:
* 1)Y.J.Guo, Reuse and modify the source of S3C2410X u24xmon, April 28, 2005
*********************************************************************************************/
#ifndef __USBMAIN_H__
#define __USBMAIN_H__
/*------------------------------------------------------------------------------------------*/
/* functions declare */
/*------------------------------------------------------------------------------------------*/
void UsbdMain(void);
void __irq IsrUsbd(void);
int DbgPrintfLoop(void);
void DbgPrintf(char *fmt,...);
#endif //__USBMAIN_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?