class DdcControllerDataPinHoldTime

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

i2cm_sda_hold (I2C DDC SDA Hold Time Configuration Register)

HDMI Transmitter Controller Databook, Section 6.17.20, page 502

Public Members

 field_data_pin_hold_time_370

Public Methods

hwreg::RegisterAddr<DdcControllerDataPinHoldTime> Get ()

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

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

Hold time of the I2C SDA (data) pin, measured in SFR (Special Function

Register) clock cycles.

In a valid configuration, the hold time must be >= 300 ns.

data_pin_hold_time = ceil(300 ns / (1 / SFR clock frequency))

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

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

Hold time of the I2C SDA (data) pin, measured in SFR (Special Function

Register) clock cycles.

In a valid configuration, the hold time must be >= 300 ns.

data_pin_hold_time = ceil(300 ns / (1 / SFR clock frequency))

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

Records