class DdcControllerInterruptMute

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

ih_mute_i2cm_stat0 (E-DDC I2C Controller Interrupt Mute Control Register)

The bits in this register mute corresponding I2C controller interrupts.

Muting is different from masking. A masked interrupt will neither trigger

the I2C controller interrupt signal nor assert the interrupt status register

bit. A muted interrupt doesn't trigger the interrupt but asserts the

interrupt status register bit.

HDMI Transmitter Controller Databook, Section 6.2.17, page 213

Public Members

 field_read_request_muted_149
 field_command_done_muted_152
 field_error_muted_155

Public Methods

hwreg::RegisterAddr<DdcControllerInterruptMute> Get ()

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

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

True iff the read request interrupt is muted.

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

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

True iff the read request interrupt is muted.

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

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

True iff the controller command done interrupt is muted.

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

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

True iff the controller command done interrupt is muted.

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

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

True iff the controller error interrupt is muted.

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

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

True iff the controller error interrupt is muted.

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

Records