MIPI_DSI_CAPS structure (ntddvdeo.h)

Mipi (mobile industry processor interface) DSI-2 (display serial interface) caps.

Syntax

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;

Members

DSITypeMajor

DSITypeMinor

SpecVersionMajor

SpecVersionMinor

SpecVersionPatch

TargetMaximumReturnPacketSize

Target maximum return packet size.

ResultCodeFlags

Result code flags.

ResultCodeStatus

Result code status.

Revision

Revision.

Level

Level.

DeviceClassHi

Device class high.

DeviceClassLo

Device class low.

ManufacturerHi

Manufacturer high.

ManufacturerLo

Manufacturer Low.

ProductHi

Product high.

ProductLo

Product low.

LengthHi

Length high.

LengthLo

Length low.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1903
Header ntddvdeo.h