📄 uh4.h
字号:
/*
UH4.H: symbolic definitions and function prototypes for
UH124 user interface library Level 4.
(C) Copyright TransDimension, Inc. All rights reserved.
Modification history
====================
24Aug2000 Original Release
31Jan2001 Modified by JW
28Mar2001 Modified by JW
*/
#include "types.h"
#define PWR_ON 1
#define PWR_OFF 0
I16 UH_RootHub(void);
I16 UH_PortPwr(U8 op, U8 hub, U8 port);
I16 UH_PortPwrAll(U8 op, U8 hub);
I16 UH_PortReset(U8 hub, U8 port);
I16 UH_PortSuspend(U8 hub, U8 port);
I16 UH_PortAck(U8 hub, U8 port, U8 change);
I16 UH_DevEnu(U8 hub, U8 port, U8 *dd);
I16 UH_ConfSel(U8 dev, U8 conf, U8 nc, U8 *cd);
I16 UH_IntfSel(U8 dev, U8 *cd, U8 intf, U8 alt);
I16 UH_UhcInit(void);
I16 UH_DevEnuDefault(U8 hub, U8 port, U8 *dd, U8 *cd);
U8 *UH_IntfLookup(U8 *p, U8 *lim, U8 *nalts);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -