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 版本 | N/A |
標頭 | ucmucsispec.h (包括 UcmUcsiCx.h) |