class DdcControllerWriteByte

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

i2cm_datao (I2C DDC Data Write Register)

HDMI Transmitter Controller Databook, Section 6.17.3, page 491

Public Members

 field_byte_53

Public Methods

hwreg::RegisterAddr<DdcControllerWriteByte> Get ()

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

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

The byte to be written on the display device at the address specified by

`DdcControllerWordOffset`.

Used when a `write` command is requested in `DdcControllerCommand`.

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

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

The byte to be written on the display device at the address specified by

`DdcControllerWordOffset`.

Used when a `write` command is requested in `DdcControllerCommand`.

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

Records