UCSI_SET_PDR_COMMAND union (ucmucsispec.h)
Used in the SET_PDR command. See Table 4-22 in UCSI spec version 1.2.
Syntax
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;
Members
AsUInt64
Command
DataLength
ConnectorNumber
PowerDirectionRole
Requirements
Requirement | Value |
---|---|
Minimum KMDF version | 1.27 |
Minimum UMDF version | N/A |
Header | ucmucsispec.h (include UcmUcsiCx.h) |