class HdmiEncoderDataEnableHorizontalActiveEnd
Defined at line 901 of file ../../src/graphics/display/drivers/amlogic-display/encoder-regs.h
ENCP_DE_H_END (DVI/HDMI horizontal active video end point)
S912 Datasheet, Section 27.5 "CVBS and LCD", page 392.
Public Members
field_RsvdZ_911
field_pixels_plus_one_918
Public Methods
hwreg::RegisterAddr<HdmiEncoderDataEnableHorizontalActiveEnd> Get ()
Defined at line 904 of file ../../src/graphics/display/drivers/amlogic-display/encoder-regs.h
template <, >
typename SelfType::ValueType pixels_plus_one ()
One (1) plus the end point (inclusive) of horizontal active signals for
each line, in pixels.
It's preferred to use `pixels()` and `set_pixels()` helper methods to
get / set its value.
Defined at line 918 of file ../../src/graphics/display/drivers/amlogic-display/encoder-regs.h
template <, >
SelfType & set_pixels_plus_one (typename SelfType::ValueType val)
One (1) plus the end point (inclusive) of horizontal active signals for
each line, in pixels.
It's preferred to use `pixels()` and `set_pixels()` helper methods to
get / set its value.
Defined at line 918 of file ../../src/graphics/display/drivers/amlogic-display/encoder-regs.h
int pixels ()
Defined at line 920 of file ../../src/graphics/display/drivers/amlogic-display/encoder-regs.h
HdmiEncoderDataEnableHorizontalActiveEnd & set_pixels (int pixels)
`pixels` must be within [0, 2^13 - 1].
Defined at line 923 of file ../../src/graphics/display/drivers/amlogic-display/encoder-regs.h