class DdcControllerDoneInterruptMask
Defined at line 165 of file ../../src/graphics/display/lib/designware-hdmi/ddc-controller-regs.h
i2cm_int (I2C DDC Done Interrupt Register)
The bits in this register mask corresponding I2C controller interrupts.
A masked interrupt will neither trigger the I2C controller interrupt signal
nor assert the interrupt status register bit.
HDMI Transmitter Controller Databook, Section 6.17.6, page 494
Public Members
field_read_request_masked_173
field_command_done_masked_176
Public Methods
hwreg::RegisterAddr<DdcControllerDoneInterruptMask> Get ()
Defined at line 168 of file ../../src/graphics/display/lib/designware-hdmi/ddc-controller-regs.h
template <, >
typename SelfType::ValueType read_request_masked ()
True iff the read request interrupt is masked.
Defined at line 173 of file ../../src/graphics/display/lib/designware-hdmi/ddc-controller-regs.h
template <, >
SelfType & set_read_request_masked (typename SelfType::ValueType val)
True iff the read request interrupt is masked.
Defined at line 173 of file ../../src/graphics/display/lib/designware-hdmi/ddc-controller-regs.h
template <, >
typename SelfType::ValueType command_done_masked ()
True iff the command done interrupt is masked.
Defined at line 176 of file ../../src/graphics/display/lib/designware-hdmi/ddc-controller-regs.h
template <, >
SelfType & set_command_done_masked (typename SelfType::ValueType val)
True iff the command done interrupt is masked.
Defined at line 176 of file ../../src/graphics/display/lib/designware-hdmi/ddc-controller-regs.h