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 (include Video.h)

另请参阅

HwVidGetVideoChildDescriptor

I2C 函数

ReadClockLine

ReadDataLine

VideoPortDDCMonitorHelper

WriteDataLine