ReactOS 0.4.15-dev-7958-gcd0bb1a
_I2C_CALLBACKS Struct Reference

#include <video.h>

Public Attributes

IN PVIDEO_WRITE_CLOCK_LINE WriteClockLine
 
IN PVIDEO_WRITE_DATA_LINE WriteDataLine
 
IN PVIDEO_READ_CLOCK_LINE ReadClockLine
 
IN PVIDEO_READ_DATA_LINE ReadDataLine
 

Detailed Description

Definition at line 369 of file video.h.

Member Data Documentation

◆ ReadClockLine

IN PVIDEO_READ_CLOCK_LINE _I2C_CALLBACKS::ReadClockLine

Definition at line 372 of file video.h.

Referenced by VBEReadEdidUsingSCI().

◆ ReadDataLine

IN PVIDEO_READ_DATA_LINE _I2C_CALLBACKS::ReadDataLine

Definition at line 373 of file video.h.

Referenced by VBEReadEdidUsingSCI().

◆ WriteClockLine

IN PVIDEO_WRITE_CLOCK_LINE _I2C_CALLBACKS::WriteClockLine

Definition at line 370 of file video.h.

Referenced by VBEReadEdidUsingSCI().

◆ WriteDataLine

IN PVIDEO_WRITE_DATA_LINE _I2C_CALLBACKS::WriteDataLine

Definition at line 371 of file video.h.

Referenced by VBEReadEdidUsingSCI().


The documentation for this struct was generated from the following file: