UFS_INTERCONNECT_DESCRIPTOR - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ufs-ufs_interconnect_descriptor)

UFS_INTERCONNECT_DESCRIPTOR structure

Description

UFS_INTERCONNECT_DESCRIPTOR contains the MIPI M-PHY® specification version number and the MIPI 6338 UniPro℠ specification version number.

Members

bLength

Specifies the length, in bytes, of this descriptor.

bDescriptorIDN

Specifies the type of the descriptor. This descriptor will have a value of UFS_DESC_INTERCONNECT_IDN.

bcdUniproVersion

Specifies the MIPI UniPro℠ version number in Binary Coded Decimal (BCD) format.

bcdMphyVersion

Specifies the MIPI M-PHY® version number in BCD format.