UCSI_SET_PDM_COMMAND 공용 구조체(ucmucsispec.h)
사용되지 않습니다.
구문
typedef union _UCSI_SET_PDM_COMMAND {
UINT64 AsUInt64;
struct {
UINT64 Command : 8;
UINT64 DataLength : 8;
UINT64 ConnectorNumber : 7;
UINT64 PowerDirectionMode : 3;
};
} UCSI_SET_PDM_COMMAND, *PUCSI_SET_PDM_COMMAND;
멤버
AsUInt64
Command
DataLength
ConnectorNumber
PowerDirectionMode
요구 사항
요구 사항 | 값 |
---|---|
최소 KMDF 버전 | 1.27 |
최소 UMDF 버전 | 해당 없음 |
머리글 | ucmucsispec.h(UcmUcsiCx.h 포함) |