// ufs.h
typedef struct {
UCHAR bLength;
UCHAR bDescriptorIDN;
UCHAR bcdUniproVersion[2];
UCHAR bcdMphyVersion[2];
} UFS_INTERCONNECT_DESCRIPTOR, *PUFS_INTERCONNECT_DESCRIPTOR;
View the official Windows Driver Kit DDI referenceNo description available.
UFS_INTERCONNECT_DESCRIPTOR contains the MIPI M-PHY® specification version number and the MIPI 6338 UniPro℠ specification version number.
bLengthSpecifies the length, in bytes, of this descriptor.
bDescriptorIDNSpecifies the type of the descriptor. This descriptor will have a value of UFS_DESC_INTERCONNECT_IDN.
bcdUniproVersionSpecifies the MIPI UniPro℠ version number in Binary Coded Decimal (BCD) format.
bcdMphyVersionSpecifies the MIPI M-PHY® version number in BCD format.