class DdcControllerErrorInterruptMask

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

i2cm_ctlint (I2C DDC Error Interrupt Register)

The bits in this register mask corresponding I2C controller error interrupts.

A masked interrupt will neither trigger the I2C controller error interrupt

signal nor assert the interrupt status register error bit.

HDMI Transmitter Controller Databook, Section 6.17.7, page 495

Public Members

 field_nack_masked_194
 field_arbitration_masked_197

Public Methods

hwreg::RegisterAddr<DdcControllerErrorInterruptMask> Get ()

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

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

True iff the Not Acknowledged (NACK) error interrupt is masked.

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

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

True iff the Not Acknowledged (NACK) error interrupt is masked.

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

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

True iff the arbitration error interrupt is masked.

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

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

True iff the arbitration error interrupt is masked.

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

Records