struttura UFS_INTERCONNECT_DESCRIPTOR (ufs.h)
UFS_INTERCONNECT_DESCRIPTOR contiene il numero di versione della specifica M-PHY® MIPI e il numero di versione della specifica MIPI 6338 UniPro℠ specifica.
Sintassi
typedef struct {
UCHAR bLength;
UCHAR bDescriptorIDN;
UCHAR bcdUniproVersion[2];
UCHAR bcdMphyVersion[2];
} UFS_INTERCONNECT_DESCRIPTOR, *PUFS_INTERCONNECT_DESCRIPTOR;
Membri
bLength
Specifica la lunghezza, in byte, di questo descrittore.
bDescriptorIDN
Specifica il tipo del descrittore. Questo descrittore avrà un valore di UFS_DESC_INTERCONNECT_IDN.
bcdUniproVersion[2]
Specifica il numero di versione MIPI UniPro℠ in formato BCD (Binary Coded Decimal).
bcdMphyVersion[2]
Specifica il numero di versione M-PHY® MIPI in formato BCD.
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Windows 10, versione 1709 |
server minimo supportato | Windows Server 2016 |
intestazione | ufs.h |