structure MIPI_DSI_PACKET (ntddvdeo.h)
Paquet DSI-2 (interface processeur du secteur mobile) DSI-2 (interface série d’affichage).
Syntaxe
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;
Membres
DataId
ID de données.
DataType
Type de données.
VirtualChannel
Canal virtuel.
Data0
Data1
LongWriteWordCount
Nombre de mots d’écriture long.
EccFiller
Payload[DSI_PACKET_EMBEDDED_PAYLOAD_SIZE]
Exigences
Exigence | Valeur |
---|---|
client minimum pris en charge | Windows 10, version 1903 |
d’en-tête | ntddvdeo.h |