// ucmucsispec.h
typedef union _UCSI_BM_POWER_SOURCE {
UINT8 AsUInt8;
struct {
UINT8 AcSupply : 1;
UINT8 Other : 1;
UINT8 UsesVBus : 1;
};
} UCSI_BM_POWER_SOURCE, *PUCSI_BM_POWER_SOURCE;
View the official Windows Driver Kit DDI referenceNo description available.
Used in the GET_CAPABILITY command. See Bit 15:8 in Table 4-14 in UCSI spec version 1.2.
AsUInt8AcSupplyOtherUsesVBus