class DdcControllerReadBuffer

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

i2cm_read_buff0 (I2C DDC Read Buffer 0 Register)

This register also represents i2cm_read_buff1-7 (I2C DDC Read Buffer 1-7

Register).

HDMI Transmitter Controller Databook, Section 6.17.22-6.17.29, pages 504-506

Public Members

 field_byte_409

Public Methods

hwreg::RegisterAddr<DdcControllerReadBuffer> Get (int offset)

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

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

The byte read from the display device.

Only holds a meaningful value after a `ddc_read_8bytes` or

`eddc_read_8bytes` command is requested in `DdcControllerCommand`.

Defined at line 409 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.

Only holds a meaningful value after a `ddc_read_8bytes` or

`eddc_read_8bytes` command is requested in `DdcControllerCommand`.

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

Records