UCSI_SET_PDR_COMMAND union (ucmucsispec.h)
在 SET_PDR 命令中使用。 请参阅 UCSI 规范版本 1.2 中的表 4-22。
语法
typedef union _UCSI_SET_PDR_COMMAND {
UINT64 AsUInt64;
struct {
UINT64 Command : 8;
UINT64 DataLength : 8;
UINT64 ConnectorNumber : 7;
UINT64 PowerDirectionRole : 3;
};
} UCSI_SET_PDR_COMMAND, *PUCSI_SET_PDR_COMMAND;
成员
AsUInt64
Command
DataLength
ConnectorNumber
PowerDirectionRole
要求
要求 | 值 |
---|---|
最低 KMDF 版本 | 1.27 |
最低 UMDF 版本 | 不可用 |
标头 | ucmucsispec.h (包括 UcmUcsiCx.h) |