UCSI_GET_CABLE_PROPERTY_IN 结构 (ucmucsispec.h)
在 GET_CABLE_PROPERTY 命令中使用。 请参阅 UCSI 规范版本 1.2 中的表 4-39。
语法
typedef struct _UCSI_GET_CABLE_PROPERTY_IN {
union {
UINT16 AsUInt16;
struct {
UINT16 SpeedExponent : 2;
UINT16 Mantissa : 14;
};
} bmSpeedSupported;
UINT8 bCurrentCapability;
UINT16 VBusInCable : 1;
UINT16 CableType : 1;
UINT16 Directionality : 1;
UINT16 PlugEndType : 2;
UINT16 ModeSupport : 1;
UINT16 Latency : 4;
} UCSI_GET_CABLE_PROPERTY_IN, *PUCSI_GET_CABLE_PROPERTY_IN;
成员
bmSpeedSupported
bmSpeedSupported.AsUInt16
bmSpeedSupported.SpeedExponent
bmSpeedSupported.Mantissa
bCurrentCapability
VBusInCable
CableType
Directionality
PlugEndType
ModeSupport
Latency
要求
要求 | 值 |
---|---|
最低 KMDF 版本 | 1.27 |
最低 UMDF 版本 | 不可用 |
标头 | ucmucsispec.h (包括 UcmUcsiCx.h) |