usbh_hcds_urb.h

来自「epson usb2.0 控制芯片 S1R72V05 固件程序。」· C头文件 代码 · 共 39 行

H
39
字号
/*
 *	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 + =
减小字号Ctrl + -
显示快捷键?