usbh_hcds_vhub.h

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

H
35
字号
/*
 *	description: USBH HCD Virtual Root Hub Definition
 *	Maker	   : Hiromichi Kondo
 *	Copyright  : (C)2005,SEIKO EPSON Corp. All Rights Reserved.
 */


#ifndef USBH_HCD_VHUB_H
#define USBH_HCD_VHUB_H

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



/*****************************************
 * Define definition
 *****************************************/
#define USBH_HCDS_VHUB_HUB_STATUS			(0x01)
#define USBH_HCDS_VHUB_PORT_STATUS			(0x02)

/*****************************************
 * Function prototype declaration
 *****************************************/
extern void USBH_HCDS_VHUBInit( void );
extern void USBH_HCDS_VHUBRegisterCBR( CALLBACK_PROC pfnCallback );
extern long USBH_HCDS_VHUBRequest( USBH_HCD_URB *psUrb );

#ifdef __cplusplus
	}
#endif /* cplusplus */

#endif /* USBH_HCD_VHUB_H */

⌨️ 快捷键说明

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