class DdcControllerInterruptStatus

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

ih_i2cm_stat0 (E-DDC I2C Controller Interrupt Status Register)

HDMI Transmitter Controller Databook, Section 6.2.6, page 202

Public Members

 field_read_request_pending_122
 field_command_done_pending_126
 field_error_pending_130

Public Methods

hwreg::RegisterAddr<DdcControllerInterruptStatus> Get ()

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

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

True iff there is an active read request.

Writing true clears the interrupt signal.

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

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

True iff there is an active read request.

Writing true clears the interrupt signal.

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

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

True iff the previous controller command is done.

Writing true clears the interrupt signal.

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

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

True iff the previous controller command is done.

Writing true clears the interrupt signal.

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

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

True iff the previous controller command failed with an error.

Writing true clears the interrupt signal.

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

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

True iff the previous controller command failed with an error.

Writing true clears the interrupt signal.

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

Records