MIPI_DSI_CAPS 结构 (ntddvdeo.h)

Mipi (移动行业处理器接口) DSI-2 (显示串行接口) 上限。

语法

typedef struct _MIPI_DSI_CAPS {
  UCHAR  DSITypeMajor;
  UCHAR  DSITypeMinor;
  UCHAR  SpecVersionMajor;
  UCHAR  SpecVersionMinor;
  UCHAR  SpecVersionPatch;
  USHORT TargetMaximumReturnPacketSize;
  UCHAR  ResultCodeFlags;
  UCHAR  ResultCodeStatus;
  UCHAR  Revision;
  UCHAR  Level;
  UCHAR  DeviceClassHi;
  UCHAR  DeviceClassLo;
  UCHAR  ManufacturerHi;
  UCHAR  ManufacturerLo;
  UCHAR  ProductHi;
  UCHAR  ProductLo;
  UCHAR  LengthHi;
  UCHAR  LengthLo;
} MIPI_DSI_CAPS, *PMIPI_DSI_CAPS;

成员

DSITypeMajor

DSITypeMinor

SpecVersionMajor

SpecVersionMinor

SpecVersionPatch

TargetMaximumReturnPacketSize

目标最大返回数据包大小。

ResultCodeFlags

结果代码标志。

ResultCodeStatus

结果代码状态。

Revision

修订。

Level

水平。

DeviceClassHi

设备类高。

DeviceClassLo

设备类低。

ManufacturerHi

制造商高。

ManufacturerLo

制造商低。

ProductHi

产品高。

ProductLo

产品低。

LengthHi

长度高。

LengthLo

长度较低。

要求

要求
最低受支持的客户端 Windows 10 版本 1903
标头 ntddvdeo.h