PVIDEO_WRITE_CLOCK_LINE回调函数 (video.h)

WriteClockLine 将 I2C 串行时钟线设置为高或低。

语法

PVIDEO_WRITE_CLOCK_LINE PvideoWriteClockLine;

void PvideoWriteClockLine(
  PVOID HwDeviceExtension,
  UCHAR Data
)
{...}

参数

HwDeviceExtension

指向视频微型端口驱动程序的每个适配器存储区域的指针。 有关详细信息,请参阅 设备扩展

Data

提供一个值,该值指定是将串行时钟线设置为高还是低。 值为 0 指定时钟线应设置为低,值为 1 指定时钟线应设置为高。

返回值

备注

应使 WriteClockLine 可分页。

要求

要求
目标平台 桌面
标头 video.h (包括 Video.h)

另请参阅

HwVidGetVideoChildDescriptor

I2C 函数

ReadClockLine

ReadDataLine

VideoPortDDCMonitorHelper

WriteDataLine