MIPI_DSI_CAPS-Struktur (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;

Member

DSITypeMajor

DSITypeMinor

SpecVersionMajor

SpecVersionMinor

SpecVersionPatch

TargetMaximumReturnPacketSize

Maximale Zielgröße für Rückgabepakete.

ResultCodeFlags

Ergebniscodeflags.

ResultCodeStatus

Ergebniscode status.

Revision

Revision.

Level

Ebene.

DeviceClassHi

Geräteklasse hoch.

DeviceClassLo

Geräteklasse niedrig.

ManufacturerHi

Hersteller hoch.

ManufacturerLo

Hersteller niedrig.

ProductHi

Produkt hoch.

ProductLo

Produkt niedrig.

LengthHi

Länge hoch.

LengthLo

Geringe Länge.

Anforderungen

Anforderung Wert
Unterstützte Mindestversion (Client) Windows 10, Version 1903
Kopfzeile ntddvdeo.h