UCSI_BM_POWER_SOURCE unione (ucmucsispec.h)
Usato nel comando GET_CAPABILITY. Vedere Bit 15:8 nella tabella 4-14 nella specifica UCSI versione 1.2.
Sintassi
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;
Members
AsUInt8
AcSupply
Other
UsesVBus
Requisiti
Requisito | Valore |
---|---|
Versione KMDF minima | 1.27 |
Versione UMDF minima | N/D |
Intestazione | ucmucsispec.h (includere UcmUcsiCx.h) |