⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 usbh_hcds_urb.h

📁 epson usb2.0 控制芯片 S1R72V05 固件程序。
💻 H
字号:
/*
 *	description: USBH HCD URB Management Definition
 *	Maker	   : Hiromichi Kondo
 *	Copyright  : (C)2005,SEIKO EPSON Corp. All Rights Reserved.
 */


#ifndef USBH_HCD_URB_H
#define USBH_HCD_URB_H

#ifdef __cplusplus
	extern "C" {
#endif /* __cplusplus */



/*****************************************
 * Define definition
 *****************************************/

/*****************************************
 * Structure definition
 *****************************************/


 /*****************************************
 * Function prototype declaration
 *****************************************/
extern void USBH_HCDS_URBInit( void );
extern long USBH_HCDS_URBSubmit( USBH_HCD_URB *psUrb, USBH_HCD_USBDEV *psRootDev );
extern long USBH_HCDS_URBUnlink( USBH_HCD_URB *psUrb, USBH_HCD_USBDEV *psRootDev );
extern long USBH_HCDS_URBEndpointAllCancel( USBH_HCD_USBDEV *psDev, USBH_HCD_USBDEV *psRootDev, unsigned char epAddress );

#ifdef __cplusplus
	}
#endif /* cplusplus */

#endif /* USBH_HCD_URB_H */

⌨️ 快捷键说明

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