class DdcControllerReadByte

Defined at line 59 of file ../../src/graphics/display/lib/designware-hdmi/ddc-controller-regs.h

i2cm_datai (I2C DDC Data read Register)

HDMI Transmitter Controller Databook, Section 6.17.4, page 492

Public Members

 field_byte_70

Public Methods

hwreg::RegisterAddr<DdcControllerReadByte> Get ()

Defined at line 61 of file ../../src/graphics/display/lib/designware-hdmi/ddc-controller-regs.h

template <, >
typename SelfType::ValueType byte ()

The byte read from the display device at the address specified by

`DdcControllerWordOffset`.

Used when `ddc_read_byte` or `eddc_read_byte` command is requested

in `DdcControllerCommand`.

Defined at line 70 of file ../../src/graphics/display/lib/designware-hdmi/ddc-controller-regs.h

template <, >
SelfType & set_byte (typename SelfType::ValueType val)

The byte read from the display device at the address specified by

`DdcControllerWordOffset`.

Used when `ddc_read_byte` or `eddc_read_byte` command is requested

in `DdcControllerCommand`.

Defined at line 70 of file ../../src/graphics/display/lib/designware-hdmi/ddc-controller-regs.h

Records