estructura MIPI_DSI_PACKET (ntddvdeo.h)
Paquete DSI-2 (interfaz de procesador móvil del sector móvil) DSI-2 (interfaz serie de visualización).
Sintaxis
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;
Miembros
DataId
Identificador de datos.
DataType
Tipo de dato.
VirtualChannel
Canal virtual.
Data0
Data1
LongWriteWordCount
Recuento de palabras de escritura larga.
EccFiller
Payload[DSI_PACKET_EMBEDDED_PAYLOAD_SIZE]
Requisitos
Requisito | Valor |
---|---|
cliente mínimo admitido | Windows 10, versión 1903 |
encabezado de | ntddvdeo.h |