MIPI_DSI_PACKET Struktur (ntddvdeo.h)
Mipi (Mobile Industry Processor Interface) DSI-2-Paket (serielle Schnittstelle anzeigen).
Syntax
typedef struct _MIPI_DSI_PACKET {
union {
UCHAR DataId;
struct {
UCHAR DataType : 6;
UCHAR VirtualChannel : 2;
};
};
union {
struct {
UCHAR Data0;
UCHAR Data1;
};
USHORT LongWriteWordCount;
};
UCHAR EccFiller;
UCHAR Payload[DSI_PACKET_EMBEDDED_PAYLOAD_SIZE];
} MIPI_DSI_PACKET;
Member
DataId
Daten-ID.
DataType
Datentyp.
VirtualChannel
Virtueller Kanal.
Data0
Data1
LongWriteWordCount
Lange Schreibanzahl von Wörtern.
EccFiller
Payload[DSI_PACKET_EMBEDDED_PAYLOAD_SIZE]
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows 10, Version 1903 |
Kopfzeile | ntddvdeo.h |