MIPI_DSI_PACKET構造体 (ntddvdeo.h)
Mipi (モバイル 業界プロセッサ インターフェイス) DSI-2 (ディスプレイ シリアル インターフェイス) パケット。
構文
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;
メンバーズ
DataId
データ ID。
DataType
データ型。
VirtualChannel
仮想チャネル。
Data0
Data1
LongWriteWordCount
長い書き込み単語数。
EccFiller
Payload[DSI_PACKET_EMBEDDED_PAYLOAD_SIZE]
必要条件
要件 | 価値 |
---|---|
サポートされる最小クライアント | Windows 10 バージョン 1903 |
ヘッダー | ntddvdeo.h |