MIPI_DSI_PACKET structure (ntddvdeo.h)
Mipi (mobile industry processor interface) DSI-2 (display serial interface) packet.
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;
Members
DataId
Data id.
DataType
Data type.
VirtualChannel
Virtual channel.
Data0
Data1
LongWriteWordCount
Long write word count.
EccFiller
Payload[DSI_PACKET_EMBEDDED_PAYLOAD_SIZE]
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1903 |
Header | ntddvdeo.h |