📄 usbh_hcds_vhub.h
字号:
/*
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -