UCSI_SET_PDR_COMMAND unión (ucmucsispec.h)
Se usa en el comando SET_PDR. Consulte la tabla 4-22 en la especificación UCSI versión 1.2.
Sintaxis
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;
Miembros
AsUInt64
Command
DataLength
ConnectorNumber
PowerDirectionRole
Requisitos
Requisito | Value |
---|---|
Versión mínima de KMDF | 1.27 |
Versión mínima de UMDF | N/D |
Encabezado | ucmucsispec.h (incluya UcmUcsiCx.h) |